++ 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 May 11 02:16:01 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:16:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27: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.141 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27: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 ++ grep '^API__.*__.*=.*$' ++ 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: 05/11/2026 02:16:10.630 7f9a2d679040 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 02:16:10.775 7f9a2d679040 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/11/2026 02:16:10.787 7f9a2d679040 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 02:16:10.788 7f9a2d679040 [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 May 11 02:16:28 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3747 project = self.create_singleton_entry(Project(parent_obj=domain)) 3748 self._default_project = project.serialize_to_json() 3749 self.create_singleton_entry(Fabric()) 3750 3751 # Global and default policy resources self = self.create_singleton_entry = > global Fabric = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: 6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('fabric default-global-system-config:default-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/fabric:default-global-...6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 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/fabric:default-global-...6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, 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: fabric default-global-system-config:default-fabric During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3749, in _db_init_entries self.create_singleton_entry(Fabric()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: 6b58f267-bd47-4d9d-a63f-9a3da5b5eb27 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 May 11 02:16:29 AM UTC 2026 ===================' INFO: =================== Mon May 11 02:16:29 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27: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.141 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ 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: 05/11/2026 02:16:38.243 7ff6ee3a8a00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 02:16:38.378 7ff6ee3a8a00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/11/2026 02:16:38.390 7ff6ee3a8a00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 02:16:38.390 7ff6ee3a8a00 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-05-11 02:16:39] "GET / HTTP/1.1" 503 181 0.000212 10.0.0.27 - - [2026-05-11 02:16:39] "GET / HTTP/1.1" 503 181 0.000167 10.0.0.27 - - [2026-05-11 02:16:40] "GET / HTTP/1.1" 200 45871 0.001350 10.0.0.27 - - [2026-05-11 02:16:40] "GET / HTTP/1.1" 200 45871 0.000972 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.27 - - [2026-05-11 02:16:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000479 10.0.0.27 - - [2026-05-11 02:16:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000228 10.0.0.27 - - [2026-05-11 02:16:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.750272 10.0.0.27 - - [2026-05-11 02:16:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003574 10.0.0.27 - - [2026-05-11 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 1.484045 10.0.0.27 - - [2026-05-11 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 /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.141 - - [2026-05-11 02:16:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2026-05-11 02:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000591 10.0.0.27 - - [2026-05-11 02:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.27 - - [2026-05-11 02:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-05-11 02:16:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2026-05-11 02:16:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.27 - - [2026-05-11 02:16:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.27 - - [2026-05-11 02:16:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-05-11 02:16:53] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.141 - - [2026-05-11 02:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-05-11 02:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.141 - - [2026-05-11 02:16:54] "POST /fqname-to-id HTTP/1.1" 404 225 0.041504 10.0.0.141 - - [2026-05-11 02:16:54] "POST /access-control-lists HTTP/1.1" 200 585 0.041192 10.0.0.141 - - [2026-05-11 02:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.141 - - [2026-05-11 02:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000718 10.0.0.141 - - [2026-05-11 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.019334 10.0.0.141 - - [2026-05-11 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.023398 10.0.0.141 - - [2026-05-11 02:16:54] "POST /fqname-to-id HTTP/1.1" 404 201 0.011459 10.0.0.141 - - [2026-05-11 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.033143 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.27 - - [2026-05-11 02:19:38] "GET /obj-perms HTTP/1.1" 200 5075 0.369090 10.0.0.141 - - [2026-05-11 02:20:38] "GET /obj-perms HTTP/1.1" 200 5075 0.058620 10.0.0.249 - - [2026-05-11 02:20:39] "GET /obj-perms HTTP/1.1" 200 5075 0.061335 10.0.0.249 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.27 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.27 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.27 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.27 - - [2026-05-11 02:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-05-11 02:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2026-05-11 02:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.141 - - [2026-05-11 02:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.141 - - [2026-05-11 02:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.141 - - [2026-05-11 02:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-05-11 02:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 [Introspect:8084]10.0.0.27 - - [2026-05-11 02:22:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000863 [Introspect:8084]10.0.0.27 - - [2026-05-11 02:22:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000817 [Introspect:8084]10.0.0.27 - - [2026-05-11 02:22:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001019 [Introspect:8084]10.0.0.27 - - [2026-05-11 02:22:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000849 10.0.0.141 - - [2026-05-11 02:23:45] "GET / HTTP/1.1" 200 35931 0.001566 10.0.0.141 - - [2026-05-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416 10.0.0.141 - - [2026-05-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.054403 10.0.0.27 - - [2026-05-11 02:23:46] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.072234 10.0.0.27 - - [2026-05-11 02:23:46] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.27 - - [2026-05-11 02:23:46] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032950 10.0.0.27 - - [2026-05-11 02:23:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.007503 10.0.0.27 - - [2026-05-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.010338 10.0.0.27 - - [2026-05-11 02:23:46] "POST /security-groups HTTP/1.1" 200 589 0.042580 10.0.0.27 - - [2026-05-11 02:23:46] "POST /projects HTTP/1.1" 200 581 0.300315 10.0.0.27 - - [2026-05-11 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.380108 10.0.0.141 - - [2026-05-11 02:23:47] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.598943 10.0.0.141 - - [2026-05-11 02:23:47] "POST /access-control-lists HTTP/1.1" 200 594 0.112720 10.0.0.141 - - [2026-05-11 02:23:48] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.27 - - [2026-05-11 02:23:51] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.141 - - [2026-05-11 02:23:51] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062371 10.0.0.27 - - [2026-05-11 02:23:51] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.141 - - [2026-05-11 02:23:51] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?fields=virtual_networks HTTP/1.1" 200 1038 0.074645 10.0.0.27 - - [2026-05-11 02:23:51] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.141 - - [2026-05-11 02:23:51] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.064123 10.0.0.27 - - [2026-05-11 02:23:51] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.141 - - [2026-05-11 02:23:51] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?fields=security_groups HTTP/1.1" 200 1262 0.074978 10.0.0.27 - - [2026-05-11 02:23:52] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003834 10.0.0.27 - - [2026-05-11 02:23:52] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.27 - - [2026-05-11 02:23:52] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007835 10.0.0.27 - - [2026-05-11 02:23:52] "POST /id-to-fqname HTTP/1.1" 200 167 0.003656 10.0.0.27 - - [2026-05-11 02:23:52] "POST /fqname-to-id HTTP/1.1" 404 176 0.010039 10.0.0.27 - - [2026-05-11 02:23:52] "POST /security-groups HTTP/1.1" 200 568 0.056733 10.0.0.141 - - [2026-05-11 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006432 10.0.0.27 - - [2026-05-11 02:23:53] "POST /projects HTTP/1.1" 200 539 0.329451 10.0.0.27 - - [2026-05-11 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.366975 10.0.0.141 - - [2026-05-11 02:23:53] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.549352 10.0.0.141 - - [2026-05-11 02:23:53] "POST /access-control-lists HTTP/1.1" 200 571 0.083472 [Introspect:8084]10.0.0.141 - - [2026-05-11 02:23:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001080 10.0.0.27 - - [2026-05-11 02:23:55] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001261 10.0.0.141 - - [2026-05-11 02:23:55] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.057024 10.0.0.27 - - [2026-05-11 02:23:56] "GET /obj-perms HTTP/1.1" 200 5075 0.062047 [Introspect:8084]10.0.0.141 - - [2026-05-11 02:23:57] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000614 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.067168 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004672 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004191 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004035 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004403 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004158 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004305 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.004551 10.0.0.141 - - [2026-05-11 02:23:58] "GET /obj-perms HTTP/1.1" 200 5075 0.003894 10.0.0.141 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.003859 10.0.0.141 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.007713 10.0.0.141 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.004020 10.0.0.141 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.004937 10.0.0.27 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.010742 10.0.0.27 - - [2026-05-11 02:23:59] "GET /obj-perms HTTP/1.1" 200 5075 0.003805 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.006789 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004618 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004377 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.007396 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004619 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004008 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004317 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005910 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004558 10.0.0.141 - - [2026-05-11 02:24:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004554 10.0.0.141 - - [2026-05-11 02:24:03] "GET /obj-perms HTTP/1.1" 200 5075 0.004421 10.0.0.141 - - [2026-05-11 02:24:04] "GET /obj-perms HTTP/1.1" 200 5075 0.004418 10.0.0.141 - - [2026-05-11 02:24:04] "GET /obj-perms HTTP/1.1" 200 5075 0.005174 10.0.0.141 - - [2026-05-11 02:24:04] "GET /obj-perms HTTP/1.1" 200 5075 0.004883 10.0.0.141 - - [2026-05-11 02:24:04] "GET /obj-perms HTTP/1.1" 200 5075 0.004224 10.0.0.141 - - [2026-05-11 02:24:06] "GET /obj-perms HTTP/1.1" 200 5075 0.003488 10.0.0.141 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.024395 10.0.0.27 - - [2026-05-11 02:24:07] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003405 10.0.0.27 - - [2026-05-11 02:24:07] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.27 - - [2026-05-11 02:24:07] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007397 10.0.0.27 - - [2026-05-11 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.001133 10.0.0.27 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.012067 10.0.0.27 - - [2026-05-11 02:24:07] "POST /security-groups HTTP/1.1" 200 602 0.044489 10.0.0.27 - - [2026-05-11 02:24:07] "POST /projects HTTP/1.1" 200 607 0.350638 10.0.0.27 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.446129 10.0.0.141 - - [2026-05-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.023076 10.0.0.141 - - [2026-05-11 02:24:07] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.632170 10.0.0.141 - - [2026-05-11 02:24:08] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.141 - - [2026-05-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000638 10.0.0.141 - - [2026-05-11 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.066522 10.0.0.27 - - [2026-05-11 02:24:10] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000888 10.0.0.141 - - [2026-05-11 02:24:10] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.060154 10.0.0.141 - - [2026-05-11 02:24:11] "POST /ref-update HTTP/1.1" 200 156 0.056305 10.0.0.27 - - [2026-05-11 02:24:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009425 10.0.0.141 - - [2026-05-11 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.303287 10.0.0.141 - - [2026-05-11 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001149 10.0.0.141 - - [2026-05-11 02:24:11] "GET /virtual-network/ed321f99-aaea-475f-8c55-520fc63cbdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006081 10.0.0.141 - - [2026-05-11 02:24:11] "GET /virtual-network/ed321f99-aaea-475f-8c55-520fc63cbdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005988 10.0.0.141 - - [2026-05-11 02:24:11] "POST /neutron/network HTTP/1.1" 200 839 0.010764 10.0.0.141 - - [2026-05-11 02:24:12] "GET /virtual-network/ed321f99-aaea-475f-8c55-520fc63cbdf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006510 10.0.0.249 - - [2026-05-11 02:24:13] "GET /obj-perms HTTP/1.1" 200 5071 0.060055 10.0.0.27 - - [2026-05-11 02:24:13] "GET /obj-perms HTTP/1.1" 200 5071 0.058532 10.0.0.141 - - [2026-05-11 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001298 10.0.0.27 - - [2026-05-11 02:24:15] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000905 10.0.0.141 - - [2026-05-11 02:24:15] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.079630 10.0.0.141 - - [2026-05-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 839 0.039840 10.0.0.141 - - [2026-05-11 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.010491 10.0.0.141 - - [2026-05-11 02:24:19] "POST /neutron/port HTTP/1.1" 200 1071 0.088227 10.0.0.141 - - [2026-05-11 02:24:19] "POST /neutron/port HTTP/1.1" 200 1135 0.049801 10.0.0.141 - - [2026-05-11 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.141 - - [2026-05-11 02:24:22] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008702 10.0.0.141 - - [2026-05-11 02:24:28] "GET /obj-perms HTTP/1.1" 200 5071 0.107531 10.0.0.141 - - [2026-05-11 02:24:31] "GET /obj-perms HTTP/1.1" 200 5071 0.005547 10.0.0.141 - - [2026-05-11 02:24:31] "POST /neutron/port HTTP/1.1" 200 1135 0.023708 10.0.0.141 - - [2026-05-11 02:24:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004042 10.0.0.141 - - [2026-05-11 02:24:31] "POST /neutron/network HTTP/1.1" 200 839 0.008161 10.0.0.141 - - [2026-05-11 02:24:33] "POST /neutron/port HTTP/1.1" 200 1135 0.019686 10.0.0.141 - - [2026-05-11 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.041290 10.0.0.27 - - [2026-05-11 02:24:35] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000935 10.0.0.141 - - [2026-05-11 02:24:35] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.056132 10.0.0.27 - - [2026-05-11 02:24:35] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001298 10.0.0.141 - - [2026-05-11 02:24:35] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?fields=virtual_networks HTTP/1.1" 200 1064 0.072004 10.0.0.27 - - [2026-05-11 02:24:36] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000938 10.0.0.141 - - [2026-05-11 02:24:36] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.060519 10.0.0.27 - - [2026-05-11 02:24:36] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.141 - - [2026-05-11 02:24:36] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?fields=security_groups HTTP/1.1" 200 1301 0.051934 10.0.0.27 - - [2026-05-11 02:24:36] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000860 10.0.0.141 - - [2026-05-11 02:24:36] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.079029 10.0.0.27 - - [2026-05-11 02:24:43] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000867 10.0.0.141 - - [2026-05-11 02:24:43] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.046703 10.0.0.27 - - [2026-05-11 02:24:44] "DELETE /project/8eab90ccabea41f882dcbaae47da0f69 HTTP/1.1" 404 173 0.009948 10.0.0.27 - - [2026-05-11 02:24:44] "DELETE /project/475fc8a3077b443ba2b1ba4b6667d793 HTTP/1.1" 404 173 0.008985 10.0.0.27 - - [2026-05-11 02:24:44] "DELETE /project/c047113d00474909914b8109fa1429b5 HTTP/1.1" 404 173 0.007661 10.0.0.27 - - [2026-05-11 02:24:44] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000776 10.0.0.27 - - [2026-05-11 02:24:44] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000718 10.0.0.27 - - [2026-05-11 02:24:44] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.083531 10.0.0.27 - - [2026-05-11 02:24:44] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000819 10.0.0.27 - - [2026-05-11 02:24:44] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.118668 10.0.0.27 - - [2026-05-11 02:24:44] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004216 10.0.0.27 - - [2026-05-11 02:24:44] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?fields=security_groups HTTP/1.1" 200 1406 0.085718 10.0.0.27 - - [2026-05-11 02:24:44] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?fields=security_groups HTTP/1.1" 200 1367 0.090703 10.0.0.27 - - [2026-05-11 02:24:44] "DELETE /security-group/6dcd8488-f584-4b92-9e97-3115df3c7dfd HTTP/1.1" 200 115 0.075882 10.0.0.27 - - [2026-05-11 02:24:44] "GET /projects?obj_uuids=475fc8a3-077b-443b-a2b1-ba4b6667d793&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001724 10.0.0.141 - - [2026-05-11 02:24:44] "DELETE /access-control-list/9caeee51-f23f-4163-bd32-6d64e72214fb HTTP/1.1" 200 115 0.067292 10.0.0.27 - - [2026-05-11 02:24:45] "DELETE /security-group/76ce43ee-d812-4825-b7f1-5d8c93a301a7 HTTP/1.1" 200 115 0.121846 10.0.0.27 - - [2026-05-11 02:24:45] "GET /projects?obj_uuids=8eab90cc-abea-41f8-82dc-baae47da0f69&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.27 - - [2026-05-11 02:24:45] "GET /project/475fc8a3-077b-443b-a2b1-ba4b6667d793?fields=application_policy_sets HTTP/1.1" 200 1445 0.110346 10.0.0.27 - - [2026-05-11 02:24:45] "GET /project/8eab90cc-abea-41f8-82dc-baae47da0f69?fields=application_policy_sets HTTP/1.1" 200 1406 0.122022 10.0.0.141 - - [2026-05-11 02:24:45] "DELETE /access-control-list/7d32697c-bbfa-4d65-9c9d-8491af154ef9 HTTP/1.1" 200 115 0.118195 10.0.0.27 - - [2026-05-11 02:24:45] "DELETE /project/475fc8a3-077b-443b-a2b1-ba4b6667d793 HTTP/1.1" 200 115 0.791010 10.0.0.27 - - [2026-05-11 02:24:45] "DELETE /project/8eab90cc-abea-41f8-82dc-baae47da0f69 HTTP/1.1" 200 115 0.866998 10.0.0.141 - - [2026-05-11 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.024858 10.0.0.27 - - [2026-05-11 02:24:46] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.27 - - [2026-05-11 02:24:46] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.27 - - [2026-05-11 02:24:46] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007916 10.0.0.27 - - [2026-05-11 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001897 10.0.0.27 - - [2026-05-11 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.011623 10.0.0.27 - - [2026-05-11 02:24:46] "POST /security-groups HTTP/1.1" 200 603 0.050867 10.0.0.27 - - [2026-05-11 02:24:46] "POST /projects HTTP/1.1" 200 609 0.309279 10.0.0.27 - - [2026-05-11 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.386173 10.0.0.141 - - [2026-05-11 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.024491 10.0.0.141 - - [2026-05-11 02:24:47] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.541858 10.0.0.141 - - [2026-05-11 02:24:48] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.141 - - [2026-05-11 02:24:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-05-11 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.074150 10.0.0.27 - - [2026-05-11 02:24:49] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.141 - - [2026-05-11 02:24:49] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.056781 10.0.0.141 - - [2026-05-11 02:24:49] "POST /neutron/network HTTP/1.1" 200 117 0.044688 10.0.0.141 - - [2026-05-11 02:24:49] "POST /neutron/network HTTP/1.1" 200 922 0.012316 10.0.0.141 - - [2026-05-11 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 275 0.001064 10.0.0.141 - - [2026-05-11 02:24:49] "GET /virtual-network/4e8ba965-0efc-4c0f-a366-54fe8b50c6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007008 10.0.0.141 - - [2026-05-11 02:24:50] "GET /virtual-network/4e8ba965-0efc-4c0f-a366-54fe8b50c6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.006949 10.0.0.141 - - [2026-05-11 02:24:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.021430 10.0.0.141 - - [2026-05-11 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.27 - - [2026-05-11 02:24:50] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.141 - - [2026-05-11 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.040658 10.0.0.141 - - [2026-05-11 02:24:50] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.094964 10.0.0.27 - - [2026-05-11 02:24:50] "POST /useragent-kv HTTP/1.1" 200 115 0.014477 10.0.0.141 - - [2026-05-11 02:24:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.314594 10.0.0.141 - - [2026-05-11 02:24:50] "POST /id-to-fqname HTTP/1.1" 200 275 0.001209 10.0.0.141 - - [2026-05-11 02:24:50] "GET /virtual-network/153bd5dc-91ab-47e3-be58-c99bf6a5d631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006404 10.0.0.141 - - [2026-05-11 02:24:50] "GET /virtual-network/153bd5dc-91ab-47e3-be58-c99bf6a5d631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006850 10.0.0.141 - - [2026-05-11 02:24:50] "POST /neutron/network HTTP/1.1" 200 921 0.009010 10.0.0.141 - - [2026-05-11 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.27 - - [2026-05-11 02:24:50] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532 10.0.0.141 - - [2026-05-11 02:24:51] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.082795 10.0.0.27 - - [2026-05-11 02:24:51] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.141 - - [2026-05-11 02:24:51] "POST /neutron/network HTTP/1.1" 200 705 0.159463 10.0.0.141 - - [2026-05-11 02:24:51] "POST /route-targets HTTP/1.1" 200 327 0.014735 10.0.0.141 - - [2026-05-11 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 276 0.005864 10.0.0.141 - - [2026-05-11 02:24:51] "GET /virtual-network/1863d2bf-97c0-4e8c-a9c1-f5c53bb6ae97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005616 10.0.0.141 - - [2026-05-11 02:24:51] "POST /neutron/network HTTP/1.1" 200 924 0.008542 10.0.0.141 - - [2026-05-11 02:24:51] "GET /virtual-network/1863d2bf-97c0-4e8c-a9c1-f5c53bb6ae97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.005324 10.0.0.141 - - [2026-05-11 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.001235 10.0.0.141 - - [2026-05-11 02:24:52] "POST /neutron/network HTTP/1.1" 200 931 0.008443 10.0.0.27 - - [2026-05-11 02:24:52] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003329 10.0.0.141 - - [2026-05-11 02:24:53] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.081975 10.0.0.141 - - [2026-05-11 02:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.014592 10.0.0.141 - - [2026-05-11 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 276 0.001239 10.0.0.141 - - [2026-05-11 02:24:53] "POST /neutron/network HTTP/1.1" 200 931 0.008289 10.0.0.141 - - [2026-05-11 02:24:54] "POST /neutron/port HTTP/1.1" 200 1071 0.032202 10.0.0.27 - - [2026-05-11 02:24:54] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001610 10.0.0.141 - - [2026-05-11 02:24:54] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.115361 10.0.0.141 - - [2026-05-11 02:24:54] "POST /neutron/network HTTP/1.1" 200 924 0.013823 10.0.0.141 - - [2026-05-11 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.141 - - [2026-05-11 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011191 10.0.0.27 - - [2026-05-11 02:24:55] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.141 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1072 0.534394 10.0.0.141 - - [2026-05-11 02:24:56] "POST /neutron/port HTTP/1.1" 200 1072 0.059398 10.0.0.141 - - [2026-05-11 02:24:57] "POST /neutron/port HTTP/1.1" 200 1135 0.043256 10.0.0.141 - - [2026-05-11 02:24:57] "POST /neutron/port HTTP/1.1" 200 1136 0.028419 10.0.0.141 - - [2026-05-11 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.27 - - [2026-05-11 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003102 10.0.0.27 - - [2026-05-11 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.141 - - [2026-05-11 02:24:58] "POST /neutron/network HTTP/1.1" 200 151 0.154571 10.0.0.141 - - [2026-05-11 02:24:58] "DELETE /route-target/a6955aad-deb1-48d0-ae0c-c2d87e81d93e HTTP/1.1" 200 115 0.039162 10.0.0.141 - - [2026-05-11 02:25:01] "POST /neutron/network HTTP/1.1" 200 924 0.007845 10.0.0.141 - - [2026-05-11 02:25:01] "POST /neutron/port HTTP/1.1" 200 1126 0.025377 10.0.0.141 - - [2026-05-11 02:25:01] "POST /neutron/network HTTP/1.1" 200 1678 0.023221 10.0.0.141 - - [2026-05-11 02:25:03] "POST /neutron/network HTTP/1.1" 200 924 0.007745 10.0.0.141 - - [2026-05-11 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.27 - - [2026-05-11 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004737 10.0.0.27 - - [2026-05-11 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004603 10.0.0.141 - - [2026-05-11 02:25:03] "POST /neutron/network HTTP/1.1" 200 151 0.159516 10.0.0.27 - - [2026-05-11 02:25:03] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.141 - - [2026-05-11 02:25:03] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.105513 10.0.0.27 - - [2026-05-11 02:25:03] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.141 - - [2026-05-11 02:25:03] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?fields=virtual_networks HTTP/1.1" 200 1066 0.058375 10.0.0.27 - - [2026-05-11 02:25:03] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.141 - - [2026-05-11 02:25:03] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.071275 10.0.0.27 - - [2026-05-11 02:25:03] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.141 - - [2026-05-11 02:25:03] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?fields=security_groups HTTP/1.1" 200 1304 0.066936 10.0.0.141 - - [2026-05-11 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.032389 10.0.0.27 - - [2026-05-11 02:25:04] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003854 10.0.0.27 - - [2026-05-11 02:25:04] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.27 - - [2026-05-11 02:25:04] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009318 10.0.0.27 - - [2026-05-11 02:25:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.004166 10.0.0.27 - - [2026-05-11 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.008159 10.0.0.27 - - [2026-05-11 02:25:05] "POST /security-groups HTTP/1.1" 200 593 0.062425 10.0.0.27 - - [2026-05-11 02:25:05] "POST /projects HTTP/1.1" 200 589 0.337332 10.0.0.141 - - [2026-05-11 02:25:05] "POST /access-control-lists HTTP/1.1" 200 598 0.045759 10.0.0.27 - - [2026-05-11 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.441556 10.0.0.141 - - [2026-05-11 02:25:05] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.619795 10.0.0.141 - - [2026-05-11 02:25:06] "GET / HTTP/1.1" 200 35931 0.001831 10.0.0.141 - - [2026-05-11 02:25:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000741 10.0.0.141 - - [2026-05-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.067419 10.0.0.27 - - [2026-05-11 02:25:07] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000863 10.0.0.141 - - [2026-05-11 02:25:07] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046303 10.0.0.141 - - [2026-05-11 02:25:07] "POST /route-targets HTTP/1.1" 200 327 0.019904 10.0.0.27 - - [2026-05-11 02:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007333 10.0.0.141 - - [2026-05-11 02:25:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.248762 10.0.0.141 - - [2026-05-11 02:25:08] "POST /id-to-fqname HTTP/1.1" 200 255 0.001300 10.0.0.141 - - [2026-05-11 02:25:08] "GET /virtual-network/c3af22e8-d72c-498f-ba9a-0719b2e2e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005980 10.0.0.141 - - [2026-05-11 02:25:08] "GET /virtual-network/c3af22e8-d72c-498f-ba9a-0719b2e2e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005398 10.0.0.141 - - [2026-05-11 02:25:08] "POST /neutron/network HTTP/1.1" 200 894 0.006343 10.0.0.141 - - [2026-05-11 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2026-05-11 02:25:08] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000808 10.0.0.141 - - [2026-05-11 02:25:08] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042229 10.0.0.27 - - [2026-05-11 02:25:08] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.141 - - [2026-05-11 02:25:08] "POST /neutron/network HTTP/1.1" 200 673 0.181337 10.0.0.141 - - [2026-05-11 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.037120 10.0.0.141 - - [2026-05-11 02:25:08] "POST /id-to-fqname HTTP/1.1" 200 255 0.004270 10.0.0.141 - - [2026-05-11 02:25:08] "GET /virtual-network/b80f4366-58de-42b3-ad71-a77126b7816e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006330 10.0.0.141 - - [2026-05-11 02:25:08] "POST /neutron/network HTTP/1.1" 200 890 0.013475 10.0.0.141 - - [2026-05-11 02:25:08] "GET /virtual-network/b80f4366-58de-42b3-ad71-a77126b7816e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005571 10.0.0.141 - - [2026-05-11 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.27 - - [2026-05-11 02:25:08] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000895 10.0.0.141 - - [2026-05-11 02:25:08] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054951 10.0.0.141 - - [2026-05-11 02:25:08] "POST /neutron/network HTTP/1.1" 200 117 0.016333 10.0.0.141 - - [2026-05-11 02:25:09] "POST /neutron/network HTTP/1.1" 200 894 0.015748 10.0.0.141 - - [2026-05-11 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 256 0.001023 10.0.0.141 - - [2026-05-11 02:25:09] "GET /virtual-network/f8ef6951-7caf-44d0-af1f-e8aa2d7d5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005047 10.0.0.141 - - [2026-05-11 02:25:09] "GET /virtual-network/f8ef6951-7caf-44d0-af1f-e8aa2d7d5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006237 10.0.0.141 - - [2026-05-11 02:25:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.010420 10.0.0.141 - - [2026-05-11 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 255 0.001076 10.0.0.27 - - [2026-05-11 02:25:10] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001416 10.0.0.141 - - [2026-05-11 02:25:10] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.091686 10.0.0.141 - - [2026-05-11 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.007670 10.0.0.141 - - [2026-05-11 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 256 0.001250 10.0.0.141 - - [2026-05-11 02:25:11] "POST /neutron/network HTTP/1.1" 200 904 0.006822 10.0.0.27 - - [2026-05-11 02:25:11] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001008 10.0.0.141 - - [2026-05-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 1060 0.053349 10.0.0.141 - - [2026-05-11 02:25:11] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.106838 10.0.0.141 - - [2026-05-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 1114 0.139553 10.0.0.141 - - [2026-05-11 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007484 10.0.0.141 - - [2026-05-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.007541 10.0.0.141 - - [2026-05-11 02:25:12] "POST /neutron/network HTTP/1.1" 200 904 0.009323 10.0.0.141 - - [2026-05-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1062 0.020191 10.0.0.141 - - [2026-05-11 02:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.141 - - [2026-05-11 02:25:13] "POST /neutron/network HTTP/1.1" 200 894 0.008101 10.0.0.141 - - [2026-05-11 02:25:14] "POST /neutron/port HTTP/1.1" 200 1124 0.019726 10.0.0.141 - - [2026-05-11 02:25:14] "POST /neutron/port HTTP/1.1" 200 1126 0.024021 10.0.0.141 - - [2026-05-11 02:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.008868 10.0.0.141 - - [2026-05-11 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.141 - - [2026-05-11 02:25:16] "POST /neutron/network HTTP/1.1" 200 894 0.008565 10.0.0.141 - - [2026-05-11 02:25:16] "DELETE /route-target/1cf840b6-a267-4f9e-aae7-231c9de068d4 HTTP/1.1" 200 115 0.055971 10.0.0.27 - - [2026-05-11 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003317 10.0.0.27 - - [2026-05-11 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.141 - - [2026-05-11 02:25:16] "POST /neutron/network HTTP/1.1" 200 151 0.170192 10.0.0.27 - - [2026-05-11 02:25:16] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001513 10.0.0.141 - - [2026-05-11 02:25:16] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.101154 10.0.0.27 - - [2026-05-11 02:25:16] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.141 - - [2026-05-11 02:25:16] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?fields=virtual_networks HTTP/1.1" 200 1047 0.041956 10.0.0.27 - - [2026-05-11 02:25:16] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000873 10.0.0.141 - - [2026-05-11 02:25:16] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.064762 10.0.0.27 - - [2026-05-11 02:25:16] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.141 - - [2026-05-11 02:25:16] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?fields=security_groups HTTP/1.1" 200 1275 0.066636 10.0.0.141 - - [2026-05-11 02:25:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.037253 10.0.0.27 - - [2026-05-11 02:25:17] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003322 10.0.0.27 - - [2026-05-11 02:25:17] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.27 - - [2026-05-11 02:25:17] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007793 10.0.0.27 - - [2026-05-11 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.003961 10.0.0.27 - - [2026-05-11 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.016244 10.0.0.27 - - [2026-05-11 02:25:18] "POST /security-groups HTTP/1.1" 200 599 0.039946 10.0.0.27 - - [2026-05-11 02:25:18] "POST /projects HTTP/1.1" 200 601 0.316498 10.0.0.141 - - [2026-05-11 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.010050 10.0.0.27 - - [2026-05-11 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.410388 10.0.0.141 - - [2026-05-11 02:25:18] "POST /access-control-lists HTTP/1.1" 200 602 0.042645 10.0.0.141 - - [2026-05-11 02:25:18] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.608226 10.0.0.141 - - [2026-05-11 02:25:19] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.141 - - [2026-05-11 02:25:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000624 10.0.0.141 - - [2026-05-11 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.065493 10.0.0.27 - - [2026-05-11 02:25:20] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.141 - - [2026-05-11 02:25:20] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.052657 10.0.0.27 - - [2026-05-11 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005333 10.0.0.141 - - [2026-05-11 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.260151 10.0.0.141 - - [2026-05-11 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001192 10.0.0.141 - - [2026-05-11 02:25:21] "GET /virtual-network/70966360-7161-41bd-80f0-658c730ab753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007050 10.0.0.141 - - [2026-05-11 02:25:21] "GET /virtual-network/70966360-7161-41bd-80f0-658c730ab753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006995 10.0.0.141 - - [2026-05-11 02:25:21] "POST /neutron/network HTTP/1.1" 200 912 0.007478 10.0.0.141 - - [2026-05-11 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-05-11 02:25:21] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.141 - - [2026-05-11 02:25:21] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.060751 10.0.0.27 - - [2026-05-11 02:25:21] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.141 - - [2026-05-11 02:25:21] "POST /neutron/network HTTP/1.1" 200 691 0.189429 10.0.0.141 - - [2026-05-11 02:25:21] "POST /route-targets HTTP/1.1" 200 327 0.021734 10.0.0.141 - - [2026-05-11 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.004125 10.0.0.141 - - [2026-05-11 02:25:21] "GET /virtual-network/4b8a0cd4-44e7-484c-a02f-fe79aff11e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006003 10.0.0.141 - - [2026-05-11 02:25:22] "POST /neutron/network HTTP/1.1" 200 912 0.007651 10.0.0.141 - - [2026-05-11 02:25:22] "GET /virtual-network/4b8a0cd4-44e7-484c-a02f-fe79aff11e5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005994 10.0.0.141 - - [2026-05-11 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-05-11 02:25:22] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.141 - - [2026-05-11 02:25:22] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.064607 10.0.0.141 - - [2026-05-11 02:25:22] "POST /neutron/network HTTP/1.1" 200 117 0.017433 10.0.0.141 - - [2026-05-11 02:25:22] "POST /ref-update HTTP/1.1" 200 156 0.053033 10.0.0.141 - - [2026-05-11 02:25:22] "POST /neutron/network HTTP/1.1" 200 913 0.011046 10.0.0.141 - - [2026-05-11 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001125 10.0.0.141 - - [2026-05-11 02:25:22] "GET /virtual-network/0522c9c7-6f31-44f4-935f-66423d8993a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005167 10.0.0.141 - - [2026-05-11 02:25:22] "GET /virtual-network/0522c9c7-6f31-44f4-935f-66423d8993a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007003 10.0.0.141 - - [2026-05-11 02:25:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.010197 10.0.0.141 - - [2026-05-11 02:25:22] "POST /id-to-fqname HTTP/1.1" 200 267 0.000968 10.0.0.27 - - [2026-05-11 02:25:45] "DELETE /project/0629070216b74798a4f8307ae869a728 HTTP/1.1" 404 173 0.005931 10.0.0.27 - - [2026-05-11 02:25:45] "DELETE /project/924c31cc36eb46d2a929819bd9791723 HTTP/1.1" 404 173 0.010124 10.0.0.27 - - [2026-05-11 02:25:45] "DELETE /project/3d3cb512c738484ba252ad77a5f30142 HTTP/1.1" 404 173 0.007749 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000738 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.060417 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.067816 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?fields=security_groups HTTP/1.1" 200 1380 0.067450 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?fields=security_groups HTTP/1.1" 200 1409 0.075863 10.0.0.27 - - [2026-05-11 02:25:45] "DELETE /security-group/e8db34a2-e51b-42a6-900c-6986e965f96a HTTP/1.1" 200 115 0.079738 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=3d3cb512-c738-484b-a252-ad77a5f30142&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.27 - - [2026-05-11 02:25:45] "DELETE /security-group/6422f1c1-b042-498d-8e7c-cf8be9d4d963 HTTP/1.1" 200 115 0.095016 10.0.0.27 - - [2026-05-11 02:25:45] "GET /projects?obj_uuids=924c31cc-36eb-46d2-a929-819bd9791723&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.013585 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/3d3cb512-c738-484b-a252-ad77a5f30142?fields=application_policy_sets HTTP/1.1" 200 1448 0.082143 10.0.0.27 - - [2026-05-11 02:25:45] "GET /project/924c31cc-36eb-46d2-a929-819bd9791723?fields=application_policy_sets HTTP/1.1" 200 1419 0.145301 10.0.0.141 - - [2026-05-11 02:25:46] "DELETE /access-control-list/afc3306a-d24a-4bbc-a8a5-92bff8de9183 HTTP/1.1" 200 115 0.066546 10.0.0.27 - - [2026-05-11 02:25:46] "DELETE /project/3d3cb512-c738-484b-a252-ad77a5f30142 HTTP/1.1" 200 115 0.655633 10.0.0.27 - - [2026-05-11 02:25:46] "DELETE /project/924c31cc-36eb-46d2-a929-819bd9791723 HTTP/1.1" 200 115 0.695547 10.0.0.27 - - [2026-05-11 02:25:57] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.141 - - [2026-05-11 02:25:57] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.088089 10.0.0.141 - - [2026-05-11 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.007087 10.0.0.141 - - [2026-05-11 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 268 0.001197 10.0.0.141 - - [2026-05-11 02:25:58] "POST /neutron/network HTTP/1.1" 200 923 0.009438 10.0.0.27 - - [2026-05-11 02:25:59] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004375 10.0.0.141 - - [2026-05-11 02:25:59] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.121855 10.0.0.141 - - [2026-05-11 02:25:59] "POST /neutron/port HTTP/1.1" 200 1070 0.051294 10.0.0.141 - - [2026-05-11 02:25:59] "POST /neutron/port HTTP/1.1" 200 1124 0.147049 10.0.0.141 - - [2026-05-11 02:25:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.141 - - [2026-05-11 02:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.008781 10.0.0.27 - - [2026-05-11 02:25:59] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002047 10.0.0.141 - - [2026-05-11 02:25:59] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.065554 10.0.0.141 - - [2026-05-11 02:26:00] "POST /neutron/network HTTP/1.1" 200 923 0.010953 10.0.0.141 - - [2026-05-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1069 0.027462 10.0.0.141 - - [2026-05-11 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.141 - - [2026-05-11 02:26:01] "GET /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.010792 10.0.0.141 - - [2026-05-11 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-05-11 02:26:01] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001284 10.0.0.141 - - [2026-05-11 02:26:01] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.053902 10.0.0.141 - - [2026-05-11 02:26:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011752 10.0.0.141 - - [2026-05-11 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.141 - - [2026-05-11 02:26:01] "GET /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3696 0.006446 10.0.0.141 - - [2026-05-11 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.141 - - [2026-05-11 02:26:01] "PUT /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927 HTTP/1.1" 200 262 0.034033 10.0.0.141 - - [2026-05-11 02:26:01] "POST /neutron/network HTTP/1.1" 200 913 0.043521 10.0.0.141 - - [2026-05-11 02:26:02] "PUT /access-control-list/334b34b6-e684-459a-8caa-cc16bc71c99e HTTP/1.1" 200 272 0.030201 10.0.0.141 - - [2026-05-11 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004414 10.0.0.141 - - [2026-05-11 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.27 - - [2026-05-11 02:26:02] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.141 - - [2026-05-11 02:26:02] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009685 10.0.0.141 - - [2026-05-11 02:26:02] "POST /service-templates HTTP/1.1" 200 543 0.056743 10.0.0.141 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006631 10.0.0.141 - - [2026-05-11 02:26:03] "GET /service-template/d84e32f8-d379-49c6-808b-b85b268319aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006666 10.0.0.141 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007860 10.0.0.141 - - [2026-05-11 02:26:03] "GET /service-template/d84e32f8-d379-49c6-808b-b85b268319aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005883 10.0.0.141 - - [2026-05-11 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.001842 10.0.0.141 - - [2026-05-11 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.001850 10.0.0.141 - - [2026-05-11 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 268 0.002260 10.0.0.141 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.141 - - [2026-05-11 02:26:03] "DELETE /service-template/d84e32f8-d379-49c6-808b-b85b268319aa HTTP/1.1" 200 115 0.061105 10.0.0.141 - - [2026-05-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.009769 10.0.0.141 - - [2026-05-11 02:26:06] "POST /neutron/network HTTP/1.1" 200 912 0.011220 10.0.0.141 - - [2026-05-11 02:26:08] "POST /neutron/network HTTP/1.1" 400 204 0.026235 10.0.0.141 - - [2026-05-11 02:26:12] "POST /neutron/network HTTP/1.1" 200 912 0.008873 10.0.0.141 - - [2026-05-11 02:26:14] "POST /neutron/network HTTP/1.1" 400 204 0.014559 10.0.0.141 - - [2026-05-11 02:26:18] "POST /neutron/network HTTP/1.1" 200 912 0.006774 10.0.0.141 - - [2026-05-11 02:26:20] "POST /neutron/network HTTP/1.1" 400 204 0.020836 10.0.0.141 - - [2026-05-11 02:26:24] "POST /neutron/network HTTP/1.1" 200 912 0.007564 10.0.0.141 - - [2026-05-11 02:26:26] "POST /neutron/network HTTP/1.1" 400 204 0.014591 10.0.0.141 - - [2026-05-11 02:26:30] "POST /neutron/network HTTP/1.1" 200 912 0.008258 10.0.0.141 - - [2026-05-11 02:26:32] "POST /neutron/network HTTP/1.1" 400 204 0.015560 10.0.0.141 - - [2026-05-11 02:26:36] "POST /neutron/network HTTP/1.1" 200 912 0.007351 10.0.0.141 - - [2026-05-11 02:26:39] "POST /neutron/network HTTP/1.1" 400 204 0.028210 10.0.0.141 - - [2026-05-11 02:26:43] "POST /neutron/network HTTP/1.1" 200 912 0.009512 10.0.0.141 - - [2026-05-11 02:26:45] "POST /neutron/network HTTP/1.1" 400 204 0.014532 10.0.0.141 - - [2026-05-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1134 0.022089 10.0.0.141 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 912 0.020723 10.0.0.141 - - [2026-05-11 02:26:49] "POST /neutron/network HTTP/1.1" 400 204 0.027352 10.0.0.141 - - [2026-05-11 02:26:50] "POST /neutron/port HTTP/1.1" 200 1123 0.017184 10.0.0.141 - - [2026-05-11 02:26:51] "POST /neutron/network HTTP/1.1" 200 913 0.007006 10.0.0.249 - - [2026-05-11 02:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-05-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2026-05-11 02:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000304 10.0.0.249 - - [2026-05-11 02:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.27 - - [2026-05-11 02:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.27 - - [2026-05-11 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.27 - - [2026-05-11 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004376 10.0.0.27 - - [2026-05-11 02:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.141 - - [2026-05-11 02:26:52] "POST /neutron/network HTTP/1.1" 200 151 0.169835 10.0.0.27 - - [2026-05-11 02:26:52] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001907 10.0.0.141 - - [2026-05-11 02:26:52] "DELETE /route-target/d56fde97-74f7-4fd7-b076-d01bdf11ff48 HTTP/1.1" 200 115 0.037338 10.0.0.27 - - [2026-05-11 02:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-11 02:26:52] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.092146 10.0.0.27 - - [2026-05-11 02:26:52] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.141 - - [2026-05-11 02:26:52] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?fields=virtual_networks HTTP/1.1" 200 1057 0.061654 10.0.0.27 - - [2026-05-11 02:26:52] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.141 - - [2026-05-11 02:26:52] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.053346 10.0.0.27 - - [2026-05-11 02:26:52] "GET /projects?obj_uuids=06290702-16b7-4798-a4f8-307ae869a728&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.141 - - [2026-05-11 02:26:52] "GET /project/06290702-16b7-4798-a4f8-307ae869a728?fields=security_groups HTTP/1.1" 200 1291 0.054251 10.0.0.249 - - [2026-05-11 02:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2026-05-11 02:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.141 - - [2026-05-11 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.029222 10.0.0.27 - - [2026-05-11 02:26:53] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004818 10.0.0.27 - - [2026-05-11 02:26:53] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.27 - - [2026-05-11 02:26:53] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009361 10.0.0.27 - - [2026-05-11 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.004695 10.0.0.27 - - [2026-05-11 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.005311 10.0.0.27 - - [2026-05-11 02:26:53] "POST /security-groups HTTP/1.1" 200 592 0.037833 10.0.0.27 - - [2026-05-11 02:26:53] "POST /projects HTTP/1.1" 200 587 0.272543 10.0.0.141 - - [2026-05-11 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.006576 10.0.0.27 - - [2026-05-11 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.350412 10.0.0.141 - - [2026-05-11 02:26:53] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.518179 10.0.0.141 - - [2026-05-11 02:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.141 - - [2026-05-11 02:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.141 - - [2026-05-11 02:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2026-05-11 02:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.141 - - [2026-05-11 02:26:55] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.141 - - [2026-05-11 02:26:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000649 10.0.0.141 - - [2026-05-11 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.083287 10.0.0.27 - - [2026-05-11 02:26:55] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.141 - - [2026-05-11 02:26:56] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.055625 10.0.0.141 - - [2026-05-11 02:26:56] "POST /ref-update HTTP/1.1" 200 156 0.036746 10.0.0.27 - - [2026-05-11 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009581 10.0.0.141 - - [2026-05-11 02:26:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.374338 10.0.0.141 - - [2026-05-11 02:26:56] "POST /id-to-fqname HTTP/1.1" 200 253 0.001643 10.0.0.141 - - [2026-05-11 02:26:56] "GET /virtual-network/7349a46f-4552-461a-96e6-f5de249595f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006068 10.0.0.141 - - [2026-05-11 02:26:56] "GET /virtual-network/7349a46f-4552-461a-96e6-f5de249595f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005041 10.0.0.141 - - [2026-05-11 02:26:56] "POST /neutron/network HTTP/1.1" 200 889 0.006281 10.0.0.141 - - [2026-05-11 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-05-11 02:26:56] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.141 - - [2026-05-11 02:26:56] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049955 10.0.0.27 - - [2026-05-11 02:26:57] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.141 - - [2026-05-11 02:26:57] "POST /neutron/network HTTP/1.1" 200 670 0.167314 10.0.0.141 - - [2026-05-11 02:26:57] "POST /id-to-fqname HTTP/1.1" 200 253 0.003066 10.0.0.141 - - [2026-05-11 02:26:57] "GET /virtual-network/b7442a5f-6feb-4411-ac9f-7f740a7b3649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005482 10.0.0.141 - - [2026-05-11 02:26:57] "POST /neutron/network HTTP/1.1" 200 888 0.006204 10.0.0.141 - - [2026-05-11 02:26:57] "GET /virtual-network/b7442a5f-6feb-4411-ac9f-7f740a7b3649?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.007666 10.0.0.141 - - [2026-05-11 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2026-05-11 02:26:57] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.141 - - [2026-05-11 02:26:57] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.064528 10.0.0.141 - - [2026-05-11 02:26:57] "POST /neutron/network HTTP/1.1" 200 117 0.014961 10.0.0.141 - - [2026-05-11 02:26:58] "POST /route-targets HTTP/1.1" 200 327 0.021381 10.0.0.141 - - [2026-05-11 02:26:58] "POST /neutron/network HTTP/1.1" 200 891 0.015289 10.0.0.141 - - [2026-05-11 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 254 0.001403 10.0.0.141 - - [2026-05-11 02:26:58] "GET /virtual-network/743eb0c1-95ab-44be-90cc-5f16674e9120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005640 10.0.0.141 - - [2026-05-11 02:26:58] "GET /virtual-network/743eb0c1-95ab-44be-90cc-5f16674e9120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006003 10.0.0.141 - - [2026-05-11 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.011374 10.0.0.141 - - [2026-05-11 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001213 10.0.0.27 - - [2026-05-11 02:26:59] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.141 - - [2026-05-11 02:26:59] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.091143 10.0.0.141 - - [2026-05-11 02:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.005843 10.0.0.141 - - [2026-05-11 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 254 0.001102 10.0.0.141 - - [2026-05-11 02:26:59] "POST /neutron/network HTTP/1.1" 200 901 0.006130 10.0.0.27 - - [2026-05-11 02:27:00] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.141 - - [2026-05-11 02:27:00] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.137724 10.0.0.141 - - [2026-05-11 02:27:00] "POST /neutron/network HTTP/1.1" 200 891 0.008724 10.0.0.141 - - [2026-05-11 02:27:01] "POST /neutron/port HTTP/1.1" 200 1114 0.141354 10.0.0.141 - - [2026-05-11 02:27:01] "POST /neutron/port HTTP/1.1" 200 1124 0.025446 10.0.0.141 - - [2026-05-11 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.015442 10.0.0.141 - - [2026-05-11 02:27:01] "POST /neutron/network HTTP/1.1" 200 901 0.009107 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-05-11 02:27:02] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.141 - - [2026-05-11 02:27:02] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011272 10.0.0.141 - - [2026-05-11 02:27:02] "POST /service-templates HTTP/1.1" 200 543 0.035916 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.141 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 1061 0.023367 10.0.0.141 - - [2026-05-11 02:27:02] "GET /service-template/2942df9f-b597-4b98-a6bb-e8c0e4218341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007880 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.141 - - [2026-05-11 02:27:02] "GET /service-template/2942df9f-b597-4b98-a6bb-e8c0e4218341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.016756 10.0.0.141 - - [2026-05-11 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 253 0.001207 10.0.0.141 - - [2026-05-11 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 253 0.000858 10.0.0.141 - - [2026-05-11 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 254 0.001256 10.0.0.141 - - [2026-05-11 02:27:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004432 10.0.0.141 - - [2026-05-11 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.141 - - [2026-05-11 02:27:02] "DELETE /service-template/2942df9f-b597-4b98-a6bb-e8c0e4218341 HTTP/1.1" 200 115 0.035155 10.0.0.141 - - [2026-05-11 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003530 10.0.0.141 - - [2026-05-11 02:27:05] "POST /neutron/network HTTP/1.1" 200 888 0.007143 10.0.0.141 - - [2026-05-11 02:27:05] "POST /neutron/port HTTP/1.1" 200 1115 0.020989 10.0.0.141 - - [2026-05-11 02:27:05] "POST /neutron/port HTTP/1.1" 200 1114 0.013487 10.0.0.27 - - [2026-05-11 02:27:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.27 - - [2026-05-11 02:27:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002868 10.0.0.141 - - [2026-05-11 02:27:07] "POST /neutron/network HTTP/1.1" 200 151 0.180243 10.0.0.141 - - [2026-05-11 02:27:07] "DELETE /route-target/5a6d8005-3959-4dc0-9ffa-33ca0a28a194 HTTP/1.1" 200 115 0.040493 10.0.0.141 - - [2026-05-11 02:27:07] "POST /neutron/network HTTP/1.1" 200 889 0.007011 10.0.0.141 - - [2026-05-11 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2026-05-11 02:27:07] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.141 - - [2026-05-11 02:27:07] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052988 10.0.0.27 - - [2026-05-11 02:27:07] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002421 10.0.0.141 - - [2026-05-11 02:27:07] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?fields=virtual_networks HTTP/1.1" 200 1044 0.045701 10.0.0.27 - - [2026-05-11 02:27:07] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.141 - - [2026-05-11 02:27:07] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.058059 10.0.0.27 - - [2026-05-11 02:27:08] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.141 - - [2026-05-11 02:27:08] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?fields=security_groups HTTP/1.1" 200 1271 0.068835 10.0.0.141 - - [2026-05-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.028476 10.0.0.27 - - [2026-05-11 02:27:08] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004977 10.0.0.27 - - [2026-05-11 02:27:09] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.27 - - [2026-05-11 02:27:09] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007166 10.0.0.27 - - [2026-05-11 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 195 0.001286 10.0.0.27 - - [2026-05-11 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 204 0.003397 10.0.0.27 - - [2026-05-11 02:27:09] "POST /security-groups HTTP/1.1" 200 596 0.036235 10.0.0.27 - - [2026-05-11 02:27:09] "POST /projects HTTP/1.1" 200 595 0.287688 10.0.0.141 - - [2026-05-11 02:27:09] "POST /access-control-lists HTTP/1.1" 200 601 0.033934 10.0.0.27 - - [2026-05-11 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.361343 10.0.0.141 - - [2026-05-11 02:27:09] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.533020 10.0.0.141 - - [2026-05-11 02:27:10] "GET / HTTP/1.1" 200 35931 0.001366 10.0.0.141 - - [2026-05-11 02:27:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2026-05-11 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.057488 10.0.0.27 - - [2026-05-11 02:27:11] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000880 10.0.0.141 - - [2026-05-11 02:27:11] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.044485 10.0.0.27 - - [2026-05-11 02:27:11] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000881 10.0.0.141 - - [2026-05-11 02:27:11] "POST /neutron/network HTTP/1.1" 200 682 0.164739 10.0.0.141 - - [2026-05-11 02:27:11] "POST /route-targets HTTP/1.1" 200 327 0.014142 10.0.0.27 - - [2026-05-11 02:27:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.141 - - [2026-05-11 02:27:12] "POST /neutron/network HTTP/1.1" 200 1077 0.011461 10.0.0.141 - - [2026-05-11 02:27:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001066 10.0.0.141 - - [2026-05-11 02:27:12] "GET /virtual-network/dad11cc2-7eee-4f33-87b0-cf03b553eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006328 10.0.0.141 - - [2026-05-11 02:27:12] "GET /virtual-network/dad11cc2-7eee-4f33-87b0-cf03b553eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005367 10.0.0.141 - - [2026-05-11 02:27:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.013990 10.0.0.141 - - [2026-05-11 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-05-11 02:27:12] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000983 10.0.0.141 - - [2026-05-11 02:27:12] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.044803 10.0.0.27 - - [2026-05-11 02:27:12] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001241 10.0.0.141 - - [2026-05-11 02:27:12] "POST /neutron/network HTTP/1.1" 200 682 0.149034 10.0.0.141 - - [2026-05-11 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.055348 10.0.0.27 - - [2026-05-11 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.045944 10.0.0.141 - - [2026-05-11 02:27:13] "POST /neutron/network HTTP/1.1" 200 1075 0.025309 10.0.0.141 - - [2026-05-11 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 261 0.001005 10.0.0.141 - - [2026-05-11 02:27:13] "GET /virtual-network/8972b8cc-ddee-41fd-a451-2998f121b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004846 10.0.0.141 - - [2026-05-11 02:27:13] "GET /virtual-network/8972b8cc-ddee-41fd-a451-2998f121b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005939 10.0.0.141 - - [2026-05-11 02:27:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.008624 10.0.0.141 - - [2026-05-11 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.27 - - [2026-05-11 02:27:13] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001313 10.0.0.141 - - [2026-05-11 02:27:13] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.040593 10.0.0.27 - - [2026-05-11 02:27:13] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001288 10.0.0.141 - - [2026-05-11 02:27:14] "POST /neutron/network HTTP/1.1" 200 684 0.184898 10.0.0.27 - - [2026-05-11 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.006905 10.0.0.141 - - [2026-05-11 02:27:14] "POST /neutron/network HTTP/1.1" 200 1078 0.011810 10.0.0.141 - - [2026-05-11 02:27:14] "POST /id-to-fqname HTTP/1.1" 200 262 0.001075 10.0.0.141 - - [2026-05-11 02:27:14] "GET /virtual-network/aa4b919e-9628-43c4-b47a-67c978e29e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005097 10.0.0.141 - - [2026-05-11 02:27:14] "GET /virtual-network/aa4b919e-9628-43c4-b47a-67c978e29e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005474 10.0.0.141 - - [2026-05-11 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.016692 10.0.0.141 - - [2026-05-11 02:27:14] "POST /id-to-fqname HTTP/1.1" 200 261 0.001179 10.0.0.27 - - [2026-05-11 02:27:15] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000987 10.0.0.141 - - [2026-05-11 02:27:15] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.074997 10.0.0.141 - - [2026-05-11 02:27:15] "POST /neutron/network HTTP/1.1" 200 1075 0.009211 10.0.0.141 - - [2026-05-11 02:27:15] "POST /id-to-fqname HTTP/1.1" 200 262 0.001284 10.0.0.141 - - [2026-05-11 02:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.008492 10.0.0.27 - - [2026-05-11 02:27:16] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001041 10.0.0.141 - - [2026-05-11 02:27:16] "POST /neutron/port HTTP/1.1" 200 1172 0.437164 10.0.0.27 - - [2026-05-11 02:27:16] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002740 10.0.0.141 - - [2026-05-11 02:27:17] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.122747 10.0.0.141 - - [2026-05-11 02:27:17] "POST /neutron/port HTTP/1.1" 200 1226 0.213629 10.0.0.141 - - [2026-05-11 02:27:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.017532 10.0.0.141 - - [2026-05-11 02:27:17] "POST /neutron/port HTTP/1.1" 200 1236 0.033560 10.0.0.141 - - [2026-05-11 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.141 - - [2026-05-11 02:27:17] "POST /neutron/network HTTP/1.1" 200 1088 0.007261 10.0.0.141 - - [2026-05-11 02:27:18] "POST /neutron/port HTTP/1.1" 200 1173 0.036574 10.0.0.141 - - [2026-05-11 02:27:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004547 10.0.0.141 - - [2026-05-11 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.141 - - [2026-05-11 02:27:19] "POST /neutron/network HTTP/1.1" 200 1075 0.015531 10.0.0.141 - - [2026-05-11 02:27:19] "POST /neutron/port HTTP/1.1" 200 1226 0.026434 10.0.0.141 - - [2026-05-11 02:27:20] "POST /neutron/port HTTP/1.1" 200 1227 0.018713 10.0.0.27 - - [2026-05-11 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003723 10.0.0.141 - - [2026-05-11 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012373 10.0.0.27 - - [2026-05-11 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007426 10.0.0.27 - - [2026-05-11 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.27 - - [2026-05-11 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.141 - - [2026-05-11 02:27:21] "POST /neutron/network HTTP/1.1" 200 151 0.182490 10.0.0.141 - - [2026-05-11 02:27:21] "POST /neutron/port HTTP/1.1" 200 117 0.008783 10.0.0.141 - - [2026-05-11 02:27:21] "DELETE /route-target/907c2bd8-b295-4156-80b3-9de6371c3e0c HTTP/1.1" 200 115 0.030916 10.0.0.27 - - [2026-05-11 02:27:21] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001099 10.0.0.141 - - [2026-05-11 02:27:21] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.057448 10.0.0.27 - - [2026-05-11 02:27:21] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000999 10.0.0.141 - - [2026-05-11 02:27:21] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?fields=virtual_networks HTTP/1.1" 200 1052 0.051924 10.0.0.27 - - [2026-05-11 02:27:22] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001041 10.0.0.141 - - [2026-05-11 02:27:22] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.046697 10.0.0.27 - - [2026-05-11 02:27:22] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001086 10.0.0.141 - - [2026-05-11 02:27:22] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?fields=security_groups HTTP/1.1" 200 1283 0.045145 10.0.0.141 - - [2026-05-11 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.028229 10.0.0.27 - - [2026-05-11 02:27:23] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004858 10.0.0.27 - - [2026-05-11 02:27:23] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.27 - - [2026-05-11 02:27:23] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006447 10.0.0.27 - - [2026-05-11 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.004139 10.0.0.27 - - [2026-05-11 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.012814 10.0.0.27 - - [2026-05-11 02:27:23] "POST /security-groups HTTP/1.1" 200 599 0.073902 10.0.0.141 - - [2026-05-11 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.004005 10.0.0.27 - - [2026-05-11 02:27:23] "POST /projects HTTP/1.1" 200 601 0.328214 10.0.0.27 - - [2026-05-11 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.398458 10.0.0.141 - - [2026-05-11 02:27:23] "POST /access-control-lists HTTP/1.1" 200 602 0.030729 10.0.0.141 - - [2026-05-11 02:27:23] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.537793 10.0.0.141 - - [2026-05-11 02:27:24] "GET / HTTP/1.1" 200 35931 0.002174 10.0.0.141 - - [2026-05-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000659 10.0.0.141 - - [2026-05-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.060671 10.0.0.27 - - [2026-05-11 02:27:25] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.141 - - [2026-05-11 02:27:25] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.042464 10.0.0.141 - - [2026-05-11 02:27:25] "POST /neutron/network HTTP/1.1" 200 117 0.040126 10.0.0.141 - - [2026-05-11 02:27:26] "POST /neutron/network HTTP/1.1" 200 908 0.010261 10.0.0.141 - - [2026-05-11 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001472 10.0.0.141 - - [2026-05-11 02:27:26] "GET /virtual-network/af50d676-e6d4-432c-8a68-5e712ff799db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.007047 10.0.0.141 - - [2026-05-11 02:27:26] "GET /virtual-network/af50d676-e6d4-432c-8a68-5e712ff799db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.007780 10.0.0.141 - - [2026-05-11 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.009971 10.0.0.141 - - [2026-05-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2026-05-11 02:27:26] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.141 - - [2026-05-11 02:27:26] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.055692 10.0.0.141 - - [2026-05-11 02:27:26] "POST /route-targets HTTP/1.1" 200 327 0.016498 10.0.0.27 - - [2026-05-11 02:27:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006929 10.0.0.141 - - [2026-05-11 02:27:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.209658 10.0.0.141 - - [2026-05-11 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001179 10.0.0.141 - - [2026-05-11 02:27:26] "GET /virtual-network/ba323d49-4033-406d-9041-13a3270b293d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005096 10.0.0.141 - - [2026-05-11 02:27:26] "GET /virtual-network/ba323d49-4033-406d-9041-13a3270b293d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006325 10.0.0.141 - - [2026-05-11 02:27:26] "POST /neutron/network HTTP/1.1" 200 912 0.006243 10.0.0.141 - - [2026-05-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2026-05-11 02:27:26] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000798 10.0.0.141 - - [2026-05-11 02:27:26] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.048085 10.0.0.27 - - [2026-05-11 02:27:26] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.141 - - [2026-05-11 02:27:27] "POST /neutron/network HTTP/1.1" 200 693 0.133811 10.0.0.141 - - [2026-05-11 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.027892 10.0.0.141 - - [2026-05-11 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 268 0.003215 10.0.0.141 - - [2026-05-11 02:27:27] "GET /virtual-network/8642395f-1d9f-4781-8e5b-1f4305c75741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006046 10.0.0.141 - - [2026-05-11 02:27:27] "POST /neutron/network HTTP/1.1" 200 910 0.007671 10.0.0.141 - - [2026-05-11 02:27:27] "GET /virtual-network/8642395f-1d9f-4781-8e5b-1f4305c75741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005271 10.0.0.141 - - [2026-05-11 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001171 10.0.0.141 - - [2026-05-11 02:27:27] "POST /neutron/network HTTP/1.1" 200 922 0.006295 10.0.0.27 - - [2026-05-11 02:27:28] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.141 - - [2026-05-11 02:27:28] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.065825 10.0.0.141 - - [2026-05-11 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.007447 10.0.0.141 - - [2026-05-11 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.001406 10.0.0.141 - - [2026-05-11 02:27:28] "POST /neutron/network HTTP/1.1" 200 922 0.006305 10.0.0.141 - - [2026-05-11 02:27:29] "POST /neutron/port HTTP/1.1" 200 1070 0.016024 10.0.0.27 - - [2026-05-11 02:27:29] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.141 - - [2026-05-11 02:27:29] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.098866 10.0.0.141 - - [2026-05-11 02:27:29] "POST /neutron/network HTTP/1.1" 200 910 0.009346 10.0.0.141 - - [2026-05-11 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.141 - - [2026-05-11 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008929 10.0.0.27 - - [2026-05-11 02:27:30] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.141 - - [2026-05-11 02:27:30] "POST /neutron/port HTTP/1.1" 200 1066 0.319503 10.0.0.141 - - [2026-05-11 02:27:30] "POST /neutron/port HTTP/1.1" 200 1120 0.164589 10.0.0.141 - - [2026-05-11 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.010396 10.0.0.141 - - [2026-05-11 02:27:31] "POST /neutron/network HTTP/1.1" 200 912 0.009289 10.0.0.141 - - [2026-05-11 02:27:31] "POST /neutron/port HTTP/1.1" 200 1124 0.017665 10.0.0.141 - - [2026-05-11 02:27:32] "POST /neutron/port HTTP/1.1" 200 1120 0.020013 10.0.0.141 - - [2026-05-11 02:27:33] "POST /neutron/network HTTP/1.1" 200 912 0.008685 10.0.0.141 - - [2026-05-11 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.27 - - [2026-05-11 02:27:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.27 - - [2026-05-11 02:27:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006803 10.0.0.141 - - [2026-05-11 02:27:33] "POST /neutron/network HTTP/1.1" 200 151 0.140235 10.0.0.27 - - [2026-05-11 02:27:33] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.141 - - [2026-05-11 02:27:33] "DELETE /route-target/84cbc9d3-8d38-4824-afea-4a08ccce6e98 HTTP/1.1" 200 115 0.037264 10.0.0.141 - - [2026-05-11 02:27:34] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045864 10.0.0.27 - - [2026-05-11 02:27:34] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.141 - - [2026-05-11 02:27:34] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?fields=virtual_networks HTTP/1.1" 200 1057 0.039321 10.0.0.27 - - [2026-05-11 02:27:34] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.141 - - [2026-05-11 02:27:34] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.040208 10.0.0.27 - - [2026-05-11 02:27:34] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.141 - - [2026-05-11 02:27:34] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?fields=security_groups HTTP/1.1" 200 1291 0.055520 10.0.0.141 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.042824 10.0.0.27 - - [2026-05-11 02:27:35] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002833 10.0.0.27 - - [2026-05-11 02:27:35] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.27 - - [2026-05-11 02:27:35] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012483 10.0.0.27 - - [2026-05-11 02:27:35] "POST /id-to-fqname HTTP/1.1" 200 195 0.001747 10.0.0.27 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 204 0.009479 10.0.0.27 - - [2026-05-11 02:27:35] "POST /security-groups HTTP/1.1" 200 596 0.092683 10.0.0.141 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 239 0.006826 10.0.0.27 - - [2026-05-11 02:27:35] "POST /projects HTTP/1.1" 200 595 0.341779 10.0.0.27 - - [2026-05-11 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.423182 10.0.0.141 - - [2026-05-11 02:27:35] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.650897 10.0.0.141 - - [2026-05-11 02:27:35] "POST /access-control-lists HTTP/1.1" 200 599 0.070556 10.0.0.141 - - [2026-05-11 02:27:37] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.141 - - [2026-05-11 02:27:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-05-11 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.057141 10.0.0.27 - - [2026-05-11 02:27:37] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000918 10.0.0.141 - - [2026-05-11 02:27:37] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.037676 10.0.0.141 - - [2026-05-11 02:27:37] "POST /neutron/network HTTP/1.1" 200 117 0.034934 10.0.0.141 - - [2026-05-11 02:27:38] "POST /neutron/network HTTP/1.1" 200 902 0.009742 10.0.0.141 - - [2026-05-11 02:27:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.000999 10.0.0.141 - - [2026-05-11 02:27:38] "GET /virtual-network/06024f1a-bd3d-42d4-994a-cf305a8880bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005249 10.0.0.141 - - [2026-05-11 02:27:38] "GET /virtual-network/06024f1a-bd3d-42d4-994a-cf305a8880bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005925 10.0.0.141 - - [2026-05-11 02:27:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.011237 10.0.0.141 - - [2026-05-11 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2026-05-11 02:27:38] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001235 10.0.0.141 - - [2026-05-11 02:27:38] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.050171 10.0.0.141 - - [2026-05-11 02:27:38] "POST /route-targets HTTP/1.1" 200 327 0.017999 10.0.0.27 - - [2026-05-11 02:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008253 10.0.0.141 - - [2026-05-11 02:27:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.205125 10.0.0.141 - - [2026-05-11 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001220 10.0.0.141 - - [2026-05-11 02:27:39] "GET /virtual-network/50910def-d7cc-44fb-a706-7dd0d3c5c131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.004952 10.0.0.141 - - [2026-05-11 02:27:39] "GET /virtual-network/50910def-d7cc-44fb-a706-7dd0d3c5c131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006951 10.0.0.141 - - [2026-05-11 02:27:39] "POST /neutron/network HTTP/1.1" 200 899 0.007906 10.0.0.141 - - [2026-05-11 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.27 - - [2026-05-11 02:27:39] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001090 10.0.0.141 - - [2026-05-11 02:27:39] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.055230 10.0.0.27 - - [2026-05-11 02:27:39] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001127 10.0.0.141 - - [2026-05-11 02:27:39] "POST /neutron/network HTTP/1.1" 200 684 0.172130 10.0.0.141 - - [2026-05-11 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.037804 10.0.0.141 - - [2026-05-11 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 262 0.003446 10.0.0.141 - - [2026-05-11 02:27:39] "GET /virtual-network/e03453e2-b003-45c9-8e37-69103b5b1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005588 10.0.0.141 - - [2026-05-11 02:27:39] "POST /neutron/network HTTP/1.1" 200 901 0.006065 10.0.0.141 - - [2026-05-11 02:27:39] "GET /virtual-network/e03453e2-b003-45c9-8e37-69103b5b1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005638 10.0.0.141 - - [2026-05-11 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001421 10.0.0.141 - - [2026-05-11 02:27:40] "POST /neutron/network HTTP/1.1" 200 909 0.007004 10.0.0.27 - - [2026-05-11 02:27:40] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001562 10.0.0.141 - - [2026-05-11 02:27:40] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.082162 10.0.0.141 - - [2026-05-11 02:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.007281 10.0.0.141 - - [2026-05-11 02:27:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.001309 10.0.0.141 - - [2026-05-11 02:27:41] "POST /neutron/network HTTP/1.1" 200 909 0.006633 10.0.0.141 - - [2026-05-11 02:27:41] "POST /neutron/port HTTP/1.1" 200 1063 0.016518 10.0.0.27 - - [2026-05-11 02:27:42] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001007 10.0.0.141 - - [2026-05-11 02:27:42] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.149532 10.0.0.141 - - [2026-05-11 02:27:42] "POST /neutron/network HTTP/1.1" 200 901 0.008383 10.0.0.141 - - [2026-05-11 02:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.141 - - [2026-05-11 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008669 10.0.0.27 - - [2026-05-11 02:27:42] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001321 10.0.0.141 - - [2026-05-11 02:27:43] "POST /neutron/port HTTP/1.1" 200 1063 0.365465 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005196 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-05-11 02:27:43] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.141 - - [2026-05-11 02:27:43] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008476 10.0.0.141 - - [2026-05-11 02:27:43] "POST /service-templates HTTP/1.1" 200 543 0.055529 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.141 - - [2026-05-11 02:27:43] "POST /neutron/port HTTP/1.1" 200 1117 0.152570 10.0.0.141 - - [2026-05-11 02:27:43] "GET /service-template/891ca129-c513-4820-b148-f2afe78b82e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006936 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.141 - - [2026-05-11 02:27:43] "GET /service-template/891ca129-c513-4820-b148-f2afe78b82e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.015168 10.0.0.141 - - [2026-05-11 02:27:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.009981 10.0.0.141 - - [2026-05-11 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001016 10.0.0.141 - - [2026-05-11 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001139 10.0.0.141 - - [2026-05-11 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.001184 10.0.0.141 - - [2026-05-11 02:27:43] "POST /neutron/port HTTP/1.1" 200 2102 0.022046 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.141 - - [2026-05-11 02:27:43] "DELETE /service-template/891ca129-c513-4820-b148-f2afe78b82e9 HTTP/1.1" 200 115 0.034535 10.0.0.141 - - [2026-05-11 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.004394 10.0.0.27 - - [2026-05-11 02:27:44] "GET /obj-perms HTTP/1.1" 200 5075 0.052283 10.0.0.141 - - [2026-05-11 02:27:44] "GET /obj-perms HTTP/1.1" 200 5075 0.055995 10.0.0.141 - - [2026-05-11 02:27:46] "POST /neutron/network HTTP/1.1" 400 204 0.012889 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /project/5a5bb5971c654984824cffee35339a3d HTTP/1.1" 404 173 0.014358 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /project/85d25b0a9cb242e4865dc46a45a56a19 HTTP/1.1" 404 173 0.013715 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /project/6d646323a5184a27afe52262113733ed HTTP/1.1" 404 173 0.013038 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /project/06290702-16b7-4798-a4f8-307ae869a728 HTTP/1.1" 404 177 0.009154 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /project/1acf74054ca142d2b2ceb62e02795e34 HTTP/1.1" 404 173 0.008285 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000819 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000721 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.063328 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.072145 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.068330 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000736 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?fields=security_groups HTTP/1.1" 200 1396 0.063456 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?fields=security_groups HTTP/1.1" 200 1376 0.101363 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?fields=security_groups HTTP/1.1" 200 1388 0.156551 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /security-group/333e0729-dda1-48b5-ab7e-d97cc6a67599 HTTP/1.1" 200 115 0.107063 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=5a5bb597-1c65-4984-824c-ffee35339a3d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.141 - - [2026-05-11 02:27:46] "POST /neutron/port HTTP/1.1" 200 1117 0.031616 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /security-group/43ab44a1-4855-4ddf-85da-429450ccc523 HTTP/1.1" 200 115 0.146706 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=6d646323-a518-4a27-afe5-2262113733ed&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000834 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/5a5bb597-1c65-4984-824c-ffee35339a3d?fields=application_policy_sets HTTP/1.1" 200 1435 0.086933 10.0.0.27 - - [2026-05-11 02:27:46] "DELETE /security-group/604ddb21-6df4-4f3d-971e-756199b17cd8 HTTP/1.1" 200 115 0.163956 10.0.0.27 - - [2026-05-11 02:27:46] "GET /projects?obj_uuids=1acf7405-4ca1-42d2-b2ce-b62e02795e34&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003719 10.0.0.27 - - [2026-05-11 02:27:46] "GET /project/6d646323-a518-4a27-afe5-2262113733ed?fields=application_policy_sets HTTP/1.1" 200 1415 0.127682 10.0.0.27 - - [2026-05-11 02:27:47] "GET /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34?fields=application_policy_sets HTTP/1.1" 200 1427 0.194517 10.0.0.141 - - [2026-05-11 02:27:47] "DELETE /access-control-list/16893c19-ce2b-4fe0-956c-c5f9b26e4c60 HTTP/1.1" 200 115 0.147227 10.0.0.27 - - [2026-05-11 02:27:47] "DELETE /project/5a5bb597-1c65-4984-824c-ffee35339a3d HTTP/1.1" 200 115 0.806374 10.0.0.27 - - [2026-05-11 02:27:47] "DELETE /project/6d646323-a518-4a27-afe5-2262113733ed HTTP/1.1" 200 115 0.847214 10.0.0.27 - - [2026-05-11 02:27:47] "DELETE /project/1acf7405-4ca1-42d2-b2ce-b62e02795e34 HTTP/1.1" 200 115 0.956380 10.0.0.141 - - [2026-05-11 02:27:47] "DELETE /access-control-list/af941816-07dc-4701-b8a6-1771c7531578 HTTP/1.1" 200 115 0.090721 10.0.0.141 - - [2026-05-11 02:27:47] "POST /neutron/port HTTP/1.1" 200 151 0.558692 10.0.0.141 - - [2026-05-11 02:27:48] "POST /neutron/network HTTP/1.1" 200 901 0.007746 10.0.0.141 - - [2026-05-11 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2026-05-11 02:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003155 10.0.0.27 - - [2026-05-11 02:27:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.141 - - [2026-05-11 02:27:48] "POST /neutron/network HTTP/1.1" 200 151 0.131263 10.0.0.27 - - [2026-05-11 02:27:48] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000806 10.0.0.141 - - [2026-05-11 02:27:48] "DELETE /route-target/95d4bc1f-41c2-4115-b0c2-bfbe40a80e7f HTTP/1.1" 200 115 0.027897 10.0.0.141 - - [2026-05-11 02:27:48] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.092143 10.0.0.27 - - [2026-05-11 02:27:48] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000922 10.0.0.141 - - [2026-05-11 02:27:48] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?fields=virtual_networks HTTP/1.1" 200 1051 0.045061 10.0.0.27 - - [2026-05-11 02:27:48] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000917 10.0.0.141 - - [2026-05-11 02:27:48] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.052852 10.0.0.27 - - [2026-05-11 02:27:49] "GET /projects?obj_uuids=85d25b0a-9cb2-42e4-865d-c46a45a56a19&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000860 10.0.0.141 - - [2026-05-11 02:27:49] "GET /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19?fields=security_groups HTTP/1.1" 200 1282 0.042795 10.0.0.141 - - [2026-05-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.032444 10.0.0.27 - - [2026-05-11 02:27:50] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003582 10.0.0.27 - - [2026-05-11 02:27:50] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.27 - - [2026-05-11 02:27:50] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009763 10.0.0.27 - - [2026-05-11 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 199 0.004045 10.0.0.27 - - [2026-05-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.016995 10.0.0.27 - - [2026-05-11 02:27:50] "POST /security-groups HTTP/1.1" 200 600 0.031964 10.0.0.27 - - [2026-05-11 02:27:50] "POST /projects HTTP/1.1" 200 603 0.302144 10.0.0.27 - - [2026-05-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.341310 10.0.0.141 - - [2026-05-11 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.005924 10.0.0.141 - - [2026-05-11 02:27:50] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.505433 10.0.0.141 - - [2026-05-11 02:27:51] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.141 - - [2026-05-11 02:27:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.141 - - [2026-05-11 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.064109 10.0.0.27 - - [2026-05-11 02:27:52] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000930 10.0.0.141 - - [2026-05-11 02:27:52] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.043048 10.0.0.141 - - [2026-05-11 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.027548 10.0.0.27 - - [2026-05-11 02:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.017026 10.0.0.141 - - [2026-05-11 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.243844 10.0.0.141 - - [2026-05-11 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 269 0.001336 10.0.0.141 - - [2026-05-11 02:27:53] "GET /virtual-network/1fd6fbb4-f017-4b5c-a4e6-c3963fdb416c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2751 0.006847 10.0.0.141 - - [2026-05-11 02:27:53] "POST /neutron/network HTTP/1.1" 200 1084 0.009614 10.0.0.141 - - [2026-05-11 02:27:53] "GET /virtual-network/1fd6fbb4-f017-4b5c-a4e6-c3963fdb416c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2751 0.006791 10.0.0.141 - - [2026-05-11 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.011373 10.0.0.141 - - [2026-05-11 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2026-05-11 02:27:53] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000889 10.0.0.141 - - [2026-05-11 02:27:53] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044097 10.0.0.27 - - [2026-05-11 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007120 10.0.0.27 - - [2026-05-11 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008552 10.0.0.141 - - [2026-05-11 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.238989 10.0.0.141 - - [2026-05-11 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 269 0.001498 10.0.0.141 - - [2026-05-11 02:27:54] "GET /virtual-network/3ffb3417-7625-4523-98de-cff4787090cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.008221 10.0.0.141 - - [2026-05-11 02:27:54] "POST /neutron/network HTTP/1.1" 200 1088 0.010764 10.0.0.141 - - [2026-05-11 02:27:54] "GET /virtual-network/3ffb3417-7625-4523-98de-cff4787090cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005587 10.0.0.141 - - [2026-05-11 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.011116 10.0.0.141 - - [2026-05-11 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-05-11 02:27:54] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001154 10.0.0.141 - - [2026-05-11 02:27:54] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.055974 10.0.0.141 - - [2026-05-11 02:27:55] "POST /route-targets HTTP/1.1" 200 327 0.015104 10.0.0.27 - - [2026-05-11 02:27:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008735 10.0.0.141 - - [2026-05-11 02:27:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.195032 10.0.0.27 - - [2026-05-11 02:27:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.008474 10.0.0.141 - - [2026-05-11 02:27:55] "POST /id-to-fqname HTTP/1.1" 200 270 0.001379 10.0.0.141 - - [2026-05-11 02:27:55] "GET /virtual-network/1dd9a444-be92-4952-87e4-45ad971c2a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.012323 10.0.0.141 - - [2026-05-11 02:27:55] "POST /neutron/network HTTP/1.1" 200 1087 0.012358 10.0.0.141 - - [2026-05-11 02:27:55] "GET /virtual-network/1dd9a444-be92-4952-87e4-45ad971c2a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.009241 10.0.0.141 - - [2026-05-11 02:27:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.012210 10.0.0.141 - - [2026-05-11 02:27:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001742 10.0.0.27 - - [2026-05-11 02:27:56] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001240 10.0.0.141 - - [2026-05-11 02:27:56] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.080096 10.0.0.141 - - [2026-05-11 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.006895 10.0.0.141 - - [2026-05-11 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 270 0.001233 10.0.0.141 - - [2026-05-11 02:27:57] "POST /neutron/network HTTP/1.1" 200 1097 0.008275 10.0.0.27 - - [2026-05-11 02:27:57] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000859 10.0.0.141 - - [2026-05-11 02:27:57] "POST /neutron/port HTTP/1.1" 200 1177 0.035853 10.0.0.141 - - [2026-05-11 02:27:57] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.114962 10.0.0.141 - - [2026-05-11 02:27:58] "POST /neutron/port HTTP/1.1" 200 1231 0.150092 10.0.0.141 - - [2026-05-11 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004108 10.0.0.141 - - [2026-05-11 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2067 0.009026 10.0.0.141 - - [2026-05-11 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.27 - - [2026-05-11 02:27:58] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001281 10.0.0.141 - - [2026-05-11 02:27:59] "POST /neutron/port HTTP/1.1" 200 1174 0.437239 10.0.0.141 - - [2026-05-11 02:27:59] "POST /neutron/port HTTP/1.1" 200 1228 0.145084 10.0.0.141 - - [2026-05-11 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006870 10.0.0.141 - - [2026-05-11 02:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.141 - - [2026-05-11 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.007100 10.0.0.141 - - [2026-05-11 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.27 - - [2026-05-11 02:27:59] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.141 - - [2026-05-11 02:27:59] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010086 10.0.0.141 - - [2026-05-11 02:27:59] "POST /service-templates HTTP/1.1" 200 543 0.042356 10.0.0.141 - - [2026-05-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.141 - - [2026-05-11 02:28:00] "GET /service-template/730268be-ad81-4264-9008-9e4412b2cdcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.008979 10.0.0.141 - - [2026-05-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.141 - - [2026-05-11 02:28:00] "GET /service-template/730268be-ad81-4264-9008-9e4412b2cdcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004770 10.0.0.141 - - [2026-05-11 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001746 10.0.0.141 - - [2026-05-11 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001571 10.0.0.141 - - [2026-05-11 02:28:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.002546 10.0.0.141 - - [2026-05-11 02:28:00] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008431 10.0.0.141 - - [2026-05-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.141 - - [2026-05-11 02:28:00] "DELETE /service-template/730268be-ad81-4264-9008-9e4412b2cdcb HTTP/1.1" 200 115 0.043816 10.0.0.141 - - [2026-05-11 02:28:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.004745 10.0.0.141 - - [2026-05-11 02:28:02] "POST /neutron/port HTTP/1.1" 200 1238 0.018306 10.0.0.141 - - [2026-05-11 02:28:03] "POST /neutron/port HTTP/1.1" 200 151 0.314032 10.0.0.141 - - [2026-05-11 02:28:04] "POST /neutron/network HTTP/1.1" 200 1088 0.009909 10.0.0.141 - - [2026-05-11 02:28:04] "DELETE /route-target/0577ce71-8507-4cf4-95a7-dc5a027965c3 HTTP/1.1" 200 115 0.035899 10.0.0.27 - - [2026-05-11 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.27 - - [2026-05-11 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003410 10.0.0.27 - - [2026-05-11 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.27 - - [2026-05-11 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005010 10.0.0.141 - - [2026-05-11 02:28:04] "POST /neutron/network HTTP/1.1" 200 151 0.159641 10.0.0.141 - - [2026-05-11 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.27 - - [2026-05-11 02:28:04] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000876 10.0.0.141 - - [2026-05-11 02:28:05] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.052785 10.0.0.27 - - [2026-05-11 02:28:05] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000933 10.0.0.141 - - [2026-05-11 02:28:05] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?fields=virtual_networks HTTP/1.1" 200 1060 0.049622 10.0.0.27 - - [2026-05-11 02:28:05] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000894 10.0.0.141 - - [2026-05-11 02:28:05] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.047385 10.0.0.27 - - [2026-05-11 02:28:05] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001173 10.0.0.141 - - [2026-05-11 02:28:05] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?fields=security_groups HTTP/1.1" 200 1295 0.052104 10.0.0.141 - - [2026-05-11 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.029394 10.0.0.27 - - [2026-05-11 02:28:06] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004816 10.0.0.27 - - [2026-05-11 02:28:06] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.27 - - [2026-05-11 02:28:06] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007833 10.0.0.27 - - [2026-05-11 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.002596 10.0.0.27 - - [2026-05-11 02:28:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.004091 10.0.0.27 - - [2026-05-11 02:28:06] "POST /security-groups HTTP/1.1" 200 603 0.037556 10.0.0.27 - - [2026-05-11 02:28:06] "POST /projects HTTP/1.1" 200 609 0.252419 10.0.0.141 - - [2026-05-11 02:28:06] "POST /access-control-lists HTTP/1.1" 200 608 0.050426 10.0.0.27 - - [2026-05-11 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.330296 10.0.0.141 - - [2026-05-11 02:28:06] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.494328 10.0.0.141 - - [2026-05-11 02:28:07] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.141 - - [2026-05-11 02:28:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-05-11 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.078082 10.0.0.27 - - [2026-05-11 02:28:09] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000787 10.0.0.141 - - [2026-05-11 02:28:09] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063763 10.0.0.141 - - [2026-05-11 02:28:09] "POST /neutron/network HTTP/1.1" 200 117 0.045203 10.0.0.141 - - [2026-05-11 02:28:09] "POST /route-targets HTTP/1.1" 200 327 0.015468 10.0.0.141 - - [2026-05-11 02:28:10] "POST /neutron/network HTTP/1.1" 200 838 0.010014 10.0.0.141 - - [2026-05-11 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001125 10.0.0.141 - - [2026-05-11 02:28:10] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005814 10.0.0.141 - - [2026-05-11 02:28:10] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005467 10.0.0.141 - - [2026-05-11 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.009531 10.0.0.141 - - [2026-05-11 02:28:10] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005602 10.0.0.249 - - [2026-05-11 02:28:11] "GET /obj-perms HTTP/1.1" 200 5073 0.057885 10.0.0.141 - - [2026-05-11 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-05-11 02:28:12] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.141 - - [2026-05-11 02:28:12] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.047063 10.0.0.141 - - [2026-05-11 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.035520 10.0.0.27 - - [2026-05-11 02:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009014 10.0.0.141 - - [2026-05-11 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.226169 10.0.0.141 - - [2026-05-11 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001617 10.0.0.141 - - [2026-05-11 02:28:12] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006859 10.0.0.141 - - [2026-05-11 02:28:12] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006938 10.0.0.141 - - [2026-05-11 02:28:12] "POST /neutron/network HTTP/1.1" 200 837 0.009631 10.0.0.141 - - [2026-05-11 02:28:13] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007273 10.0.0.141 - - [2026-05-11 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001292 10.0.0.27 - - [2026-05-11 02:28:45] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002060 10.0.0.27 - - [2026-05-11 02:28:45] "GET /obj-perms HTTP/1.1" 200 5075 0.101617 10.0.0.141 - - [2026-05-11 02:28:45] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.397953 10.0.0.141 - - [2026-05-11 02:28:45] "POST /neutron/network HTTP/1.1" 200 837 0.007938 10.0.0.141 - - [2026-05-11 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001171 10.0.0.141 - - [2026-05-11 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.005945 10.0.0.27 - - [2026-05-11 02:28:46] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.035489 10.0.0.141 - - [2026-05-11 02:28:46] "POST /neutron/port HTTP/1.1" 200 1071 0.356718 10.0.0.141 - - [2026-05-11 02:28:46] "POST /neutron/port HTTP/1.1" 200 1125 0.143682 10.0.0.27 - - [2026-05-11 02:28:46] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532 10.0.0.141 - - [2026-05-11 02:28:46] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.139403 10.0.0.141 - - [2026-05-11 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006662 10.0.0.141 - - [2026-05-11 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.141 - - [2026-05-11 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.27 - - [2026-05-11 02:28:47] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.141 - - [2026-05-11 02:28:47] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050504 10.0.0.141 - - [2026-05-11 02:28:47] "POST /neutron/network HTTP/1.1" 200 837 0.008496 10.0.0.141 - - [2026-05-11 02:28:47] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008014 10.0.0.141 - - [2026-05-11 02:28:47] "GET /floating-ip-pools?parent_id=2649ca28-6e35-4c96-9a30-02df3176915b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004241 10.0.0.141 - - [2026-05-11 02:28:47] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007100 10.0.0.141 - - [2026-05-11 02:28:47] "POST /floating-ip-pools HTTP/1.1" 200 609 0.059084 10.0.0.27 - - [2026-05-11 02:28:47] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001469 10.0.0.141 - - [2026-05-11 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.044015 10.0.0.141 - - [2026-05-11 02:28:47] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005840 10.0.0.27 - - [2026-05-11 02:28:47] "DELETE /project/85d25b0a-9cb2-42e4-865d-c46a45a56a19 HTTP/1.1" 404 177 0.181542 10.0.0.27 - - [2026-05-11 02:28:47] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.124787 10.0.0.27 - - [2026-05-11 02:28:47] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000912 10.0.0.27 - - [2026-05-11 02:28:47] "DELETE /project/18c729011a404836bdbca5458c4880df HTTP/1.1" 404 173 0.230840 10.0.0.27 - - [2026-05-11 02:28:47] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?fields=security_groups HTTP/1.1" 200 1400 0.073626 10.0.0.27 - - [2026-05-11 02:28:47] "DELETE /project/877ec4af438445aab48ff96a6aa3dcbb HTTP/1.1" 404 173 0.339082 10.0.0.27 - - [2026-05-11 02:28:47] "DELETE /security-group/73715646-0841-4ee2-acf2-a535d3147c83 HTTP/1.1" 200 115 0.103157 10.0.0.27 - - [2026-05-11 02:28:47] "GET /projects?obj_uuids=18c72901-1a40-4836-bdbc-a5458c4880df&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001464 10.0.0.27 - - [2026-05-11 02:28:47] "GET /project/18c72901-1a40-4836-bdbc-a5458c4880df?fields=application_policy_sets HTTP/1.1" 200 1439 0.080372 10.0.0.141 - - [2026-05-11 02:28:47] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006709 10.0.0.141 - - [2026-05-11 02:28:48] "DELETE /access-control-list/f66f990f-0c31-4299-b1e9-a5da37b81e64 HTTP/1.1" 200 115 0.287282 10.0.0.141 - - [2026-05-11 02:28:48] "POST /neutron/port HTTP/1.1" 200 1135 0.055895 10.0.0.27 - - [2026-05-11 02:28:48] "DELETE /project/18c72901-1a40-4836-bdbc-a5458c4880df HTTP/1.1" 200 115 0.830228 10.0.0.141 - - [2026-05-11 02:28:48] "POST /neutron/port HTTP/1.1" 200 1072 0.025029 10.0.0.141 - - [2026-05-11 02:28:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005285 10.0.0.141 - - [2026-05-11 02:28:49] "POST /neutron/network HTTP/1.1" 200 838 0.013099 10.0.0.141 - - [2026-05-11 02:28:58] "POST /neutron/port HTTP/1.1" 200 1135 0.017620 10.0.0.141 - - [2026-05-11 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009954 10.0.0.141 - - [2026-05-11 02:29:13] "POST /neutron/port HTTP/1.1" 200 1135 0.021518 10.0.0.141 - - [2026-05-11 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008992 10.0.0.141 - - [2026-05-11 02:29:29] "POST /neutron/port HTTP/1.1" 200 1135 0.021357 10.0.0.141 - - [2026-05-11 02:29:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009261 10.0.0.141 - - [2026-05-11 02:29:36] "POST /neutron/network HTTP/1.1" 200 847 0.033782 10.0.0.141 - - [2026-05-11 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.141 - - [2026-05-11 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008186 10.0.0.141 - - [2026-05-11 02:29:39] "POST /neutron/port HTTP/1.1" 200 1135 0.018123 10.0.0.141 - - [2026-05-11 02:29:39] "GET /virtual-machine/9b586463-d121-423b-8029-7c41ffa8dded HTTP/1.1" 401 293 0.000454 10.0.0.141 - - [2026-05-11 02:29:39] "GET /virtual-machine/9b586463-d121-423b-8029-7c41ffa8dded HTTP/1.1" 200 1304 0.030227 10.0.0.141 - - [2026-05-11 02:29:39] "GET /virtual-machine-interface/1b37da55-1c71-4a47-b734-57aa617c3450 HTTP/1.1" 200 3003 0.005593 10.0.0.141 - - [2026-05-11 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.141 - - [2026-05-11 02:29:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005146 10.0.0.141 - - [2026-05-11 02:29:39] "GET /virtual-networks?parent_id=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004125 10.0.0.141 - - [2026-05-11 02:29:39] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005650 10.0.0.141 - - [2026-05-11 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.141 - - [2026-05-11 02:29:42] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005677 10.0.0.141 - - [2026-05-11 02:29:43] "POST /neutron/port HTTP/1.1" 200 1136 0.020797 10.0.0.141 - - [2026-05-11 02:29:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.008806 10.0.0.141 - - [2026-05-11 02:29:45] "GET /obj-perms HTTP/1.1" 200 5075 0.053427 10.0.0.249 - - [2026-05-11 02:29:46] "GET /obj-perms HTTP/1.1" 200 5075 0.051902 10.0.0.141 - - [2026-05-11 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.141 - - [2026-05-11 02:29:47] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006774 10.0.0.141 - - [2026-05-11 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.141 - - [2026-05-11 02:29:51] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006985 10.0.0.141 - - [2026-05-11 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.141 - - [2026-05-11 02:29:55] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005494 10.0.0.141 - - [2026-05-11 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2026-05-11 02:29:59] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005177 10.0.0.141 - - [2026-05-11 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.141 - - [2026-05-11 02:30:03] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005004 10.0.0.141 - - [2026-05-11 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.141 - - [2026-05-11 02:30:07] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006174 10.0.0.141 - - [2026-05-11 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.141 - - [2026-05-11 02:30:11] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005816 10.0.0.141 - - [2026-05-11 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.141 - - [2026-05-11 02:30:15] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004908 10.0.0.141 - - [2026-05-11 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006959 10.0.0.141 - - [2026-05-11 02:30:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006751 10.0.0.141 - - [2026-05-11 02:30:17] "GET /virtual-networks?parent_id=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.006829 10.0.0.141 - - [2026-05-11 02:30:17] "GET /virtual-network/7acbf5a3-dd07-4c94-b50c-30d3224dd885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007223 10.0.0.141 - - [2026-05-11 02:30:17] "POST /neutron/port HTTP/1.1" 200 1135 0.026801 10.0.0.141 - - [2026-05-11 02:30:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007511 10.0.0.141 - - [2026-05-11 02:30:28] "POST /neutron/port HTTP/1.1" 200 1135 0.058930 10.0.0.141 - - [2026-05-11 02:30:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009711 10.0.0.27 - - [2026-05-11 02:30:38] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/floatingip HTTP/1.1" 200 530 0.150947 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/floatingip HTTP/1.1" 200 576 0.079237 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/port HTTP/1.1" 200 1136 0.018465 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/port HTTP/1.1" 200 1136 0.019992 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/network HTTP/1.1" 200 847 0.013249 10.0.0.141 - - [2026-05-11 02:30:38] "GET /virtual-machine/c4c9d8f7-5251-4ccc-bcda-e83639cc19ee HTTP/1.1" 200 1305 0.008065 10.0.0.141 - - [2026-05-11 02:30:38] "GET /virtual-machine-interface/ccfbad9f-6632-434f-bd32-6d9cbc7d07ad HTTP/1.1" 200 3004 0.006740 10.0.0.141 - - [2026-05-11 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.141 - - [2026-05-11 02:30:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004668 10.0.0.141 - - [2026-05-11 02:30:38] "GET /virtual-networks?parent_id=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003374 10.0.0.141 - - [2026-05-11 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.141 - - [2026-05-11 02:30:38] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005827 10.0.0.141 - - [2026-05-11 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2026-05-11 02:30:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.141 - - [2026-05-11 02:30:39] "GET /virtual-networks?parent_id=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003042 10.0.0.141 - - [2026-05-11 02:30:39] "GET /virtual-network/2649ca28-6e35-4c96-9a30-02df3176915b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005934 10.0.0.141 - - [2026-05-11 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011123 10.0.0.141 - - [2026-05-11 02:30:45] "POST /neutron/network HTTP/1.1" 200 848 0.035622 10.0.0.141 - - [2026-05-11 02:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.141 - - [2026-05-11 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2026-05-11 02:30:45] "GET /routing-instance/b3f7da8a-71d3-448e-b093-16900d9e403c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005914 10.0.0.141 - - [2026-05-11 02:30:45] "GET /route-target/2de185be-db3a-4315-9a2c-2ba6c5efb9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004205 10.0.0.141 - - [2026-05-11 02:31:04] "POST /neutron/floatingip HTTP/1.1" 200 576 0.021992 10.0.0.141 - - [2026-05-11 02:31:04] "POST /neutron/floatingip HTTP/1.1" 200 115 0.078096 10.0.0.141 - - [2026-05-11 02:31:04] "GET /floating-ip-pool/564bf84b-ac52-401e-9aa8-828f88854782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004307 10.0.0.141 - - [2026-05-11 02:31:04] "POST /ref-update HTTP/1.1" 200 156 0.017232 10.0.0.141 - - [2026-05-11 02:31:04] "DELETE /floating-ip-pool/564bf84b-ac52-401e-9aa8-828f88854782 HTTP/1.1" 200 115 0.044670 10.0.0.141 - - [2026-05-11 02:31:05] "POST /neutron/port HTTP/1.1" 200 1136 0.022929 10.0.0.141 - - [2026-05-11 02:31:05] "POST /neutron/port HTTP/1.1" 200 151 0.317280 10.0.0.141 - - [2026-05-11 02:31:06] "POST /neutron/network HTTP/1.1" 200 837 0.009346 10.0.0.141 - - [2026-05-11 02:31:07] "DELETE /route-target/bd54f3c6-b530-40a0-81ea-745345cfcc9e HTTP/1.1" 200 115 0.024735 10.0.0.27 - - [2026-05-11 02:31:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004675 10.0.0.27 - - [2026-05-11 02:31:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004312 10.0.0.141 - - [2026-05-11 02:31:07] "POST /neutron/network HTTP/1.1" 200 151 0.129249 10.0.0.27 - - [2026-05-11 02:31:08] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.141 - - [2026-05-11 02:31:09] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.076919 10.0.0.27 - - [2026-05-11 02:31:09] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.141 - - [2026-05-11 02:31:09] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?fields=virtual_networks HTTP/1.1" 200 1066 0.050314 10.0.0.27 - - [2026-05-11 02:31:09] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001294 10.0.0.141 - - [2026-05-11 02:31:09] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.050174 10.0.0.27 - - [2026-05-11 02:31:09] "GET /projects?obj_uuids=877ec4af-4384-45aa-b48f-f96a6aa3dcbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.141 - - [2026-05-11 02:31:09] "GET /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb?fields=security_groups HTTP/1.1" 200 1304 0.051991 10.0.0.141 - - [2026-05-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.034472 10.0.0.27 - - [2026-05-11 02:31:10] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004608 10.0.0.27 - - [2026-05-11 02:31:10] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001948 10.0.0.27 - - [2026-05-11 02:31:10] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009408 10.0.0.27 - - [2026-05-11 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.001536 10.0.0.27 - - [2026-05-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.006070 10.0.0.27 - - [2026-05-11 02:31:10] "POST /security-groups HTTP/1.1" 200 591 0.034555 10.0.0.141 - - [2026-05-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.003077 10.0.0.27 - - [2026-05-11 02:31:10] "POST /projects HTTP/1.1" 200 585 0.274129 10.0.0.27 - - [2026-05-11 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.351521 10.0.0.141 - - [2026-05-11 02:31:10] "POST /access-control-lists HTTP/1.1" 200 594 0.041220 10.0.0.141 - - [2026-05-11 02:31:10] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.526424 10.0.0.141 - - [2026-05-11 02:31:11] "GET / HTTP/1.1" 200 35931 0.001335 10.0.0.27 - - [2026-05-11 02:31:14] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.141 - - [2026-05-11 02:31:14] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047716 10.0.0.27 - - [2026-05-11 02:31:15] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001345 10.0.0.141 - - [2026-05-11 02:31:15] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?fields=virtual_networks HTTP/1.1" 200 1043 0.060984 10.0.0.27 - - [2026-05-11 02:31:15] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.141 - - [2026-05-11 02:31:15] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042028 10.0.0.27 - - [2026-05-11 02:31:15] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000971 10.0.0.141 - - [2026-05-11 02:31:15] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?fields=security_groups HTTP/1.1" 200 1269 0.075030 10.0.0.141 - - [2026-05-11 02:31:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.027516 10.0.0.27 - - [2026-05-11 02:31:16] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005296 10.0.0.27 - - [2026-05-11 02:31:16] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.27 - - [2026-05-11 02:31:16] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009785 10.0.0.27 - - [2026-05-11 02:31:16] "POST /id-to-fqname HTTP/1.1" 200 185 0.011173 10.0.0.27 - - [2026-05-11 02:31:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.008404 10.0.0.27 - - [2026-05-11 02:31:16] "POST /security-groups HTTP/1.1" 200 586 0.098330 10.0.0.27 - - [2026-05-11 02:31:16] "POST /projects HTTP/1.1" 200 575 0.371689 10.0.0.27 - - [2026-05-11 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.406299 10.0.0.141 - - [2026-05-11 02:31:16] "POST /fqname-to-id HTTP/1.1" 404 228 0.006604 10.0.0.141 - - [2026-05-11 02:31:16] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.560739 10.0.0.141 - - [2026-05-11 02:31:18] "GET / HTTP/1.1" 200 35931 0.002603 10.0.0.27 - - [2026-05-11 02:31:23] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.141 - - [2026-05-11 02:31:23] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061547 10.0.0.27 - - [2026-05-11 02:31:23] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002316 10.0.0.141 - - [2026-05-11 02:31:24] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?fields=virtual_networks HTTP/1.1" 200 1033 0.079525 10.0.0.27 - - [2026-05-11 02:31:24] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001780 10.0.0.141 - - [2026-05-11 02:31:24] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058374 10.0.0.27 - - [2026-05-11 02:31:24] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001268 10.0.0.141 - - [2026-05-11 02:31:24] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?fields=security_groups HTTP/1.1" 200 1254 0.051585 10.0.0.141 - - [2026-05-11 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.030231 10.0.0.27 - - [2026-05-11 02:31:25] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004462 10.0.0.27 - - [2026-05-11 02:31:25] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565 10.0.0.27 - - [2026-05-11 02:31:25] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010031 10.0.0.27 - - [2026-05-11 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.001679 10.0.0.27 - - [2026-05-11 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.013534 10.0.0.27 - - [2026-05-11 02:31:25] "POST /security-groups HTTP/1.1" 200 590 0.038295 10.0.0.27 - - [2026-05-11 02:31:25] "POST /projects HTTP/1.1" 200 583 0.297307 10.0.0.141 - - [2026-05-11 02:31:25] "POST /access-control-lists HTTP/1.1" 200 595 0.043498 10.0.0.27 - - [2026-05-11 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.381821 10.0.0.141 - - [2026-05-11 02:31:25] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.550608 10.0.0.141 - - [2026-05-11 02:31:26] "GET / HTTP/1.1" 200 35931 0.001394 10.0.0.27 - - [2026-05-11 02:31:30] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000942 10.0.0.141 - - [2026-05-11 02:31:30] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038306 10.0.0.27 - - [2026-05-11 02:31:30] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001620 10.0.0.141 - - [2026-05-11 02:31:30] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?fields=virtual_networks HTTP/1.1" 200 1039 0.046694 10.0.0.27 - - [2026-05-11 02:31:30] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001417 10.0.0.141 - - [2026-05-11 02:31:30] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.050368 10.0.0.27 - - [2026-05-11 02:31:30] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001718 10.0.0.141 - - [2026-05-11 02:31:30] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?fields=security_groups HTTP/1.1" 200 1264 0.054176 10.0.0.141 - - [2026-05-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.029882 10.0.0.27 - - [2026-05-11 02:31:31] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004130 10.0.0.27 - - [2026-05-11 02:31:31] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.27 - - [2026-05-11 02:31:31] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008178 10.0.0.27 - - [2026-05-11 02:31:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.001133 10.0.0.27 - - [2026-05-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.006294 10.0.0.27 - - [2026-05-11 02:31:31] "POST /security-groups HTTP/1.1" 200 591 0.082685 10.0.0.141 - - [2026-05-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.004241 10.0.0.27 - - [2026-05-11 02:31:31] "POST /projects HTTP/1.1" 200 585 0.305627 10.0.0.27 - - [2026-05-11 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.391742 10.0.0.141 - - [2026-05-11 02:31:31] "POST /access-control-lists HTTP/1.1" 200 594 0.057544 10.0.0.141 - - [2026-05-11 02:31:31] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.571537 10.0.0.141 - - [2026-05-11 02:31:32] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.27 - - [2026-05-11 02:31:36] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.141 - - [2026-05-11 02:31:36] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.062954 10.0.0.27 - - [2026-05-11 02:31:36] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.141 - - [2026-05-11 02:31:36] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?fields=virtual_networks HTTP/1.1" 200 1043 0.083080 10.0.0.27 - - [2026-05-11 02:31:36] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.141 - - [2026-05-11 02:31:36] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.059648 10.0.0.27 - - [2026-05-11 02:31:36] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.141 - - [2026-05-11 02:31:36] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?fields=security_groups HTTP/1.1" 200 1269 0.050680 10.0.0.141 - - [2026-05-11 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.031974 10.0.0.27 - - [2026-05-11 02:31:37] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003276 10.0.0.27 - - [2026-05-11 02:31:37] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.27 - - [2026-05-11 02:31:37] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007767 10.0.0.27 - - [2026-05-11 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 194 0.006503 10.0.0.27 - - [2026-05-11 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.009364 10.0.0.27 - - [2026-05-11 02:31:37] "POST /security-groups HTTP/1.1" 200 595 0.042398 10.0.0.141 - - [2026-05-11 02:31:37] "POST /fqname-to-id HTTP/1.1" 404 238 0.005602 10.0.0.27 - - [2026-05-11 02:31:37] "POST /projects HTTP/1.1" 200 593 0.281939 10.0.0.27 - - [2026-05-11 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.356825 10.0.0.141 - - [2026-05-11 02:31:37] "POST /access-control-lists HTTP/1.1" 200 598 0.036222 10.0.0.141 - - [2026-05-11 02:31:37] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.524819 10.0.0.141 - - [2026-05-11 02:31:38] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.27 - - [2026-05-11 02:31:42] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001296 10.0.0.141 - - [2026-05-11 02:31:42] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.049370 10.0.0.27 - - [2026-05-11 02:31:42] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000857 10.0.0.141 - - [2026-05-11 02:31:42] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?fields=virtual_networks HTTP/1.1" 200 1050 0.049258 10.0.0.27 - - [2026-05-11 02:31:42] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001290 10.0.0.141 - - [2026-05-11 02:31:42] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.047026 10.0.0.27 - - [2026-05-11 02:31:42] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.141 - - [2026-05-11 02:31:42] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?fields=security_groups HTTP/1.1" 200 1280 0.063417 10.0.0.141 - - [2026-05-11 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.027035 10.0.0.27 - - [2026-05-11 02:31:43] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004836 10.0.0.27 - - [2026-05-11 02:31:43] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.27 - - [2026-05-11 02:31:43] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007947 10.0.0.27 - - [2026-05-11 02:31:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.002898 10.0.0.27 - - [2026-05-11 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.006871 10.0.0.27 - - [2026-05-11 02:31:43] "POST /security-groups HTTP/1.1" 200 586 0.082818 10.0.0.27 - - [2026-05-11 02:31:43] "POST /projects HTTP/1.1" 200 575 0.301030 10.0.0.141 - - [2026-05-11 02:31:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.004208 10.0.0.27 - - [2026-05-11 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.379288 10.0.0.141 - - [2026-05-11 02:31:43] "GET /project/90cb5584-53ed-4447-b84f-b2faa1b26e23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.529004 10.0.0.141 - - [2026-05-11 02:31:44] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.141 - - [2026-05-11 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003468 10.0.0.141 - - [2026-05-11 02:31:45] "POST /access-control-lists HTTP/1.1" 200 590 0.033196 10.0.0.141 - - [2026-05-11 02:31:45] "PUT /access-control-list/1a2909ad-5fff-44f5-a4f9-8a0a9da05729 HTTP/1.1" 200 272 0.020705 10.0.0.141 - - [2026-05-11 02:31:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.045975 10.0.0.141 - - [2026-05-11 02:31:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169653 10.0.0.141 - - [2026-05-11 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.005469 10.0.0.141 - - [2026-05-11 02:31:46] "PUT /access-control-list/1a2909ad-5fff-44f5-a4f9-8a0a9da05729 HTTP/1.1" 200 272 0.016306 10.0.0.141 - - [2026-05-11 02:31:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.012000 10.0.0.141 - - [2026-05-11 02:31:47] "PUT /access-control-list/f1c35c96-ff74-4a48-8698-3658ba7f0892 HTTP/1.1" 200 272 0.026937 10.0.0.141 - - [2026-05-11 02:31:47] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015195 10.0.0.141 - - [2026-05-11 02:31:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.187463 10.0.0.141 - - [2026-05-11 02:31:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000378 10.0.0.141 - - [2026-05-11 02:31:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.043881 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/9bbda468b9f841779f72c8ed3a6c0328 HTTP/1.1" 404 173 0.031622 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/90cb558453ed4447b84fb2faa1b26e23 HTTP/1.1" 404 173 0.025295 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/3cf956196631417587f294a0040759b0 HTTP/1.1" 404 173 0.023783 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/41556f1facba45c99172ff5045fd7152 HTTP/1.1" 404 173 0.022582 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/b03fef6298ff4517aab4ed1f06e87f05 HTTP/1.1" 404 173 0.018234 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/877ec4af-4384-45aa-b48f-f96a6aa3dcbb HTTP/1.1" 404 177 0.016371 10.0.0.141 - - [2026-05-11 02:31:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.018740 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000882 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000814 10.0.0.27 - - [2026-05-11 02:31:48] "DELETE /project/99320abff9104798bf4f9a579b7f9f9c HTTP/1.1" 404 173 0.012354 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.126293 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.159397 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.163725 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.192769 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001062 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.302578 10.0.0.27 - - [2026-05-11 02:31:48] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001186 10.0.0.141 - - [2026-05-11 02:31:48] "POST /access-control-lists HTTP/1.1" 200 605 0.270636 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?fields=security_groups HTTP/1.1" 200 1374 0.254090 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?fields=security_groups HTTP/1.1" 200 1369 0.243132 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?fields=security_groups HTTP/1.1" 200 1374 0.240877 10.0.0.27 - - [2026-05-11 02:31:48] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?fields=security_groups HTTP/1.1" 200 1385 0.279428 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?fields=security_groups HTTP/1.1" 200 1359 0.174936 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /security-group/4d65cd50-ec74-4a5e-9ecf-90ba4f379beb HTTP/1.1" 200 115 0.210486 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /security-group/bd404f56-816c-4b60-8497-f45282405226 HTTP/1.1" 200 115 0.254502 10.0.0.27 - - [2026-05-11 02:31:49] "GET /projects?obj_uuids=9bbda468-b9f8-4177-9f72-c8ed3a6c0328&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.27 - - [2026-05-11 02:31:49] "GET /projects?obj_uuids=99320abf-f910-4798-bf4f-9a579b7f9f9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.141 - - [2026-05-11 02:31:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.126307 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /security-group/8d1b2bc9-254f-49cb-b80d-faeb423db307 HTTP/1.1" 200 115 0.315542 10.0.0.27 - - [2026-05-11 02:31:49] "GET /projects?obj_uuids=3cf95619-6631-4175-87f2-94a0040759b0&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001063 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /security-group/b464cdd1-b8cc-480c-845c-4205b86a703e HTTP/1.1" 200 115 0.273076 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /security-group/50c26a57-6201-4a5b-a99e-3a34c95e08d0 HTTP/1.1" 200 115 0.237246 10.0.0.27 - - [2026-05-11 02:31:49] "GET /projects?obj_uuids=41556f1f-acba-45c9-9172-ff5045fd7152&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.141 - - [2026-05-11 02:31:49] "DELETE /access-control-list/8c3baa2a-abcf-4353-bf79-9fb633bc60cf HTTP/1.1" 200 115 0.127171 10.0.0.27 - - [2026-05-11 02:31:49] "GET /projects?obj_uuids=b03fef62-98ff-4517-aab4-ed1f06e87f05&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328?fields=application_policy_sets HTTP/1.1" 200 1413 0.113846 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/99320abf-f910-4798-bf4f-9a579b7f9f9c?fields=application_policy_sets HTTP/1.1" 200 1413 0.148230 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/3cf95619-6631-4175-87f2-94a0040759b0?fields=application_policy_sets HTTP/1.1" 200 1408 0.137982 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/b03fef62-98ff-4517-aab4-ed1f06e87f05?fields=application_policy_sets HTTP/1.1" 200 1398 0.150210 10.0.0.27 - - [2026-05-11 02:31:49] "GET /project/41556f1f-acba-45c9-9172-ff5045fd7152?fields=application_policy_sets HTTP/1.1" 200 1424 0.243660 10.0.0.141 - - [2026-05-11 02:31:49] "DELETE /access-control-list/b71ad55e-5198-4258-9b84-9fe852f6d7a0 HTTP/1.1" 200 115 0.124346 10.0.0.141 - - [2026-05-11 02:31:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.299257 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /project/9bbda468-b9f8-4177-9f72-c8ed3a6c0328 HTTP/1.1" 200 115 1.371813 10.0.0.141 - - [2026-05-11 02:31:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.011465 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /project/3cf95619-6631-4175-87f2-94a0040759b0 HTTP/1.1" 200 115 1.398041 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /project/99320abf-f910-4798-bf4f-9a579b7f9f9c HTTP/1.1" 200 115 1.407010 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /project/b03fef62-98ff-4517-aab4-ed1f06e87f05 HTTP/1.1" 200 115 1.378940 10.0.0.141 - - [2026-05-11 02:31:49] "DELETE /access-control-list/9a9200cf-1683-43d7-867c-3725cba7200c HTTP/1.1" 200 115 0.121008 10.0.0.27 - - [2026-05-11 02:31:49] "DELETE /project/41556f1f-acba-45c9-9172-ff5045fd7152 HTTP/1.1" 200 115 1.507531 10.0.0.141 - - [2026-05-11 02:31:50] "PUT /access-control-list/c84a2f61-5ae8-4464-a57d-5cc90807a824 HTTP/1.1" 200 272 0.018896 10.0.0.141 - - [2026-05-11 02:31:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.004120 10.0.0.141 - - [2026-05-11 02:31:50] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.016807 10.0.0.141 - - [2026-05-11 02:31:50] "PUT /access-control-list/0d669151-6385-45cd-a407-32dd91aa72ec HTTP/1.1" 200 272 0.022746 10.0.0.141 - - [2026-05-11 02:31:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.193716 10.0.0.27 - - [2026-05-11 02:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.249 - - [2026-05-11 02:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.27 - - [2026-05-11 02:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000653 10.0.0.27 - - [2026-05-11 02:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-05-11 02:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.27 - - [2026-05-11 02:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000648 10.0.0.249 - - [2026-05-11 02:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.007413 10.0.0.141 - - [2026-05-11 02:31:52] "PUT /logical-router/6547893e-69b2-4984-a3b3-d44a13ac1a51 HTTP/1.1" 200 262 0.046464 10.0.0.249 - - [2026-05-11 02:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.007415 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.007170 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.006144 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.004986 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.005863 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.005318 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.004353 10.0.0.141 - - [2026-05-11 02:31:52] "POST /neutron/router HTTP/1.1" 200 541 0.005036 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 541 0.005929 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 541 0.005678 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 541 0.047683 10.0.0.27 - - [2026-05-11 02:31:53] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001286 10.0.0.27 - - [2026-05-11 02:31:53] "GET /logical-router/6547893e-69b2-4984-a3b3-d44a13ac1a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.068059 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.165307 10.0.0.141 - - [2026-05-11 02:31:53] "POST /route-targets HTTP/1.1" 200 327 0.024573 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.003735 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.010188 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.006524 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.005855 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.005629 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.006299 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.005403 10.0.0.141 - - [2026-05-11 02:31:53] "POST /neutron/router HTTP/1.1" 200 559 0.005370 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 559 0.005680 10.0.0.141 - - [2026-05-11 02:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000642 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 559 0.006428 10.0.0.141 - - [2026-05-11 02:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 559 0.032133 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 560 0.006033 10.0.0.141 - - [2026-05-11 02:31:54] "DELETE /route-target/60464042-4617-4699-8912-ae7df2be2f47 HTTP/1.1" 200 115 0.037734 10.0.0.141 - - [2026-05-11 02:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.141 - - [2026-05-11 02:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.018534 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.008399 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.005171 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.006012 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.005313 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.005529 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.004295 10.0.0.141 - - [2026-05-11 02:31:54] "POST /neutron/router HTTP/1.1" 200 542 0.004597 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/router HTTP/1.1" 200 542 0.005263 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/router HTTP/1.1" 200 542 0.004275 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/router HTTP/1.1" 200 542 0.004314 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/router HTTP/1.1" 200 542 0.006463 10.0.0.141 - - [2026-05-11 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/router HTTP/1.1" 200 151 0.077362 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 521 0.003938 10.0.0.141 - - [2026-05-11 02:31:55] "DELETE /access-control-list/0d669151-6385-45cd-a407-32dd91aa72ec HTTP/1.1" 200 115 0.033679 10.0.0.141 - - [2026-05-11 02:31:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.075516 10.0.0.141 - - [2026-05-11 02:31:55] "DELETE /access-control-list/9261622b-4799-4035-bf5a-d1240b103b16 HTTP/1.1" 200 115 0.043859 10.0.0.141 - - [2026-05-11 02:31:55] "DELETE /access-control-list/1a2909ad-5fff-44f5-a4f9-8a0a9da05729 HTTP/1.1" 200 115 0.036600 10.0.0.27 - - [2026-05-11 02:31:57] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.141 - - [2026-05-11 02:31:57] "GET /project/90cb5584-53ed-4447-b84f-b2faa1b26e23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047271 10.0.0.27 - - [2026-05-11 02:31:57] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000995 10.0.0.141 - - [2026-05-11 02:31:57] "GET /project/90cb5584-53ed-4447-b84f-b2faa1b26e23?fields=virtual_networks HTTP/1.1" 200 1033 0.073553 10.0.0.27 - - [2026-05-11 02:31:57] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.141 - - [2026-05-11 02:31:57] "GET /project/90cb5584-53ed-4447-b84f-b2faa1b26e23?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.056538 10.0.0.27 - - [2026-05-11 02:31:57] "GET /projects?obj_uuids=90cb5584-53ed-4447-b84f-b2faa1b26e23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001506 10.0.0.141 - - [2026-05-11 02:31:57] "GET /project/90cb5584-53ed-4447-b84f-b2faa1b26e23?fields=security_groups HTTP/1.1" 200 1254 0.056124 10.0.0.141 - - [2026-05-11 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.027985 10.0.0.27 - - [2026-05-11 02:31:58] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003131 10.0.0.27 - - [2026-05-11 02:31:58] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001789 10.0.0.27 - - [2026-05-11 02:31:58] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007795 10.0.0.27 - - [2026-05-11 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001352 10.0.0.27 - - [2026-05-11 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.012620 10.0.0.27 - - [2026-05-11 02:31:58] "POST /security-groups HTTP/1.1" 200 587 0.037016 10.0.0.27 - - [2026-05-11 02:31:58] "POST /projects HTTP/1.1" 200 577 0.261233 10.0.0.27 - - [2026-05-11 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.298902 10.0.0.141 - - [2026-05-11 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.008832 10.0.0.141 - - [2026-05-11 02:31:58] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.470315 10.0.0.141 - - [2026-05-11 02:32:00] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.141 - - [2026-05-11 02:32:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.141 - - [2026-05-11 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.062921 10.0.0.27 - - [2026-05-11 02:32:02] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000986 10.0.0.141 - - [2026-05-11 02:32:02] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051899 10.0.0.141 - - [2026-05-11 02:32:02] "POST /neutron/network HTTP/1.1" 200 117 0.038068 10.0.0.141 - - [2026-05-11 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.037084 10.0.0.141 - - [2026-05-11 02:32:03] "POST /neutron/network HTTP/1.1" 200 818 0.011797 10.0.0.141 - - [2026-05-11 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 216 0.001119 10.0.0.141 - - [2026-05-11 02:32:03] "GET /virtual-network/7ffb0f51-8bd8-4f80-b42e-f2c014973381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005244 10.0.0.141 - - [2026-05-11 02:32:03] "GET /virtual-network/7ffb0f51-8bd8-4f80-b42e-f2c014973381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.006985 10.0.0.141 - - [2026-05-11 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 715 0.008799 10.0.0.141 - - [2026-05-11 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.002844 10.0.0.141 - - [2026-05-11 02:32:03] "GET /virtual-network/7ffb0f51-8bd8-4f80-b42e-f2c014973381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005305 10.0.0.141 - - [2026-05-11 02:32:03] "GET /virtual-machine-interface/2382ffb1-6a62-4c52-9b18-14b6b61863f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.009094 10.0.0.141 - - [2026-05-11 02:32:03] "GET /virtual-machine-interface/2382ffb1-6a62-4c52-9b18-14b6b61863f3?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.010332 10.0.0.141 - - [2026-05-11 02:32:03] "GET /instance-ip/3c113874-1d70-408e-bf6f-a13cfc086cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007273 10.0.0.141 - - [2026-05-11 02:32:04] "POST /neutron/port HTTP/1.1" 200 151 0.137075 10.0.0.141 - - [2026-05-11 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.27 - - [2026-05-11 02:32:06] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000856 10.0.0.141 - - [2026-05-11 02:32:06] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042454 10.0.0.141 - - [2026-05-11 02:32:07] "POST /neutron/network HTTP/1.1" 200 117 0.015372 10.0.0.141 - - [2026-05-11 02:32:07] "POST /route-targets HTTP/1.1" 200 327 0.014137 10.0.0.27 - - [2026-05-11 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007155 10.0.0.141 - - [2026-05-11 02:32:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.222219 10.0.0.141 - - [2026-05-11 02:32:07] "POST /id-to-fqname HTTP/1.1" 200 217 0.001187 10.0.0.141 - - [2026-05-11 02:32:07] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005434 10.0.0.141 - - [2026-05-11 02:32:07] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005510 10.0.0.141 - - [2026-05-11 02:32:07] "POST /neutron/network HTTP/1.1" 200 980 0.011850 10.0.0.27 - - [2026-05-11 02:32:07] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.141 - - [2026-05-11 02:32:08] "POST /neutron/port HTTP/1.1" 200 1020 0.255701 10.0.0.141 - - [2026-05-11 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 217 0.001275 10.0.0.141 - - [2026-05-11 02:32:08] "POST /neutron/port HTTP/1.1" 200 1020 0.037831 10.0.0.141 - - [2026-05-11 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.010410 10.0.0.141 - - [2026-05-11 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001257 10.0.0.141 - - [2026-05-11 02:32:09] "POST /neutron/port HTTP/1.1" 200 1018 0.021963 10.0.0.141 - - [2026-05-11 02:32:09] "POST /neutron/network HTTP/1.1" 200 980 0.008881 10.0.0.141 - - [2026-05-11 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.009283 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/port HTTP/1.1" 200 1020 0.011685 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/port HTTP/1.1" 200 1020 0.012975 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/network HTTP/1.1" 200 990 0.019030 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/port HTTP/1.1" 200 1122 0.027864 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/subnet HTTP/1.1" 200 708 0.041111 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/port HTTP/1.1" 200 1120 0.024437 10.0.0.141 - - [2026-05-11 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.141 - - [2026-05-11 02:32:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008299 10.0.0.141 - - [2026-05-11 02:32:14] "POST /neutron/port HTTP/1.1" 200 1122 0.017400 10.0.0.141 - - [2026-05-11 02:32:14] "GET /virtual-machine/c3a63eee-2dd7-485f-a101-686e6fc9ac69 HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 02:32:15] "GET /virtual-machine/c3a63eee-2dd7-485f-a101-686e6fc9ac69 HTTP/1.1" 200 1285 0.032124 10.0.0.141 - - [2026-05-11 02:32:15] "GET /virtual-machine-interface/be11773a-4551-4dc2-8e9f-20472fee270c HTTP/1.1" 200 2924 0.006332 10.0.0.141 - - [2026-05-11 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.141 - - [2026-05-11 02:32:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004674 10.0.0.141 - - [2026-05-11 02:32:15] "GET /virtual-networks?parent_id=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004284 10.0.0.141 - - [2026-05-11 02:32:15] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005489 10.0.0.141 - - [2026-05-11 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.141 - - [2026-05-11 02:32:18] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007309 10.0.0.141 - - [2026-05-11 02:32:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006487 10.0.0.141 - - [2026-05-11 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-11 02:32:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003651 10.0.0.141 - - [2026-05-11 02:32:22] "GET /virtual-networks?parent_id=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002603 10.0.0.141 - - [2026-05-11 02:32:22] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006301 10.0.0.141 - - [2026-05-11 02:32:22] "POST /neutron/port HTTP/1.1" 200 1120 0.018614 10.0.0.141 - - [2026-05-11 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008542 10.0.0.141 - - [2026-05-11 02:32:23] "GET /virtual-machine/28848f8e-6d0d-4899-9ddf-1d9178b9a6cb HTTP/1.1" 200 1284 0.008027 10.0.0.141 - - [2026-05-11 02:32:23] "GET /virtual-machine-interface/ef5b7701-cd45-4123-a23a-abc8d345c649 HTTP/1.1" 200 2924 0.006205 10.0.0.141 - - [2026-05-11 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.141 - - [2026-05-11 02:32:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003677 10.0.0.141 - - [2026-05-11 02:32:23] "GET /virtual-networks?parent_id=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005021 10.0.0.141 - - [2026-05-11 02:32:23] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005673 10.0.0.141 - - [2026-05-11 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.141 - - [2026-05-11 02:32:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005704 10.0.0.141 - - [2026-05-11 02:32:24] "GET /virtual-networks?parent_id=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003827 10.0.0.141 - - [2026-05-11 02:32:24] "GET /virtual-network/007527e2-a638-4d04-b8e5-65c77f03a012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008157 10.0.0.141 - - [2026-05-11 02:32:28] "POST /neutron/port HTTP/1.1" 200 1110 0.015144 10.0.0.141 - - [2026-05-11 02:32:28] "POST /neutron/port HTTP/1.1" 200 1026 0.028878 10.0.0.141 - - [2026-05-11 02:32:28] "POST /neutron/port HTTP/1.1" 400 205 0.004145 10.0.0.141 - - [2026-05-11 02:32:28] "POST /neutron/port HTTP/1.1" 200 117 0.006014 10.0.0.141 - - [2026-05-11 02:32:28] "POST /neutron/network HTTP/1.1" 200 980 0.010944 10.0.0.141 - - [2026-05-11 02:32:28] "DELETE /route-target/409e5082-7f65-49ab-94ba-016855d8a675 HTTP/1.1" 200 115 0.043380 10.0.0.27 - - [2026-05-11 02:32:30] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000921 10.0.0.141 - - [2026-05-11 02:32:30] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047439 10.0.0.27 - - [2026-05-11 02:32:30] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001181 10.0.0.141 - - [2026-05-11 02:32:30] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?fields=virtual_networks HTTP/1.1" 200 1035 0.040542 10.0.0.27 - - [2026-05-11 02:32:30] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000916 10.0.0.141 - - [2026-05-11 02:32:30] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066245 10.0.0.27 - - [2026-05-11 02:32:30] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000867 10.0.0.141 - - [2026-05-11 02:32:30] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?fields=security_groups HTTP/1.1" 200 1257 0.040233 10.0.0.141 - - [2026-05-11 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.027389 10.0.0.27 - - [2026-05-11 02:32:31] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004059 10.0.0.27 - - [2026-05-11 02:32:31] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.27 - - [2026-05-11 02:32:31] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008480 10.0.0.27 - - [2026-05-11 02:32:31] "POST /id-to-fqname HTTP/1.1" 200 188 0.003364 10.0.0.27 - - [2026-05-11 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.010230 10.0.0.27 - - [2026-05-11 02:32:31] "POST /security-groups HTTP/1.1" 200 589 0.045872 10.0.0.27 - - [2026-05-11 02:32:31] "POST /projects HTTP/1.1" 200 581 0.292987 10.0.0.27 - - [2026-05-11 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.369112 10.0.0.141 - - [2026-05-11 02:32:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.011436 10.0.0.141 - - [2026-05-11 02:32:31] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.531025 10.0.0.141 - - [2026-05-11 02:32:33] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.141 - - [2026-05-11 02:32:33] "POST /neutron/port HTTP/1.1" 200 117 0.009827 10.0.0.141 - - [2026-05-11 02:32:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000878 10.0.0.141 - - [2026-05-11 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.079046 10.0.0.27 - - [2026-05-11 02:32:35] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.141 - - [2026-05-11 02:32:35] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044579 10.0.0.27 - - [2026-05-11 02:32:35] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.141 - - [2026-05-11 02:32:35] "POST /neutron/network HTTP/1.1" 200 605 0.180200 10.0.0.141 - - [2026-05-11 02:32:35] "POST /ref-update HTTP/1.1" 200 156 0.030057 10.0.0.141 - - [2026-05-11 02:32:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.003524 10.0.0.141 - - [2026-05-11 02:32:35] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004878 10.0.0.141 - - [2026-05-11 02:32:35] "POST /neutron/network HTTP/1.1" 200 823 0.006030 10.0.0.141 - - [2026-05-11 02:32:35] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004674 10.0.0.141 - - [2026-05-11 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.27 - - [2026-05-11 02:32:36] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.141 - - [2026-05-11 02:32:36] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057107 10.0.0.141 - - [2026-05-11 02:32:36] "POST /neutron/network HTTP/1.1" 200 117 0.015468 10.0.0.141 - - [2026-05-11 02:32:36] "POST /neutron/network HTTP/1.1" 200 826 0.013497 10.0.0.141 - - [2026-05-11 02:32:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.002021 10.0.0.141 - - [2026-05-11 02:32:36] "GET /virtual-network/ebc2a351-5d7c-473a-bc28-029e00585892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008067 10.0.0.141 - - [2026-05-11 02:32:36] "GET /virtual-network/ebc2a351-5d7c-473a-bc28-029e00585892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009104 10.0.0.141 - - [2026-05-11 02:32:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.010853 10.0.0.141 - - [2026-05-11 02:32:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.002181 10.0.0.27 - - [2026-05-11 02:32:37] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001554 10.0.0.141 - - [2026-05-11 02:32:37] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074305 10.0.0.141 - - [2026-05-11 02:32:37] "POST /neutron/port HTTP/1.1" 200 117 0.007021 10.0.0.141 - - [2026-05-11 02:32:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001883 10.0.0.141 - - [2026-05-11 02:32:38] "POST /neutron/network HTTP/1.1" 200 836 0.008840 10.0.0.27 - - [2026-05-11 02:32:38] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.141 - - [2026-05-11 02:32:38] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.110984 10.0.0.141 - - [2026-05-11 02:32:38] "POST /neutron/port HTTP/1.1" 200 1057 0.040082 10.0.0.141 - - [2026-05-11 02:32:39] "POST /neutron/port HTTP/1.1" 200 1111 0.132649 10.0.0.141 - - [2026-05-11 02:32:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003560 10.0.0.141 - - [2026-05-11 02:32:39] "POST /neutron/port HTTP/1.1" 200 117 0.001522 10.0.0.27 - - [2026-05-11 02:32:39] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.141 - - [2026-05-11 02:32:39] "POST /neutron/router HTTP/1.1" 200 580 0.100082 10.0.0.141 - - [2026-05-11 02:32:39] "POST /route-targets HTTP/1.1" 200 327 0.018713 10.0.0.141 - - [2026-05-11 02:32:39] "POST /neutron/network HTTP/1.1" 200 836 0.008133 10.0.0.141 - - [2026-05-11 02:32:40] "POST /neutron/port HTTP/1.1" 200 1060 0.030862 10.0.0.141 - - [2026-05-11 02:32:40] "POST /neutron/port HTTP/1.1" 200 1114 0.144789 10.0.0.141 - - [2026-05-11 02:32:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.011338 10.0.0.141 - - [2026-05-11 02:32:45] "POST /neutron/port HTTP/1.1" 200 1121 0.024233 10.0.0.141 - - [2026-05-11 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007644 10.0.0.141 - - [2026-05-11 02:32:45] "GET /virtual-machine/3800ebe9-3710-4455-88bf-a895777a3a51 HTTP/1.1" 401 293 0.001426 10.0.0.141 - - [2026-05-11 02:32:45] "GET /virtual-machine/3800ebe9-3710-4455-88bf-a895777a3a51 HTTP/1.1" 200 1289 0.048832 10.0.0.141 - - [2026-05-11 02:32:45] "GET /virtual-machine-interface/f5214551-2d21-4fda-b938-4745e885d0c3 HTTP/1.1" 200 2934 0.013561 10.0.0.141 - - [2026-05-11 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.141 - - [2026-05-11 02:32:46] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005184 10.0.0.141 - - [2026-05-11 02:32:46] "GET /virtual-networks?parent_id=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004082 10.0.0.141 - - [2026-05-11 02:32:46] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006961 10.0.0.141 - - [2026-05-11 02:32:46] "DELETE /access-control-list/9e424145-41fd-447d-8dad-79f1cc5c2f3e HTTP/1.1" 200 115 0.036948 10.0.0.141 - - [2026-05-11 02:32:46] "POST /neutron/port HTTP/1.1" 200 1124 0.022500 10.0.0.141 - - [2026-05-11 02:32:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.018528 10.0.0.141 - - [2026-05-11 02:32:47] "POST /neutron/network HTTP/1.1" 200 826 0.009955 10.0.0.141 - - [2026-05-11 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.141 - - [2026-05-11 02:32:49] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009339 10.0.0.27 - - [2026-05-11 02:32:50] "DELETE /project/90cb5584-53ed-4447-b84f-b2faa1b26e23 HTTP/1.1" 404 177 0.009051 10.0.0.27 - - [2026-05-11 02:32:50] "DELETE /project/da9418864a664ca39f6941c5f4366a00 HTTP/1.1" 404 173 0.005773 10.0.0.27 - - [2026-05-11 02:32:50] "DELETE /project/942610c513dc4b5fb8f79dcae4714383 HTTP/1.1" 404 173 0.014116 10.0.0.27 - - [2026-05-11 02:32:50] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001084 10.0.0.27 - - [2026-05-11 02:32:50] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.060267 10.0.0.27 - - [2026-05-11 02:32:50] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.27 - - [2026-05-11 02:32:50] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?fields=security_groups HTTP/1.1" 200 1362 0.047107 10.0.0.27 - - [2026-05-11 02:32:50] "DELETE /security-group/d0805246-f8b6-427f-8042-c9d83e14cd0f HTTP/1.1" 200 115 0.061533 10.0.0.27 - - [2026-05-11 02:32:50] "GET /projects?obj_uuids=942610c5-13dc-4b5f-b8f7-9dcae4714383&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.27 - - [2026-05-11 02:32:50] "GET /project/942610c5-13dc-4b5f-b8f7-9dcae4714383?fields=application_policy_sets HTTP/1.1" 200 1401 0.066396 10.0.0.141 - - [2026-05-11 02:32:50] "DELETE /access-control-list/9332f4a1-c1b3-48ca-ba4e-f493435beda4 HTTP/1.1" 200 115 0.062306 10.0.0.27 - - [2026-05-11 02:32:50] "DELETE /project/942610c5-13dc-4b5f-b8f7-9dcae4714383 HTTP/1.1" 200 115 0.469644 10.0.0.141 - - [2026-05-11 02:32:51] "POST /neutron/port HTTP/1.1" 200 1121 0.025680 10.0.0.141 - - [2026-05-11 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2026-05-11 02:32:53] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006172 10.0.0.141 - - [2026-05-11 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.141 - - [2026-05-11 02:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004871 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-networks?parent_id=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004680 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-network/03efa52c-f453-44ca-a196-2c237012747c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007441 10.0.0.141 - - [2026-05-11 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008200 10.0.0.141 - - [2026-05-11 02:32:55] "POST /neutron/port HTTP/1.1" 200 1124 0.020261 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-machine/cd05fe35-3779-453d-9e37-9c86521389e4 HTTP/1.1" 200 1291 0.006044 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-machine-interface/6731e2ac-5c91-4678-9c95-347a1bd32d8e HTTP/1.1" 200 2933 0.005050 10.0.0.141 - - [2026-05-11 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-11 02:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005557 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-networks?parent_id=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003779 10.0.0.141 - - [2026-05-11 02:32:55] "GET /virtual-network/ebc2a351-5d7c-473a-bc28-029e00585892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007890 10.0.0.141 - - [2026-05-11 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.141 - - [2026-05-11 02:32:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004486 10.0.0.141 - - [2026-05-11 02:32:57] "GET /virtual-networks?parent_id=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003419 10.0.0.141 - - [2026-05-11 02:32:57] "GET /virtual-network/ebc2a351-5d7c-473a-bc28-029e00585892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006398 10.0.0.27 - - [2026-05-11 02:33:01] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.141 - - [2026-05-11 02:33:01] "POST /neutron/router HTTP/1.1" 200 344 0.399575 10.0.0.141 - - [2026-05-11 02:33:08] "POST /neutron/router HTTP/1.1" 200 344 0.194644 10.0.0.141 - - [2026-05-11 02:33:12] "POST /ref-update HTTP/1.1" 200 156 0.024286 10.0.0.141 - - [2026-05-11 02:33:14] "POST /neutron/router HTTP/1.1" 200 580 0.009537 10.0.0.141 - - [2026-05-11 02:33:14] "POST /neutron/router HTTP/1.1" 200 344 0.199618 10.0.0.141 - - [2026-05-11 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.27 - - [2026-05-11 02:33:15] "GET /logical-router/e05067d9-2da6-417e-b099-ca026b3e05e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.061024 10.0.0.141 - - [2026-05-11 02:33:15] "POST /neutron/network HTTP/1.1" 200 826 0.007124 10.0.0.141 - - [2026-05-11 02:33:15] "POST /neutron/port HTTP/1.1" 200 1114 0.016350 10.0.0.141 - - [2026-05-11 02:33:15] "POST /neutron/port HTTP/1.1" 200 1111 0.014479 10.0.0.27 - - [2026-05-11 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009122 10.0.0.27 - - [2026-05-11 02:33:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004314 10.0.0.141 - - [2026-05-11 02:33:17] "POST /neutron/network HTTP/1.1" 200 151 0.149039 10.0.0.141 - - [2026-05-11 02:33:17] "DELETE /route-target/1f598f1e-c834-43c6-90f1-4401c291bf91 HTTP/1.1" 200 115 0.031933 10.0.0.27 - - [2026-05-11 02:33:19] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.141 - - [2026-05-11 02:33:19] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057456 10.0.0.27 - - [2026-05-11 02:33:19] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000815 10.0.0.141 - - [2026-05-11 02:33:19] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?fields=virtual_networks HTTP/1.1" 200 1039 0.068020 10.0.0.27 - - [2026-05-11 02:33:19] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.141 - - [2026-05-11 02:33:19] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.046436 10.0.0.27 - - [2026-05-11 02:33:19] "GET /projects?obj_uuids=da941886-4a66-4ca3-9f69-41c5f4366a00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.141 - - [2026-05-11 02:33:19] "GET /project/da941886-4a66-4ca3-9f69-41c5f4366a00?fields=security_groups HTTP/1.1" 200 1263 0.048657 10.0.0.141 - - [2026-05-11 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 191 0.035054 10.0.0.27 - - [2026-05-11 02:33:20] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003123 10.0.0.27 - - [2026-05-11 02:33:20] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.27 - - [2026-05-11 02:33:20] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008629 10.0.0.27 - - [2026-05-11 02:33:20] "POST /id-to-fqname HTTP/1.1" 200 193 0.004731 10.0.0.27 - - [2026-05-11 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.005390 10.0.0.27 - - [2026-05-11 02:33:20] "POST /security-groups HTTP/1.1" 200 594 0.073954 10.0.0.141 - - [2026-05-11 02:33:20] "POST /fqname-to-id HTTP/1.1" 404 237 0.003118 10.0.0.27 - - [2026-05-11 02:33:20] "POST /projects HTTP/1.1" 200 591 0.287554 10.0.0.27 - - [2026-05-11 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.323513 10.0.0.141 - - [2026-05-11 02:33:20] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.461863 10.0.0.141 - - [2026-05-11 02:33:20] "POST /access-control-lists HTTP/1.1" 200 597 0.035690 10.0.0.141 - - [2026-05-11 02:33:21] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.141 - - [2026-05-11 02:33:24] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000425 10.0.0.27 - - [2026-05-11 02:33:24] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001308 10.0.0.141 - - [2026-05-11 02:33:24] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.074697 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.141 - - [2026-05-11 02:33:24] "GET /security-group/422ea1f0-9318-497e-8191-e5b5603ff6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.006551 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2026-05-11 02:33:24] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001021 10.0.0.141 - - [2026-05-11 02:33:24] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.069276 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.141 - - [2026-05-11 02:33:24] "GET /security-group/422ea1f0-9318-497e-8191-e5b5603ff6a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004158 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.141 - - [2026-05-11 02:33:24] "PUT /security-group/422ea1f0-9318-497e-8191-e5b5603ff6a2 HTTP/1.1" 200 262 0.019594 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.003895 10.0.0.141 - - [2026-05-11 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2026-05-11 02:33:24] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000924 10.0.0.141 - - [2026-05-11 02:33:24] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.034573 10.0.0.141 - - [2026-05-11 02:33:25] "POST /neutron/network HTTP/1.1" 200 117 0.036378 10.0.0.141 - - [2026-05-11 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.013502 10.0.0.141 - - [2026-05-11 02:33:25] "POST /neutron/network HTTP/1.1" 200 829 0.008039 10.0.0.141 - - [2026-05-11 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.000956 10.0.0.141 - - [2026-05-11 02:33:25] "GET /virtual-network/bfc8045c-4b68-4d2b-96e2-2709f57edc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004663 10.0.0.141 - - [2026-05-11 02:33:25] "GET /virtual-network/bfc8045c-4b68-4d2b-96e2-2709f57edc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005217 10.0.0.141 - - [2026-05-11 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.009111 10.0.0.141 - - [2026-05-11 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2026-05-11 02:33:25] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000880 10.0.0.141 - - [2026-05-11 02:33:25] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.043522 10.0.0.141 - - [2026-05-11 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.057986 10.0.0.27 - - [2026-05-11 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009924 10.0.0.141 - - [2026-05-11 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.219201 10.0.0.141 - - [2026-05-11 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001116 10.0.0.141 - - [2026-05-11 02:33:26] "GET /virtual-network/48736106-5000-4132-9536-deaa1595688e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004641 10.0.0.141 - - [2026-05-11 02:33:26] "GET /virtual-network/48736106-5000-4132-9536-deaa1595688e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006719 10.0.0.141 - - [2026-05-11 02:33:26] "POST /neutron/network HTTP/1.1" 200 831 0.005652 10.0.0.141 - - [2026-05-11 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001120 10.0.0.27 - - [2026-05-11 02:33:27] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000896 10.0.0.141 - - [2026-05-11 02:33:27] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.070303 10.0.0.141 - - [2026-05-11 02:33:27] "POST /neutron/network HTTP/1.1" 200 829 0.010570 10.0.0.141 - - [2026-05-11 02:33:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001224 10.0.0.141 - - [2026-05-11 02:33:27] "POST /neutron/port HTTP/1.1" 200 117 0.007641 10.0.0.27 - - [2026-05-11 02:33:28] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.141 - - [2026-05-11 02:33:28] "POST /neutron/port HTTP/1.1" 200 1065 0.307194 10.0.0.141 - - [2026-05-11 02:33:28] "POST /neutron/port HTTP/1.1" 200 1119 0.119087 10.0.0.141 - - [2026-05-11 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.007811 10.0.0.27 - - [2026-05-11 02:33:28] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000877 10.0.0.141 - - [2026-05-11 02:33:28] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.098942 10.0.0.141 - - [2026-05-11 02:33:28] "POST /neutron/network HTTP/1.1" 200 831 0.006707 10.0.0.141 - - [2026-05-11 02:33:29] "POST /neutron/port HTTP/1.1" 200 117 0.007544 10.0.0.141 - - [2026-05-11 02:33:29] "POST /neutron/router HTTP/1.1" 200 656 0.058420 10.0.0.27 - - [2026-05-11 02:33:29] "GET /service-template/fc5ed838-887d-4608-a472-d3672953e778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003816 10.0.0.141 - - [2026-05-11 02:33:29] "POST /neutron/network HTTP/1.1" 200 841 0.005790 10.0.0.141 - - [2026-05-11 02:33:29] "POST /route-targets HTTP/1.1" 200 327 0.032552 10.0.0.27 - - [2026-05-11 02:33:29] "POST /service-instances HTTP/1.1" 200 670 0.101784 10.0.0.27 - - [2026-05-11 02:33:30] "POST /ref-update HTTP/1.1" 200 156 0.076251 10.0.0.141 - - [2026-05-11 02:33:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017207 10.0.0.27 - - [2026-05-11 02:33:30] "POST /virtual-machines HTTP/1.1" 200 553 0.031064 10.0.0.141 - - [2026-05-11 02:33:30] "POST /neutron/port HTTP/1.1" 200 1114 0.146700 10.0.0.27 - - [2026-05-11 02:33:30] "POST /instance-ips HTTP/1.1" 200 551 0.084031 10.0.0.141 - - [2026-05-11 02:33:30] "POST /neutron/subnet HTTP/1.1" 200 684 0.021924 10.0.0.27 - - [2026-05-11 02:33:30] "PUT /virtual-machine-interface/f0d40bf3-7e21-46f1-aedf-da76f4bccd5e HTTP/1.1" 200 284 0.026809 10.0.0.27 - - [2026-05-11 02:33:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.123029 10.0.0.27 - - [2026-05-11 02:33:31] "POST /instance-ips HTTP/1.1" 400 316 0.035661 10.0.0.27 - - [2026-05-11 02:33:31] "PUT /instance-ip/76b25da3-7eda-400d-896a-fcda29b91a1a HTTP/1.1" 200 256 0.045053 10.0.0.141 - - [2026-05-11 02:33:31] "POST /ref-update HTTP/1.1" 200 156 0.042963 10.0.0.27 - - [2026-05-11 02:33:31] "POST /virtual-machines HTTP/1.1" 200 553 0.036755 10.0.0.27 - - [2026-05-11 02:33:31] "POST /instance-ips HTTP/1.1" 400 246 0.022985 10.0.0.27 - - [2026-05-11 02:33:31] "PUT /instance-ip/f20f8576-a9ad-4d19-82a8-6da80a7922e6 HTTP/1.1" 200 256 0.030894 10.0.0.27 - - [2026-05-11 02:33:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.110605 10.0.0.27 - - [2026-05-11 02:33:31] "POST /chown HTTP/1.1" 200 109 0.013088 10.0.0.27 - - [2026-05-11 02:33:31] "POST /ref-update HTTP/1.1" 200 156 0.017434 10.0.0.141 - - [2026-05-11 02:33:35] "POST /neutron/port HTTP/1.1" 200 1129 0.016718 10.0.0.141 - - [2026-05-11 02:33:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009077 10.0.0.141 - - [2026-05-11 02:33:35] "GET /virtual-machine/fd9e1520-a841-4615-85d6-801f156cf55d HTTP/1.1" 401 293 0.000550 10.0.0.141 - - [2026-05-11 02:33:35] "GET /virtual-machine/fd9e1520-a841-4615-85d6-801f156cf55d HTTP/1.1" 200 1295 0.039415 10.0.0.141 - - [2026-05-11 02:33:35] "GET /virtual-machine-interface/120916fe-b7a7-4978-aee0-f8464f4e8e61 HTTP/1.1" 200 2955 0.004941 10.0.0.141 - - [2026-05-11 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.141 - - [2026-05-11 02:33:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003398 10.0.0.141 - - [2026-05-11 02:33:35] "GET /virtual-networks?parent_id=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002563 10.0.0.141 - - [2026-05-11 02:33:35] "GET /virtual-network/bfc8045c-4b68-4d2b-96e2-2709f57edc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006168 10.0.0.141 - - [2026-05-11 02:33:36] "DELETE /access-control-list/e760d6f7-f245-4bba-8691-9bdfe1ac0524 HTTP/1.1" 200 115 0.049011 10.0.0.141 - - [2026-05-11 02:33:38] "POST /neutron/port HTTP/1.1" 200 1129 0.019547 10.0.0.141 - - [2026-05-11 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.141 - - [2026-05-11 02:33:39] "GET /virtual-network/bfc8045c-4b68-4d2b-96e2-2709f57edc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005184 10.0.0.141 - - [2026-05-11 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007594 10.0.0.141 - - [2026-05-11 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.141 - - [2026-05-11 02:33:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004555 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-networks?parent_id=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003481 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-network/bfc8045c-4b68-4d2b-96e2-2709f57edc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006047 10.0.0.141 - - [2026-05-11 02:33:41] "POST /neutron/port HTTP/1.1" 200 1124 0.017286 10.0.0.141 - - [2026-05-11 02:33:41] "POST /neutron/port HTTP/1.1" 200 1129 0.017205 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-machine/754065dc-21f3-4534-9ced-00b9f784ac93 HTTP/1.1" 200 1295 0.006078 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-machine-interface/4ad7e780-20e1-4b69-8d38-1c6fe59e69e7 HTTP/1.1" 200 2967 0.006942 10.0.0.141 - - [2026-05-11 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.141 - - [2026-05-11 02:33:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003679 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-networks?parent_id=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003004 10.0.0.141 - - [2026-05-11 02:33:41] "POST /neutron/network HTTP/1.1" 200 839 0.006185 10.0.0.141 - - [2026-05-11 02:33:41] "GET /virtual-network/48736106-5000-4132-9536-deaa1595688e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005407 10.0.0.141 - - [2026-05-11 02:33:41] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.141 - - [2026-05-11 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.141 - - [2026-05-11 02:33:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005195 10.0.0.141 - - [2026-05-11 02:33:42] "GET /virtual-networks?parent_id=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002902 10.0.0.141 - - [2026-05-11 02:33:42] "GET /virtual-network/48736106-5000-4132-9536-deaa1595688e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006774 10.0.0.141 - - [2026-05-11 02:33:47] "POST /neutron/router HTTP/1.1" 200 344 0.237190 10.0.0.141 - - [2026-05-11 02:33:47] "POST /neutron/network HTTP/1.1" 200 841 0.011681 10.0.0.141 - - [2026-05-11 02:33:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.27 - - [2026-05-11 02:33:47] "GET /logical-router/dd8756f1-86be-4f9c-b9f4-37cacd23b6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.011496 10.0.0.141 - - [2026-05-11 02:33:47] "POST /neutron/network HTTP/1.1" 200 831 0.006912 10.0.0.27 - - [2026-05-11 02:33:47] "POST /ref-update HTTP/1.1" 404 171 0.003469 10.0.0.141 - - [2026-05-11 02:33:47] "DELETE /route-target/163c7c52-965c-4154-b181-b5dbf23f64cb HTTP/1.1" 409 239 0.010539 10.0.0.27 - - [2026-05-11 02:33:47] "GET /virtual-network/814cc7c1-eb57-4d69-b460-1959acdb8977?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2309 0.007397 10.0.0.27 - - [2026-05-11 02:33:47] "GET /virtual-machine-interface/5d27976f-1021-4966-b2cc-59f67cc68082?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1660 0.015563 10.0.0.27 - - [2026-05-11 02:33:47] "DELETE /virtual-machine-interface/5d27976f-1021-4966-b2cc-59f67cc68082 HTTP/1.1" 200 115 0.079122 10.0.0.27 - - [2026-05-11 02:33:47] "GET /instance-ip/76b25da3-7eda-400d-896a-fcda29b91a1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1758 0.010959 10.0.0.27 - - [2026-05-11 02:33:47] "DELETE /instance-ip/76b25da3-7eda-400d-896a-fcda29b91a1a HTTP/1.1" 404 177 0.003579 10.0.0.141 - - [2026-05-11 02:33:47] "POST /neutron/port HTTP/1.1" 200 1124 0.016687 10.0.0.141 - - [2026-05-11 02:33:48] "POST /neutron/port HTTP/1.1" 200 1129 0.014403 10.0.0.141 - - [2026-05-11 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.069892 10.0.0.27 - - [2026-05-11 02:33:48] "GET /logical-router/dd8756f1-86be-4f9c-b9f4-37cacd23b6df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003098 10.0.0.27 - - [2026-05-11 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.030450 10.0.0.27 - - [2026-05-11 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.034707 10.0.0.27 - - [2026-05-11 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.062652 10.0.0.27 - - [2026-05-11 02:33:48] "DELETE /virtual-machine-interface/ae0a1e9c-352d-4af8-8226-af4925b0e80e HTTP/1.1" 200 115 0.065408 10.0.0.27 - - [2026-05-11 02:33:49] "GET /obj-perms HTTP/1.1" 200 5075 0.059017 10.0.0.141 - - [2026-05-11 02:33:49] "POST /neutron/network HTTP/1.1" 200 831 0.008000 10.0.0.141 - - [2026-05-11 02:33:49] "GET /obj-perms HTTP/1.1" 200 5075 0.074025 10.0.0.141 - - [2026-05-11 02:33:49] "DELETE /route-target/fdfaea14-4fcc-4ddf-b7de-53373655b76a HTTP/1.1" 200 115 0.028078 10.0.0.27 - - [2026-05-11 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.065480 10.0.0.27 - - [2026-05-11 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.141 - - [2026-05-11 02:33:50] "POST /neutron/network HTTP/1.1" 200 151 0.195688 10.0.0.27 - - [2026-05-11 02:33:50] "DELETE /project/36716a4711794dbf958722357d58c2a5 HTTP/1.1" 404 173 0.035826 10.0.0.27 - - [2026-05-11 02:33:50] "DELETE /project/da941886-4a66-4ca3-9f69-41c5f4366a00 HTTP/1.1" 404 177 0.054125 10.0.0.27 - - [2026-05-11 02:33:51] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000885 10.0.0.141 - - [2026-05-11 02:33:51] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.041454 10.0.0.27 - - [2026-05-11 02:33:51] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001327 10.0.0.141 - - [2026-05-11 02:33:51] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?fields=virtual_networks HTTP/1.1" 200 1048 0.047089 10.0.0.27 - - [2026-05-11 02:33:51] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002110 10.0.0.141 - - [2026-05-11 02:33:51] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.079723 10.0.0.27 - - [2026-05-11 02:33:51] "GET /projects?obj_uuids=36716a47-1179-4dbf-9587-22357d58c2a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000943 10.0.0.141 - - [2026-05-11 02:33:51] "GET /project/36716a47-1179-4dbf-9587-22357d58c2a5?fields=security_groups HTTP/1.1" 200 1277 0.054650 10.0.0.141 - - [2026-05-11 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.033638 10.0.0.27 - - [2026-05-11 02:33:52] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004490 10.0.0.27 - - [2026-05-11 02:33:52] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.27 - - [2026-05-11 02:33:52] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011137 10.0.0.27 - - [2026-05-11 02:33:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.003055 10.0.0.27 - - [2026-05-11 02:33:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003818 10.0.0.27 - - [2026-05-11 02:33:53] "POST /security-groups HTTP/1.1" 200 599 0.050462 10.0.0.27 - - [2026-05-11 02:33:53] "POST /projects HTTP/1.1" 200 601 0.266463 10.0.0.141 - - [2026-05-11 02:33:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.008407 10.0.0.27 - - [2026-05-11 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.317019 10.0.0.141 - - [2026-05-11 02:33:53] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.523397 10.0.0.141 - - [2026-05-11 02:33:53] "POST /access-control-lists HTTP/1.1" 200 602 0.056006 10.0.0.141 - - [2026-05-11 02:33:54] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.141 - - [2026-05-11 02:33:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.141 - - [2026-05-11 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.071398 10.0.0.27 - - [2026-05-11 02:33:56] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.141 - - [2026-05-11 02:33:56] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041648 10.0.0.27 - - [2026-05-11 02:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008546 10.0.0.141 - - [2026-05-11 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.285311 10.0.0.141 - - [2026-05-11 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001270 10.0.0.141 - - [2026-05-11 02:33:57] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007100 10.0.0.141 - - [2026-05-11 02:33:57] "POST /neutron/network HTTP/1.1" 200 1006 0.008583 10.0.0.141 - - [2026-05-11 02:33:57] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005072 10.0.0.141 - - [2026-05-11 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.008770 10.0.0.141 - - [2026-05-11 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-05-11 02:33:57] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.141 - - [2026-05-11 02:33:58] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.055932 10.0.0.141 - - [2026-05-11 02:33:58] "POST /route-targets HTTP/1.1" 200 327 0.015577 10.0.0.27 - - [2026-05-11 02:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.019317 10.0.0.141 - - [2026-05-11 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.296452 10.0.0.141 - - [2026-05-11 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001189 10.0.0.141 - - [2026-05-11 02:33:58] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006687 10.0.0.141 - - [2026-05-11 02:33:59] "POST /neutron/network HTTP/1.1" 200 1006 0.009807 10.0.0.141 - - [2026-05-11 02:33:59] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009771 10.0.0.141 - - [2026-05-11 02:33:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.009378 10.0.0.141 - - [2026-05-11 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.003103 10.0.0.141 - - [2026-05-11 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.27 - - [2026-05-11 02:33:59] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.141 - - [2026-05-11 02:33:59] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065814 10.0.0.141 - - [2026-05-11 02:33:59] "POST /network-policys HTTP/1.1" 200 577 0.058299 10.0.0.141 - - [2026-05-11 02:33:59] "GET /network-policy/ecc97e92-3a15-41fd-8089-61c8d2f62950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006470 10.0.0.141 - - [2026-05-11 02:33:59] "POST /access-control-lists HTTP/1.1" 200 596 0.045893 10.0.0.27 - - [2026-05-11 02:33:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.069182 10.0.0.141 - - [2026-05-11 02:33:59] "POST /neutron/network HTTP/1.1" 200 1114 0.013801 10.0.0.141 - - [2026-05-11 02:33:59] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006742 10.0.0.141 - - [2026-05-11 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.141 - - [2026-05-11 02:33:59] "GET /network-policy/ecc97e92-3a15-41fd-8089-61c8d2f62950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004387 10.0.0.141 - - [2026-05-11 02:33:59] "POST /neutron/network HTTP/1.1" 200 1114 0.033446 10.0.0.141 - - [2026-05-11 02:33:59] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.009285 10.0.0.141 - - [2026-05-11 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2026-05-11 02:33:59] "POST /ref-update HTTP/1.1" 200 156 0.056916 10.0.0.141 - - [2026-05-11 02:33:59] "GET /network-policy/ecc97e92-3a15-41fd-8089-61c8d2f62950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.009482 10.0.0.141 - - [2026-05-11 02:34:00] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006209 10.0.0.249 - - [2026-05-11 02:34:01] "GET /obj-perms HTTP/1.1" 200 5065 0.095145 10.0.0.141 - - [2026-05-11 02:34:02] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006426 10.0.0.141 - - [2026-05-11 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001903 10.0.0.27 - - [2026-05-11 02:34:03] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001861 10.0.0.141 - - [2026-05-11 02:34:03] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.079118 10.0.0.141 - - [2026-05-11 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.007220 10.0.0.141 - - [2026-05-11 02:34:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001223 10.0.0.141 - - [2026-05-11 02:34:04] "POST /neutron/network HTTP/1.1" 200 1124 0.010886 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/port HTTP/1.1" 200 1175 0.034272 10.0.0.27 - - [2026-05-11 02:34:05] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.141 - - [2026-05-11 02:34:05] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.072353 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/network HTTP/1.1" 200 1114 0.009348 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/port HTTP/1.1" 200 1239 0.025836 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007502 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.141 - - [2026-05-11 02:34:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007428 10.0.0.141 - - [2026-05-11 02:34:06] "POST /neutron/port HTTP/1.1" 200 1175 0.024613 10.0.0.141 - - [2026-05-11 02:34:06] "POST /neutron/port HTTP/1.1" 200 1239 0.025140 10.0.0.141 - - [2026-05-11 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016141 10.0.0.141 - - [2026-05-11 02:34:06] "POST /neutron/network HTTP/1.1" 200 1114 0.011442 10.0.0.141 - - [2026-05-11 02:34:10] "POST /neutron/port HTTP/1.1" 200 1239 0.022912 10.0.0.141 - - [2026-05-11 02:34:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008052 10.0.0.141 - - [2026-05-11 02:34:11] "GET /virtual-machine/4e5782a6-2dcc-4ccd-8c30-9674a2b88e51 HTTP/1.1" 401 293 0.000502 10.0.0.141 - - [2026-05-11 02:34:11] "GET /virtual-machine/4e5782a6-2dcc-4ccd-8c30-9674a2b88e51 HTTP/1.1" 200 1300 0.045050 10.0.0.141 - - [2026-05-11 02:34:11] "GET /virtual-machine-interface/22bb6c8f-fde6-4213-9510-1f766083cf06 HTTP/1.1" 200 3174 0.007207 10.0.0.141 - - [2026-05-11 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.141 - - [2026-05-11 02:34:11] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.141 - - [2026-05-11 02:34:11] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003505 10.0.0.141 - - [2026-05-11 02:34:11] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007613 10.0.0.141 - - [2026-05-11 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.141 - - [2026-05-11 02:34:14] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005139 10.0.0.141 - - [2026-05-11 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.141 - - [2026-05-11 02:34:18] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007117 10.0.0.141 - - [2026-05-11 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.141 - - [2026-05-11 02:34:22] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007005 10.0.0.141 - - [2026-05-11 02:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.141 - - [2026-05-11 02:34:26] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004841 10.0.0.141 - - [2026-05-11 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.141 - - [2026-05-11 02:34:30] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004977 10.0.0.141 - - [2026-05-11 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.141 - - [2026-05-11 02:34:35] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005436 10.0.0.141 - - [2026-05-11 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.141 - - [2026-05-11 02:34:39] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005405 10.0.0.141 - - [2026-05-11 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2026-05-11 02:34:43] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005635 10.0.0.141 - - [2026-05-11 02:34:43] "POST /neutron/network HTTP/1.1" 200 1124 0.031774 10.0.0.141 - - [2026-05-11 02:34:43] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012656 10.0.0.141 - - [2026-05-11 02:34:43] "POST /neutron/network HTTP/1.1" 200 1114 0.009372 10.0.0.141 - - [2026-05-11 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.141 - - [2026-05-11 02:34:47] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004687 10.0.0.141 - - [2026-05-11 02:34:47] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003429 10.0.0.141 - - [2026-05-11 02:34:47] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005681 10.0.0.141 - - [2026-05-11 02:34:48] "POST /neutron/port HTTP/1.1" 200 1239 0.022343 10.0.0.141 - - [2026-05-11 02:34:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.141 - - [2026-05-11 02:34:49] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.27 - - [2026-05-11 02:34:50] "GET /obj-perms HTTP/1.1" 200 5075 0.060977 10.0.0.27 - - [2026-05-11 02:34:50] "DELETE /project/36716a47-1179-4dbf-9587-22357d58c2a5 HTTP/1.1" 404 177 0.003269 10.0.0.27 - - [2026-05-11 02:34:50] "DELETE /project/96aa5dcb58414fd7bfbd2ecf9ff57957 HTTP/1.1" 404 173 0.005728 10.0.0.141 - - [2026-05-11 02:34:52] "POST /neutron/port HTTP/1.1" 200 1239 0.016794 10.0.0.141 - - [2026-05-11 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006787 10.0.0.141 - - [2026-05-11 02:35:02] "POST /neutron/port HTTP/1.1" 200 1239 0.018858 10.0.0.141 - - [2026-05-11 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007197 10.0.0.141 - - [2026-05-11 02:35:08] "POST /neutron/port HTTP/1.1" 200 1239 0.019803 10.0.0.141 - - [2026-05-11 02:35:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007728 10.0.0.141 - - [2026-05-11 02:35:08] "GET /virtual-machine/183d7807-236c-4257-b980-4b5b560c26c3 HTTP/1.1" 200 1300 0.008457 10.0.0.141 - - [2026-05-11 02:35:08] "GET /virtual-machine-interface/6d67bc09-5a64-41ab-a2ad-c63cf9fac970 HTTP/1.1" 200 3174 0.005095 10.0.0.141 - - [2026-05-11 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2026-05-11 02:35:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003897 10.0.0.141 - - [2026-05-11 02:35:08] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002928 10.0.0.141 - - [2026-05-11 02:35:08] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006164 10.0.0.141 - - [2026-05-11 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.141 - - [2026-05-11 02:35:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004736 10.0.0.141 - - [2026-05-11 02:35:09] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004261 10.0.0.141 - - [2026-05-11 02:35:09] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.010155 10.0.0.141 - - [2026-05-11 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.27 - - [2026-05-11 02:35:35] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.141 - - [2026-05-11 02:35:35] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.057569 10.0.0.141 - - [2026-05-11 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.141 - - [2026-05-11 02:35:35] "PUT /network-policy/ecc97e92-3a15-41fd-8089-61c8d2f62950 HTTP/1.1" 200 262 0.020652 10.0.0.141 - - [2026-05-11 02:35:36] "PUT /access-control-list/62a36b03-01d9-441a-a7e0-d1eb8a9b089c HTTP/1.1" 200 272 0.020398 10.0.0.141 - - [2026-05-11 02:35:39] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006500 10.0.0.141 - - [2026-05-11 02:35:39] "POST /neutron/network HTTP/1.1" 200 1114 0.009461 10.0.0.141 - - [2026-05-11 02:35:39] "POST /ref-update HTTP/1.1" 200 156 0.032309 10.0.0.141 - - [2026-05-11 02:35:39] "GET /virtual-network/55cf7bbf-cac2-4810-98e7-24f1c5e625ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.013164 10.0.0.141 - - [2026-05-11 02:35:39] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007998 10.0.0.141 - - [2026-05-11 02:35:39] "POST /neutron/network HTTP/1.1" 200 1114 0.010926 10.0.0.27 - - [2026-05-11 02:35:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.007216 10.0.0.141 - - [2026-05-11 02:35:39] "GET /virtual-network/88180b6c-c5de-43c5-a834-25573ccec61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.012301 10.0.0.141 - - [2026-05-11 02:35:39] "DELETE /network-policy/ecc97e92-3a15-41fd-8089-61c8d2f62950 HTTP/1.1" 200 115 0.076272 10.0.0.141 - - [2026-05-11 02:35:39] "POST /neutron/port HTTP/1.1" 200 1239 0.022993 10.0.0.141 - - [2026-05-11 02:35:39] "POST /neutron/port HTTP/1.1" 200 1239 0.021743 10.0.0.141 - - [2026-05-11 02:35:40] "POST /neutron/port HTTP/1.1" 200 1229 0.032949 10.0.0.27 - - [2026-05-11 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.141 - - [2026-05-11 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2026-05-11 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009287 10.0.0.27 - - [2026-05-11 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.27 - - [2026-05-11 02:35:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002730 10.0.0.141 - - [2026-05-11 02:35:42] "POST /neutron/network HTTP/1.1" 200 151 0.166715 10.0.0.141 - - [2026-05-11 02:35:42] "DELETE /route-target/a73493ea-1ac5-4ddd-b328-d22ac9f25664 HTTP/1.1" 200 115 0.041268 10.0.0.27 - - [2026-05-11 02:35:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.141 - - [2026-05-11 02:35:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062246 10.0.0.141 - - [2026-05-11 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2026-05-11 02:35:47] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.141 - - [2026-05-11 02:35:47] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006936 10.0.0.141 - - [2026-05-11 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-05-11 02:35:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.141 - - [2026-05-11 02:35:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051109 10.0.0.141 - - [2026-05-11 02:35:48] "GET /domains HTTP/1.1" 200 280 0.003250 10.0.0.27 - - [2026-05-11 02:35:48] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.141 - - [2026-05-11 02:35:48] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0 HTTP/1.1" 200 2582 0.008590 10.0.0.27 - - [2026-05-11 02:35:48] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000747 10.0.0.141 - - [2026-05-11 02:35:48] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957 HTTP/1.1" 200 1911 0.084377 10.0.0.141 - - [2026-05-11 02:35:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002629 10.0.0.141 - - [2026-05-11 02:35:48] "POST /network-ipams HTTP/1.1" 200 609 0.031835 10.0.0.141 - - [2026-05-11 02:35:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003111 10.0.0.141 - - [2026-05-11 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.141 - - [2026-05-11 02:35:48] "GET /network-ipam/488dcb74-71ec-47d3-b81b-a017b88c5375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.007962 10.0.0.141 - - [2026-05-11 02:35:48] "PUT /network-ipam/488dcb74-71ec-47d3-b81b-a017b88c5375 HTTP/1.1" 200 258 0.017052 10.0.0.141 - - [2026-05-11 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.27 - - [2026-05-11 02:35:48] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.141 - - [2026-05-11 02:35:48] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048290 10.0.0.141 - - [2026-05-11 02:35:48] "POST /neutron/network HTTP/1.1" 200 117 0.011108 10.0.0.27 - - [2026-05-11 02:35:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008929 10.0.0.141 - - [2026-05-11 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.200789 10.0.0.141 - - [2026-05-11 02:35:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001641 10.0.0.141 - - [2026-05-11 02:35:49] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.009977 10.0.0.141 - - [2026-05-11 02:35:49] "POST /neutron/network HTTP/1.1" 200 1309 0.013763 10.0.0.141 - - [2026-05-11 02:35:49] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006503 10.0.0.141 - - [2026-05-11 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.009122 10.0.0.141 - - [2026-05-11 02:35:50] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007747 10.0.0.141 - - [2026-05-11 02:35:50] "GET /obj-perms HTTP/1.1" 200 5065 0.065470 10.0.0.249 - - [2026-05-11 02:35:50] "GET /obj-perms HTTP/1.1" 200 5065 0.006555 10.0.0.141 - - [2026-05-11 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.27 - - [2026-05-11 02:35:50] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.141 - - [2026-05-11 02:35:50] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052125 10.0.0.27 - - [2026-05-11 02:35:50] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.141 - - [2026-05-11 02:35:50] "POST /neutron/network HTTP/1.1" 200 619 0.152341 10.0.0.141 - - [2026-05-11 02:35:50] "POST /route-targets HTTP/1.1" 200 327 0.018246 10.0.0.27 - - [2026-05-11 02:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.014924 10.0.0.141 - - [2026-05-11 02:35:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.196747 10.0.0.141 - - [2026-05-11 02:35:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.001627 10.0.0.141 - - [2026-05-11 02:35:51] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.007570 10.0.0.141 - - [2026-05-11 02:35:51] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.007899 10.0.0.141 - - [2026-05-11 02:35:51] "POST /neutron/network HTTP/1.1" 200 1308 0.013721 10.0.0.141 - - [2026-05-11 02:35:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.009910 10.0.0.141 - - [2026-05-11 02:35:52] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.007016 10.0.0.141 - - [2026-05-11 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2026-05-11 02:35:52] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.141 - - [2026-05-11 02:35:52] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.040995 10.0.0.27 - - [2026-05-11 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012404 10.0.0.141 - - [2026-05-11 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.192482 10.0.0.27 - - [2026-05-11 02:35:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.005887 10.0.0.141 - - [2026-05-11 02:35:53] "POST /neutron/network HTTP/1.1" 200 1307 0.015985 10.0.0.141 - - [2026-05-11 02:35:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001071 10.0.0.141 - - [2026-05-11 02:35:53] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.004961 10.0.0.141 - - [2026-05-11 02:35:53] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.005592 10.0.0.141 - - [2026-05-11 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.009138 10.0.0.141 - - [2026-05-11 02:35:53] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.006107 10.0.0.141 - - [2026-05-11 02:35:54] "GET /obj-perms HTTP/1.1" 200 5065 0.005068 10.0.0.249 - - [2026-05-11 02:35:54] "GET /obj-perms HTTP/1.1" 200 5065 0.004234 10.0.0.27 - - [2026-05-11 02:35:54] "GET /obj-perms HTTP/1.1" 200 5065 0.111591 10.0.0.141 - - [2026-05-11 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2026-05-11 02:35:54] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.141 - - [2026-05-11 02:35:54] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.055427 10.0.0.141 - - [2026-05-11 02:35:54] "POST /neutron/network HTTP/1.1" 200 117 0.018385 10.0.0.141 - - [2026-05-11 02:35:54] "POST /route-targets HTTP/1.1" 200 327 0.021309 10.0.0.27 - - [2026-05-11 02:35:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011540 10.0.0.141 - - [2026-05-11 02:35:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.231679 10.0.0.141 - - [2026-05-11 02:35:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001334 10.0.0.141 - - [2026-05-11 02:35:55] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008934 10.0.0.141 - - [2026-05-11 02:35:55] "POST /neutron/network HTTP/1.1" 200 1309 0.016209 10.0.0.141 - - [2026-05-11 02:35:55] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007441 10.0.0.141 - - [2026-05-11 02:35:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.010717 10.0.0.141 - - [2026-05-11 02:35:55] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008640 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003434 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2026-05-11 02:35:56] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469 10.0.0.141 - - [2026-05-11 02:35:56] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051942 10.0.0.141 - - [2026-05-11 02:35:56] "POST /network-policys HTTP/1.1" 200 559 0.037449 10.0.0.141 - - [2026-05-11 02:35:56] "GET /network-policy/3f66c155-b81e-4e67-877c-22b551f8ba22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.016892 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003024 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2026-05-11 02:35:56] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.141 - - [2026-05-11 02:35:56] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051994 10.0.0.141 - - [2026-05-11 02:35:56] "POST /network-policys HTTP/1.1" 200 559 0.029049 10.0.0.141 - - [2026-05-11 02:35:56] "GET /network-policy/2fbf86f3-c256-4376-afe1-e6de19a54bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007556 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 225 0.003310 10.0.0.141 - - [2026-05-11 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.27 - - [2026-05-11 02:35:56] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.141 - - [2026-05-11 02:35:56] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.052915 10.0.0.141 - - [2026-05-11 02:35:56] "POST /network-policys HTTP/1.1" 200 559 0.038646 10.0.0.141 - - [2026-05-11 02:35:57] "GET /network-policy/ab966703-b269-4e8c-baa6-2d957ceccf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006773 10.0.0.141 - - [2026-05-11 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003465 10.0.0.141 - - [2026-05-11 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-05-11 02:35:57] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.141 - - [2026-05-11 02:35:57] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056996 10.0.0.141 - - [2026-05-11 02:35:57] "POST /network-policys HTTP/1.1" 200 559 0.043342 10.0.0.141 - - [2026-05-11 02:35:57] "GET /network-policy/0d19d53a-92dc-47dc-9cbf-df93f929d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8841 0.009578 10.0.0.141 - - [2026-05-11 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.008305 10.0.0.141 - - [2026-05-11 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2026-05-11 02:35:57] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.141 - - [2026-05-11 02:35:57] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056805 10.0.0.141 - - [2026-05-11 02:35:57] "POST /network-policys HTTP/1.1" 200 559 0.042286 10.0.0.141 - - [2026-05-11 02:35:57] "GET /network-policy/cc74be82-b865-40a0-8568-96b679ef071c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007942 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.002939 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2026-05-11 02:35:58] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.141 - - [2026-05-11 02:35:58] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048806 10.0.0.141 - - [2026-05-11 02:35:58] "POST /network-policys HTTP/1.1" 200 559 0.034878 10.0.0.141 - - [2026-05-11 02:35:58] "GET /network-policy/18fe7f97-19eb-4268-8a5b-155cfb01a9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.008176 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.004198 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-05-11 02:35:58] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.141 - - [2026-05-11 02:35:58] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063570 10.0.0.141 - - [2026-05-11 02:35:58] "POST /network-policys HTTP/1.1" 200 559 0.035918 10.0.0.141 - - [2026-05-11 02:35:58] "GET /network-policy/408e9edb-1f84-41ff-b18d-825fbde92b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.011168 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.003159 10.0.0.141 - - [2026-05-11 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-05-11 02:35:58] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.141 - - [2026-05-11 02:35:58] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056091 10.0.0.141 - - [2026-05-11 02:35:59] "POST /network-policys HTTP/1.1" 200 559 0.033068 10.0.0.141 - - [2026-05-11 02:35:59] "GET /network-policy/3b0ff01b-9c6b-4bf5-84f1-e47b04ee08f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.006156 10.0.0.141 - - [2026-05-11 02:35:59] "POST /neutron/network HTTP/1.1" 200 1494 0.091447 10.0.0.141 - - [2026-05-11 02:35:59] "POST /access-control-lists HTTP/1.1" 200 605 0.071261 10.0.0.141 - - [2026-05-11 02:35:59] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007663 10.0.0.141 - - [2026-05-11 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009404 10.0.0.141 - - [2026-05-11 02:35:59] "GET /network-policy/2fbf86f3-c256-4376-afe1-e6de19a54bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004076 10.0.0.141 - - [2026-05-11 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.141 - - [2026-05-11 02:35:59] "GET /network-policy/3f66c155-b81e-4e67-877c-22b551f8ba22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.005232 10.0.0.27 - - [2026-05-11 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.005098 10.0.0.141 - - [2026-05-11 02:35:59] "POST /neutron/network HTTP/1.1" 200 1493 0.085744 10.0.0.141 - - [2026-05-11 02:35:59] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007733 10.0.0.141 - - [2026-05-11 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.141 - - [2026-05-11 02:36:00] "GET /network-policy/0d19d53a-92dc-47dc-9cbf-df93f929d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8841 0.006925 10.0.0.141 - - [2026-05-11 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.141 - - [2026-05-11 02:36:00] "POST /ref-update HTTP/1.1" 200 156 0.043741 10.0.0.141 - - [2026-05-11 02:36:00] "GET /network-policy/ab966703-b269-4e8c-baa6-2d957ceccf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005761 10.0.0.141 - - [2026-05-11 02:36:00] "POST /neutron/network HTTP/1.1" 200 1492 0.106427 10.0.0.141 - - [2026-05-11 02:36:00] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3793 0.005596 10.0.0.141 - - [2026-05-11 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-11 02:36:00] "GET /network-policy/18fe7f97-19eb-4268-8a5b-155cfb01a9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.004516 10.0.0.141 - - [2026-05-11 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.141 - - [2026-05-11 02:36:00] "GET /network-policy/cc74be82-b865-40a0-8568-96b679ef071c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004981 10.0.0.141 - - [2026-05-11 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 248 0.003176 10.0.0.141 - - [2026-05-11 02:36:00] "POST /neutron/network HTTP/1.1" 200 1494 0.109216 10.0.0.141 - - [2026-05-11 02:36:00] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007579 10.0.0.141 - - [2026-05-11 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-11 02:36:01] "GET /network-policy/3b0ff01b-9c6b-4bf5-84f1-e47b04ee08f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.022657 10.0.0.141 - - [2026-05-11 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.141 - - [2026-05-11 02:36:01] "GET /network-policy/408e9edb-1f84-41ff-b18d-825fbde92b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.005971 10.0.0.141 - - [2026-05-11 02:36:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001473 10.0.0.27 - - [2026-05-11 02:36:36] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.141 - - [2026-05-11 02:36:36] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.087719 10.0.0.141 - - [2026-05-11 02:36:36] "POST /neutron/network HTTP/1.1" 200 1494 0.010939 10.0.0.141 - - [2026-05-11 02:36:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.002212 10.0.0.141 - - [2026-05-11 02:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.008189 10.0.0.27 - - [2026-05-11 02:36:36] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.141 - - [2026-05-11 02:36:37] "POST /neutron/port HTTP/1.1" 200 1170 0.491130 10.0.0.27 - - [2026-05-11 02:36:37] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.141 - - [2026-05-11 02:36:37] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.091551 10.0.0.141 - - [2026-05-11 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007516 10.0.0.141 - - [2026-05-11 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009609 10.0.0.141 - - [2026-05-11 02:36:38] "POST /neutron/port HTTP/1.1" 200 1170 0.036995 10.0.0.141 - - [2026-05-11 02:36:38] "POST /neutron/port HTTP/1.1" 200 1234 0.032146 10.0.0.141 - - [2026-05-11 02:36:39] "POST /neutron/subnet HTTP/1.1" 200 1361 0.023047 10.0.0.141 - - [2026-05-11 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001968 10.0.0.141 - - [2026-05-11 02:36:39] "POST /neutron/port HTTP/1.1" 200 1223 0.204965 10.0.0.141 - - [2026-05-11 02:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004819 10.0.0.141 - - [2026-05-11 02:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.002015 10.0.0.141 - - [2026-05-11 02:36:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009260 10.0.0.249 - - [2026-05-11 02:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.27 - - [2026-05-11 02:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.27 - - [2026-05-11 02:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-05-11 02:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.27 - - [2026-05-11 02:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.27 - - [2026-05-11 02:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-05-11 02:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-05-11 02:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.141 - - [2026-05-11 02:36:53] "POST /neutron/port HTTP/1.1" 200 1234 0.016974 10.0.0.141 - - [2026-05-11 02:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.141 - - [2026-05-11 02:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.141 - - [2026-05-11 02:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2026-05-11 02:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.141 - - [2026-05-11 02:36:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007770 10.0.0.141 - - [2026-05-11 02:37:08] "POST /neutron/port HTTP/1.1" 200 1234 0.018550 10.0.0.141 - - [2026-05-11 02:37:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007497 10.0.0.141 - - [2026-05-11 02:37:23] "POST /neutron/port HTTP/1.1" 200 1234 0.017973 10.0.0.141 - - [2026-05-11 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006827 10.0.0.141 - - [2026-05-11 02:37:29] "POST /neutron/port HTTP/1.1" 200 1234 0.020040 10.0.0.141 - - [2026-05-11 02:37:29] "GET /virtual-machine/12350759-782d-400c-a38f-34924a3ac8f2 HTTP/1.1" 200 1300 0.006570 10.0.0.141 - - [2026-05-11 02:37:29] "GET /virtual-machine-interface/56318dce-f088-4c17-a185-ad5bf4a2d4dc HTTP/1.1" 200 3183 0.005274 10.0.0.141 - - [2026-05-11 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.141 - - [2026-05-11 02:37:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003527 10.0.0.141 - - [2026-05-11 02:37:29] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002849 10.0.0.141 - - [2026-05-11 02:37:29] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005986 10.0.0.141 - - [2026-05-11 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.141 - - [2026-05-11 02:37:32] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005344 10.0.0.141 - - [2026-05-11 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.141 - - [2026-05-11 02:37:36] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005814 10.0.0.141 - - [2026-05-11 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.141 - - [2026-05-11 02:37:40] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005086 10.0.0.141 - - [2026-05-11 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.141 - - [2026-05-11 02:37:44] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005105 10.0.0.141 - - [2026-05-11 02:37:47] "POST /neutron/port HTTP/1.1" 200 1234 0.018816 10.0.0.141 - - [2026-05-11 02:37:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.141 - - [2026-05-11 02:37:47] "POST /neutron/port HTTP/1.1" 200 117 0.001472 10.0.0.141 - - [2026-05-11 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.141 - - [2026-05-11 02:37:48] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006268 10.0.0.141 - - [2026-05-11 02:37:49] "POST /neutron/port HTTP/1.1" 200 1233 0.024192 10.0.0.141 - - [2026-05-11 02:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.141 - - [2026-05-11 02:37:50] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.141 - - [2026-05-11 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.141 - - [2026-05-11 02:37:52] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006114 10.0.0.27 - - [2026-05-11 02:37:53] "GET /obj-perms HTTP/1.1" 200 5075 0.053870 10.0.0.141 - - [2026-05-11 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.141 - - [2026-05-11 02:37:57] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.004889 10.0.0.141 - - [2026-05-11 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.141 - - [2026-05-11 02:38:01] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006468 10.0.0.141 - - [2026-05-11 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.141 - - [2026-05-11 02:38:05] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007211 10.0.0.141 - - [2026-05-11 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.141 - - [2026-05-11 02:38:07] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003433 10.0.0.141 - - [2026-05-11 02:38:07] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003198 10.0.0.141 - - [2026-05-11 02:38:07] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005723 10.0.0.141 - - [2026-05-11 02:38:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009474 10.0.0.141 - - [2026-05-11 02:38:17] "POST /neutron/port HTTP/1.1" 200 1234 0.028525 10.0.0.141 - - [2026-05-11 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042456 10.0.0.141 - - [2026-05-11 02:38:23] "POST /neutron/port HTTP/1.1" 200 1234 0.018594 10.0.0.141 - - [2026-05-11 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006978 10.0.0.141 - - [2026-05-11 02:38:28] "POST /neutron/port HTTP/1.1" 200 1233 0.022987 10.0.0.141 - - [2026-05-11 02:38:28] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 200 1301 0.007297 10.0.0.141 - - [2026-05-11 02:38:28] "GET /virtual-machine-interface/aa19fd86-4edf-4017-ace6-512c62522253 HTTP/1.1" 200 3184 0.006381 10.0.0.141 - - [2026-05-11 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.141 - - [2026-05-11 02:38:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004709 10.0.0.141 - - [2026-05-11 02:38:28] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003572 10.0.0.141 - - [2026-05-11 02:38:28] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.007033 10.0.0.141 - - [2026-05-11 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.141 - - [2026-05-11 02:38:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004031 10.0.0.141 - - [2026-05-11 02:38:29] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003269 10.0.0.141 - - [2026-05-11 02:38:29] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006088 10.0.0.141 - - [2026-05-11 02:38:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007770 10.0.0.141 - - [2026-05-11 02:38:35] "POST /neutron/port HTTP/1.1" 200 1233 0.018252 10.0.0.141 - - [2026-05-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.141 - - [2026-05-11 02:38:35] "GET /network-policy/ab966703-b269-4e8c-baa6-2d957ceccf93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003545 10.0.0.141 - - [2026-05-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.141 - - [2026-05-11 02:38:35] "GET /network-policy/0d19d53a-92dc-47dc-9cbf-df93f929d0fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8841 0.004192 10.0.0.141 - - [2026-05-11 02:38:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008202 10.0.0.141 - - [2026-05-11 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.141 - - [2026-05-11 02:38:36] "GET /network-policy/3f66c155-b81e-4e67-877c-22b551f8ba22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004256 10.0.0.141 - - [2026-05-11 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.141 - - [2026-05-11 02:38:36] "GET /network-policy/2fbf86f3-c256-4376-afe1-e6de19a54bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004910 10.0.0.141 - - [2026-05-11 02:38:49] "POST /neutron/network HTTP/1.1" 200 1504 0.008273 10.0.0.141 - - [2026-05-11 02:38:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016960 10.0.0.141 - - [2026-05-11 02:38:49] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.141 - - [2026-05-11 02:38:49] "POST /neutron/network HTTP/1.1" 200 1503 0.009482 10.0.0.141 - - [2026-05-11 02:38:50] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018379 10.0.0.141 - - [2026-05-11 02:38:50] "POST /neutron/network HTTP/1.1" 200 1493 0.012320 10.0.0.141 - - [2026-05-11 02:38:53] "GET /obj-perms HTTP/1.1" 200 5075 0.050382 10.0.0.249 - - [2026-05-11 02:38:54] "GET /obj-perms HTTP/1.1" 200 5075 0.054169 10.0.0.141 - - [2026-05-11 02:38:57] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 200 1301 0.003834 10.0.0.141 - - [2026-05-11 02:38:58] "POST /neutron/port HTTP/1.1" 200 151 0.264910 10.0.0.141 - - [2026-05-11 02:38:59] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003608 10.0.0.141 - - [2026-05-11 02:38:59] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.002291 10.0.0.141 - - [2026-05-11 02:38:59] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.002476 10.0.0.141 - - [2026-05-11 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027591 10.0.0.141 - - [2026-05-11 02:39:00] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003959 10.0.0.141 - - [2026-05-11 02:39:00] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003518 10.0.0.141 - - [2026-05-11 02:39:00] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.006431 10.0.0.141 - - [2026-05-11 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.141 - - [2026-05-11 02:39:00] "GET /routing-instance/1a7ba36f-c5d4-4a47-8610-9f2769623546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004683 10.0.0.141 - - [2026-05-11 02:39:00] "GET /route-target/5330f569-6a52-4974-8fad-88cc1d3c6b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003946 10.0.0.141 - - [2026-05-11 02:39:00] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003178 10.0.0.141 - - [2026-05-11 02:39:01] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003669 10.0.0.141 - - [2026-05-11 02:39:02] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.004002 10.0.0.141 - - [2026-05-11 02:39:03] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003768 10.0.0.141 - - [2026-05-11 02:39:04] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003564 10.0.0.141 - - [2026-05-11 02:39:05] "GET /virtual-machine/b96539c2-ea7e-4995-93c7-0a442b63a528 HTTP/1.1" 404 171 0.003522 10.0.0.141 - - [2026-05-11 02:39:08] "GET /obj-perms HTTP/1.1" 200 5065 0.003567 10.0.0.141 - - [2026-05-11 02:39:11] "GET /obj-perms HTTP/1.1" 200 5065 0.004975 10.0.0.141 - - [2026-05-11 02:39:17] "GET /obj-perms HTTP/1.1" 200 5065 0.006853 10.0.0.141 - - [2026-05-11 02:39:20] "GET /obj-perms HTTP/1.1" 200 5065 0.004593 10.0.0.141 - - [2026-05-11 02:39:24] "GET /obj-perms HTTP/1.1" 200 5065 0.004316 10.0.0.141 - - [2026-05-11 02:39:24] "GET /virtual-machine/12350759-782d-400c-a38f-34924a3ac8f2 HTTP/1.1" 200 1300 0.028389 10.0.0.141 - - [2026-05-11 02:39:25] "POST /neutron/port HTTP/1.1" 200 151 0.273057 10.0.0.141 - - [2026-05-11 02:39:26] "GET /virtual-machine/12350759-782d-400c-a38f-34924a3ac8f2 HTTP/1.1" 404 171 0.003824 10.0.0.141 - - [2026-05-11 02:39:26] "GET /virtual-machine/12350759-782d-400c-a38f-34924a3ac8f2 HTTP/1.1" 404 171 0.003409 10.0.0.141 - - [2026-05-11 02:39:26] "GET /virtual-machine/12350759-782d-400c-a38f-34924a3ac8f2 HTTP/1.1" 404 171 0.003590 10.0.0.141 - - [2026-05-11 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.141 - - [2026-05-11 02:39:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004336 10.0.0.141 - - [2026-05-11 02:39:26] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003262 10.0.0.141 - - [2026-05-11 02:39:26] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006765 10.0.0.141 - - [2026-05-11 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.141 - - [2026-05-11 02:39:26] "GET /routing-instance/ae8c5e52-8d57-46b3-940a-c2b8c66f7244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005805 10.0.0.141 - - [2026-05-11 02:39:26] "GET /route-target/9914a8fd-e30c-4373-90eb-5a0ff1a959d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004473 10.0.0.141 - - [2026-05-11 02:39:26] "GET /obj-perms HTTP/1.1" 200 5065 0.003792 10.0.0.141 - - [2026-05-11 02:39:32] "GET /obj-perms HTTP/1.1" 200 5065 0.004573 10.0.0.141 - - [2026-05-11 02:39:36] "GET /obj-perms HTTP/1.1" 200 5065 0.004058 10.0.0.141 - - [2026-05-11 02:39:42] "GET /obj-perms HTTP/1.1" 200 5065 0.003320 10.0.0.141 - - [2026-05-11 02:39:45] "GET /obj-perms HTTP/1.1" 200 5065 0.003535 10.0.0.141 - - [2026-05-11 02:39:51] "GET /obj-perms HTTP/1.1" 200 5065 0.004057 10.0.0.141 - - [2026-05-11 02:39:51] "GET /obj-perms HTTP/1.1" 200 5065 0.005202 10.0.0.141 - - [2026-05-11 02:39:51] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005487 10.0.0.27 - - [2026-05-11 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.033053 10.0.0.141 - - [2026-05-11 02:39:51] "POST /neutron/network HTTP/1.1" 200 1309 0.014905 10.0.0.141 - - [2026-05-11 02:39:51] "GET /virtual-network/1dc55976-c5ac-4e34-8dad-a6f5fbadfb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007347 10.0.0.141 - - [2026-05-11 02:39:52] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3793 0.006189 10.0.0.141 - - [2026-05-11 02:39:52] "POST /neutron/network HTTP/1.1" 200 1307 0.013546 10.0.0.141 - - [2026-05-11 02:39:52] "GET /virtual-network/3e646d37-a76d-47f2-ae38-f6b650526c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3188 0.006574 10.0.0.141 - - [2026-05-11 02:39:52] "DELETE /access-control-list/8514b76f-a200-4f3d-8cee-d4eea05bae3e HTTP/1.1" 200 115 0.127365 10.0.0.141 - - [2026-05-11 02:39:52] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3794 0.005481 10.0.0.141 - - [2026-05-11 02:39:52] "POST /neutron/network HTTP/1.1" 200 1308 0.013449 10.0.0.141 - - [2026-05-11 02:39:52] "GET /virtual-network/08737b33-93cd-44c1-84c9-57dc7254e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3189 0.004968 10.0.0.141 - - [2026-05-11 02:39:52] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007401 10.0.0.27 - - [2026-05-11 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.008806 10.0.0.141 - - [2026-05-11 02:39:52] "DELETE /access-control-list/9d70451f-60ab-437e-964f-16e4ac78ffa5 HTTP/1.1" 200 115 0.047374 10.0.0.141 - - [2026-05-11 02:39:53] "POST /neutron/network HTTP/1.1" 200 1309 0.038962 10.0.0.141 - - [2026-05-11 02:39:53] "GET /virtual-network/186d3640-ff49-4071-9e0f-8f671c4f7977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.013278 10.0.0.141 - - [2026-05-11 02:39:53] "DELETE /network-policy/3b0ff01b-9c6b-4bf5-84f1-e47b04ee08f9 HTTP/1.1" 200 115 0.048287 10.0.0.141 - - [2026-05-11 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-05-11 02:39:53] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028608 10.0.0.141 - - [2026-05-11 02:39:53] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.070368 10.0.0.141 - - [2026-05-11 02:39:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005576 10.0.0.141 - - [2026-05-11 02:39:53] "DELETE /network-policy/408e9edb-1f84-41ff-b18d-825fbde92b63 HTTP/1.1" 200 115 0.046427 10.0.0.141 - - [2026-05-11 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-05-11 02:39:53] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.141 - - [2026-05-11 02:39:53] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.041263 10.0.0.141 - - [2026-05-11 02:39:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005852 10.0.0.141 - - [2026-05-11 02:39:53] "DELETE /network-policy/18fe7f97-19eb-4268-8a5b-155cfb01a9ee HTTP/1.1" 200 115 0.049700 10.0.0.141 - - [2026-05-11 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008565 10.0.0.27 - - [2026-05-11 02:39:53] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.141 - - [2026-05-11 02:39:53] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.058045 10.0.0.141 - - [2026-05-11 02:39:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.007481 10.0.0.141 - - [2026-05-11 02:39:53] "DELETE /network-policy/cc74be82-b865-40a0-8568-96b679ef071c HTTP/1.1" 200 115 0.051647 10.0.0.141 - - [2026-05-11 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.27 - - [2026-05-11 02:39:53] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001451 10.0.0.141 - - [2026-05-11 02:39:53] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.078111 10.0.0.141 - - [2026-05-11 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007691 10.0.0.141 - - [2026-05-11 02:39:54] "DELETE /network-policy/0d19d53a-92dc-47dc-9cbf-df93f929d0fe HTTP/1.1" 200 115 0.050956 10.0.0.141 - - [2026-05-11 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.27 - - [2026-05-11 02:39:54] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.141 - - [2026-05-11 02:39:54] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046872 10.0.0.141 - - [2026-05-11 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006747 10.0.0.141 - - [2026-05-11 02:39:54] "DELETE /network-policy/ab966703-b269-4e8c-baa6-2d957ceccf93 HTTP/1.1" 200 115 0.060893 10.0.0.141 - - [2026-05-11 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007163 10.0.0.27 - - [2026-05-11 02:39:54] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.141 - - [2026-05-11 02:39:54] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062036 10.0.0.141 - - [2026-05-11 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.007096 10.0.0.27 - - [2026-05-11 02:39:54] "GET /obj-perms HTTP/1.1" 200 5075 0.094600 10.0.0.141 - - [2026-05-11 02:39:54] "DELETE /network-policy/2fbf86f3-c256-4376-afe1-e6de19a54bd2 HTTP/1.1" 200 115 0.051582 10.0.0.141 - - [2026-05-11 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.27 - - [2026-05-11 02:39:54] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.141 - - [2026-05-11 02:39:54] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063618 10.0.0.141 - - [2026-05-11 02:39:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005745 10.0.0.141 - - [2026-05-11 02:39:54] "DELETE /network-policy/3f66c155-b81e-4e67-877c-22b551f8ba22 HTTP/1.1" 200 115 0.043344 10.0.0.141 - - [2026-05-11 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.27 - - [2026-05-11 02:39:54] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.141 - - [2026-05-11 02:39:55] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.059653 10.0.0.141 - - [2026-05-11 02:39:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93615272&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008650 10.0.0.141 - - [2026-05-11 02:39:55] "DELETE /route-target/fcd14c27-98ce-49f7-8627-653a4134b7ea HTTP/1.1" 200 115 0.033228 10.0.0.141 - - [2026-05-11 02:39:55] "POST /neutron/network HTTP/1.1" 200 1307 0.013395 10.0.0.141 - - [2026-05-11 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006350 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002612 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002823 10.0.0.27 - - [2026-05-11 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.141 - - [2026-05-11 02:39:56] "POST /neutron/network HTTP/1.1" 200 151 0.186555 10.0.0.141 - - [2026-05-11 02:39:56] "DELETE /route-target/9914a8fd-e30c-4373-90eb-5a0ff1a959d8 HTTP/1.1" 200 115 0.027912 10.0.0.141 - - [2026-05-11 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.141 - - [2026-05-11 02:39:56] "DELETE /network-ipam/488dcb74-71ec-47d3-b81b-a017b88c5375 HTTP/1.1" 200 115 0.036859 10.0.0.141 - - [2026-05-11 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.008299 10.0.0.27 - - [2026-05-11 02:39:56] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000810 10.0.0.27 - - [2026-05-11 02:39:57] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.044965 10.0.0.27 - - [2026-05-11 02:39:57] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.27 - - [2026-05-11 02:39:57] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=security_groups HTTP/1.1" 200 1398 0.058429 10.0.0.27 - - [2026-05-11 02:39:57] "DELETE /security-group/76b46409-aa15-408a-a5b7-a9f9e31656ba HTTP/1.1" 200 115 0.066302 10.0.0.27 - - [2026-05-11 02:39:57] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.27 - - [2026-05-11 02:39:57] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=application_policy_sets HTTP/1.1" 200 1437 0.077083 10.0.0.141 - - [2026-05-11 02:39:57] "DELETE /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957 HTTP/1.1" 200 115 0.468985 10.0.0.27 - - [2026-05-11 02:39:57] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.141 - - [2026-05-11 02:39:57] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?fields=projects HTTP/1.1" 200 1245 0.014436 10.0.0.141 - - [2026-05-11 02:40:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.003591 10.0.0.27 - - [2026-05-11 02:40:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.001159 10.0.0.27 - - [2026-05-11 02:40:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.005883 10.0.0.27 - - [2026-05-11 02:40:03] "POST /security-groups HTTP/1.1" 200 599 0.082078 10.0.0.141 - - [2026-05-11 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.004039 10.0.0.27 - - [2026-05-11 02:40:03] "POST /projects HTTP/1.1" 200 601 0.304471 10.0.0.141 - - [2026-05-11 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.340917 10.0.0.27 - - [2026-05-11 02:40:03] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001981 10.0.0.141 - - [2026-05-11 02:40:03] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.065149 10.0.0.141 - - [2026-05-11 02:40:03] "POST /access-control-lists HTTP/1.1" 200 602 0.066385 10.0.0.141 - - [2026-05-11 02:40:03] "POST /network-policys HTTP/1.1" 200 559 0.036856 10.0.0.141 - - [2026-05-11 02:40:03] "GET /network-policy/ad8e8cdf-c047-400d-bf4d-36ac5ea47c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006603 10.0.0.141 - - [2026-05-11 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.27 - - [2026-05-11 02:40:03] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.141 - - [2026-05-11 02:40:03] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.046039 10.0.0.141 - - [2026-05-11 02:40:03] "POST /neutron/network HTTP/1.1" 200 117 0.013248 10.0.0.27 - - [2026-05-11 02:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008320 10.0.0.141 - - [2026-05-11 02:40:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.212521 10.0.0.141 - - [2026-05-11 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001604 10.0.0.141 - - [2026-05-11 02:40:04] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007176 10.0.0.141 - - [2026-05-11 02:40:04] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007469 10.0.0.141 - - [2026-05-11 02:40:04] "POST /neutron/network HTTP/1.1" 200 1006 0.012179 10.0.0.141 - - [2026-05-11 02:40:04] "POST /neutron/network HTTP/1.1" 200 1006 0.011340 10.0.0.141 - - [2026-05-11 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.005008 10.0.0.141 - - [2026-05-11 02:40:04] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.008351 10.0.0.141 - - [2026-05-11 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.141 - - [2026-05-11 02:40:04] "GET /network-policy/ad8e8cdf-c047-400d-bf4d-36ac5ea47c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004868 10.0.0.141 - - [2026-05-11 02:40:04] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005330 10.0.0.249 - - [2026-05-11 02:40:05] "GET /obj-perms HTTP/1.1" 200 5065 0.072562 10.0.0.141 - - [2026-05-11 02:40:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001762 10.0.0.141 - - [2026-05-11 02:40:05] "POST /neutron/network HTTP/1.1" 200 1115 0.007167 10.0.0.27 - - [2026-05-11 02:40:06] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.141 - - [2026-05-11 02:40:06] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.074220 10.0.0.141 - - [2026-05-11 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.007563 10.0.0.141 - - [2026-05-11 02:40:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.002272 10.0.0.141 - - [2026-05-11 02:40:07] "POST /neutron/network HTTP/1.1" 200 1115 0.007510 10.0.0.27 - - [2026-05-11 02:40:07] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.141 - - [2026-05-11 02:40:07] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.082939 10.0.0.141 - - [2026-05-11 02:40:07] "POST /neutron/network HTTP/1.1" 200 1105 0.039381 10.0.0.141 - - [2026-05-11 02:40:07] "POST /neutron/port HTTP/1.1" 200 1237 0.071681 10.0.0.141 - - [2026-05-11 02:40:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.042289 10.0.0.141 - - [2026-05-11 02:40:08] "POST /neutron/subnet HTTP/1.1" 200 1376 0.018549 10.0.0.141 - - [2026-05-11 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007870 10.0.0.141 - - [2026-05-11 02:40:08] "POST /neutron/network HTTP/1.1" 200 1115 0.009105 10.0.0.141 - - [2026-05-11 02:40:08] "POST /neutron/port HTTP/1.1" 200 1173 0.022175 10.0.0.141 - - [2026-05-11 02:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004251 10.0.0.141 - - [2026-05-11 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.141 - - [2026-05-11 02:40:13] "POST /neutron/port HTTP/1.1" 200 1237 0.017238 10.0.0.141 - - [2026-05-11 02:40:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007497 10.0.0.141 - - [2026-05-11 02:40:13] "GET /virtual-machine/b3b60ff4-4f7e-42de-9e1d-2cdbcc920a97 HTTP/1.1" 200 1301 0.005600 10.0.0.141 - - [2026-05-11 02:40:13] "GET /virtual-machine-interface/b0dbf791-47e3-4317-a1be-64cf6f9c1bb1 HTTP/1.1" 200 3178 0.004739 10.0.0.141 - - [2026-05-11 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.141 - - [2026-05-11 02:40:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004320 10.0.0.141 - - [2026-05-11 02:40:13] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002687 10.0.0.141 - - [2026-05-11 02:40:13] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005261 10.0.0.141 - - [2026-05-11 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.141 - - [2026-05-11 02:40:16] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005316 10.0.0.141 - - [2026-05-11 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2026-05-11 02:40:20] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006721 10.0.0.141 - - [2026-05-11 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.141 - - [2026-05-11 02:40:24] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005235 10.0.0.141 - - [2026-05-11 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.141 - - [2026-05-11 02:40:28] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005305 10.0.0.141 - - [2026-05-11 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.141 - - [2026-05-11 02:40:33] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005652 10.0.0.141 - - [2026-05-11 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.141 - - [2026-05-11 02:40:37] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005083 10.0.0.141 - - [2026-05-11 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.141 - - [2026-05-11 02:40:41] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006447 10.0.0.141 - - [2026-05-11 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.141 - - [2026-05-11 02:40:45] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006194 10.0.0.141 - - [2026-05-11 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.141 - - [2026-05-11 02:40:49] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004608 10.0.0.27 - - [2026-05-11 02:40:51] "DELETE /project/96aa5dcb58414fd7bfbd2ecf9ff57957 HTTP/1.1" 404 173 0.032128 10.0.0.141 - - [2026-05-11 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.141 - - [2026-05-11 02:40:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005423 10.0.0.141 - - [2026-05-11 02:40:51] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003885 10.0.0.141 - - [2026-05-11 02:40:51] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005910 10.0.0.141 - - [2026-05-11 02:40:51] "POST /neutron/port HTTP/1.1" 200 1237 0.019818 10.0.0.141 - - [2026-05-11 02:40:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007577 10.0.0.141 - - [2026-05-11 02:40:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 10.0.0.141 - - [2026-05-11 02:40:51] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.141 - - [2026-05-11 02:40:52] "POST /neutron/port HTTP/1.1" 200 1237 0.020654 10.0.0.141 - - [2026-05-11 02:40:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004033 10.0.0.141 - - [2026-05-11 02:40:52] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.141 - - [2026-05-11 02:40:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007721 10.0.0.141 - - [2026-05-11 02:41:02] "POST /neutron/port HTTP/1.1" 200 1237 0.018708 10.0.0.141 - - [2026-05-11 02:41:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007166 10.0.0.141 - - [2026-05-11 02:41:12] "POST /neutron/port HTTP/1.1" 200 1237 0.030532 10.0.0.141 - - [2026-05-11 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006944 10.0.0.141 - - [2026-05-11 02:41:12] "GET /virtual-machine/357ceb16-f767-4172-acf8-a1881d8b76f1 HTTP/1.1" 200 1300 0.006415 10.0.0.141 - - [2026-05-11 02:41:12] "GET /virtual-machine-interface/9cf76c05-dec8-47b0-92e7-f1f1fb6b7077 HTTP/1.1" 200 3178 0.005815 10.0.0.141 - - [2026-05-11 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.141 - - [2026-05-11 02:41:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.141 - - [2026-05-11 02:41:12] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002740 10.0.0.141 - - [2026-05-11 02:41:12] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005949 10.0.0.141 - - [2026-05-11 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.141 - - [2026-05-11 02:41:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002956 10.0.0.141 - - [2026-05-11 02:41:13] "GET /virtual-networks?parent_id=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003365 10.0.0.141 - - [2026-05-11 02:41:13] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005602 10.0.0.141 - - [2026-05-11 02:41:42] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.011551 10.0.0.141 - - [2026-05-11 02:41:42] "POST /neutron/network HTTP/1.1" 200 1105 0.010223 10.0.0.27 - - [2026-05-11 02:41:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.006124 10.0.0.141 - - [2026-05-11 02:41:42] "GET /virtual-network/730d9a88-18db-4214-94e2-a42a539fffa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009594 10.0.0.141 - - [2026-05-11 02:41:42] "POST /neutron/network HTTP/1.1" 200 1006 0.010121 10.0.0.141 - - [2026-05-11 02:41:42] "POST /neutron/port HTTP/1.1" 200 1227 0.019504 10.0.0.141 - - [2026-05-11 02:41:42] "POST /neutron/port HTTP/1.1" 200 1227 0.014045 10.0.0.27 - - [2026-05-11 02:41:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.141 - - [2026-05-11 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334 10.0.0.27 - - [2026-05-11 02:41:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.27 - - [2026-05-11 02:41:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.27 - - [2026-05-11 02:41:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.141 - - [2026-05-11 02:41:44] "POST /neutron/network HTTP/1.1" 200 151 0.173050 10.0.0.141 - - [2026-05-11 02:41:44] "DELETE /network-policy/ad8e8cdf-c047-400d-bf4d-36ac5ea47c1d HTTP/1.1" 200 115 0.040194 10.0.0.27 - - [2026-05-11 02:41:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.141 - - [2026-05-11 02:41:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.101583 10.0.0.27 - - [2026-05-11 02:41:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002472 10.0.0.141 - - [2026-05-11 02:41:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=virtual_networks HTTP/1.1" 200 1059 0.061585 10.0.0.27 - - [2026-05-11 02:41:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001790 10.0.0.141 - - [2026-05-11 02:41:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.059980 10.0.0.27 - - [2026-05-11 02:41:47] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001918 10.0.0.141 - - [2026-05-11 02:41:47] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=security_groups HTTP/1.1" 200 1293 0.060950 10.0.0.141 - - [2026-05-11 02:41:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.033693 10.0.0.27 - - [2026-05-11 02:41:48] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003507 10.0.0.27 - - [2026-05-11 02:41:48] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.27 - - [2026-05-11 02:41:49] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006499 10.0.0.27 - - [2026-05-11 02:41:49] "POST /id-to-fqname HTTP/1.1" 200 204 0.001663 10.0.0.27 - - [2026-05-11 02:41:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.013077 10.0.0.27 - - [2026-05-11 02:41:49] "POST /security-groups HTTP/1.1" 200 605 0.034287 10.0.0.27 - - [2026-05-11 02:41:49] "POST /projects HTTP/1.1" 200 613 0.262795 10.0.0.141 - - [2026-05-11 02:41:49] "POST /access-control-lists HTTP/1.1" 200 610 0.042847 10.0.0.27 - - [2026-05-11 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.343246 10.0.0.141 - - [2026-05-11 02:41:49] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.517366 10.0.0.141 - - [2026-05-11 02:41:50] "GET / HTTP/1.1" 200 35931 0.002013 10.0.0.27 - - [2026-05-11 02:41:51] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001889 10.0.0.27 - - [2026-05-11 02:41:51] "DELETE /project/f44b203756d444b69641f5f5747ac227 HTTP/1.1" 404 173 0.015904 10.0.0.27 - - [2026-05-11 02:41:51] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.077183 10.0.0.27 - - [2026-05-11 02:41:51] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.27 - - [2026-05-11 02:41:51] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=security_groups HTTP/1.1" 200 1398 0.053436 10.0.0.27 - - [2026-05-11 02:41:51] "DELETE /security-group/049d26f4-4a0a-4f6f-a607-cb855fb3d936 HTTP/1.1" 200 115 0.083860 10.0.0.27 - - [2026-05-11 02:41:51] "GET /projects?obj_uuids=96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.141 - - [2026-05-11 02:41:51] "DELETE /access-control-list/1b738ccd-bc49-4a6d-9d5c-2da1f4d42ddf HTTP/1.1" 200 115 0.062226 10.0.0.27 - - [2026-05-11 02:41:51] "GET /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957?fields=application_policy_sets HTTP/1.1" 200 1437 0.074475 10.0.0.249 - - [2026-05-11 02:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.001040 10.0.0.27 - - [2026-05-11 02:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.27 - - [2026-05-11 02:41:52] "DELETE /project/96aa5dcb-5841-4fd7-bfbd-2ecf9ff57957 HTTP/1.1" 200 115 0.536090 10.0.0.249 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.27 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.27 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000694 10.0.0.27 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2026-05-11 02:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.141 - - [2026-05-11 02:41:54] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000754 10.0.0.141 - - [2026-05-11 02:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.27 - - [2026-05-11 02:41:54] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002800 10.0.0.141 - - [2026-05-11 02:41:54] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.160968 10.0.0.141 - - [2026-05-11 02:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-05-11 02:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000720 10.0.0.141 - - [2026-05-11 02:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.141 - - [2026-05-11 02:41:55] "GET / HTTP/1.1" 200 35931 0.003767 10.0.0.141 - - [2026-05-11 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005700 10.0.0.27 - - [2026-05-11 02:41:55] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001867 10.0.0.141 - - [2026-05-11 02:41:55] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011703 10.0.0.141 - - [2026-05-11 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.27 - - [2026-05-11 02:41:55] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001650 10.0.0.141 - - [2026-05-11 02:41:55] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.053440 10.0.0.141 - - [2026-05-11 02:41:56] "GET /obj-perms HTTP/1.1" 200 5075 0.122222 10.0.0.141 - - [2026-05-11 02:41:57] "GET /domains HTTP/1.1" 401 293 0.000530 10.0.0.141 - - [2026-05-11 02:41:57] "GET /domains HTTP/1.1" 200 280 0.030609 10.0.0.27 - - [2026-05-11 02:41:57] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.141 - - [2026-05-11 02:41:57] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0 HTTP/1.1" 200 2588 0.009887 10.0.0.27 - - [2026-05-11 02:41:57] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000780 10.0.0.141 - - [2026-05-11 02:41:57] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227 HTTP/1.1" 200 1947 0.104999 10.0.0.141 - - [2026-05-11 02:41:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005762 10.0.0.141 - - [2026-05-11 02:41:58] "POST /network-ipams HTTP/1.1" 200 627 0.058013 10.0.0.141 - - [2026-05-11 02:41:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003574 10.0.0.141 - - [2026-05-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.141 - - [2026-05-11 02:41:58] "GET /network-ipam/4a0c079a-40dd-4cff-b0b2-e70704e9f99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.006165 10.0.0.141 - - [2026-05-11 02:41:58] "PUT /network-ipam/4a0c079a-40dd-4cff-b0b2-e70704e9f99b HTTP/1.1" 200 258 0.017010 10.0.0.141 - - [2026-05-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-05-11 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.043234 10.0.0.27 - - [2026-05-11 02:41:58] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000844 10.0.0.141 - - [2026-05-11 02:41:58] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.056311 10.0.0.141 - - [2026-05-11 02:41:59] "POST /ref-update HTTP/1.1" 200 156 0.033923 10.0.0.27 - - [2026-05-11 02:41:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006811 10.0.0.141 - - [2026-05-11 02:41:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.277736 10.0.0.141 - - [2026-05-11 02:41:59] "POST /id-to-fqname HTTP/1.1" 200 237 0.001788 10.0.0.141 - - [2026-05-11 02:41:59] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.012471 10.0.0.141 - - [2026-05-11 02:41:59] "POST /neutron/network HTTP/1.1" 200 1142 0.012408 10.0.0.141 - - [2026-05-11 02:41:59] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.008696 10.0.0.141 - - [2026-05-11 02:42:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.015984 10.0.0.141 - - [2026-05-11 02:42:00] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005813 10.0.0.249 - - [2026-05-11 02:42:01] "GET /obj-perms HTTP/1.1" 200 5040 0.061559 10.0.0.27 - - [2026-05-11 02:42:02] "GET /obj-perms HTTP/1.1" 200 5040 0.065230 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.005033 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-05-11 02:42:02] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001659 10.0.0.141 - - [2026-05-11 02:42:02] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.054013 10.0.0.141 - - [2026-05-11 02:42:02] "POST /network-policys HTTP/1.1" 200 565 0.100089 10.0.0.141 - - [2026-05-11 02:42:02] "GET /network-policy/b382bcb3-635b-4c11-a3ab-fc3c5ffd8eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.008225 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003171 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2026-05-11 02:42:02] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001106 10.0.0.141 - - [2026-05-11 02:42:02] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.046772 10.0.0.141 - - [2026-05-11 02:42:02] "POST /network-policys HTTP/1.1" 200 565 0.035103 10.0.0.141 - - [2026-05-11 02:42:02] "GET /network-policy/17d10831-4345-4dd4-9a3b-8c0e9b6e0c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006974 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.003871 10.0.0.141 - - [2026-05-11 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2026-05-11 02:42:03] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001534 10.0.0.141 - - [2026-05-11 02:42:03] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.054774 10.0.0.141 - - [2026-05-11 02:42:03] "POST /network-policys HTTP/1.1" 200 565 0.038429 10.0.0.141 - - [2026-05-11 02:42:03] "GET /network-policy/5aa23f62-e74a-4970-8485-a0ca0f43c33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.008631 10.0.0.141 - - [2026-05-11 02:42:03] "POST /neutron/network HTTP/1.1" 200 1340 0.016351 10.0.0.141 - - [2026-05-11 02:42:03] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007701 10.0.0.141 - - [2026-05-11 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.141 - - [2026-05-11 02:42:03] "GET /network-policy/17d10831-4345-4dd4-9a3b-8c0e9b6e0c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.007833 10.0.0.141 - - [2026-05-11 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.141 - - [2026-05-11 02:42:03] "GET /network-policy/b382bcb3-635b-4c11-a3ab-fc3c5ffd8eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006223 10.0.0.141 - - [2026-05-11 02:42:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001473 10.0.0.27 - - [2026-05-11 02:42:04] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002284 10.0.0.141 - - [2026-05-11 02:42:04] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.083700 10.0.0.141 - - [2026-05-11 02:42:05] "POST /neutron/port HTTP/1.1" 200 117 0.007245 10.0.0.141 - - [2026-05-11 02:42:05] "POST /neutron/network HTTP/1.1" 200 1350 0.007404 10.0.0.141 - - [2026-05-11 02:42:06] "POST /neutron/port HTTP/1.1" 200 1181 0.048950 10.0.0.141 - - [2026-05-11 02:42:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004934 10.0.0.141 - - [2026-05-11 02:42:06] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.141 - - [2026-05-11 02:42:10] "POST /neutron/port HTTP/1.1" 200 1245 0.094563 10.0.0.141 - - [2026-05-11 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008807 10.0.0.141 - - [2026-05-11 02:42:10] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2026-05-11 02:42:10] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 200 1307 0.045341 10.0.0.141 - - [2026-05-11 02:42:10] "GET /virtual-machine-interface/858a1402-8162-4017-9454-e5ddd1934a0d HTTP/1.1" 200 3176 0.009206 10.0.0.141 - - [2026-05-11 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.141 - - [2026-05-11 02:42:11] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008633 10.0.0.141 - - [2026-05-11 02:42:11] "GET /virtual-networks?parent_id=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.007222 10.0.0.141 - - [2026-05-11 02:42:11] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007349 10.0.0.141 - - [2026-05-11 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005005 10.0.0.141 - - [2026-05-11 02:42:14] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007951 10.0.0.141 - - [2026-05-11 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2026-05-11 02:42:18] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.009407 10.0.0.141 - - [2026-05-11 02:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.141 - - [2026-05-11 02:42:22] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007324 10.0.0.141 - - [2026-05-11 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2026-05-11 02:42:26] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005936 10.0.0.141 - - [2026-05-11 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.141 - - [2026-05-11 02:42:30] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005385 10.0.0.141 - - [2026-05-11 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2026-05-11 02:42:34] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005689 10.0.0.141 - - [2026-05-11 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008375 10.0.0.141 - - [2026-05-11 02:42:38] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006426 10.0.0.141 - - [2026-05-11 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.141 - - [2026-05-11 02:42:42] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006200 10.0.0.141 - - [2026-05-11 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.141 - - [2026-05-11 02:42:46] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006833 10.0.0.141 - - [2026-05-11 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.141 - - [2026-05-11 02:42:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006356 10.0.0.141 - - [2026-05-11 02:42:49] "GET /virtual-networks?parent_id=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004178 10.0.0.141 - - [2026-05-11 02:42:49] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005982 10.0.0.141 - - [2026-05-11 02:42:49] "POST /neutron/port HTTP/1.1" 200 1245 0.018145 10.0.0.141 - - [2026-05-11 02:42:53] "POST /neutron/port HTTP/1.1" 200 1245 0.017850 10.0.0.141 - - [2026-05-11 02:42:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005025 10.0.0.141 - - [2026-05-11 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.141 - - [2026-05-11 02:42:54] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006841 10.0.0.141 - - [2026-05-11 02:43:00] "POST /neutron/port HTTP/1.1" 200 1245 0.020127 10.0.0.141 - - [2026-05-11 02:43:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007758 10.0.0.141 - - [2026-05-11 02:43:15] "POST /neutron/port HTTP/1.1" 200 1245 0.021506 10.0.0.141 - - [2026-05-11 02:43:15] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007876 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.141 - - [2026-05-11 02:43:15] "GET /network-policy/b382bcb3-635b-4c11-a3ab-fc3c5ffd8eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003535 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.141 - - [2026-05-11 02:43:15] "GET /network-policy/17d10831-4345-4dd4-9a3b-8c0e9b6e0c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004553 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005420 10.0.0.141 - - [2026-05-11 02:43:15] "GET /network-policy/5aa23f62-e74a-4970-8485-a0ca0f43c33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006397 10.0.0.27 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.008169 10.0.0.141 - - [2026-05-11 02:43:15] "PUT /access-control-list/bed3271a-ef08-45a4-882f-f5468bc8075e HTTP/1.1" 200 272 0.026618 10.0.0.141 - - [2026-05-11 02:43:15] "POST /neutron/network HTTP/1.1" 200 1432 0.020070 10.0.0.141 - - [2026-05-11 02:43:15] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006295 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2026-05-11 02:43:15] "GET /network-policy/17d10831-4345-4dd4-9a3b-8c0e9b6e0c84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.003855 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.141 - - [2026-05-11 02:43:15] "GET /network-policy/5aa23f62-e74a-4970-8485-a0ca0f43c33f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.004384 10.0.0.141 - - [2026-05-11 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2026-05-11 02:43:16] "GET /network-policy/b382bcb3-635b-4c11-a3ab-fc3c5ffd8eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005406 10.0.0.141 - - [2026-05-11 02:43:21] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.009564 10.0.0.141 - - [2026-05-11 02:43:21] "POST /neutron/network HTTP/1.1" 200 1142 0.038597 10.0.0.141 - - [2026-05-11 02:43:21] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007047 10.0.0.141 - - [2026-05-11 02:43:26] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 200 1307 0.004145 10.0.0.141 - - [2026-05-11 02:43:27] "POST /neutron/port HTTP/1.1" 200 151 0.265409 10.0.0.141 - - [2026-05-11 02:43:28] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 404 171 0.003544 10.0.0.141 - - [2026-05-11 02:43:28] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 404 171 0.002684 10.0.0.141 - - [2026-05-11 02:43:28] "GET /virtual-machine/f22470a9-4c21-47e3-9ed1-feb9bd3ecaa1 HTTP/1.1" 404 171 0.002466 10.0.0.141 - - [2026-05-11 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.141 - - [2026-05-11 02:43:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004306 10.0.0.141 - - [2026-05-11 02:43:28] "GET /virtual-networks?parent_id=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006247 10.0.0.141 - - [2026-05-11 02:43:28] "GET /virtual-network/87167c47-9f1b-401c-a399-35858556511a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007637 10.0.0.141 - - [2026-05-11 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.141 - - [2026-05-11 02:43:28] "GET /routing-instance/2f179b22-772a-42fc-95f1-5e042632c232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004012 10.0.0.141 - - [2026-05-11 02:43:28] "GET /route-target/d5bcc2a6-0b02-4265-abda-a99ac6458aee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004967 10.0.0.141 - - [2026-05-11 02:43:28] "GET /obj-perms HTTP/1.1" 200 5040 0.072047 10.0.0.141 - - [2026-05-11 02:43:32] "GET /obj-perms HTTP/1.1" 200 5040 0.004485 10.0.0.141 - - [2026-05-11 02:43:38] "GET /obj-perms HTTP/1.1" 200 5040 0.003934 10.0.0.141 - - [2026-05-11 02:43:41] "GET /obj-perms HTTP/1.1" 200 5040 0.004074 10.0.0.141 - - [2026-05-11 02:43:47] "GET /obj-perms HTTP/1.1" 200 5040 0.003846 10.0.0.141 - - [2026-05-11 02:43:50] "GET /obj-perms HTTP/1.1" 200 5040 0.004493 10.0.0.141 - - [2026-05-11 02:43:50] "DELETE /network-policy/5aa23f62-e74a-4970-8485-a0ca0f43c33f HTTP/1.1" 200 115 0.044189 10.0.0.141 - - [2026-05-11 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-05-11 02:43:50] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000960 10.0.0.141 - - [2026-05-11 02:43:51] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.060396 10.0.0.141 - - [2026-05-11 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-77367128&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005270 10.0.0.141 - - [2026-05-11 02:43:51] "DELETE /network-policy/17d10831-4345-4dd4-9a3b-8c0e9b6e0c84 HTTP/1.1" 200 115 0.038610 10.0.0.141 - - [2026-05-11 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2026-05-11 02:43:51] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001123 10.0.0.141 - - [2026-05-11 02:43:51] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.049366 10.0.0.141 - - [2026-05-11 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-77367128&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005233 10.0.0.141 - - [2026-05-11 02:43:51] "DELETE /network-policy/b382bcb3-635b-4c11-a3ab-fc3c5ffd8eb6 HTTP/1.1" 200 115 0.041108 10.0.0.141 - - [2026-05-11 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-05-11 02:43:51] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000939 10.0.0.141 - - [2026-05-11 02:43:51] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.058631 10.0.0.141 - - [2026-05-11 02:43:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-77367128&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005412 10.0.0.141 - - [2026-05-11 02:43:51] "DELETE /route-target/d5bcc2a6-0b02-4265-abda-a99ac6458aee HTTP/1.1" 200 115 0.021240 10.0.0.141 - - [2026-05-11 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.141 - - [2026-05-11 02:43:52] "DELETE /network-ipam/4a0c079a-40dd-4cff-b0b2-e70704e9f99b HTTP/1.1" 200 115 0.033267 10.0.0.141 - - [2026-05-11 02:43:52] "POST /fqname-to-id HTTP/1.1" 404 264 0.002990 10.0.0.27 - - [2026-05-11 02:43:52] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000942 10.0.0.27 - - [2026-05-11 02:43:52] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1535 0.040614 10.0.0.27 - - [2026-05-11 02:43:52] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001479 10.0.0.27 - - [2026-05-11 02:43:52] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?fields=security_groups HTTP/1.1" 200 1416 0.040406 10.0.0.27 - - [2026-05-11 02:43:52] "DELETE /security-group/4179e110-19f8-46a7-a29a-5c900193ff32 HTTP/1.1" 200 115 0.065857 10.0.0.27 - - [2026-05-11 02:43:52] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000912 10.0.0.27 - - [2026-05-11 02:43:52] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?fields=application_policy_sets HTTP/1.1" 200 1455 0.092273 10.0.0.141 - - [2026-05-11 02:43:52] "DELETE /project/f44b2037-56d4-44b6-9641-f5f5747ac227 HTTP/1.1" 200 115 0.510087 10.0.0.27 - - [2026-05-11 02:43:52] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.141 - - [2026-05-11 02:43:52] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?fields=projects HTTP/1.1" 200 1245 0.010065 10.0.0.27 - - [2026-05-11 02:43:55] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003145 10.0.0.27 - - [2026-05-11 02:43:55] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.27 - - [2026-05-11 02:43:55] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049674 10.0.0.27 - - [2026-05-11 02:43:55] "POST /id-to-fqname HTTP/1.1" 200 204 0.005454 10.0.0.27 - - [2026-05-11 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.004426 10.0.0.27 - - [2026-05-11 02:43:55] "POST /security-groups HTTP/1.1" 200 605 0.035969 10.0.0.141 - - [2026-05-11 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 248 0.003358 10.0.0.27 - - [2026-05-11 02:43:55] "POST /projects HTTP/1.1" 200 613 0.253073 10.0.0.27 - - [2026-05-11 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.330690 10.0.0.141 - - [2026-05-11 02:43:55] "POST /access-control-lists HTTP/1.1" 200 608 0.042696 10.0.0.141 - - [2026-05-11 02:43:55] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.516494 10.0.0.27 - - [2026-05-11 02:43:55] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001278 10.0.0.141 - - [2026-05-11 02:43:55] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?fields=virtual_networks HTTP/1.1" 200 1071 0.060638 10.0.0.27 - - [2026-05-11 02:43:55] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001774 10.0.0.141 - - [2026-05-11 02:43:56] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.068420 10.0.0.27 - - [2026-05-11 02:43:56] "GET /projects?obj_uuids=f44b2037-56d4-44b6-9641-f5f5747ac227&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000995 10.0.0.141 - - [2026-05-11 02:43:56] "GET /project/f44b2037-56d4-44b6-9641-f5f5747ac227?fields=security_groups HTTP/1.1" 200 1311 0.063377 10.0.0.141 - - [2026-05-11 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.043583 10.0.0.27 - - [2026-05-11 02:43:57] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002927 10.0.0.27 - - [2026-05-11 02:43:57] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.27 - - [2026-05-11 02:43:57] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007424 10.0.0.27 - - [2026-05-11 02:43:57] "POST /id-to-fqname HTTP/1.1" 200 206 0.001328 10.0.0.27 - - [2026-05-11 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.027534 10.0.0.27 - - [2026-05-11 02:43:57] "POST /security-groups HTTP/1.1" 200 607 0.035882 10.0.0.27 - - [2026-05-11 02:43:57] "POST /projects HTTP/1.1" 200 617 0.289897 10.0.0.27 - - [2026-05-11 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.329670 10.0.0.141 - - [2026-05-11 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.012672 10.0.0.141 - - [2026-05-11 02:43:57] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.490859 10.0.0.27 - - [2026-05-11 02:43:59] "GET /obj-perms HTTP/1.1" 200 5075 0.148408 10.0.0.141 - - [2026-05-11 02:43:59] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.141 - - [2026-05-11 02:44:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.141 - - [2026-05-11 02:44:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.064544 10.0.0.141 - - [2026-05-11 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.27 - - [2026-05-11 02:44:03] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001009 10.0.0.141 - - [2026-05-11 02:44:03] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.046623 10.0.0.141 - - [2026-05-11 02:44:03] "POST /network-policys HTTP/1.1" 200 567 0.048537 10.0.0.141 - - [2026-05-11 02:44:03] "GET /network-policy/2b11ccf2-c6cb-414f-9fb3-1ca969c312aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.007857 10.0.0.141 - - [2026-05-11 02:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-05-11 02:44:03] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001013 10.0.0.141 - - [2026-05-11 02:44:03] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.053706 10.0.0.141 - - [2026-05-11 02:44:03] "POST /neutron/network HTTP/1.1" 200 117 0.046491 10.0.0.141 - - [2026-05-11 02:44:03] "POST /ref-update HTTP/1.1" 200 156 0.040273 10.0.0.27 - - [2026-05-11 02:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011354 10.0.0.141 - - [2026-05-11 02:44:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.187370 10.0.0.141 - - [2026-05-11 02:44:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001645 10.0.0.141 - - [2026-05-11 02:44:04] "GET /virtual-network/94f4b3a2-8924-4225-b7ff-807198cd3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.008009 10.0.0.141 - - [2026-05-11 02:44:04] "GET /virtual-network/94f4b3a2-8924-4225-b7ff-807198cd3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.006734 10.0.0.141 - - [2026-05-11 02:44:04] "POST /neutron/network HTTP/1.1" 200 1018 0.010894 10.0.0.141 - - [2026-05-11 02:44:04] "POST /neutron/network HTTP/1.1" 200 1018 0.013249 10.0.0.27 - - [2026-05-11 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.007717 10.0.0.141 - - [2026-05-11 02:44:04] "GET /virtual-network/94f4b3a2-8924-4225-b7ff-807198cd3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.031091 10.0.0.141 - - [2026-05-11 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.141 - - [2026-05-11 02:44:04] "GET /network-policy/2b11ccf2-c6cb-414f-9fb3-1ca969c312aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.012167 10.0.0.141 - - [2026-05-11 02:44:05] "GET /virtual-network/94f4b3a2-8924-4225-b7ff-807198cd3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2988 0.005900 10.0.0.141 - - [2026-05-11 02:44:05] "GET /obj-perms HTTP/1.1" 200 5081 0.058460 10.0.0.249 - - [2026-05-11 02:44:06] "GET /obj-perms HTTP/1.1" 200 5081 0.056787 10.0.0.141 - - [2026-05-11 02:44:06] "DELETE /network-policy/2b11ccf2-c6cb-414f-9fb3-1ca969c312aa HTTP/1.1" 409 238 0.010975 10.0.0.141 - - [2026-05-11 02:44:06] "POST /neutron/network HTTP/1.1" 200 1125 0.011289 10.0.0.141 - - [2026-05-11 02:44:06] "DELETE /access-control-list/0c9f51d7-34af-400d-b2aa-eca6ff7b18ed HTTP/1.1" 200 115 0.062605 10.0.0.141 - - [2026-05-11 02:44:07] "DELETE /network-policy/2b11ccf2-c6cb-414f-9fb3-1ca969c312aa HTTP/1.1" 200 115 0.042355 10.0.0.141 - - [2026-05-11 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-05-11 02:44:07] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000873 10.0.0.141 - - [2026-05-11 02:44:07] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.036982 10.0.0.141 - - [2026-05-11 02:44:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-77572133&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005890 10.0.0.27 - - [2026-05-11 02:44:10] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001844 10.0.0.141 - - [2026-05-11 02:44:10] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.049329 10.0.0.27 - - [2026-05-11 02:44:10] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001260 10.0.0.141 - - [2026-05-11 02:44:10] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?fields=virtual_networks HTTP/1.1" 200 1075 0.057495 10.0.0.27 - - [2026-05-11 02:44:10] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001556 10.0.0.141 - - [2026-05-11 02:44:10] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.053465 10.0.0.27 - - [2026-05-11 02:44:10] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001857 10.0.0.141 - - [2026-05-11 02:44:10] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?fields=security_groups HTTP/1.1" 200 1317 0.065813 10.0.0.141 - - [2026-05-11 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.038000 10.0.0.27 - - [2026-05-11 02:44:11] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004146 10.0.0.27 - - [2026-05-11 02:44:11] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.27 - - [2026-05-11 02:44:11] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.015677 10.0.0.27 - - [2026-05-11 02:44:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.001147 10.0.0.27 - - [2026-05-11 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.002800 10.0.0.27 - - [2026-05-11 02:44:11] "POST /security-groups HTTP/1.1" 200 591 0.034852 10.0.0.141 - - [2026-05-11 02:44:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.007712 10.0.0.27 - - [2026-05-11 02:44:11] "POST /projects HTTP/1.1" 200 585 0.271546 10.0.0.27 - - [2026-05-11 02:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.305976 10.0.0.141 - - [2026-05-11 02:44:11] "POST /access-control-lists HTTP/1.1" 200 594 0.038343 10.0.0.141 - - [2026-05-11 02:44:11] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.486054 10.0.0.141 - - [2026-05-11 02:44:12] "GET / HTTP/1.1" 200 35931 0.002600 10.0.0.141 - - [2026-05-11 02:44:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000435 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.067644 10.0.0.141 - - [2026-05-11 02:44:15] "POST /network-ipams HTTP/1.1" 200 513 0.028555 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003291 10.0.0.141 - - [2026-05-11 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipam/fdf40784-622f-437a-89d9-62c8b058c5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006155 10.0.0.141 - - [2026-05-11 02:44:15] "PUT /network-ipam/fdf40784-622f-437a-89d9-62c8b058c5eb HTTP/1.1" 200 258 0.017690 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004226 10.0.0.141 - - [2026-05-11 02:44:15] "POST /network-ipams HTTP/1.1" 200 513 0.032897 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003961 10.0.0.141 - - [2026-05-11 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005554 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipam/018ef2aa-ec5e-4e49-90da-c3963755b9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005694 10.0.0.141 - - [2026-05-11 02:44:15] "PUT /network-ipam/018ef2aa-ec5e-4e49-90da-c3963755b9f0 HTTP/1.1" 200 258 0.016953 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003854 10.0.0.141 - - [2026-05-11 02:44:15] "POST /network-ipams HTTP/1.1" 200 513 0.029579 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003325 10.0.0.141 - - [2026-05-11 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2026-05-11 02:44:15] "GET /network-ipam/7600efe9-aea5-4e45-a471-5d990dc57a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006704 10.0.0.141 - - [2026-05-11 02:44:15] "PUT /network-ipam/7600efe9-aea5-4e45-a471-5d990dc57a59 HTTP/1.1" 200 258 0.014099 10.0.0.141 - - [2026-05-11 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2026-05-11 02:44:16] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.141 - - [2026-05-11 02:44:16] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049094 10.0.0.27 - - [2026-05-11 02:44:16] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001167 10.0.0.141 - - [2026-05-11 02:44:17] "POST /neutron/network HTTP/1.1" 200 607 0.163977 10.0.0.141 - - [2026-05-11 02:44:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.003008 10.0.0.141 - - [2026-05-11 02:44:17] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006322 10.0.0.141 - - [2026-05-11 02:44:17] "POST /neutron/network HTTP/1.1" 200 824 0.006252 10.0.0.141 - - [2026-05-11 02:44:17] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005480 10.0.0.141 - - [2026-05-11 02:44:17] "POST /neutron/network HTTP/1.1" 200 824 0.006173 10.0.0.141 - - [2026-05-11 02:44:17] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005472 10.0.0.141 - - [2026-05-11 02:44:17] "GET /network-ipam/fdf40784-622f-437a-89d9-62c8b058c5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.011579 10.0.0.141 - - [2026-05-11 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.27 - - [2026-05-11 02:44:17] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000888 10.0.0.141 - - [2026-05-11 02:44:17] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063749 10.0.0.141 - - [2026-05-11 02:44:18] "POST /route-targets HTTP/1.1" 200 327 0.028056 10.0.0.27 - - [2026-05-11 02:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.017287 10.0.0.141 - - [2026-05-11 02:44:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.217602 10.0.0.141 - - [2026-05-11 02:44:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001211 10.0.0.141 - - [2026-05-11 02:44:18] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005151 10.0.0.141 - - [2026-05-11 02:44:18] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005684 10.0.0.141 - - [2026-05-11 02:44:18] "POST /neutron/network HTTP/1.1" 200 824 0.016130 10.0.0.141 - - [2026-05-11 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-05-11 02:44:18] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001633 10.0.0.141 - - [2026-05-11 02:44:18] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073511 10.0.0.27 - - [2026-05-11 02:44:18] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.141 - - [2026-05-11 02:44:18] "POST /neutron/network HTTP/1.1" 200 607 0.151462 10.0.0.141 - - [2026-05-11 02:44:18] "POST /ref-update HTTP/1.1" 200 156 0.053187 10.0.0.141 - - [2026-05-11 02:44:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.003872 10.0.0.141 - - [2026-05-11 02:44:19] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006041 10.0.0.141 - - [2026-05-11 02:44:19] "POST /neutron/network HTTP/1.1" 200 823 0.006539 10.0.0.141 - - [2026-05-11 02:44:19] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007332 10.0.0.141 - - [2026-05-11 02:44:19] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006304 10.0.0.141 - - [2026-05-11 02:44:20] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005739 10.0.0.27 - - [2026-05-11 02:44:21] "GET /obj-perms HTTP/1.1" 200 5049 0.063450 10.0.0.141 - - [2026-05-11 02:44:21] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006917 10.0.0.141 - - [2026-05-11 02:44:21] "GET /obj-perms HTTP/1.1" 200 5049 0.058775 10.0.0.249 - - [2026-05-11 02:44:21] "GET /obj-perms HTTP/1.1" 200 5049 0.065947 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.003538 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2026-05-11 02:44:22] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.141 - - [2026-05-11 02:44:22] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042611 10.0.0.141 - - [2026-05-11 02:44:22] "POST /network-policys HTTP/1.1" 200 553 0.034587 10.0.0.141 - - [2026-05-11 02:44:22] "GET /network-policy/e17962f2-4d35-4cce-9cb6-0a6fae55dc86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006118 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.003592 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2026-05-11 02:44:22] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.141 - - [2026-05-11 02:44:22] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056418 10.0.0.141 - - [2026-05-11 02:44:22] "POST /network-policys HTTP/1.1" 200 553 0.029374 10.0.0.141 - - [2026-05-11 02:44:22] "GET /network-policy/0cd8fd22-00b5-418a-b638-508d6c7aae92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006047 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.002640 10.0.0.141 - - [2026-05-11 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2026-05-11 02:44:22] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.141 - - [2026-05-11 02:44:22] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054214 10.0.0.141 - - [2026-05-11 02:44:22] "POST /network-policys HTTP/1.1" 200 553 0.029430 10.0.0.141 - - [2026-05-11 02:44:22] "GET /network-policy/e12fb563-693c-415f-9552-7f9e8f8c12ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006558 10.0.0.141 - - [2026-05-11 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.052198 10.0.0.141 - - [2026-05-11 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.103607 10.0.0.141 - - [2026-05-11 02:44:23] "PUT /access-control-list/60848d8f-6c94-47fb-bf79-27e795a457fc HTTP/1.1" 200 272 0.036258 10.0.0.141 - - [2026-05-11 02:44:23] "POST /neutron/network HTTP/1.1" 200 824 0.007105 10.0.0.141 - - [2026-05-11 02:44:23] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007139 10.0.0.141 - - [2026-05-11 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.141 - - [2026-05-11 02:44:23] "GET /network-policy/0cd8fd22-00b5-418a-b638-508d6c7aae92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005543 10.0.0.141 - - [2026-05-11 02:44:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001788 10.0.0.141 - - [2026-05-11 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.042772 10.0.0.141 - - [2026-05-11 02:44:23] "POST /neutron/network HTTP/1.1" 200 1005 0.011778 10.0.0.27 - - [2026-05-11 02:44:24] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001410 10.0.0.141 - - [2026-05-11 02:44:24] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.078183 10.0.0.141 - - [2026-05-11 02:44:24] "POST /neutron/port HTTP/1.1" 200 117 0.006230 10.0.0.141 - - [2026-05-11 02:44:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001205 10.0.0.141 - - [2026-05-11 02:44:25] "POST /neutron/network HTTP/1.1" 200 1005 0.007054 10.0.0.141 - - [2026-05-11 02:44:25] "POST /neutron/port HTTP/1.1" 200 1060 0.027669 10.0.0.27 - - [2026-05-11 02:44:25] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001665 10.0.0.141 - - [2026-05-11 02:44:25] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087023 10.0.0.141 - - [2026-05-11 02:44:25] "POST /neutron/port HTTP/1.1" 200 1124 0.023598 10.0.0.141 - - [2026-05-11 02:44:25] "POST /neutron/port HTTP/1.1" 200 1124 0.020258 10.0.0.141 - - [2026-05-11 02:44:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007461 10.0.0.141 - - [2026-05-11 02:44:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001364 10.0.0.141 - - [2026-05-11 02:44:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008338 10.0.0.27 - - [2026-05-11 02:44:26] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.141 - - [2026-05-11 02:44:26] "POST /neutron/port HTTP/1.1" 200 1060 0.287230 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/port HTTP/1.1" 200 1114 0.194594 10.0.0.27 - - [2026-05-11 02:44:27] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.141 - - [2026-05-11 02:44:27] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.092443 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004044 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/network HTTP/1.1" 200 916 0.008395 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/port HTTP/1.1" 200 117 0.006595 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/port HTTP/1.1" 200 1124 0.022674 10.0.0.141 - - [2026-05-11 02:44:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007380 10.0.0.27 - - [2026-05-11 02:44:27] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 401 293 0.000352 10.0.0.141 - - [2026-05-11 02:44:28] "POST /neutron/port HTTP/1.1" 200 1059 0.327064 10.0.0.141 - - [2026-05-11 02:44:28] "POST /neutron/port HTTP/1.1" 200 1059 0.018850 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.036465 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.016025 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine-interface/37ce34de-f98a-41eb-9e61-962fb7ba964d HTTP/1.1" 200 2943 0.006928 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.004110 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine-interface/37ce34de-f98a-41eb-9e61-962fb7ba964d HTTP/1.1" 200 2943 0.006034 10.0.0.141 - - [2026-05-11 02:44:28] "GET /instance-ip/b08be621-c45f-4f64-bd42-ff42173da86b HTTP/1.1" 200 1622 0.015542 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.015370 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-machine-interface/37ce34de-f98a-41eb-9e61-962fb7ba964d HTTP/1.1" 200 2943 0.006846 10.0.0.141 - - [2026-05-11 02:44:28] "GET /instance-ip/b08be621-c45f-4f64-bd42-ff42173da86b HTTP/1.1" 200 1622 0.006276 10.0.0.141 - - [2026-05-11 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.141 - - [2026-05-11 02:44:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005172 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003016 10.0.0.141 - - [2026-05-11 02:44:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003785 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005597 10.0.0.141 - - [2026-05-11 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.141 - - [2026-05-11 02:44:28] "POST /neutron/network HTTP/1.1" 200 823 0.006972 10.0.0.141 - - [2026-05-11 02:44:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004114 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003340 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007912 10.0.0.141 - - [2026-05-11 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.141 - - [2026-05-11 02:44:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003454 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003855 10.0.0.141 - - [2026-05-11 02:44:28] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005747 10.0.0.141 - - [2026-05-11 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.141 - - [2026-05-11 02:44:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005497 10.0.0.141 - - [2026-05-11 02:44:29] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003108 10.0.0.141 - - [2026-05-11 02:44:29] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006409 10.0.0.141 - - [2026-05-11 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.141 - - [2026-05-11 02:44:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004121 10.0.0.141 - - [2026-05-11 02:44:29] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003403 10.0.0.141 - - [2026-05-11 02:44:29] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006511 10.0.0.141 - - [2026-05-11 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.141 - - [2026-05-11 02:44:32] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006317 10.0.0.141 - - [2026-05-11 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.141 - - [2026-05-11 02:44:36] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006539 10.0.0.141 - - [2026-05-11 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.141 - - [2026-05-11 02:44:40] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005271 10.0.0.141 - - [2026-05-11 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.141 - - [2026-05-11 02:44:44] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006098 10.0.0.141 - - [2026-05-11 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2026-05-11 02:44:48] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006175 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /project/f44b2037-56d4-44b6-9641-f5f5747ac227 HTTP/1.1" 404 177 0.009200 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /project/fed3a47956fd4270b2284aadf5713ba4 HTTP/1.1" 404 173 0.008214 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /project/bfad82a0de3b487ebe955195a390c43b HTTP/1.1" 404 173 0.007333 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /project/f44b203756d444b69641f5f5747ac227 HTTP/1.1" 404 173 0.006524 10.0.0.27 - - [2026-05-11 02:44:52] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000757 10.0.0.27 - - [2026-05-11 02:44:52] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.042968 10.0.0.27 - - [2026-05-11 02:44:52] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001041 10.0.0.27 - - [2026-05-11 02:44:52] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?fields=security_groups HTTP/1.1" 200 1422 0.043491 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /security-group/d061a290-64b8-4a4d-9087-dbef5d9c798a HTTP/1.1" 200 115 0.054562 10.0.0.27 - - [2026-05-11 02:44:52] "GET /projects?obj_uuids=bfad82a0-de3b-487e-be95-5195a390c43b&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002028 10.0.0.27 - - [2026-05-11 02:44:52] "GET /project/bfad82a0-de3b-487e-be95-5195a390c43b?fields=application_policy_sets HTTP/1.1" 200 1461 0.042124 10.0.0.141 - - [2026-05-11 02:44:52] "DELETE /access-control-list/c2ac55fc-e547-4406-a54a-b6f7e11058d9 HTTP/1.1" 200 115 0.088387 10.0.0.27 - - [2026-05-11 02:44:52] "DELETE /project/bfad82a0-de3b-487e-be95-5195a390c43b HTTP/1.1" 200 115 0.418484 10.0.0.141 - - [2026-05-11 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.141 - - [2026-05-11 02:44:52] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005356 10.0.0.141 - - [2026-05-11 02:44:54] "POST /neutron/network HTTP/1.1" 200 926 0.006738 10.0.0.141 - - [2026-05-11 02:44:55] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.141 - - [2026-05-11 02:44:56] "POST /neutron/port HTTP/1.1" 200 1124 0.023269 10.0.0.141 - - [2026-05-11 02:44:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.008910 10.0.0.141 - - [2026-05-11 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.141 - - [2026-05-11 02:44:56] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006960 10.0.0.141 - - [2026-05-11 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.141 - - [2026-05-11 02:45:00] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007736 10.0.0.141 - - [2026-05-11 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.141 - - [2026-05-11 02:45:05] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008614 10.0.0.141 - - [2026-05-11 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.141 - - [2026-05-11 02:45:09] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007780 10.0.0.141 - - [2026-05-11 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.141 - - [2026-05-11 02:45:13] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006041 10.0.0.141 - - [2026-05-11 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.141 - - [2026-05-11 02:45:17] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006326 10.0.0.141 - - [2026-05-11 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2026-05-11 02:45:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003860 10.0.0.141 - - [2026-05-11 02:45:19] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004046 10.0.0.141 - - [2026-05-11 02:45:19] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006082 10.0.0.141 - - [2026-05-11 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.141 - - [2026-05-11 02:45:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006576 10.0.0.141 - - [2026-05-11 02:45:19] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004727 10.0.0.141 - - [2026-05-11 02:45:19] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008224 10.0.0.141 - - [2026-05-11 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.141 - - [2026-05-11 02:45:19] "GET /routing-instance/8c159a3b-a8e1-47a8-bf2c-13277a2f0d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006337 10.0.0.141 - - [2026-05-11 02:45:19] "GET /route-target/63a794ea-d5f6-4415-8b94-b2072adc3915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003922 10.0.0.141 - - [2026-05-11 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.141 - - [2026-05-11 02:45:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003812 10.0.0.141 - - [2026-05-11 02:45:19] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004124 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008093 10.0.0.141 - - [2026-05-11 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009018 10.0.0.141 - - [2026-05-11 02:45:20] "GET /routing-instance/8c159a3b-a8e1-47a8-bf2c-13277a2f0d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006694 10.0.0.141 - - [2026-05-11 02:45:20] "GET /route-target/63a794ea-d5f6-4415-8b94-b2072adc3915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005077 10.0.0.141 - - [2026-05-11 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.141 - - [2026-05-11 02:45:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006176 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004176 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009273 10.0.0.141 - - [2026-05-11 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.141 - - [2026-05-11 02:45:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006437 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004368 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006088 10.0.0.141 - - [2026-05-11 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.141 - - [2026-05-11 02:45:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006259 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003910 10.0.0.141 - - [2026-05-11 02:45:20] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007859 10.0.0.141 - - [2026-05-11 02:45:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004076 10.0.0.27 - - [2026-05-11 02:45:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003753 10.0.0.141 - - [2026-05-11 02:45:20] "GET /obj-perms HTTP/1.1" 200 5049 0.007150 10.0.0.141 - - [2026-05-11 02:45:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004560 10.0.0.141 - - [2026-05-11 02:45:20] "POST /neutron/port HTTP/1.1" 200 1124 0.027034 10.0.0.141 - - [2026-05-11 02:45:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010450 10.0.0.141 - - [2026-05-11 02:45:21] "POST /neutron/port HTTP/1.1" 200 1124 0.021848 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.008694 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.004544 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine-interface/66ca11d4-33cc-4b5c-94d4-0c5acc0a127e HTTP/1.1" 200 2943 0.009609 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.004096 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine-interface/66ca11d4-33cc-4b5c-94d4-0c5acc0a127e HTTP/1.1" 200 2943 0.005383 10.0.0.141 - - [2026-05-11 02:45:21] "GET /instance-ip/475e4264-1072-41ee-a6b2-d982458bd4ba HTTP/1.1" 200 1621 0.007346 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.003838 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-machine-interface/66ca11d4-33cc-4b5c-94d4-0c5acc0a127e HTTP/1.1" 200 2943 0.005646 10.0.0.141 - - [2026-05-11 02:45:21] "GET /instance-ip/475e4264-1072-41ee-a6b2-d982458bd4ba HTTP/1.1" 200 1621 0.004508 10.0.0.141 - - [2026-05-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.141 - - [2026-05-11 02:45:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004311 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003194 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006486 10.0.0.141 - - [2026-05-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.141 - - [2026-05-11 02:45:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005665 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005021 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007385 10.0.0.141 - - [2026-05-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.141 - - [2026-05-11 02:45:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.034719 10.0.0.141 - - [2026-05-11 02:45:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005404 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003612 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008549 10.0.0.141 - - [2026-05-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.141 - - [2026-05-11 02:45:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005366 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003861 10.0.0.141 - - [2026-05-11 02:45:21] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006591 10.0.0.141 - - [2026-05-11 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.141 - - [2026-05-11 02:45:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004229 10.0.0.141 - - [2026-05-11 02:45:22] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004212 10.0.0.141 - - [2026-05-11 02:45:22] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007499 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.141 - - [2026-05-11 02:45:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002565 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006421 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.141 - - [2026-05-11 02:45:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003505 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005047 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005899 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.141 - - [2026-05-11 02:45:23] "GET /routing-instance/9c81a491-90ae-44b0-8b51-711f2d6ff8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005000 10.0.0.141 - - [2026-05-11 02:45:23] "GET /route-target/0f550705-640c-4532-ade0-e8901ee1e42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004796 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.141 - - [2026-05-11 02:45:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003938 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003298 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007639 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.141 - - [2026-05-11 02:45:23] "GET /routing-instance/9c81a491-90ae-44b0-8b51-711f2d6ff8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005855 10.0.0.141 - - [2026-05-11 02:45:23] "GET /route-target/0f550705-640c-4532-ade0-e8901ee1e42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003966 10.0.0.141 - - [2026-05-11 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.141 - - [2026-05-11 02:45:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.071714 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003158 10.0.0.141 - - [2026-05-11 02:45:23] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008321 10.0.0.141 - - [2026-05-11 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.141 - - [2026-05-11 02:45:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005382 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003780 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008669 10.0.0.141 - - [2026-05-11 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.141 - - [2026-05-11 02:45:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005274 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003035 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.005621 10.0.0.27 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.005263 10.0.0.141 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.003927 10.0.0.141 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004581 10.0.0.141 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004340 10.0.0.249 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.003840 10.0.0.27 - - [2026-05-11 02:45:24] "GET /obj-perms HTTP/1.1" 200 5049 0.003310 10.0.0.141 - - [2026-05-11 02:45:24] "POST /neutron/port HTTP/1.1" 200 1123 0.020253 10.0.0.141 - - [2026-05-11 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007804 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.005882 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.003621 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine-interface/1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b HTTP/1.1" 200 2943 0.004972 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.003511 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine-interface/1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b HTTP/1.1" 200 2943 0.004955 10.0.0.141 - - [2026-05-11 02:45:24] "GET /instance-ip/225d09b3-ff9c-4fee-8661-1de866c8812f HTTP/1.1" 200 1619 0.006597 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.003638 10.0.0.141 - - [2026-05-11 02:45:24] "GET /virtual-machine-interface/1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b HTTP/1.1" 200 2943 0.005416 10.0.0.141 - - [2026-05-11 02:45:25] "GET /instance-ip/225d09b3-ff9c-4fee-8661-1de866c8812f HTTP/1.1" 200 1619 0.003978 10.0.0.141 - - [2026-05-11 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.141 - - [2026-05-11 02:45:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004400 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003296 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006034 10.0.0.141 - - [2026-05-11 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.141 - - [2026-05-11 02:45:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004188 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003502 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005999 10.0.0.141 - - [2026-05-11 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.141 - - [2026-05-11 02:45:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003069 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.012761 10.0.0.141 - - [2026-05-11 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.141 - - [2026-05-11 02:45:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005057 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003363 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008440 10.0.0.141 - - [2026-05-11 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.141 - - [2026-05-11 02:45:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005316 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003582 10.0.0.141 - - [2026-05-11 02:45:25] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006914 10.0.0.141 - - [2026-05-11 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.141 - - [2026-05-11 02:45:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004934 10.0.0.141 - - [2026-05-11 02:45:26] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003489 10.0.0.141 - - [2026-05-11 02:45:26] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007375 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.141 - - [2026-05-11 02:45:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005721 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003953 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006291 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2026-05-11 02:45:27] "GET /routing-instance/7b422dc8-dc21-4c6f-a3c7-5d5f58b92ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004628 10.0.0.141 - - [2026-05-11 02:45:27] "GET /route-target/6ca06bcb-4826-444d-9d78-3ef3b691d36a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005502 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.141 - - [2026-05-11 02:45:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004690 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003601 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.011983 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.141 - - [2026-05-11 02:45:27] "GET /routing-instance/7b422dc8-dc21-4c6f-a3c7-5d5f58b92ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004806 10.0.0.141 - - [2026-05-11 02:45:27] "GET /route-target/6ca06bcb-4826-444d-9d78-3ef3b691d36a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004024 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2026-05-11 02:45:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005346 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003442 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006467 10.0.0.141 - - [2026-05-11 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.141 - - [2026-05-11 02:45:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004968 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003664 10.0.0.141 - - [2026-05-11 02:45:27] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006015 10.0.0.141 - - [2026-05-11 02:45:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003748 10.0.0.27 - - [2026-05-11 02:45:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003328 10.0.0.141 - - [2026-05-11 02:45:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003992 10.0.0.141 - - [2026-05-11 02:45:28] "GET /obj-perms HTTP/1.1" 200 5049 0.004077 10.0.0.141 - - [2026-05-11 02:45:28] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.003927 10.0.0.141 - - [2026-05-11 02:45:28] "GET /virtual-machine-interface/37ce34de-f98a-41eb-9e61-962fb7ba964d HTTP/1.1" 200 2943 0.006156 10.0.0.141 - - [2026-05-11 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.141 - - [2026-05-11 02:45:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005071 10.0.0.141 - - [2026-05-11 02:45:28] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004915 10.0.0.141 - - [2026-05-11 02:45:28] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007875 10.0.0.141 - - [2026-05-11 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.141 - - [2026-05-11 02:45:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.141 - - [2026-05-11 02:45:29] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003113 10.0.0.141 - - [2026-05-11 02:45:29] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005361 10.0.0.141 - - [2026-05-11 02:45:29] "POST /neutron/port HTTP/1.1" 200 1124 0.019694 10.0.0.141 - - [2026-05-11 02:45:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007975 10.0.0.141 - - [2026-05-11 02:45:34] "POST /neutron/port HTTP/1.1" 200 1124 0.026136 10.0.0.141 - - [2026-05-11 02:45:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007427 10.0.0.141 - - [2026-05-11 02:45:45] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.004928 10.0.0.141 - - [2026-05-11 02:45:45] "GET /virtual-machine-interface/66ca11d4-33cc-4b5c-94d4-0c5acc0a127e HTTP/1.1" 200 2943 0.005432 10.0.0.141 - - [2026-05-11 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2026-05-11 02:45:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004035 10.0.0.141 - - [2026-05-11 02:45:45] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004119 10.0.0.141 - - [2026-05-11 02:45:45] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006011 10.0.0.141 - - [2026-05-11 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.141 - - [2026-05-11 02:45:46] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003775 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002887 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007761 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.004118 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-machine-interface/1bc2d48a-9b10-4d21-9a5f-ffd8eb9fd28b HTTP/1.1" 200 2943 0.005337 10.0.0.141 - - [2026-05-11 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.141 - - [2026-05-11 02:45:46] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003462 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003995 10.0.0.141 - - [2026-05-11 02:45:46] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006194 10.0.0.141 - - [2026-05-11 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.141 - - [2026-05-11 02:45:47] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003218 10.0.0.141 - - [2026-05-11 02:45:47] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003334 10.0.0.141 - - [2026-05-11 02:45:47] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006412 10.0.0.141 - - [2026-05-11 02:45:54] "POST /neutron/network HTTP/1.1" 200 926 0.007618 10.0.0.141 - - [2026-05-11 02:45:55] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.141 - - [2026-05-11 02:45:57] "POST /neutron/port HTTP/1.1" 200 1123 0.046195 10.0.0.141 - - [2026-05-11 02:45:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.010614 10.0.0.141 - - [2026-05-11 02:46:13] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 200 1292 0.004982 10.0.0.141 - - [2026-05-11 02:46:14] "POST /neutron/port HTTP/1.1" 200 1123 0.022205 10.0.0.141 - - [2026-05-11 02:46:15] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 404 171 0.004213 10.0.0.141 - - [2026-05-11 02:46:15] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 404 171 0.004825 10.0.0.141 - - [2026-05-11 02:46:15] "GET /virtual-machine/66faa303-1fde-4b32-b2c8-710fd5d516ac HTTP/1.1" 404 171 0.003689 10.0.0.141 - - [2026-05-11 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470 10.0.0.141 - - [2026-05-11 02:46:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005138 10.0.0.141 - - [2026-05-11 02:46:15] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004466 10.0.0.141 - - [2026-05-11 02:46:15] "GET /virtual-network/6ea778c4-62d6-48eb-b067-848c3f23ba4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008523 10.0.0.141 - - [2026-05-11 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.141 - - [2026-05-11 02:46:15] "GET /routing-instance/7b422dc8-dc21-4c6f-a3c7-5d5f58b92ad6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005679 10.0.0.141 - - [2026-05-11 02:46:16] "GET /route-target/6ca06bcb-4826-444d-9d78-3ef3b691d36a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006203 10.0.0.141 - - [2026-05-11 02:46:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004297 10.0.0.141 - - [2026-05-11 02:46:19] "GET /obj-perms HTTP/1.1" 200 5049 0.008181 10.0.0.141 - - [2026-05-11 02:46:22] "GET /obj-perms HTTP/1.1" 200 5049 0.005278 10.0.0.27 - - [2026-05-11 02:46:22] "GET /obj-perms HTTP/1.1" 200 5049 0.004740 10.0.0.141 - - [2026-05-11 02:46:22] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 200 1291 0.005109 10.0.0.141 - - [2026-05-11 02:46:23] "POST /neutron/port HTTP/1.1" 200 1124 0.020061 10.0.0.141 - - [2026-05-11 02:46:24] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 404 171 0.004262 10.0.0.141 - - [2026-05-11 02:46:24] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 404 171 0.004161 10.0.0.141 - - [2026-05-11 02:46:24] "GET /virtual-machine/2ed297b1-ee39-4cfa-81f5-48cdd952503e HTTP/1.1" 404 171 0.004344 10.0.0.141 - - [2026-05-11 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006588 10.0.0.141 - - [2026-05-11 02:46:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005288 10.0.0.141 - - [2026-05-11 02:46:24] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004182 10.0.0.141 - - [2026-05-11 02:46:24] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007857 10.0.0.141 - - [2026-05-11 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.141 - - [2026-05-11 02:46:24] "GET /routing-instance/9c81a491-90ae-44b0-8b51-711f2d6ff8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005493 10.0.0.141 - - [2026-05-11 02:46:24] "GET /route-target/0f550705-640c-4532-ade0-e8901ee1e42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004867 10.0.0.141 - - [2026-05-11 02:46:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004333 10.0.0.141 - - [2026-05-11 02:46:31] "GET /obj-perms HTTP/1.1" 200 5049 0.011085 10.0.0.141 - - [2026-05-11 02:46:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004471 10.0.0.141 - - [2026-05-11 02:46:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003770 10.0.0.141 - - [2026-05-11 02:46:43] "GET /obj-perms HTTP/1.1" 200 5049 0.003741 10.0.0.141 - - [2026-05-11 02:46:49] "GET /obj-perms HTTP/1.1" 200 5049 0.004189 10.0.0.249 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.27 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.27 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.27 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.27 - - [2026-05-11 02:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.249 - - [2026-05-11 02:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-05-11 02:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-05-11 02:46:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004524 10.0.0.249 - - [2026-05-11 02:46:52] "GET /obj-perms HTTP/1.1" 200 5049 0.003733 10.0.0.141 - - [2026-05-11 02:46:52] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 200 1291 0.005094 10.0.0.141 - - [2026-05-11 02:46:53] "POST /neutron/port HTTP/1.1" 200 1124 0.021192 10.0.0.141 - - [2026-05-11 02:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2026-05-11 02:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-05-11 02:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-05-11 02:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-05-11 02:46:54] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 404 171 0.003889 10.0.0.141 - - [2026-05-11 02:46:54] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 404 171 0.003585 10.0.0.141 - - [2026-05-11 02:46:54] "GET /virtual-machine/2c040c44-6c03-45ea-8637-ea6d44e3364f HTTP/1.1" 404 171 0.004080 10.0.0.141 - - [2026-05-11 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.141 - - [2026-05-11 02:46:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004009 10.0.0.141 - - [2026-05-11 02:46:55] "GET /virtual-networks?parent_id=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004592 10.0.0.141 - - [2026-05-11 02:46:55] "GET /virtual-network/b6175711-edb9-4f0e-b326-2fbce5233e8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007241 10.0.0.141 - - [2026-05-11 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.141 - - [2026-05-11 02:46:55] "GET /routing-instance/8c159a3b-a8e1-47a8-bf2c-13277a2f0d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005416 10.0.0.141 - - [2026-05-11 02:46:55] "GET /route-target/63a794ea-d5f6-4415-8b94-b2072adc3915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003954 10.0.0.141 - - [2026-05-11 02:46:55] "GET /obj-perms HTTP/1.1" 200 5049 0.006234 10.0.0.141 - - [2026-05-11 02:46:58] "GET /obj-perms HTTP/1.1" 200 5049 0.005261 10.0.0.141 - - [2026-05-11 02:47:04] "GET /obj-perms HTTP/1.1" 200 5049 0.003975 10.0.0.141 - - [2026-05-11 02:47:07] "GET /obj-perms HTTP/1.1" 200 5049 0.003765 10.0.0.141 - - [2026-05-11 02:47:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004380 10.0.0.141 - - [2026-05-11 02:47:16] "GET /obj-perms HTTP/1.1" 200 5049 0.003918 10.0.0.141 - - [2026-05-11 02:47:20] "GET /obj-perms HTTP/1.1" 200 5049 0.005626 10.0.0.27 - - [2026-05-11 02:47:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004761 10.0.0.141 - - [2026-05-11 02:47:20] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.007147 10.0.0.141 - - [2026-05-11 02:47:20] "POST /neutron/network HTTP/1.1" 200 916 0.010753 10.0.0.141 - - [2026-05-11 02:47:20] "GET /virtual-network/769681dd-6727-4eb3-893a-d5ac6244f1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009658 10.0.0.141 - - [2026-05-11 02:47:20] "POST /ref-update HTTP/1.1" 200 156 0.043695 10.0.0.141 - - [2026-05-11 02:47:20] "POST /ref-update HTTP/1.1" 200 156 0.063630 10.0.0.141 - - [2026-05-11 02:47:20] "POST /ref-update HTTP/1.1" 200 156 0.054173 10.0.0.141 - - [2026-05-11 02:47:20] "DELETE /network-policy/e12fb563-693c-415f-9552-7f9e8f8c12ae HTTP/1.1" 200 115 0.041336 10.0.0.141 - - [2026-05-11 02:47:20] "DELETE /network-policy/0cd8fd22-00b5-418a-b638-508d6c7aae92 HTTP/1.1" 200 115 0.040037 10.0.0.141 - - [2026-05-11 02:47:20] "DELETE /network-policy/e17962f2-4d35-4cce-9cb6-0a6fae55dc86 HTTP/1.1" 200 115 0.037008 10.0.0.141 - - [2026-05-11 02:47:21] "POST /neutron/network HTTP/1.1" 200 823 0.008055 10.0.0.141 - - [2026-05-11 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.141 - - [2026-05-11 02:47:21] "DELETE /route-target/0f550705-640c-4532-ade0-e8901ee1e42e HTTP/1.1" 200 115 0.038875 10.0.0.27 - - [2026-05-11 02:47:21] "POST /useragent-kv HTTP/1.1" 200 115 0.065485 10.0.0.27 - - [2026-05-11 02:47:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004048 10.0.0.141 - - [2026-05-11 02:47:21] "POST /neutron/network HTTP/1.1" 200 151 0.206798 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2026-05-11 02:47:22] "DELETE /network-ipam/7600efe9-aea5-4e45-a471-5d990dc57a59 HTTP/1.1" 200 115 0.036052 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.002758 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.141 - - [2026-05-11 02:47:22] "DELETE /network-ipam/018ef2aa-ec5e-4e49-90da-c3963755b9f0 HTTP/1.1" 200 115 0.042252 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.005198 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.141 - - [2026-05-11 02:47:22] "DELETE /network-ipam/fdf40784-622f-437a-89d9-62c8b058c5eb HTTP/1.1" 200 115 0.034854 10.0.0.141 - - [2026-05-11 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.003077 10.0.0.27 - - [2026-05-11 02:47:24] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001692 10.0.0.141 - - [2026-05-11 02:47:24] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077340 10.0.0.27 - - [2026-05-11 02:47:24] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.141 - - [2026-05-11 02:47:24] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?fields=virtual_networks HTTP/1.1" 200 1043 0.051045 10.0.0.27 - - [2026-05-11 02:47:24] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001696 10.0.0.141 - - [2026-05-11 02:47:24] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.051468 10.0.0.27 - - [2026-05-11 02:47:24] "GET /projects?obj_uuids=fed3a479-56fd-4270-b228-4aadf5713ba4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.141 - - [2026-05-11 02:47:24] "GET /project/fed3a479-56fd-4270-b228-4aadf5713ba4?fields=security_groups HTTP/1.1" 200 1269 0.045865 10.0.0.141 - - [2026-05-11 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.028528 10.0.0.27 - - [2026-05-11 02:47:25] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003440 10.0.0.27 - - [2026-05-11 02:47:25] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.27 - - [2026-05-11 02:47:25] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037458 10.0.0.27 - - [2026-05-11 02:47:25] "POST /id-to-fqname HTTP/1.1" 200 196 0.003486 10.0.0.27 - - [2026-05-11 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.007583 10.0.0.27 - - [2026-05-11 02:47:25] "POST /security-groups HTTP/1.1" 200 597 0.039244 10.0.0.141 - - [2026-05-11 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 240 0.004385 10.0.0.27 - - [2026-05-11 02:47:25] "POST /projects HTTP/1.1" 200 597 0.287356 10.0.0.27 - - [2026-05-11 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.363629 10.0.0.141 - - [2026-05-11 02:47:25] "POST /access-control-lists HTTP/1.1" 200 600 0.030668 10.0.0.141 - - [2026-05-11 02:47:25] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.537694 10.0.0.141 - - [2026-05-11 02:47:26] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.060401 10.0.0.141 - - [2026-05-11 02:47:30] "POST /network-ipams HTTP/1.1" 200 519 0.030838 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003228 10.0.0.141 - - [2026-05-11 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipam/4f44b4e3-8681-4818-bbd0-207c33a3ce57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.006727 10.0.0.141 - - [2026-05-11 02:47:30] "PUT /network-ipam/4f44b4e3-8681-4818-bbd0-207c33a3ce57 HTTP/1.1" 200 258 0.020524 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.006842 10.0.0.141 - - [2026-05-11 02:47:30] "POST /network-ipams HTTP/1.1" 200 519 0.032192 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003906 10.0.0.141 - - [2026-05-11 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.141 - - [2026-05-11 02:47:30] "GET /network-ipam/18e73bfb-51c3-4949-b7b4-5118835f2e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.009901 10.0.0.141 - - [2026-05-11 02:47:31] "PUT /network-ipam/18e73bfb-51c3-4949-b7b4-5118835f2e49 HTTP/1.1" 200 258 0.016223 10.0.0.141 - - [2026-05-11 02:47:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003438 10.0.0.141 - - [2026-05-11 02:47:31] "POST /network-ipams HTTP/1.1" 200 519 0.033880 10.0.0.141 - - [2026-05-11 02:47:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004567 10.0.0.141 - - [2026-05-11 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.141 - - [2026-05-11 02:47:31] "GET /network-ipam/43fa4bdd-9961-4128-806c-697db1afde8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1297 0.007658 10.0.0.141 - - [2026-05-11 02:47:31] "PUT /network-ipam/43fa4bdd-9961-4128-806c-697db1afde8f HTTP/1.1" 200 258 0.016796 10.0.0.141 - - [2026-05-11 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.27 - - [2026-05-11 02:47:32] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001572 10.0.0.141 - - [2026-05-11 02:47:32] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045264 10.0.0.141 - - [2026-05-11 02:47:32] "POST /neutron/network HTTP/1.1" 200 117 0.038699 10.0.0.27 - - [2026-05-11 02:47:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010715 10.0.0.141 - - [2026-05-11 02:47:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.202837 10.0.0.141 - - [2026-05-11 02:47:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001290 10.0.0.141 - - [2026-05-11 02:47:33] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005862 10.0.0.141 - - [2026-05-11 02:47:33] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006200 10.0.0.141 - - [2026-05-11 02:47:33] "POST /neutron/network HTTP/1.1" 200 1012 0.009080 10.0.0.141 - - [2026-05-11 02:47:33] "POST /neutron/network HTTP/1.1" 200 1012 0.009337 10.0.0.141 - - [2026-05-11 02:47:33] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005490 10.0.0.141 - - [2026-05-11 02:47:33] "GET /network-ipam/4f44b4e3-8681-4818-bbd0-207c33a3ce57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.004170 10.0.0.141 - - [2026-05-11 02:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005423 10.0.0.27 - - [2026-05-11 02:47:33] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001339 10.0.0.141 - - [2026-05-11 02:47:33] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056861 10.0.0.141 - - [2026-05-11 02:47:33] "POST /route-targets HTTP/1.1" 200 327 0.013037 10.0.0.27 - - [2026-05-11 02:47:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008002 10.0.0.141 - - [2026-05-11 02:47:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.190382 10.0.0.141 - - [2026-05-11 02:47:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001249 10.0.0.141 - - [2026-05-11 02:47:34] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007726 10.0.0.141 - - [2026-05-11 02:47:34] "POST /neutron/network HTTP/1.1" 200 1014 0.008725 10.0.0.141 - - [2026-05-11 02:47:34] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005466 10.0.0.141 - - [2026-05-11 02:47:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.009771 10.0.0.141 - - [2026-05-11 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2026-05-11 02:47:34] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.141 - - [2026-05-11 02:47:34] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049055 10.0.0.141 - - [2026-05-11 02:47:34] "POST /ref-update HTTP/1.1" 200 156 0.022746 10.0.0.27 - - [2026-05-11 02:47:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007660 10.0.0.141 - - [2026-05-11 02:47:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.251410 10.0.0.27 - - [2026-05-11 02:47:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.060863 10.0.0.141 - - [2026-05-11 02:47:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001712 10.0.0.141 - - [2026-05-11 02:47:35] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009360 10.0.0.141 - - [2026-05-11 02:47:35] "POST /neutron/network HTTP/1.1" 200 1014 0.012569 10.0.0.141 - - [2026-05-11 02:47:35] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007898 10.0.0.141 - - [2026-05-11 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 823 0.008383 10.0.0.141 - - [2026-05-11 02:47:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007793 10.0.0.249 - - [2026-05-11 02:47:36] "GET /obj-perms HTTP/1.1" 200 5061 0.059992 10.0.0.141 - - [2026-05-11 02:47:37] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006354 10.0.0.141 - - [2026-05-11 02:47:37] "GET /obj-perms HTTP/1.1" 200 5061 0.051845 10.0.0.141 - - [2026-05-11 02:47:37] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006004 10.0.0.27 - - [2026-05-11 02:47:38] "GET /obj-perms HTTP/1.1" 200 5061 0.056676 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.004107 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2026-05-11 02:47:38] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001688 10.0.0.141 - - [2026-05-11 02:47:38] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055647 10.0.0.141 - - [2026-05-11 02:47:38] "POST /network-policys HTTP/1.1" 200 559 0.036474 10.0.0.141 - - [2026-05-11 02:47:38] "GET /network-policy/24bf3816-13cc-4b8f-b864-816854abd482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007531 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.003190 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2026-05-11 02:47:38] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001541 10.0.0.141 - - [2026-05-11 02:47:38] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047900 10.0.0.141 - - [2026-05-11 02:47:38] "POST /network-policys HTTP/1.1" 200 559 0.034812 10.0.0.141 - - [2026-05-11 02:47:38] "GET /network-policy/9aca1eb2-263e-4347-9699-4bc4ced70f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006450 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.003600 10.0.0.141 - - [2026-05-11 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2026-05-11 02:47:38] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.141 - - [2026-05-11 02:47:38] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076629 10.0.0.141 - - [2026-05-11 02:47:38] "POST /network-policys HTTP/1.1" 200 559 0.037516 10.0.0.141 - - [2026-05-11 02:47:39] "GET /network-policy/c575e447-093f-42dc-90cb-8ad3fa01631e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006467 10.0.0.141 - - [2026-05-11 02:47:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.004900 10.0.0.141 - - [2026-05-11 02:47:39] "POST /neutron/network HTTP/1.1" 200 1196 0.025115 10.0.0.141 - - [2026-05-11 02:47:39] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007429 10.0.0.141 - - [2026-05-11 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.141 - - [2026-05-11 02:47:39] "GET /network-policy/24bf3816-13cc-4b8f-b864-816854abd482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004598 10.0.0.141 - - [2026-05-11 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.141 - - [2026-05-11 02:47:39] "GET /network-policy/9aca1eb2-263e-4347-9699-4bc4ced70f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004378 10.0.0.141 - - [2026-05-11 02:47:39] "POST /access-control-lists HTTP/1.1" 200 597 0.081336 10.0.0.141 - - [2026-05-11 02:47:39] "POST /neutron/network HTTP/1.1" 200 1112 0.039287 10.0.0.141 - - [2026-05-11 02:47:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.021011 10.0.0.141 - - [2026-05-11 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012177 10.0.0.141 - - [2026-05-11 02:47:40] "GET /network-policy/c575e447-093f-42dc-90cb-8ad3fa01631e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005051 10.0.0.141 - - [2026-05-11 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001614 10.0.0.27 - - [2026-05-11 02:47:40] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001180 10.0.0.141 - - [2026-05-11 02:47:41] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076884 10.0.0.141 - - [2026-05-11 02:47:41] "POST /neutron/port HTTP/1.1" 200 117 0.006535 10.0.0.141 - - [2026-05-11 02:47:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001187 10.0.0.141 - - [2026-05-11 02:47:41] "POST /neutron/network HTTP/1.1" 200 1122 0.007529 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/port HTTP/1.1" 200 1171 0.023973 10.0.0.27 - - [2026-05-11 02:47:42] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000823 10.0.0.141 - - [2026-05-11 02:47:42] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075721 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/network HTTP/1.1" 200 1112 0.037601 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/port HTTP/1.1" 200 1235 0.022614 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009066 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.006416 10.0.0.141 - - [2026-05-11 02:47:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001419 10.0.0.141 - - [2026-05-11 02:47:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007532 10.0.0.27 - - [2026-05-11 02:47:43] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001408 10.0.0.141 - - [2026-05-11 02:47:43] "POST /neutron/port HTTP/1.1" 200 1173 0.398197 10.0.0.141 - - [2026-05-11 02:47:43] "POST /neutron/port HTTP/1.1" 200 1227 0.148294 10.0.0.27 - - [2026-05-11 02:47:43] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.141 - - [2026-05-11 02:47:43] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086722 10.0.0.141 - - [2026-05-11 02:47:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004430 10.0.0.141 - - [2026-05-11 02:47:43] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.141 - - [2026-05-11 02:47:44] "POST /neutron/port HTTP/1.1" 200 2318 0.026734 10.0.0.141 - - [2026-05-11 02:47:44] "POST /neutron/port HTTP/1.1" 200 1235 0.020228 10.0.0.141 - - [2026-05-11 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010740 10.0.0.141 - - [2026-05-11 02:47:44] "POST /neutron/network HTTP/1.1" 200 1024 0.007790 10.0.0.141 - - [2026-05-11 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006668 10.0.0.141 - - [2026-05-11 02:47:44] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 401 293 0.000509 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.042044 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.004234 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine-interface/f18c73cb-1a0a-48db-97ad-f82364790dcb HTTP/1.1" 200 3168 0.005614 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.003291 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine-interface/f18c73cb-1a0a-48db-97ad-f82364790dcb HTTP/1.1" 200 3168 0.004575 10.0.0.141 - - [2026-05-11 02:47:45] "GET /instance-ip/610087fc-8caa-4f32-b240-dd9bdf4a66ca HTTP/1.1" 200 1632 0.005743 10.0.0.141 - - [2026-05-11 02:47:45] "GET /instance-ip/d905fb24-3cf6-463f-9276-a40e372941c0 HTTP/1.1" 200 1653 0.026692 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.003484 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-machine-interface/f18c73cb-1a0a-48db-97ad-f82364790dcb HTTP/1.1" 200 3168 0.006894 10.0.0.141 - - [2026-05-11 02:47:45] "GET /instance-ip/610087fc-8caa-4f32-b240-dd9bdf4a66ca HTTP/1.1" 200 1632 0.003639 10.0.0.141 - - [2026-05-11 02:47:45] "POST /neutron/port HTTP/1.1" 200 1227 0.161353 10.0.0.141 - - [2026-05-11 02:47:45] "GET /instance-ip/d905fb24-3cf6-463f-9276-a40e372941c0 HTTP/1.1" 200 1653 0.003654 10.0.0.141 - - [2026-05-11 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.141 - - [2026-05-11 02:47:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003970 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002691 10.0.0.141 - - [2026-05-11 02:47:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005822 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005945 10.0.0.141 - - [2026-05-11 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2026-05-11 02:47:45] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.141 - - [2026-05-11 02:47:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004524 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003503 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005706 10.0.0.141 - - [2026-05-11 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.141 - - [2026-05-11 02:47:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004278 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004481 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.008318 10.0.0.141 - - [2026-05-11 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.141 - - [2026-05-11 02:47:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006344 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004034 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007066 10.0.0.141 - - [2026-05-11 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.141 - - [2026-05-11 02:47:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003612 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003141 10.0.0.141 - - [2026-05-11 02:47:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006534 10.0.0.141 - - [2026-05-11 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.141 - - [2026-05-11 02:47:48] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005716 10.0.0.27 - - [2026-05-11 02:47:52] "DELETE /project/5c8d286b3e254fab814637f832f46a2a HTTP/1.1" 404 173 0.005437 10.0.0.27 - - [2026-05-11 02:47:52] "DELETE /project/fed3a479-56fd-4270-b228-4aadf5713ba4 HTTP/1.1" 404 177 0.004021 10.0.0.141 - - [2026-05-11 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.141 - - [2026-05-11 02:47:53] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005392 10.0.0.141 - - [2026-05-11 02:47:55] "POST /neutron/port HTTP/1.1" 200 1237 0.041533 10.0.0.141 - - [2026-05-11 02:47:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005417 10.0.0.141 - - [2026-05-11 02:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.141 - - [2026-05-11 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.141 - - [2026-05-11 02:47:57] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005479 10.0.0.141 - - [2026-05-11 02:48:00] "POST /neutron/port HTTP/1.1" 200 1235 0.021148 10.0.0.141 - - [2026-05-11 02:48:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.141 - - [2026-05-11 02:48:00] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.141 - - [2026-05-11 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.141 - - [2026-05-11 02:48:01] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006303 10.0.0.249 - - [2026-05-11 02:48:02] "GET /obj-perms HTTP/1.1" 200 5075 0.056928 10.0.0.141 - - [2026-05-11 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.141 - - [2026-05-11 02:48:05] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006518 10.0.0.141 - - [2026-05-11 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.141 - - [2026-05-11 02:48:09] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005397 10.0.0.141 - - [2026-05-11 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.141 - - [2026-05-11 02:48:13] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005280 10.0.0.141 - - [2026-05-11 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.141 - - [2026-05-11 02:48:17] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007077 10.0.0.141 - - [2026-05-11 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.141 - - [2026-05-11 02:48:21] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006200 10.0.0.141 - - [2026-05-11 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.141 - - [2026-05-11 02:48:25] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005703 10.0.0.141 - - [2026-05-11 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.141 - - [2026-05-11 02:48:29] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007500 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.141 - - [2026-05-11 02:48:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004025 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005492 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006048 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.141 - - [2026-05-11 02:48:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004286 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003336 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005591 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.141 - - [2026-05-11 02:48:34] "GET /routing-instance/7d0332ea-d020-4d50-9e05-352488045af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004565 10.0.0.141 - - [2026-05-11 02:48:34] "GET /route-target/0218f671-65e0-440e-b617-0f39d4fc9360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004109 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.141 - - [2026-05-11 02:48:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004689 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003748 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007549 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.141 - - [2026-05-11 02:48:34] "GET /routing-instance/7d0332ea-d020-4d50-9e05-352488045af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006234 10.0.0.141 - - [2026-05-11 02:48:34] "GET /route-target/0218f671-65e0-440e-b617-0f39d4fc9360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005192 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.141 - - [2026-05-11 02:48:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004543 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004088 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007094 10.0.0.141 - - [2026-05-11 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.141 - - [2026-05-11 02:48:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005156 10.0.0.141 - - [2026-05-11 02:48:34] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004388 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007668 10.0.0.141 - - [2026-05-11 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.141 - - [2026-05-11 02:48:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003604 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006222 10.0.0.141 - - [2026-05-11 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.141 - - [2026-05-11 02:48:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003781 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003515 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006359 10.0.0.141 - - [2026-05-11 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 02:48:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004644 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003282 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005405 10.0.0.141 - - [2026-05-11 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.141 - - [2026-05-11 02:48:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004210 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004061 10.0.0.141 - - [2026-05-11 02:48:35] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006194 10.0.0.141 - - [2026-05-11 02:48:35] "GET /obj-perms HTTP/1.1" 200 5061 0.008226 10.0.0.141 - - [2026-05-11 02:48:35] "GET /obj-perms HTTP/1.1" 200 5061 0.005121 10.0.0.27 - - [2026-05-11 02:48:35] "GET /obj-perms HTTP/1.1" 200 5061 0.004658 10.0.0.141 - - [2026-05-11 02:48:35] "GET /obj-perms HTTP/1.1" 200 5061 0.003851 10.0.0.141 - - [2026-05-11 02:48:35] "GET /obj-perms HTTP/1.1" 200 5061 0.003575 10.0.0.141 - - [2026-05-11 02:48:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008675 10.0.0.141 - - [2026-05-11 02:48:36] "POST /neutron/port HTTP/1.1" 200 1237 0.019501 10.0.0.141 - - [2026-05-11 02:48:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007074 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.006316 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.003354 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine-interface/84e2a032-d71a-471f-839d-42625aa03c20 HTTP/1.1" 200 3166 0.006282 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.004297 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine-interface/84e2a032-d71a-471f-839d-42625aa03c20 HTTP/1.1" 200 3166 0.005364 10.0.0.141 - - [2026-05-11 02:48:36] "GET /instance-ip/933df144-5eb8-46cd-ad6f-239ff230c554 HTTP/1.1" 200 1634 0.006607 10.0.0.141 - - [2026-05-11 02:48:36] "GET /instance-ip/a3595ee8-c656-4664-a0b6-067abf884b9c HTTP/1.1" 200 1654 0.006190 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.004303 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-machine-interface/84e2a032-d71a-471f-839d-42625aa03c20 HTTP/1.1" 200 3166 0.005325 10.0.0.141 - - [2026-05-11 02:48:36] "GET /instance-ip/933df144-5eb8-46cd-ad6f-239ff230c554 HTTP/1.1" 200 1634 0.005587 10.0.0.141 - - [2026-05-11 02:48:36] "GET /instance-ip/a3595ee8-c656-4664-a0b6-067abf884b9c HTTP/1.1" 200 1654 0.003944 10.0.0.141 - - [2026-05-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.141 - - [2026-05-11 02:48:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004111 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003217 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006216 10.0.0.141 - - [2026-05-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.141 - - [2026-05-11 02:48:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004569 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003731 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006150 10.0.0.141 - - [2026-05-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.141 - - [2026-05-11 02:48:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004475 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003484 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007488 10.0.0.141 - - [2026-05-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.141 - - [2026-05-11 02:48:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004703 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003328 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006863 10.0.0.141 - - [2026-05-11 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.141 - - [2026-05-11 02:48:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004394 10.0.0.141 - - [2026-05-11 02:48:36] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003411 10.0.0.141 - - [2026-05-11 02:48:37] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008465 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.141 - - [2026-05-11 02:48:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004864 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004244 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007233 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.141 - - [2026-05-11 02:48:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005067 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003061 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005883 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.141 - - [2026-05-11 02:48:38] "GET /routing-instance/9488620c-cb0b-4eae-95bb-befdf873866a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004493 10.0.0.141 - - [2026-05-11 02:48:38] "GET /route-target/64a40fa6-8643-4496-ab7b-2ba9fae9353c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003561 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.141 - - [2026-05-11 02:48:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003395 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003173 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005466 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.141 - - [2026-05-11 02:48:38] "GET /routing-instance/9488620c-cb0b-4eae-95bb-befdf873866a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004383 10.0.0.141 - - [2026-05-11 02:48:38] "GET /route-target/64a40fa6-8643-4496-ab7b-2ba9fae9353c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004559 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.141 - - [2026-05-11 02:48:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004918 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003732 10.0.0.141 - - [2026-05-11 02:48:38] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007391 10.0.0.141 - - [2026-05-11 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.141 - - [2026-05-11 02:48:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004406 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003314 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007537 10.0.0.141 - - [2026-05-11 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.141 - - [2026-05-11 02:48:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009986 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003108 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006990 10.0.0.141 - - [2026-05-11 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.141 - - [2026-05-11 02:48:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004643 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003442 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005684 10.0.0.141 - - [2026-05-11 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.141 - - [2026-05-11 02:48:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004666 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003586 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005787 10.0.0.141 - - [2026-05-11 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.141 - - [2026-05-11 02:48:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005158 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004806 10.0.0.141 - - [2026-05-11 02:48:39] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008557 10.0.0.141 - - [2026-05-11 02:48:39] "GET /obj-perms HTTP/1.1" 200 5061 0.005538 10.0.0.27 - - [2026-05-11 02:48:39] "GET /obj-perms HTTP/1.1" 200 5061 0.003713 10.0.0.141 - - [2026-05-11 02:48:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004120 10.0.0.141 - - [2026-05-11 02:48:39] "GET /obj-perms HTTP/1.1" 200 5061 0.003849 10.0.0.141 - - [2026-05-11 02:48:40] "POST /neutron/port HTTP/1.1" 200 1237 0.021358 10.0.0.141 - - [2026-05-11 02:48:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011393 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.008337 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.003703 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine-interface/f74387df-8049-4c7f-87c1-d0a1a768f303 HTTP/1.1" 200 3167 0.006212 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.003945 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine-interface/f74387df-8049-4c7f-87c1-d0a1a768f303 HTTP/1.1" 200 3167 0.005087 10.0.0.141 - - [2026-05-11 02:48:40] "GET /instance-ip/c0a88bc5-f4f7-48b7-9191-e6900b87b0f5 HTTP/1.1" 200 1653 0.007853 10.0.0.141 - - [2026-05-11 02:48:40] "GET /instance-ip/ed5dcd4f-e849-4229-9d14-39114786383e HTTP/1.1" 200 1635 0.010038 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.004375 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-machine-interface/f74387df-8049-4c7f-87c1-d0a1a768f303 HTTP/1.1" 200 3167 0.006970 10.0.0.141 - - [2026-05-11 02:48:40] "GET /instance-ip/c0a88bc5-f4f7-48b7-9191-e6900b87b0f5 HTTP/1.1" 200 1653 0.006211 10.0.0.141 - - [2026-05-11 02:48:40] "GET /instance-ip/ed5dcd4f-e849-4229-9d14-39114786383e HTTP/1.1" 200 1635 0.005018 10.0.0.141 - - [2026-05-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.141 - - [2026-05-11 02:48:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005454 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004371 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005775 10.0.0.141 - - [2026-05-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005967 10.0.0.141 - - [2026-05-11 02:48:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004352 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003454 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008069 10.0.0.141 - - [2026-05-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.141 - - [2026-05-11 02:48:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003972 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004203 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006038 10.0.0.141 - - [2026-05-11 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.141 - - [2026-05-11 02:48:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004402 10.0.0.141 - - [2026-05-11 02:48:40] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003193 10.0.0.141 - - [2026-05-11 02:48:41] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005916 10.0.0.141 - - [2026-05-11 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.141 - - [2026-05-11 02:48:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005916 10.0.0.141 - - [2026-05-11 02:48:41] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003038 10.0.0.141 - - [2026-05-11 02:48:41] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006603 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.141 - - [2026-05-11 02:48:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003931 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003742 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006916 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.141 - - [2026-05-11 02:48:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004403 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003382 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005779 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.141 - - [2026-05-11 02:48:42] "GET /routing-instance/a389a7f0-0b8e-444f-93ac-54b3f775f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006106 10.0.0.141 - - [2026-05-11 02:48:42] "GET /route-target/a14c4bac-e1c9-47b9-8677-4c87077ab787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004028 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.141 - - [2026-05-11 02:48:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003536 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002916 10.0.0.141 - - [2026-05-11 02:48:42] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006330 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.141 - - [2026-05-11 02:48:42] "GET /routing-instance/a389a7f0-0b8e-444f-93ac-54b3f775f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004651 10.0.0.141 - - [2026-05-11 02:48:42] "GET /route-target/a14c4bac-e1c9-47b9-8677-4c87077ab787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005634 10.0.0.141 - - [2026-05-11 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.141 - - [2026-05-11 02:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003840 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004063 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005703 10.0.0.141 - - [2026-05-11 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2026-05-11 02:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003022 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005637 10.0.0.141 - - [2026-05-11 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.141 - - [2026-05-11 02:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007571 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003672 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006442 10.0.0.141 - - [2026-05-11 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.141 - - [2026-05-11 02:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004455 10.0.0.141 - - [2026-05-11 02:48:43] "POST /neutron/port HTTP/1.1" 200 1237 0.016614 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006237 10.0.0.27 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004380 10.0.0.141 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003626 10.0.0.141 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004279 10.0.0.141 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003898 10.0.0.249 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003763 10.0.0.27 - - [2026-05-11 02:48:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004788 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.004619 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-machine-interface/f18c73cb-1a0a-48db-97ad-f82364790dcb HTTP/1.1" 200 3168 0.006312 10.0.0.141 - - [2026-05-11 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.141 - - [2026-05-11 02:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004212 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003134 10.0.0.141 - - [2026-05-11 02:48:43] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.006452 10.0.0.141 - - [2026-05-11 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.141 - - [2026-05-11 02:48:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004813 10.0.0.141 - - [2026-05-11 02:48:45] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004148 10.0.0.141 - - [2026-05-11 02:48:45] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.007088 10.0.0.141 - - [2026-05-11 02:48:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009344 10.0.0.141 - - [2026-05-11 02:48:49] "POST /neutron/port HTTP/1.1" 200 1237 0.022002 10.0.0.141 - - [2026-05-11 02:48:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008815 10.0.0.141 - - [2026-05-11 02:48:56] "POST /neutron/port HTTP/1.1" 200 1237 0.018804 10.0.0.141 - - [2026-05-11 02:48:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005078 10.0.0.141 - - [2026-05-11 02:48:57] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.141 - - [2026-05-11 02:49:00] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.003824 10.0.0.141 - - [2026-05-11 02:49:00] "GET /virtual-machine-interface/84e2a032-d71a-471f-839d-42625aa03c20 HTTP/1.1" 200 3166 0.006262 10.0.0.141 - - [2026-05-11 02:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.141 - - [2026-05-11 02:49:00] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004020 10.0.0.141 - - [2026-05-11 02:49:00] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003338 10.0.0.141 - - [2026-05-11 02:49:00] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006694 10.0.0.141 - - [2026-05-11 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.141 - - [2026-05-11 02:49:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005152 10.0.0.141 - - [2026-05-11 02:49:01] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003190 10.0.0.141 - - [2026-05-11 02:49:02] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005674 10.0.0.141 - - [2026-05-11 02:49:02] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.004952 10.0.0.141 - - [2026-05-11 02:49:02] "GET /virtual-machine-interface/f74387df-8049-4c7f-87c1-d0a1a768f303 HTTP/1.1" 200 3167 0.005699 10.0.0.141 - - [2026-05-11 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.141 - - [2026-05-11 02:49:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004409 10.0.0.141 - - [2026-05-11 02:49:02] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003476 10.0.0.141 - - [2026-05-11 02:49:02] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006034 10.0.0.141 - - [2026-05-11 02:49:02] "POST /neutron/port HTTP/1.1" 200 1237 0.017794 10.0.0.141 - - [2026-05-11 02:49:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.141 - - [2026-05-11 02:49:02] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.141 - - [2026-05-11 02:49:02] "GET /obj-perms HTTP/1.1" 200 5075 0.050883 10.0.0.141 - - [2026-05-11 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.141 - - [2026-05-11 02:49:03] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003609 10.0.0.141 - - [2026-05-11 02:49:03] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004050 10.0.0.141 - - [2026-05-11 02:49:03] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006747 10.0.0.141 - - [2026-05-11 02:49:29] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 200 1298 0.004443 10.0.0.141 - - [2026-05-11 02:49:30] "POST /neutron/port HTTP/1.1" 200 1237 0.017363 10.0.0.141 - - [2026-05-11 02:49:31] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 404 171 0.004019 10.0.0.141 - - [2026-05-11 02:49:31] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 404 171 0.003270 10.0.0.141 - - [2026-05-11 02:49:31] "GET /virtual-machine/3056596b-ed7b-4cd4-9fa7-9bde8fbd003a HTTP/1.1" 404 171 0.003196 10.0.0.141 - - [2026-05-11 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.141 - - [2026-05-11 02:49:32] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005040 10.0.0.141 - - [2026-05-11 02:49:32] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003150 10.0.0.141 - - [2026-05-11 02:49:32] "GET /virtual-network/d87d47ab-9ea2-4562-9602-831c4ee21438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005610 10.0.0.141 - - [2026-05-11 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.141 - - [2026-05-11 02:49:32] "GET /routing-instance/a389a7f0-0b8e-444f-93ac-54b3f775f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004167 10.0.0.141 - - [2026-05-11 02:49:32] "GET /route-target/a14c4bac-e1c9-47b9-8677-4c87077ab787?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004030 10.0.0.141 - - [2026-05-11 02:49:35] "GET /obj-perms HTTP/1.1" 200 5061 0.004616 10.0.0.141 - - [2026-05-11 02:49:38] "GET /obj-perms HTTP/1.1" 200 5061 0.004029 10.0.0.141 - - [2026-05-11 02:49:44] "GET /obj-perms HTTP/1.1" 200 5061 0.003827 10.0.0.141 - - [2026-05-11 02:49:47] "GET /obj-perms HTTP/1.1" 200 5061 0.004299 10.0.0.141 - - [2026-05-11 02:49:50] "GET /obj-perms HTTP/1.1" 200 5061 0.004607 10.0.0.141 - - [2026-05-11 02:49:50] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 200 1299 0.003551 10.0.0.141 - - [2026-05-11 02:49:51] "POST /neutron/port HTTP/1.1" 200 1237 0.029877 10.0.0.141 - - [2026-05-11 02:49:52] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 404 171 0.003510 10.0.0.141 - - [2026-05-11 02:49:52] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 404 171 0.003597 10.0.0.141 - - [2026-05-11 02:49:52] "GET /virtual-machine/a99ecabc-fe8e-499b-a2f9-6f40d3b0ede1 HTTP/1.1" 404 171 0.003498 10.0.0.141 - - [2026-05-11 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.141 - - [2026-05-11 02:49:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003835 10.0.0.141 - - [2026-05-11 02:49:53] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003587 10.0.0.141 - - [2026-05-11 02:49:53] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009818 10.0.0.141 - - [2026-05-11 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.141 - - [2026-05-11 02:49:53] "GET /routing-instance/9488620c-cb0b-4eae-95bb-befdf873866a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006330 10.0.0.141 - - [2026-05-11 02:49:53] "GET /route-target/64a40fa6-8643-4496-ab7b-2ba9fae9353c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004217 10.0.0.141 - - [2026-05-11 02:49:53] "GET /obj-perms HTTP/1.1" 200 5061 0.004550 10.0.0.27 - - [2026-05-11 02:49:53] "GET /obj-perms HTTP/1.1" 200 5061 0.004249 10.0.0.141 - - [2026-05-11 02:49:53] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 200 1298 0.003876 10.0.0.141 - - [2026-05-11 02:49:54] "POST /neutron/port HTTP/1.1" 200 1235 0.023308 10.0.0.141 - - [2026-05-11 02:49:55] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 404 171 0.004531 10.0.0.141 - - [2026-05-11 02:49:55] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 404 171 0.004793 10.0.0.141 - - [2026-05-11 02:49:55] "GET /virtual-machine/1782ff01-20d3-41d2-b159-3198cac12950 HTTP/1.1" 404 171 0.004099 10.0.0.141 - - [2026-05-11 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005921 10.0.0.141 - - [2026-05-11 02:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004632 10.0.0.141 - - [2026-05-11 02:49:55] "GET /virtual-networks?parent_id=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003267 10.0.0.141 - - [2026-05-11 02:49:55] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005835 10.0.0.141 - - [2026-05-11 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.141 - - [2026-05-11 02:49:55] "GET /routing-instance/7d0332ea-d020-4d50-9e05-352488045af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004226 10.0.0.141 - - [2026-05-11 02:49:55] "GET /route-target/0218f671-65e0-440e-b617-0f39d4fc9360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003731 10.0.0.141 - - [2026-05-11 02:49:56] "GET /obj-perms HTTP/1.1" 200 5061 0.004460 10.0.0.141 - - [2026-05-11 02:49:59] "GET /obj-perms HTTP/1.1" 200 5061 0.004945 10.0.0.249 - - [2026-05-11 02:50:03] "GET /obj-perms HTTP/1.1" 200 5075 0.062178 10.0.0.141 - - [2026-05-11 02:50:05] "GET /obj-perms HTTP/1.1" 200 5061 0.004128 10.0.0.141 - - [2026-05-11 02:50:08] "GET /obj-perms HTTP/1.1" 200 5061 0.003897 10.0.0.141 - - [2026-05-11 02:50:14] "GET /obj-perms HTTP/1.1" 200 5061 0.004470 10.0.0.141 - - [2026-05-11 02:50:17] "GET /obj-perms HTTP/1.1" 200 5061 0.010004 10.0.0.141 - - [2026-05-11 02:50:20] "GET /obj-perms HTTP/1.1" 200 5061 0.004951 10.0.0.141 - - [2026-05-11 02:50:21] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005277 10.0.0.141 - - [2026-05-11 02:50:21] "POST /neutron/network HTTP/1.1" 200 1112 0.009840 10.0.0.27 - - [2026-05-11 02:50:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003616 10.0.0.141 - - [2026-05-11 02:50:21] "GET /virtual-network/064559cb-b3fc-452f-b5c5-0c0fa6170070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007495 10.0.0.141 - - [2026-05-11 02:50:21] "POST /ref-update HTTP/1.1" 200 156 0.060218 10.0.0.141 - - [2026-05-11 02:50:21] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3239 0.005480 10.0.0.141 - - [2026-05-11 02:50:21] "POST /neutron/network HTTP/1.1" 200 1196 0.008876 10.0.0.141 - - [2026-05-11 02:50:21] "GET /virtual-network/5f73b6b9-9e88-45d8-b932-80221dc889d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009072 10.0.0.141 - - [2026-05-11 02:50:21] "POST /ref-update HTTP/1.1" 200 156 0.023835 10.0.0.141 - - [2026-05-11 02:50:21] "DELETE /network-policy/c575e447-093f-42dc-90cb-8ad3fa01631e HTTP/1.1" 200 115 0.073557 10.0.0.141 - - [2026-05-11 02:50:21] "DELETE /network-policy/9aca1eb2-263e-4347-9699-4bc4ced70f27 HTTP/1.1" 200 115 0.065964 10.0.0.141 - - [2026-05-11 02:50:21] "DELETE /network-policy/24bf3816-13cc-4b8f-b864-816854abd482 HTTP/1.1" 200 115 0.041189 10.0.0.141 - - [2026-05-11 02:50:21] "POST /neutron/network HTTP/1.1" 200 1014 0.011112 10.0.0.27 - - [2026-05-11 02:50:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003191 10.0.0.141 - - [2026-05-11 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-05-11 02:50:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.27 - - [2026-05-11 02:50:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.27 - - [2026-05-11 02:50:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002215 10.0.0.141 - - [2026-05-11 02:50:22] "POST /neutron/network HTTP/1.1" 200 151 0.143247 10.0.0.141 - - [2026-05-11 02:50:22] "DELETE /route-target/0218f671-65e0-440e-b617-0f39d4fc9360 HTTP/1.1" 200 115 0.024532 10.0.0.141 - - [2026-05-11 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.141 - - [2026-05-11 02:50:23] "DELETE /network-ipam/43fa4bdd-9961-4128-806c-697db1afde8f HTTP/1.1" 200 115 0.044292 10.0.0.141 - - [2026-05-11 02:50:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.003896 10.0.0.141 - - [2026-05-11 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.141 - - [2026-05-11 02:50:23] "DELETE /network-ipam/18e73bfb-51c3-4949-b7b4-5118835f2e49 HTTP/1.1" 200 115 0.053358 10.0.0.141 - - [2026-05-11 02:50:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.009233 10.0.0.141 - - [2026-05-11 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.141 - - [2026-05-11 02:50:23] "DELETE /network-ipam/4f44b4e3-8681-4818-bbd0-207c33a3ce57 HTTP/1.1" 200 115 0.047469 10.0.0.141 - - [2026-05-11 02:50:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.003356 10.0.0.27 - - [2026-05-11 02:50:26] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001316 10.0.0.141 - - [2026-05-11 02:50:26] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040241 10.0.0.27 - - [2026-05-11 02:50:26] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.141 - - [2026-05-11 02:50:26] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?fields=virtual_networks HTTP/1.1" 200 1053 0.038802 10.0.0.27 - - [2026-05-11 02:50:26] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001308 10.0.0.141 - - [2026-05-11 02:50:26] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.039835 10.0.0.27 - - [2026-05-11 02:50:26] "GET /projects?obj_uuids=5c8d286b-3e25-4fab-8146-37f832f46a2a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.141 - - [2026-05-11 02:50:26] "GET /project/5c8d286b-3e25-4fab-8146-37f832f46a2a?fields=security_groups HTTP/1.1" 200 1285 0.044979 10.0.0.141 - - [2026-05-11 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.029087 10.0.0.27 - - [2026-05-11 02:50:27] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002891 10.0.0.27 - - [2026-05-11 02:50:27] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.27 - - [2026-05-11 02:50:27] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006861 10.0.0.27 - - [2026-05-11 02:50:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.001590 10.0.0.27 - - [2026-05-11 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.006623 10.0.0.27 - - [2026-05-11 02:50:27] "POST /security-groups HTTP/1.1" 200 593 0.035092 10.0.0.27 - - [2026-05-11 02:50:27] "POST /projects HTTP/1.1" 200 589 0.248735 10.0.0.141 - - [2026-05-11 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.006545 10.0.0.27 - - [2026-05-11 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.331188 10.0.0.141 - - [2026-05-11 02:50:27] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.475275 10.0.0.141 - - [2026-05-11 02:50:28] "GET / HTTP/1.1" 200 35931 0.001426 10.0.0.141 - - [2026-05-11 02:50:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.141 - - [2026-05-11 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.093436 10.0.0.27 - - [2026-05-11 02:50:30] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.141 - - [2026-05-11 02:50:30] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048539 10.0.0.141 - - [2026-05-11 02:50:30] "POST /neutron/network HTTP/1.1" 200 117 0.036643 10.0.0.141 - - [2026-05-11 02:50:31] "POST /neutron/network HTTP/1.1" 200 827 0.008801 10.0.0.141 - - [2026-05-11 02:50:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001078 10.0.0.141 - - [2026-05-11 02:50:31] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004952 10.0.0.141 - - [2026-05-11 02:50:31] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005520 10.0.0.141 - - [2026-05-11 02:50:31] "POST /neutron/subnet HTTP/1.1" 200 730 0.009481 10.0.0.141 - - [2026-05-11 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2026-05-11 02:50:31] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000811 10.0.0.141 - - [2026-05-11 02:50:31] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047714 10.0.0.141 - - [2026-05-11 02:50:31] "POST /ref-update HTTP/1.1" 200 156 0.044529 10.0.0.27 - - [2026-05-11 02:50:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006897 10.0.0.141 - - [2026-05-11 02:50:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.195191 10.0.0.141 - - [2026-05-11 02:50:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001309 10.0.0.141 - - [2026-05-11 02:50:32] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004779 10.0.0.141 - - [2026-05-11 02:50:32] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005868 10.0.0.141 - - [2026-05-11 02:50:32] "POST /neutron/network HTTP/1.1" 200 825 0.007120 10.0.0.141 - - [2026-05-11 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003614 10.0.0.141 - - [2026-05-11 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-05-11 02:50:32] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.141 - - [2026-05-11 02:50:32] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045067 10.0.0.141 - - [2026-05-11 02:50:32] "POST /network-policys HTTP/1.1" 200 571 0.028849 10.0.0.141 - - [2026-05-11 02:50:32] "GET /network-policy/6b6605e0-83e4-4424-acb2-6732139099fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006334 10.0.0.141 - - [2026-05-11 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.005608 10.0.0.141 - - [2026-05-11 02:50:32] "POST /neutron/network HTTP/1.1" 200 929 0.068028 10.0.0.141 - - [2026-05-11 02:50:32] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006133 10.0.0.141 - - [2026-05-11 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2026-05-11 02:50:32] "GET /network-policy/6b6605e0-83e4-4424-acb2-6732139099fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004219 10.0.0.141 - - [2026-05-11 02:50:32] "POST /neutron/network HTTP/1.1" 200 927 0.073856 10.0.0.141 - - [2026-05-11 02:50:32] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005919 10.0.0.141 - - [2026-05-11 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.141 - - [2026-05-11 02:50:32] "POST /access-control-lists HTTP/1.1" 200 590 0.089084 10.0.0.141 - - [2026-05-11 02:50:32] "GET /network-policy/6b6605e0-83e4-4424-acb2-6732139099fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004144 10.0.0.141 - - [2026-05-11 02:50:33] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005762 10.0.0.27 - - [2026-05-11 02:50:34] "GET /obj-perms HTTP/1.1" 200 5053 0.057702 10.0.0.141 - - [2026-05-11 02:50:35] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006004 10.0.0.141 - - [2026-05-11 02:50:35] "GET /obj-perms HTTP/1.1" 200 5053 0.057503 10.0.0.249 - - [2026-05-11 02:50:35] "GET /obj-perms HTTP/1.1" 200 5053 0.055032 10.0.0.141 - - [2026-05-11 02:50:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001720 10.0.0.27 - - [2026-05-11 02:50:36] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001822 10.0.0.141 - - [2026-05-11 02:50:36] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071079 10.0.0.141 - - [2026-05-11 02:50:36] "POST /neutron/network HTTP/1.1" 200 929 0.006316 10.0.0.141 - - [2026-05-11 02:50:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.141 - - [2026-05-11 02:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.017535 10.0.0.27 - - [2026-05-11 02:50:37] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.141 - - [2026-05-11 02:50:37] "POST /neutron/port HTTP/1.1" 200 1063 0.297731 10.0.0.141 - - [2026-05-11 02:50:37] "POST /neutron/port HTTP/1.1" 200 1117 0.116065 10.0.0.27 - - [2026-05-11 02:50:37] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.141 - - [2026-05-11 02:50:37] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.086858 10.0.0.141 - - [2026-05-11 02:50:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003137 10.0.0.141 - - [2026-05-11 02:50:37] "POST /neutron/network HTTP/1.1" 200 929 0.007975 10.0.0.141 - - [2026-05-11 02:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.008770 10.0.0.141 - - [2026-05-11 02:50:38] "POST /neutron/network HTTP/1.1" 200 937 0.007641 10.0.0.141 - - [2026-05-11 02:50:38] "POST /neutron/port HTTP/1.1" 200 1061 0.047259 10.0.0.141 - - [2026-05-11 02:50:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007050 10.0.0.141 - - [2026-05-11 02:50:39] "POST /neutron/network HTTP/1.1" 200 927 0.009556 10.0.0.141 - - [2026-05-11 02:50:39] "DELETE /access-control-list/4905d7f1-5937-4f00-b077-7178f22091cc HTTP/1.1" 200 115 0.054885 10.0.0.141 - - [2026-05-11 02:50:43] "POST /neutron/port HTTP/1.1" 200 1127 0.019355 10.0.0.141 - - [2026-05-11 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007099 10.0.0.141 - - [2026-05-11 02:50:43] "GET /virtual-machine/6841ee8c-59c2-4f48-8389-3d2a86e7696a HTTP/1.1" 401 293 0.000318 10.0.0.141 - - [2026-05-11 02:50:43] "GET /virtual-machine/6841ee8c-59c2-4f48-8389-3d2a86e7696a HTTP/1.1" 200 1293 0.029471 10.0.0.141 - - [2026-05-11 02:50:43] "GET /virtual-machine-interface/cf1d42f0-dd75-49fd-8b12-dfbf1aebeb69 HTTP/1.1" 200 2951 0.004777 10.0.0.141 - - [2026-05-11 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.141 - - [2026-05-11 02:50:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003890 10.0.0.141 - - [2026-05-11 02:50:43] "GET /virtual-networks?parent_id=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002610 10.0.0.141 - - [2026-05-11 02:50:43] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006841 10.0.0.141 - - [2026-05-11 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.141 - - [2026-05-11 02:50:46] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005167 10.0.0.141 - - [2026-05-11 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.141 - - [2026-05-11 02:50:50] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005366 10.0.0.27 - - [2026-05-11 02:50:52] "DELETE /project/6bc2f2a5c595417d8abd836b78b0a80e HTTP/1.1" 404 173 0.004494 10.0.0.27 - - [2026-05-11 02:50:52] "DELETE /project/5c8d286b-3e25-4fab-8146-37f832f46a2a HTTP/1.1" 404 177 0.003730 10.0.0.141 - - [2026-05-11 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.141 - - [2026-05-11 02:50:55] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007491 10.0.0.141 - - [2026-05-11 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.141 - - [2026-05-11 02:50:59] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005445 10.0.0.141 - - [2026-05-11 02:51:01] "POST /neutron/network HTTP/1.1" 200 937 0.008667 10.0.0.141 - - [2026-05-11 02:51:01] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.141 - - [2026-05-11 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.141 - - [2026-05-11 02:51:03] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005412 10.0.0.141 - - [2026-05-11 02:51:04] "POST /neutron/port HTTP/1.1" 200 1127 0.042489 10.0.0.141 - - [2026-05-11 02:51:04] "POST /neutron/subnet HTTP/1.1" 200 704 0.009589 10.0.0.141 - - [2026-05-11 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.141 - - [2026-05-11 02:51:07] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005861 10.0.0.141 - - [2026-05-11 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.141 - - [2026-05-11 02:51:11] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005558 10.0.0.141 - - [2026-05-11 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.141 - - [2026-05-11 02:51:15] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005315 10.0.0.141 - - [2026-05-11 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.141 - - [2026-05-11 02:51:19] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005167 10.0.0.141 - - [2026-05-11 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.141 - - [2026-05-11 02:51:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004710 10.0.0.141 - - [2026-05-11 02:51:21] "GET /virtual-networks?parent_id=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003960 10.0.0.141 - - [2026-05-11 02:51:21] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007119 10.0.0.141 - - [2026-05-11 02:51:21] "POST /neutron/port HTTP/1.1" 200 1127 0.023237 10.0.0.141 - - [2026-05-11 02:51:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007320 10.0.0.141 - - [2026-05-11 02:51:32] "POST /neutron/port HTTP/1.1" 200 1127 0.027673 10.0.0.141 - - [2026-05-11 02:51:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.038947 10.0.0.141 - - [2026-05-11 02:51:42] "POST /neutron/port HTTP/1.1" 200 1125 0.024320 10.0.0.141 - - [2026-05-11 02:51:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010140 10.0.0.141 - - [2026-05-11 02:51:42] "GET /virtual-machine/b4dfc5ba-c9f4-46c5-8b55-1f51174e5e2a HTTP/1.1" 200 1295 0.006433 10.0.0.141 - - [2026-05-11 02:51:42] "GET /virtual-machine-interface/c82773dc-c7fd-40dc-9bcd-885252d9e103 HTTP/1.1" 200 2951 0.005321 10.0.0.141 - - [2026-05-11 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.141 - - [2026-05-11 02:51:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004134 10.0.0.141 - - [2026-05-11 02:51:42] "GET /virtual-networks?parent_id=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003805 10.0.0.141 - - [2026-05-11 02:51:42] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007429 10.0.0.141 - - [2026-05-11 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.141 - - [2026-05-11 02:51:44] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005338 10.0.0.141 - - [2026-05-11 02:51:44] "GET /virtual-networks?parent_id=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003852 10.0.0.141 - - [2026-05-11 02:51:44] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007658 10.0.0.249 - - [2026-05-11 02:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.27 - - [2026-05-11 02:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.249 - - [2026-05-11 02:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.27 - - [2026-05-11 02:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.27 - - [2026-05-11 02:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.27 - - [2026-05-11 02:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.249 - - [2026-05-11 02:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2026-05-11 02:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-05-11 02:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2026-05-11 02:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.141 - - [2026-05-11 02:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.141 - - [2026-05-11 02:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.141 - - [2026-05-11 02:52:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021761 10.0.0.141 - - [2026-05-11 02:52:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004008 10.0.0.141 - - [2026-05-11 02:52:03] "POST /neutron/network HTTP/1.1" 200 927 0.007684 10.0.0.141 - - [2026-05-11 02:52:05] "POST /neutron/network HTTP/1.1" 200 939 0.006952 10.0.0.141 - - [2026-05-11 02:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.141 - - [2026-05-11 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2026-05-11 02:52:09] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001632 10.0.0.141 - - [2026-05-11 02:52:09] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051990 10.0.0.141 - - [2026-05-11 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.141 - - [2026-05-11 02:52:09] "PUT /network-policy/6b6605e0-83e4-4424-acb2-6732139099fe HTTP/1.1" 200 262 0.015431 10.0.0.141 - - [2026-05-11 02:52:10] "PUT /access-control-list/a76e5d8e-b021-470d-8e03-2feb2d442bdf HTTP/1.1" 200 272 0.042855 10.0.0.141 - - [2026-05-11 02:52:13] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006353 10.0.0.141 - - [2026-05-11 02:52:14] "POST /neutron/network HTTP/1.1" 200 825 0.093204 10.0.0.141 - - [2026-05-11 02:52:14] "GET /virtual-network/552e7dca-ae2b-483a-b196-96dd0db64914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005251 10.0.0.141 - - [2026-05-11 02:52:14] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005147 10.0.0.141 - - [2026-05-11 02:52:14] "POST /neutron/network HTTP/1.1" 200 827 0.063295 10.0.0.141 - - [2026-05-11 02:52:14] "DELETE /access-control-list/a76e5d8e-b021-470d-8e03-2feb2d442bdf HTTP/1.1" 200 115 0.045465 10.0.0.141 - - [2026-05-11 02:52:14] "GET /virtual-network/1b7f3236-10bb-48bc-9f7e-6af9d1a8bd73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010146 10.0.0.141 - - [2026-05-11 02:52:14] "DELETE /network-policy/6b6605e0-83e4-4424-acb2-6732139099fe HTTP/1.1" 200 115 0.048148 10.0.0.141 - - [2026-05-11 02:52:14] "POST /neutron/port HTTP/1.1" 200 1125 0.020652 10.0.0.141 - - [2026-05-11 02:52:14] "POST /neutron/port HTTP/1.1" 200 151 0.222261 10.0.0.141 - - [2026-05-11 02:52:14] "POST /neutron/port HTTP/1.1" 200 151 0.246639 10.0.0.141 - - [2026-05-11 02:52:16] "POST /neutron/network HTTP/1.1" 200 827 0.007099 10.0.0.141 - - [2026-05-11 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2026-05-11 02:52:18] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000984 10.0.0.141 - - [2026-05-11 02:52:18] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.054511 10.0.0.27 - - [2026-05-11 02:52:18] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.141 - - [2026-05-11 02:52:18] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?fields=virtual_networks HTTP/1.1" 200 1045 0.059149 10.0.0.27 - - [2026-05-11 02:52:18] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.141 - - [2026-05-11 02:52:18] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.049110 10.0.0.27 - - [2026-05-11 02:52:18] "GET /projects?obj_uuids=6bc2f2a5-c595-417d-8abd-836b78b0a80e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.141 - - [2026-05-11 02:52:18] "GET /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e?fields=security_groups HTTP/1.1" 200 1273 0.047477 10.0.0.141 - - [2026-05-11 02:52:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.031806 10.0.0.27 - - [2026-05-11 02:52:19] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002960 10.0.0.27 - - [2026-05-11 02:52:19] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.27 - - [2026-05-11 02:52:19] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008271 10.0.0.27 - - [2026-05-11 02:52:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.012327 10.0.0.27 - - [2026-05-11 02:52:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.008427 10.0.0.27 - - [2026-05-11 02:52:20] "POST /security-groups HTTP/1.1" 200 603 0.037934 10.0.0.27 - - [2026-05-11 02:52:20] "POST /projects HTTP/1.1" 200 609 0.298019 10.0.0.27 - - [2026-05-11 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.375475 10.0.0.141 - - [2026-05-11 02:52:20] "POST /access-control-lists HTTP/1.1" 200 608 0.028818 10.0.0.141 - - [2026-05-11 02:52:20] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.548266 10.0.0.141 - - [2026-05-11 02:52:21] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.141 - - [2026-05-11 02:52:24] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000418 10.0.0.27 - - [2026-05-11 02:52:25] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.026735 10.0.0.141 - - [2026-05-11 02:52:25] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.104441 10.0.0.141 - - [2026-05-11 02:52:25] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.141 - - [2026-05-11 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-05-11 02:52:26] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.141 - - [2026-05-11 02:52:26] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006932 10.0.0.141 - - [2026-05-11 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2026-05-11 02:52:26] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.141 - - [2026-05-11 02:52:26] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052526 10.0.0.141 - - [2026-05-11 02:52:27] "GET /domains HTTP/1.1" 401 293 0.000653 10.0.0.141 - - [2026-05-11 02:52:27] "GET /domains HTTP/1.1" 200 280 0.031015 10.0.0.27 - - [2026-05-11 02:52:27] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.141 - - [2026-05-11 02:52:27] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0 HTTP/1.1" 200 2774 0.012970 10.0.0.27 - - [2026-05-11 02:52:27] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.141 - - [2026-05-11 02:52:27] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6 HTTP/1.1" 200 1934 0.120847 10.0.0.141 - - [2026-05-11 02:52:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004132 10.0.0.141 - - [2026-05-11 02:52:27] "POST /network-ipams HTTP/1.1" 200 621 0.033946 10.0.0.141 - - [2026-05-11 02:52:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003358 10.0.0.141 - - [2026-05-11 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.141 - - [2026-05-11 02:52:28] "GET /network-ipam/12ccbf4d-a4a5-4b3f-911e-b032f527f964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.005888 10.0.0.141 - - [2026-05-11 02:52:28] "PUT /network-ipam/12ccbf4d-a4a5-4b3f-911e-b032f527f964 HTTP/1.1" 200 258 0.014044 10.0.0.141 - - [2026-05-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2026-05-11 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.044305 10.0.0.27 - - [2026-05-11 02:52:28] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001579 10.0.0.141 - - [2026-05-11 02:52:28] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058259 10.0.0.27 - - [2026-05-11 02:52:28] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001744 10.0.0.141 - - [2026-05-11 02:52:29] "POST /neutron/network HTTP/1.1" 200 623 0.186332 10.0.0.141 - - [2026-05-11 02:52:29] "POST /route-targets HTTP/1.1" 200 327 0.015091 10.0.0.27 - - [2026-05-11 02:52:29] "POST /useragent-kv HTTP/1.1" 200 115 0.017331 10.0.0.141 - - [2026-05-11 02:52:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.238464 10.0.0.141 - - [2026-05-11 02:52:29] "POST /id-to-fqname HTTP/1.1" 200 235 0.001345 10.0.0.141 - - [2026-05-11 02:52:29] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005830 10.0.0.141 - - [2026-05-11 02:52:29] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006004 10.0.0.141 - - [2026-05-11 02:52:29] "POST /neutron/network HTTP/1.1" 200 1337 0.013786 10.0.0.141 - - [2026-05-11 02:52:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.009962 10.0.0.141 - - [2026-05-11 02:52:30] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.007123 10.0.0.141 - - [2026-05-11 02:52:31] "GET /obj-perms HTTP/1.1" 200 5038 0.061745 10.0.0.27 - - [2026-05-11 02:52:31] "GET /obj-perms HTTP/1.1" 200 5038 0.062158 10.0.0.141 - - [2026-05-11 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.004032 10.0.0.141 - - [2026-05-11 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-05-11 02:52:31] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001581 10.0.0.141 - - [2026-05-11 02:52:32] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063610 10.0.0.141 - - [2026-05-11 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.034487 10.0.0.141 - - [2026-05-11 02:52:32] "GET /network-policy/4fc1169a-5a46-4bcc-b4d8-deec4b86f0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006769 10.0.0.141 - - [2026-05-11 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003531 10.0.0.141 - - [2026-05-11 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008564 10.0.0.27 - - [2026-05-11 02:52:32] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.141 - - [2026-05-11 02:52:32] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042960 10.0.0.141 - - [2026-05-11 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.032348 10.0.0.141 - - [2026-05-11 02:52:32] "GET /network-policy/72e592b3-a41d-4ab5-9bfb-8d7e7fd01f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.007236 10.0.0.141 - - [2026-05-11 02:52:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003205 10.0.0.141 - - [2026-05-11 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2026-05-11 02:52:32] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.141 - - [2026-05-11 02:52:32] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043118 10.0.0.141 - - [2026-05-11 02:52:32] "POST /network-policys HTTP/1.1" 200 563 0.029524 10.0.0.141 - - [2026-05-11 02:52:32] "GET /network-policy/1f32677a-7983-4ee1-bf68-de9025a3339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007375 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003569 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2026-05-11 02:52:33] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.141 - - [2026-05-11 02:52:33] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.049428 10.0.0.141 - - [2026-05-11 02:52:33] "POST /network-policys HTTP/1.1" 200 563 0.037855 10.0.0.141 - - [2026-05-11 02:52:33] "GET /network-policy/2c66818c-787e-4e57-b83c-e390df28e6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006788 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003272 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-05-11 02:52:33] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.141 - - [2026-05-11 02:52:33] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.050029 10.0.0.141 - - [2026-05-11 02:52:33] "POST /network-policys HTTP/1.1" 200 563 0.029170 10.0.0.141 - - [2026-05-11 02:52:33] "GET /network-policy/8bc94ef0-eac4-4089-9ba7-2f9254200987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.011471 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003643 10.0.0.141 - - [2026-05-11 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-05-11 02:52:33] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001464 10.0.0.141 - - [2026-05-11 02:52:34] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052622 10.0.0.141 - - [2026-05-11 02:52:34] "POST /network-policys HTTP/1.1" 200 563 0.031039 10.0.0.141 - - [2026-05-11 02:52:34] "GET /network-policy/998eab9c-ea91-42cb-8f9d-899df29fdd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.012107 10.0.0.141 - - [2026-05-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.004195 10.0.0.141 - - [2026-05-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2026-05-11 02:52:34] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.141 - - [2026-05-11 02:52:34] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052530 10.0.0.141 - - [2026-05-11 02:52:34] "POST /network-policys HTTP/1.1" 200 563 0.033697 10.0.0.141 - - [2026-05-11 02:52:34] "GET /network-policy/3a77753e-095a-4fff-b791-5ea6d49a472b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006673 10.0.0.141 - - [2026-05-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.005259 10.0.0.141 - - [2026-05-11 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.27 - - [2026-05-11 02:52:34] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.141 - - [2026-05-11 02:52:34] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051197 10.0.0.141 - - [2026-05-11 02:52:34] "POST /network-policys HTTP/1.1" 200 563 0.036800 10.0.0.141 - - [2026-05-11 02:52:34] "GET /network-policy/448b19b6-a958-42ae-b176-6f37c4f2a72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007680 10.0.0.141 - - [2026-05-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003148 10.0.0.141 - - [2026-05-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-05-11 02:52:35] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.141 - - [2026-05-11 02:52:35] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.061087 10.0.0.141 - - [2026-05-11 02:52:35] "POST /network-policys HTTP/1.1" 200 563 0.036480 10.0.0.141 - - [2026-05-11 02:52:35] "GET /network-policy/42909ee8-6890-435e-b0e9-69ec547bff5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008543 10.0.0.141 - - [2026-05-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003406 10.0.0.141 - - [2026-05-11 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-05-11 02:52:35] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.141 - - [2026-05-11 02:52:35] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.055722 10.0.0.141 - - [2026-05-11 02:52:35] "POST /network-policys HTTP/1.1" 200 563 0.067482 10.0.0.141 - - [2026-05-11 02:52:35] "GET /network-policy/8dbb1997-acda-46ac-be1d-26aa7dc11cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.012077 10.0.0.27 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.048633 10.0.0.141 - - [2026-05-11 02:52:36] "POST /neutron/network HTTP/1.1" 200 2250 0.017948 10.0.0.141 - - [2026-05-11 02:52:36] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006149 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.015924 10.0.0.141 - - [2026-05-11 02:52:36] "POST /access-control-lists HTTP/1.1" 200 609 0.105085 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/1f32677a-7983-4ee1-bf68-de9025a3339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009064 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/2c66818c-787e-4e57-b83c-e390df28e6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006163 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/3a77753e-095a-4fff-b791-5ea6d49a472b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006270 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/42909ee8-6890-435e-b0e9-69ec547bff5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004516 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/448b19b6-a958-42ae-b176-6f37c4f2a72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004855 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/4fc1169a-5a46-4bcc-b4d8-deec4b86f0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005885 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/72e592b3-a41d-4ab5-9bfb-8d7e7fd01f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005711 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/8bc94ef0-eac4-4089-9ba7-2f9254200987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005542 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/8dbb1997-acda-46ac-be1d-26aa7dc11cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005927 10.0.0.141 - - [2026-05-11 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.141 - - [2026-05-11 02:52:36] "GET /network-policy/998eab9c-ea91-42cb-8f9d-899df29fdd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004604 10.0.0.141 - - [2026-05-11 02:52:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001303 10.0.0.27 - - [2026-05-11 02:52:38] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001730 10.0.0.141 - - [2026-05-11 02:52:38] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.092657 10.0.0.141 - - [2026-05-11 02:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.007551 10.0.0.141 - - [2026-05-11 02:52:38] "POST /neutron/network HTTP/1.1" 200 2260 0.008913 10.0.0.141 - - [2026-05-11 02:52:39] "POST /neutron/port HTTP/1.1" 200 1174 0.026297 10.0.0.141 - - [2026-05-11 02:52:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004245 10.0.0.141 - - [2026-05-11 02:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.141 - - [2026-05-11 02:52:43] "POST /neutron/port HTTP/1.1" 200 1238 0.024461 10.0.0.141 - - [2026-05-11 02:52:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008573 10.0.0.141 - - [2026-05-11 02:52:43] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 401 293 0.000378 10.0.0.141 - - [2026-05-11 02:52:43] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 200 1304 0.031160 10.0.0.141 - - [2026-05-11 02:52:43] "GET /virtual-machine-interface/b0c6042c-3d09-4471-8916-24013713c522 HTTP/1.1" 200 3168 0.004955 10.0.0.141 - - [2026-05-11 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2026-05-11 02:52:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004026 10.0.0.141 - - [2026-05-11 02:52:43] "GET /virtual-networks?parent_id=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002817 10.0.0.141 - - [2026-05-11 02:52:44] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006121 10.0.0.141 - - [2026-05-11 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.141 - - [2026-05-11 02:52:47] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005547 10.0.0.141 - - [2026-05-11 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.141 - - [2026-05-11 02:52:51] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005620 10.0.0.27 - - [2026-05-11 02:52:53] "DELETE /project/41b6e19633fb4b91aebd2372aff758d6 HTTP/1.1" 404 173 0.038256 10.0.0.27 - - [2026-05-11 02:52:53] "DELETE /project/6bc2f2a5-c595-417d-8abd-836b78b0a80e HTTP/1.1" 404 177 0.060396 10.0.0.141 - - [2026-05-11 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.141 - - [2026-05-11 02:52:55] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005558 10.0.0.141 - - [2026-05-11 02:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.141 - - [2026-05-11 02:52:59] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005679 10.0.0.141 - - [2026-05-11 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.141 - - [2026-05-11 02:53:03] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008250 10.0.0.249 - - [2026-05-11 02:53:05] "GET /obj-perms HTTP/1.1" 200 5075 0.051681 10.0.0.141 - - [2026-05-11 02:53:07] "POST /neutron/port HTTP/1.1" 200 1238 0.018876 10.0.0.141 - - [2026-05-11 02:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.141 - - [2026-05-11 02:53:07] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007683 10.0.0.141 - - [2026-05-11 02:53:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004113 10.0.0.141 - - [2026-05-11 02:53:07] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.141 - - [2026-05-11 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.141 - - [2026-05-11 02:53:11] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008701 10.0.0.141 - - [2026-05-11 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.141 - - [2026-05-11 02:53:15] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005663 10.0.0.141 - - [2026-05-11 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.141 - - [2026-05-11 02:53:19] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006768 10.0.0.141 - - [2026-05-11 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008518 10.0.0.141 - - [2026-05-11 02:53:24] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007310 10.0.0.141 - - [2026-05-11 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2026-05-11 02:53:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004654 10.0.0.141 - - [2026-05-11 02:53:26] "GET /virtual-networks?parent_id=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003408 10.0.0.141 - - [2026-05-11 02:53:26] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006644 10.0.0.141 - - [2026-05-11 02:53:26] "POST /neutron/port HTTP/1.1" 200 1238 0.020923 10.0.0.141 - - [2026-05-11 02:53:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007053 10.0.0.141 - - [2026-05-11 02:53:37] "POST /neutron/port HTTP/1.1" 200 1238 0.017597 10.0.0.141 - - [2026-05-11 02:53:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009405 10.0.0.141 - - [2026-05-11 02:53:52] "POST /neutron/port HTTP/1.1" 200 1238 0.019503 10.0.0.141 - - [2026-05-11 02:53:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007297 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/4fc1169a-5a46-4bcc-b4d8-deec4b86f0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003840 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/72e592b3-a41d-4ab5-9bfb-8d7e7fd01f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004651 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/1f32677a-7983-4ee1-bf68-de9025a3339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005344 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/2c66818c-787e-4e57-b83c-e390df28e6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004907 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/8bc94ef0-eac4-4089-9ba7-2f9254200987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005192 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/998eab9c-ea91-42cb-8f9d-899df29fdd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004359 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/3a77753e-095a-4fff-b791-5ea6d49a472b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005575 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/448b19b6-a958-42ae-b176-6f37c4f2a72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004139 10.0.0.141 - - [2026-05-11 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.141 - - [2026-05-11 02:53:52] "GET /network-policy/42909ee8-6890-435e-b0e9-69ec547bff5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003983 10.0.0.141 - - [2026-05-11 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.141 - - [2026-05-11 02:53:53] "GET /network-policy/8dbb1997-acda-46ac-be1d-26aa7dc11cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006182 10.0.0.141 - - [2026-05-11 02:53:53] "PUT /access-control-list/0084213d-e97f-4912-997c-de0c860d0680 HTTP/1.1" 200 272 0.040959 10.0.0.141 - - [2026-05-11 02:53:53] "POST /neutron/network HTTP/1.1" 200 1440 0.019903 10.0.0.141 - - [2026-05-11 02:53:53] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006666 10.0.0.141 - - [2026-05-11 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.141 - - [2026-05-11 02:53:53] "GET /network-policy/4fc1169a-5a46-4bcc-b4d8-deec4b86f0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005394 10.0.0.141 - - [2026-05-11 02:53:58] "POST /neutron/network HTTP/1.1" 200 1440 0.014550 10.0.0.141 - - [2026-05-11 02:53:58] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005497 10.0.0.141 - - [2026-05-11 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.141 - - [2026-05-11 02:53:58] "GET /network-policy/72e592b3-a41d-4ab5-9bfb-8d7e7fd01f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.007041 10.0.0.27 - - [2026-05-11 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.008515 10.0.0.141 - - [2026-05-11 02:54:04] "POST /neutron/network HTTP/1.1" 200 1440 0.015554 10.0.0.141 - - [2026-05-11 02:54:04] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005632 10.0.0.141 - - [2026-05-11 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.141 - - [2026-05-11 02:54:04] "GET /network-policy/1f32677a-7983-4ee1-bf68-de9025a3339b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005863 10.0.0.141 - - [2026-05-11 02:54:07] "POST /neutron/network HTTP/1.1" 200 1450 0.008015 10.0.0.141 - - [2026-05-11 02:54:07] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020668 10.0.0.141 - - [2026-05-11 02:54:07] "POST /neutron/network HTTP/1.1" 200 1440 0.014214 10.0.0.141 - - [2026-05-11 02:54:09] "PUT /access-control-list/0084213d-e97f-4912-997c-de0c860d0680 HTTP/1.1" 200 272 0.022474 10.0.0.141 - - [2026-05-11 02:54:09] "POST /neutron/network HTTP/1.1" 200 1440 0.018703 10.0.0.141 - - [2026-05-11 02:54:09] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005725 10.0.0.141 - - [2026-05-11 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.141 - - [2026-05-11 02:54:09] "GET /network-policy/2c66818c-787e-4e57-b83c-e390df28e6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004225 10.0.0.141 - - [2026-05-11 02:54:14] "POST /neutron/network HTTP/1.1" 200 1440 0.017849 10.0.0.141 - - [2026-05-11 02:54:14] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.004984 10.0.0.141 - - [2026-05-11 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2026-05-11 02:54:14] "GET /network-policy/8bc94ef0-eac4-4089-9ba7-2f9254200987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004200 10.0.0.27 - - [2026-05-11 02:54:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.019264 10.0.0.141 - - [2026-05-11 02:54:19] "POST /neutron/network HTTP/1.1" 200 1440 0.018826 10.0.0.141 - - [2026-05-11 02:54:19] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007887 10.0.0.141 - - [2026-05-11 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.141 - - [2026-05-11 02:54:20] "GET /network-policy/998eab9c-ea91-42cb-8f9d-899df29fdd22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006089 10.0.0.141 - - [2026-05-11 02:54:25] "PUT /access-control-list/0084213d-e97f-4912-997c-de0c860d0680 HTTP/1.1" 200 272 0.019276 10.0.0.141 - - [2026-05-11 02:54:25] "POST /neutron/network HTTP/1.1" 200 1440 0.015044 10.0.0.141 - - [2026-05-11 02:54:25] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006493 10.0.0.141 - - [2026-05-11 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.141 - - [2026-05-11 02:54:25] "GET /network-policy/3a77753e-095a-4fff-b791-5ea6d49a472b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004628 10.0.0.141 - - [2026-05-11 02:54:30] "POST /neutron/network HTTP/1.1" 200 1440 0.016324 10.0.0.141 - - [2026-05-11 02:54:30] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006103 10.0.0.141 - - [2026-05-11 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.141 - - [2026-05-11 02:54:30] "GET /network-policy/448b19b6-a958-42ae-b176-6f37c4f2a72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005252 10.0.0.27 - - [2026-05-11 02:54:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.004907 10.0.0.141 - - [2026-05-11 02:54:35] "POST /neutron/network HTTP/1.1" 200 1440 0.018609 10.0.0.141 - - [2026-05-11 02:54:35] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005023 10.0.0.141 - - [2026-05-11 02:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.141 - - [2026-05-11 02:54:35] "GET /network-policy/42909ee8-6890-435e-b0e9-69ec547bff5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004289 10.0.0.141 - - [2026-05-11 02:54:41] "PUT /access-control-list/0084213d-e97f-4912-997c-de0c860d0680 HTTP/1.1" 200 272 0.023490 10.0.0.141 - - [2026-05-11 02:54:41] "POST /neutron/network HTTP/1.1" 200 1440 0.014144 10.0.0.141 - - [2026-05-11 02:54:41] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006776 10.0.0.141 - - [2026-05-11 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.141 - - [2026-05-11 02:54:41] "GET /network-policy/8dbb1997-acda-46ac-be1d-26aa7dc11cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004543 10.0.0.141 - - [2026-05-11 02:54:46] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 200 1304 0.005548 10.0.0.141 - - [2026-05-11 02:54:47] "POST /neutron/port HTTP/1.1" 200 151 0.292395 10.0.0.141 - - [2026-05-11 02:54:48] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 404 171 0.003012 10.0.0.141 - - [2026-05-11 02:54:48] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 404 171 0.003093 10.0.0.141 - - [2026-05-11 02:54:48] "GET /virtual-machine/17471eaf-9b83-4324-919c-59d75a4c1116 HTTP/1.1" 404 171 0.002364 10.0.0.141 - - [2026-05-11 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.141 - - [2026-05-11 02:54:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004739 10.0.0.141 - - [2026-05-11 02:54:48] "GET /virtual-networks?parent_id=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003649 10.0.0.141 - - [2026-05-11 02:54:48] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007168 10.0.0.141 - - [2026-05-11 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.141 - - [2026-05-11 02:54:48] "GET /routing-instance/d9791184-704b-4b0c-b0d5-f3c0c7579256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005806 10.0.0.141 - - [2026-05-11 02:54:48] "GET /route-target/e6587297-fa79-4eda-9c56-38590e106121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005183 10.0.0.141 - - [2026-05-11 02:54:48] "GET /obj-perms HTTP/1.1" 200 5038 0.004012 10.0.0.141 - - [2026-05-11 02:54:52] "GET /obj-perms HTTP/1.1" 200 5038 0.003654 10.0.0.141 - - [2026-05-11 02:54:52] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007411 10.0.0.141 - - [2026-05-11 02:54:52] "POST /neutron/network HTTP/1.1" 200 1337 0.016276 10.0.0.141 - - [2026-05-11 02:54:52] "GET /virtual-network/86b7d712-a009-48a2-8432-eabb83fa6dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005422 10.0.0.141 - - [2026-05-11 02:54:52] "DELETE /network-policy/8dbb1997-acda-46ac-be1d-26aa7dc11cc5 HTTP/1.1" 200 115 0.044400 10.0.0.141 - - [2026-05-11 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.27 - - [2026-05-11 02:54:52] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.141 - - [2026-05-11 02:54:52] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046991 10.0.0.141 - - [2026-05-11 02:54:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006204 10.0.0.141 - - [2026-05-11 02:54:52] "DELETE /network-policy/42909ee8-6890-435e-b0e9-69ec547bff5c HTTP/1.1" 200 115 0.055847 10.0.0.141 - - [2026-05-11 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.27 - - [2026-05-11 02:54:52] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.141 - - [2026-05-11 02:54:52] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042820 10.0.0.141 - - [2026-05-11 02:54:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.007605 10.0.0.141 - - [2026-05-11 02:54:52] "DELETE /network-policy/448b19b6-a958-42ae-b176-6f37c4f2a72d HTTP/1.1" 200 115 0.034689 10.0.0.141 - - [2026-05-11 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-05-11 02:54:53] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.141 - - [2026-05-11 02:54:53] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046798 10.0.0.141 - - [2026-05-11 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.007081 10.0.0.141 - - [2026-05-11 02:54:53] "DELETE /network-policy/3a77753e-095a-4fff-b791-5ea6d49a472b HTTP/1.1" 200 115 0.052667 10.0.0.141 - - [2026-05-11 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005571 10.0.0.27 - - [2026-05-11 02:54:53] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.141 - - [2026-05-11 02:54:53] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.048872 10.0.0.141 - - [2026-05-11 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005671 10.0.0.141 - - [2026-05-11 02:54:53] "DELETE /network-policy/998eab9c-ea91-42cb-8f9d-899df29fdd22 HTTP/1.1" 200 115 0.042398 10.0.0.141 - - [2026-05-11 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2026-05-11 02:54:53] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.141 - - [2026-05-11 02:54:53] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051898 10.0.0.141 - - [2026-05-11 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.007049 10.0.0.141 - - [2026-05-11 02:54:53] "DELETE /network-policy/8bc94ef0-eac4-4089-9ba7-2f9254200987 HTTP/1.1" 200 115 0.039318 10.0.0.141 - - [2026-05-11 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009953 10.0.0.27 - - [2026-05-11 02:54:53] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.141 - - [2026-05-11 02:54:53] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054783 10.0.0.141 - - [2026-05-11 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.007506 10.0.0.141 - - [2026-05-11 02:54:53] "DELETE /network-policy/2c66818c-787e-4e57-b83c-e390df28e6ca HTTP/1.1" 200 115 0.052100 10.0.0.141 - - [2026-05-11 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-05-11 02:54:53] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.141 - - [2026-05-11 02:54:54] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039674 10.0.0.141 - - [2026-05-11 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006749 10.0.0.141 - - [2026-05-11 02:54:54] "DELETE /network-policy/1f32677a-7983-4ee1-bf68-de9025a3339b HTTP/1.1" 200 115 0.054337 10.0.0.141 - - [2026-05-11 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.27 - - [2026-05-11 02:54:54] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.141 - - [2026-05-11 02:54:54] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051920 10.0.0.141 - - [2026-05-11 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007306 10.0.0.141 - - [2026-05-11 02:54:54] "DELETE /network-policy/72e592b3-a41d-4ab5-9bfb-8d7e7fd01f9d HTTP/1.1" 200 115 0.045231 10.0.0.141 - - [2026-05-11 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2026-05-11 02:54:54] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.141 - - [2026-05-11 02:54:54] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039021 10.0.0.141 - - [2026-05-11 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006655 10.0.0.141 - - [2026-05-11 02:54:54] "DELETE /network-policy/4fc1169a-5a46-4bcc-b4d8-deec4b86f0ab HTTP/1.1" 200 115 0.051327 10.0.0.141 - - [2026-05-11 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.27 - - [2026-05-11 02:54:54] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001343 10.0.0.141 - - [2026-05-11 02:54:54] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045383 10.0.0.141 - - [2026-05-11 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-57992749&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006941 10.0.0.141 - - [2026-05-11 02:54:55] "DELETE /route-target/e6587297-fa79-4eda-9c56-38590e106121 HTTP/1.1" 200 115 0.024652 10.0.0.141 - - [2026-05-11 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.141 - - [2026-05-11 02:54:55] "DELETE /network-ipam/12ccbf4d-a4a5-4b3f-911e-b032f527f964 HTTP/1.1" 200 115 0.034566 10.0.0.141 - - [2026-05-11 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 260 0.003732 10.0.0.27 - - [2026-05-11 02:54:55] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001329 10.0.0.27 - - [2026-05-11 02:54:55] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.046627 10.0.0.27 - - [2026-05-11 02:54:55] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.27 - - [2026-05-11 02:54:55] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?fields=security_groups HTTP/1.1" 200 1409 0.056050 10.0.0.27 - - [2026-05-11 02:54:55] "DELETE /security-group/469158a3-cc26-4c3b-a606-42b0ece76a19 HTTP/1.1" 200 115 0.064613 10.0.0.27 - - [2026-05-11 02:54:55] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.27 - - [2026-05-11 02:54:55] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?fields=application_policy_sets HTTP/1.1" 200 1448 0.070393 10.0.0.141 - - [2026-05-11 02:54:55] "DELETE /project/41b6e196-33fb-4b91-aebd-2372aff758d6 HTTP/1.1" 200 115 0.463336 10.0.0.27 - - [2026-05-11 02:54:55] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001614 10.0.0.141 - - [2026-05-11 02:54:55] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?fields=projects HTTP/1.1" 200 1245 0.013649 10.0.0.27 - - [2026-05-11 02:54:58] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003057 10.0.0.27 - - [2026-05-11 02:54:58] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.27 - - [2026-05-11 02:54:58] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049251 10.0.0.27 - - [2026-05-11 02:54:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.007842 10.0.0.27 - - [2026-05-11 02:54:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.005138 10.0.0.27 - - [2026-05-11 02:54:58] "POST /security-groups HTTP/1.1" 200 603 0.039379 10.0.0.141 - - [2026-05-11 02:54:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.003768 10.0.0.27 - - [2026-05-11 02:54:58] "POST /projects HTTP/1.1" 200 609 0.291664 10.0.0.27 - - [2026-05-11 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.329492 10.0.0.141 - - [2026-05-11 02:54:59] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.571801 10.0.0.27 - - [2026-05-11 02:54:59] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003677 10.0.0.141 - - [2026-05-11 02:54:59] "POST /access-control-lists HTTP/1.1" 200 606 0.095227 10.0.0.141 - - [2026-05-11 02:54:59] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?fields=virtual_networks HTTP/1.1" 200 1066 0.083300 10.0.0.27 - - [2026-05-11 02:54:59] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.141 - - [2026-05-11 02:54:59] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.047706 10.0.0.27 - - [2026-05-11 02:54:59] "GET /projects?obj_uuids=41b6e196-33fb-4b91-aebd-2372aff758d6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.141 - - [2026-05-11 02:54:59] "GET /project/41b6e196-33fb-4b91-aebd-2372aff758d6?fields=security_groups HTTP/1.1" 200 1304 0.040674 10.0.0.141 - - [2026-05-11 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.037807 10.0.0.27 - - [2026-05-11 02:55:00] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003482 10.0.0.27 - - [2026-05-11 02:55:00] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.27 - - [2026-05-11 02:55:00] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009344 10.0.0.27 - - [2026-05-11 02:55:00] "POST /id-to-fqname HTTP/1.1" 200 196 0.004980 10.0.0.27 - - [2026-05-11 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.015194 10.0.0.27 - - [2026-05-11 02:55:00] "POST /security-groups HTTP/1.1" 200 597 0.038128 10.0.0.27 - - [2026-05-11 02:55:00] "POST /projects HTTP/1.1" 200 597 0.286321 10.0.0.141 - - [2026-05-11 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 239 0.008481 10.0.0.27 - - [2026-05-11 02:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.375706 10.0.0.141 - - [2026-05-11 02:55:01] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.544908 10.0.0.141 - - [2026-05-11 02:55:02] "GET / HTTP/1.1" 200 35931 0.002385 10.0.0.141 - - [2026-05-11 02:55:04] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000442 10.0.0.27 - - [2026-05-11 02:55:04] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001136 10.0.0.141 - - [2026-05-11 02:55:04] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.073040 10.0.0.141 - - [2026-05-11 02:55:05] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.141 - - [2026-05-11 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.27 - - [2026-05-11 02:55:05] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.141 - - [2026-05-11 02:55:05] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008056 10.0.0.141 - - [2026-05-11 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.27 - - [2026-05-11 02:55:05] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.141 - - [2026-05-11 02:55:05] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047627 10.0.0.141 - - [2026-05-11 02:55:06] "GET /domains HTTP/1.1" 401 293 0.000354 10.0.0.141 - - [2026-05-11 02:55:07] "GET /domains HTTP/1.1" 200 280 0.056750 10.0.0.27 - - [2026-05-11 02:55:07] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.141 - - [2026-05-11 02:55:07] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0 HTTP/1.1" 200 2778 0.010485 10.0.0.27 - - [2026-05-11 02:55:07] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866 10.0.0.27 - - [2026-05-11 02:55:07] "GET /obj-perms HTTP/1.1" 200 5075 0.377139 10.0.0.141 - - [2026-05-11 02:55:07] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0 HTTP/1.1" 200 1897 0.098770 10.0.0.141 - - [2026-05-11 02:55:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003880 10.0.0.141 - - [2026-05-11 02:55:07] "POST /network-ipams HTTP/1.1" 200 603 0.033256 10.0.0.141 - - [2026-05-11 02:55:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003414 10.0.0.141 - - [2026-05-11 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.141 - - [2026-05-11 02:55:07] "GET /network-ipam/fecdf14b-ce8f-4427-8f09-574ab1690f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006303 10.0.0.141 - - [2026-05-11 02:55:07] "PUT /network-ipam/fecdf14b-ce8f-4427-8f09-574ab1690f88 HTTP/1.1" 200 258 0.014595 10.0.0.141 - - [2026-05-11 02:55:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000829 10.0.0.141 - - [2026-05-11 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.036122 10.0.0.27 - - [2026-05-11 02:55:08] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000881 10.0.0.141 - - [2026-05-11 02:55:08] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052730 10.0.0.141 - - [2026-05-11 02:55:08] "POST /neutron/network HTTP/1.1" 200 117 0.043650 10.0.0.141 - - [2026-05-11 02:55:08] "POST /ref-update HTTP/1.1" 200 156 0.026811 10.0.0.27 - - [2026-05-11 02:55:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008392 10.0.0.141 - - [2026-05-11 02:55:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.232557 10.0.0.141 - - [2026-05-11 02:55:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001206 10.0.0.141 - - [2026-05-11 02:55:09] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005090 10.0.0.141 - - [2026-05-11 02:55:09] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006184 10.0.0.141 - - [2026-05-11 02:55:09] "POST /neutron/network HTTP/1.1" 200 1074 0.009937 10.0.0.141 - - [2026-05-11 02:55:10] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006504 10.0.0.141 - - [2026-05-11 02:55:10] "GET /obj-perms HTTP/1.1" 200 5032 0.055542 10.0.0.249 - - [2026-05-11 02:55:11] "GET /obj-perms HTTP/1.1" 200 5032 0.056042 10.0.0.141 - - [2026-05-11 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-05-11 02:55:11] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.141 - - [2026-05-11 02:55:11] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045932 10.0.0.141 - - [2026-05-11 02:55:11] "POST /neutron/network HTTP/1.1" 200 117 0.018509 10.0.0.27 - - [2026-05-11 02:55:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008586 10.0.0.141 - - [2026-05-11 02:55:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.186157 10.0.0.141 - - [2026-05-11 02:55:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001257 10.0.0.141 - - [2026-05-11 02:55:12] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004954 10.0.0.141 - - [2026-05-11 02:55:12] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005718 10.0.0.141 - - [2026-05-11 02:55:12] "POST /neutron/network HTTP/1.1" 200 1074 0.009085 10.0.0.141 - - [2026-05-11 02:55:12] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005794 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.004568 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2026-05-11 02:55:13] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.141 - - [2026-05-11 02:55:13] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046529 10.0.0.141 - - [2026-05-11 02:55:13] "POST /network-policys HTTP/1.1" 200 527 0.032868 10.0.0.141 - - [2026-05-11 02:55:13] "GET /network-policy/16fb5203-fcbc-456a-af73-693c533bfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007036 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.004272 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.27 - - [2026-05-11 02:55:13] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001290 10.0.0.141 - - [2026-05-11 02:55:13] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058316 10.0.0.141 - - [2026-05-11 02:55:13] "POST /network-policys HTTP/1.1" 200 527 0.036064 10.0.0.141 - - [2026-05-11 02:55:13] "GET /network-policy/05911337-1f99-435c-9ad6-39c78537deff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.008376 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003729 10.0.0.141 - - [2026-05-11 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-05-11 02:55:13] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001248 10.0.0.141 - - [2026-05-11 02:55:13] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043558 10.0.0.141 - - [2026-05-11 02:55:14] "POST /network-policys HTTP/1.1" 200 527 0.031292 10.0.0.141 - - [2026-05-11 02:55:14] "GET /network-policy/cf90f335-2c37-4151-b394-a4684638976e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.014057 10.0.0.141 - - [2026-05-11 02:55:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.003548 10.0.0.141 - - [2026-05-11 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2026-05-11 02:55:14] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000958 10.0.0.141 - - [2026-05-11 02:55:14] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046227 10.0.0.141 - - [2026-05-11 02:55:14] "POST /network-policys HTTP/1.1" 200 527 0.076477 10.0.0.141 - - [2026-05-11 02:55:14] "GET /network-policy/f71b471f-d4ce-4af5-9674-1045cb840495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006850 10.0.0.141 - - [2026-05-11 02:55:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.005104 10.0.0.141 - - [2026-05-11 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.27 - - [2026-05-11 02:55:14] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.141 - - [2026-05-11 02:55:14] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064655 10.0.0.141 - - [2026-05-11 02:55:14] "POST /network-policys HTTP/1.1" 200 531 0.033601 10.0.0.141 - - [2026-05-11 02:55:14] "GET /network-policy/71fa8d50-1088-44f1-bfcc-1dbad85e3e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007694 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.004725 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2026-05-11 02:55:15] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001314 10.0.0.141 - - [2026-05-11 02:55:15] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052887 10.0.0.141 - - [2026-05-11 02:55:15] "POST /network-policys HTTP/1.1" 200 529 0.081249 10.0.0.141 - - [2026-05-11 02:55:15] "GET /network-policy/e18de786-29a7-4fc5-bfae-ae6560e3dd14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007663 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003705 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2026-05-11 02:55:15] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000934 10.0.0.141 - - [2026-05-11 02:55:15] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055862 10.0.0.141 - - [2026-05-11 02:55:15] "POST /network-policys HTTP/1.1" 200 529 0.038998 10.0.0.141 - - [2026-05-11 02:55:15] "GET /network-policy/21465a90-1db1-49fa-b7c4-dc5bd2d19a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007729 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003666 10.0.0.141 - - [2026-05-11 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2026-05-11 02:55:15] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001513 10.0.0.141 - - [2026-05-11 02:55:15] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051327 10.0.0.141 - - [2026-05-11 02:55:16] "POST /network-policys HTTP/1.1" 200 529 0.039323 10.0.0.141 - - [2026-05-11 02:55:16] "GET /network-policy/5b75bda1-44e0-4eba-9315-360746165a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007260 10.0.0.141 - - [2026-05-11 02:55:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.004148 10.0.0.141 - - [2026-05-11 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2026-05-11 02:55:16] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.141 - - [2026-05-11 02:55:16] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060278 10.0.0.141 - - [2026-05-11 02:55:16] "POST /network-policys HTTP/1.1" 200 529 0.041239 10.0.0.141 - - [2026-05-11 02:55:16] "GET /network-policy/b9cb33cd-86d5-4f66-95bb-59fa9a377695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007370 10.0.0.141 - - [2026-05-11 02:55:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.003718 10.0.0.141 - - [2026-05-11 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-05-11 02:55:16] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000861 10.0.0.141 - - [2026-05-11 02:55:16] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055549 10.0.0.141 - - [2026-05-11 02:55:16] "POST /network-policys HTTP/1.1" 200 533 0.044024 10.0.0.141 - - [2026-05-11 02:55:16] "GET /network-policy/614aef2b-1b2f-4b03-ae04-2baa0419d594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.007587 10.0.0.141 - - [2026-05-11 02:55:17] "POST /neutron/network HTTP/1.1" 200 1074 0.009652 10.0.0.141 - - [2026-05-11 02:55:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.004647 10.0.0.141 - - [2026-05-11 02:55:17] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.018283 10.0.0.141 - - [2026-05-11 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.141 - - [2026-05-11 02:55:17] "GET /network-policy/16fb5203-fcbc-456a-af73-693c533bfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004425 10.0.0.141 - - [2026-05-11 02:55:17] "POST /neutron/network HTTP/1.1" 200 1074 0.009632 10.0.0.141 - - [2026-05-11 02:55:17] "POST /access-control-lists HTTP/1.1" 200 603 0.061554 10.0.0.141 - - [2026-05-11 02:55:17] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.035119 10.0.0.141 - - [2026-05-11 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.141 - - [2026-05-11 02:55:17] "GET /network-policy/71fa8d50-1088-44f1-bfcc-1dbad85e3e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004031 10.0.0.141 - - [2026-05-11 02:55:17] "POST /id-to-fqname HTTP/1.1" 200 229 0.001334 10.0.0.141 - - [2026-05-11 02:55:18] "POST /neutron/network HTTP/1.1" 200 1167 0.006471 10.0.0.27 - - [2026-05-11 02:55:18] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.141 - - [2026-05-11 02:55:19] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096097 10.0.0.141 - - [2026-05-11 02:55:19] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.141 - - [2026-05-11 02:55:19] "POST /id-to-fqname HTTP/1.1" 200 229 0.001196 10.0.0.141 - - [2026-05-11 02:55:19] "POST /neutron/network HTTP/1.1" 200 1167 0.014341 10.0.0.27 - - [2026-05-11 02:55:20] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.141 - - [2026-05-11 02:55:20] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.145317 10.0.0.141 - - [2026-05-11 02:55:20] "POST /neutron/network HTTP/1.1" 200 1159 0.047604 10.0.0.141 - - [2026-05-11 02:55:20] "POST /neutron/port HTTP/1.1" 200 1125 0.025210 10.0.0.141 - - [2026-05-11 02:55:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.014737 10.0.0.141 - - [2026-05-11 02:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.006661 10.0.0.141 - - [2026-05-11 02:55:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008024 10.0.0.141 - - [2026-05-11 02:55:21] "POST /neutron/port HTTP/1.1" 200 1061 0.021150 10.0.0.141 - - [2026-05-11 02:55:21] "POST /neutron/port HTTP/1.1" 200 1125 0.020078 10.0.0.141 - - [2026-05-11 02:55:22] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.141 - - [2026-05-11 02:55:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007292 10.0.0.141 - - [2026-05-11 02:55:26] "POST /neutron/port HTTP/1.1" 200 1125 0.018538 10.0.0.141 - - [2026-05-11 02:55:26] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 401 293 0.000534 10.0.0.141 - - [2026-05-11 02:55:26] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 200 1298 0.031058 10.0.0.141 - - [2026-05-11 02:55:26] "GET /virtual-machine-interface/2a463edd-9499-4b9e-820d-4f30792bdcff HTTP/1.1" 200 2949 0.007388 10.0.0.141 - - [2026-05-11 02:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.141 - - [2026-05-11 02:55:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004261 10.0.0.141 - - [2026-05-11 02:55:26] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003819 10.0.0.141 - - [2026-05-11 02:55:26] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007133 10.0.0.141 - - [2026-05-11 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.141 - - [2026-05-11 02:55:29] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005982 10.0.0.141 - - [2026-05-11 02:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.141 - - [2026-05-11 02:55:33] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006974 10.0.0.141 - - [2026-05-11 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.141 - - [2026-05-11 02:55:37] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006687 10.0.0.141 - - [2026-05-11 02:55:41] "DELETE /access-control-list/1c82e9fb-5d18-4c16-9cbb-27f1e4e3ba2f HTTP/1.1" 200 115 0.082784 10.0.0.141 - - [2026-05-11 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2026-05-11 02:55:42] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005716 10.0.0.141 - - [2026-05-11 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.141 - - [2026-05-11 02:55:46] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005475 10.0.0.141 - - [2026-05-11 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.141 - - [2026-05-11 02:55:50] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007692 10.0.0.27 - - [2026-05-11 02:55:53] "DELETE /project/41b6e19633fb4b91aebd2372aff758d6 HTTP/1.1" 404 173 0.003957 10.0.0.27 - - [2026-05-11 02:55:53] "DELETE /project/41b6e196-33fb-4b91-aebd-2372aff758d6 HTTP/1.1" 404 177 0.007702 10.0.0.27 - - [2026-05-11 02:55:53] "DELETE /project/7a4b295f717d4991890a6d630c522ea0 HTTP/1.1" 404 173 0.004181 10.0.0.141 - - [2026-05-11 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.141 - - [2026-05-11 02:55:54] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006303 10.0.0.141 - - [2026-05-11 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.141 - - [2026-05-11 02:55:58] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005432 10.0.0.141 - - [2026-05-11 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.141 - - [2026-05-11 02:56:02] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005781 10.0.0.141 - - [2026-05-11 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.141 - - [2026-05-11 02:56:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005116 10.0.0.141 - - [2026-05-11 02:56:04] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004307 10.0.0.141 - - [2026-05-11 02:56:04] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007310 10.0.0.141 - - [2026-05-11 02:56:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009020 10.0.0.27 - - [2026-05-11 02:56:08] "GET /obj-perms HTTP/1.1" 200 5075 0.056322 10.0.0.141 - - [2026-05-11 02:56:10] "POST /neutron/port HTTP/1.1" 200 1125 0.061502 10.0.0.141 - - [2026-05-11 02:56:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.141 - - [2026-05-11 02:56:10] "POST /neutron/network HTTP/1.1" 200 1159 0.010395 10.0.0.141 - - [2026-05-11 02:56:10] "POST /neutron/network HTTP/1.1" 200 1167 0.031967 10.0.0.141 - - [2026-05-11 02:56:10] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.141 - - [2026-05-11 02:56:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009159 10.0.0.141 - - [2026-05-11 02:56:20] "POST /neutron/port HTTP/1.1" 200 1125 0.018166 10.0.0.141 - - [2026-05-11 02:56:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007823 10.0.0.141 - - [2026-05-11 02:56:25] "POST /neutron/port HTTP/1.1" 200 1125 0.027031 10.0.0.141 - - [2026-05-11 02:56:25] "GET /virtual-machine/264aa130-3e66-48e1-bdad-9a159dcbdf55 HTTP/1.1" 200 1298 0.005975 10.0.0.141 - - [2026-05-11 02:56:25] "GET /virtual-machine-interface/94d6ba8c-622d-4188-9e6a-e717eedd5d25 HTTP/1.1" 200 2951 0.005330 10.0.0.141 - - [2026-05-11 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.141 - - [2026-05-11 02:56:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003434 10.0.0.141 - - [2026-05-11 02:56:25] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004272 10.0.0.141 - - [2026-05-11 02:56:25] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006320 10.0.0.141 - - [2026-05-11 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.141 - - [2026-05-11 02:56:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003766 10.0.0.141 - - [2026-05-11 02:56:26] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003402 10.0.0.141 - - [2026-05-11 02:56:27] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006118 10.0.0.141 - - [2026-05-11 02:56:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007478 10.0.0.141 - - [2026-05-11 02:56:32] "POST /neutron/port HTTP/1.1" 200 1125 0.018097 10.0.0.141 - - [2026-05-11 02:56:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007342 10.0.0.141 - - [2026-05-11 02:56:42] "POST /neutron/port HTTP/1.1" 200 1125 0.019453 10.0.0.141 - - [2026-05-11 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.141 - - [2026-05-11 02:56:43] "GET /network-policy/71fa8d50-1088-44f1-bfcc-1dbad85e3e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003986 10.0.0.141 - - [2026-05-11 02:56:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008222 10.0.0.141 - - [2026-05-11 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.141 - - [2026-05-11 02:56:43] "GET /network-policy/16fb5203-fcbc-456a-af73-693c533bfd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004383 10.0.0.141 - - [2026-05-11 02:56:43] "POST /neutron/network HTTP/1.1" 200 1157 0.013896 10.0.0.141 - - [2026-05-11 02:56:43] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005848 10.0.0.141 - - [2026-05-11 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.141 - - [2026-05-11 02:56:43] "GET /network-policy/05911337-1f99-435c-9ad6-39c78537deff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.006785 10.0.0.27 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000560 10.0.0.249 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000620 10.0.0.27 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.27 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.27 - - [2026-05-11 02:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-05-11 02:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-05-11 02:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2026-05-11 02:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.141 - - [2026-05-11 02:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.141 - - [2026-05-11 02:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000654 10.0.0.141 - - [2026-05-11 02:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2026-05-11 02:57:09] "GET /obj-perms HTTP/1.1" 200 5075 0.052530 10.0.0.141 - - [2026-05-11 02:57:09] "POST /neutron/network HTTP/1.1" 200 1169 0.007146 10.0.0.141 - - [2026-05-11 02:57:10] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.141 - - [2026-05-11 02:57:12] "POST /neutron/port HTTP/1.1" 200 1125 0.024573 10.0.0.141 - - [2026-05-11 02:57:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.012346 10.0.0.141 - - [2026-05-11 02:57:44] "POST /neutron/network HTTP/1.1" 200 1157 0.009876 10.0.0.141 - - [2026-05-11 02:57:44] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007467 10.0.0.141 - - [2026-05-11 02:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.141 - - [2026-05-11 02:57:44] "POST /ref-update HTTP/1.1" 200 156 0.022689 10.0.0.141 - - [2026-05-11 02:57:44] "GET /network-policy/614aef2b-1b2f-4b03-ae04-2baa0419d594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.004151 10.0.0.141 - - [2026-05-11 02:57:53] "POST /neutron/network HTTP/1.1" 200 1160 0.009693 10.0.0.141 - - [2026-05-11 02:57:53] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.015271 10.0.0.141 - - [2026-05-11 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2026-05-11 02:57:53] "GET /network-policy/cf90f335-2c37-4151-b394-a4684638976e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005538 10.0.0.141 - - [2026-05-11 02:58:01] "POST /neutron/network HTTP/1.1" 200 1157 0.017643 10.0.0.141 - - [2026-05-11 02:58:02] "PUT /access-control-list/777495f9-bd28-48a6-bef9-451e9d3bb411 HTTP/1.1" 200 272 0.026065 10.0.0.141 - - [2026-05-11 02:58:02] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008749 10.0.0.141 - - [2026-05-11 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.141 - - [2026-05-11 02:58:02] "GET /network-policy/f71b471f-d4ce-4af5-9674-1045cb840495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004309 10.0.0.141 - - [2026-05-11 02:58:09] "POST /neutron/network HTTP/1.1" 200 1157 0.011642 10.0.0.141 - - [2026-05-11 02:58:10] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.023090 10.0.0.141 - - [2026-05-11 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009165 10.0.0.141 - - [2026-05-11 02:58:10] "GET /network-policy/e18de786-29a7-4fc5-bfae-ae6560e3dd14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005328 10.0.0.141 - - [2026-05-11 02:58:10] "GET /obj-perms HTTP/1.1" 200 5075 0.067193 10.0.0.141 - - [2026-05-11 02:58:11] "POST /neutron/port HTTP/1.1" 200 1125 0.018432 10.0.0.141 - - [2026-05-11 02:58:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005517 10.0.0.141 - - [2026-05-11 02:58:12] "POST /neutron/network HTTP/1.1" 200 1159 0.011527 10.0.0.141 - - [2026-05-11 02:58:14] "POST /neutron/network HTTP/1.1" 200 1168 0.006128 10.0.0.141 - - [2026-05-11 02:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.141 - - [2026-05-11 02:58:18] "PUT /access-control-list/777495f9-bd28-48a6-bef9-451e9d3bb411 HTTP/1.1" 200 272 0.018990 10.0.0.141 - - [2026-05-11 02:58:18] "POST /neutron/network HTTP/1.1" 200 1158 0.115867 10.0.0.141 - - [2026-05-11 02:58:18] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007313 10.0.0.141 - - [2026-05-11 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006142 10.0.0.141 - - [2026-05-11 02:58:18] "GET /network-policy/21465a90-1db1-49fa-b7c4-dc5bd2d19a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004130 10.0.0.141 - - [2026-05-11 02:58:26] "POST /neutron/network HTTP/1.1" 200 1158 0.099324 10.0.0.141 - - [2026-05-11 02:58:26] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007078 10.0.0.141 - - [2026-05-11 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.141 - - [2026-05-11 02:58:26] "GET /network-policy/5b75bda1-44e0-4eba-9315-360746165a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005010 10.0.0.141 - - [2026-05-11 02:58:35] "PUT /access-control-list/777495f9-bd28-48a6-bef9-451e9d3bb411 HTTP/1.1" 200 272 0.021959 10.0.0.141 - - [2026-05-11 02:58:35] "POST /neutron/network HTTP/1.1" 200 1158 0.113802 10.0.0.141 - - [2026-05-11 02:58:36] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006121 10.0.0.141 - - [2026-05-11 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2026-05-11 02:58:36] "GET /network-policy/b9cb33cd-86d5-4f66-95bb-59fa9a377695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006248 10.0.0.141 - - [2026-05-11 02:58:43] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005437 10.0.0.141 - - [2026-05-11 02:58:43] "POST /neutron/network HTTP/1.1" 200 1074 0.092613 10.0.0.141 - - [2026-05-11 02:58:43] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005774 10.0.0.141 - - [2026-05-11 02:58:43] "GET /virtual-machine/264aa130-3e66-48e1-bdad-9a159dcbdf55 HTTP/1.1" 200 1298 0.003644 10.0.0.141 - - [2026-05-11 02:58:44] "POST /neutron/port HTTP/1.1" 200 1115 0.014681 10.0.0.141 - - [2026-05-11 02:58:45] "GET /virtual-machine/264aa130-3e66-48e1-bdad-9a159dcbdf55 HTTP/1.1" 404 171 0.003413 10.0.0.141 - - [2026-05-11 02:58:45] "GET /virtual-machine/264aa130-3e66-48e1-bdad-9a159dcbdf55 HTTP/1.1" 404 171 0.002965 10.0.0.141 - - [2026-05-11 02:58:45] "GET /virtual-machine/264aa130-3e66-48e1-bdad-9a159dcbdf55 HTTP/1.1" 404 171 0.003643 10.0.0.141 - - [2026-05-11 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.141 - - [2026-05-11 02:58:46] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.141 - - [2026-05-11 02:58:46] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003814 10.0.0.141 - - [2026-05-11 02:58:46] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006118 10.0.0.141 - - [2026-05-11 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.141 - - [2026-05-11 02:58:46] "GET /routing-instance/3389e9f1-6fb0-4cda-b47e-35ea2b7175ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005764 10.0.0.141 - - [2026-05-11 02:58:46] "GET /route-target/44484c4a-c88c-47cc-8fec-b07c21f22e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004100 10.0.0.141 - - [2026-05-11 02:58:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004189 10.0.0.141 - - [2026-05-11 02:58:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003772 10.0.0.141 - - [2026-05-11 02:58:52] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 200 1298 0.004204 10.0.0.141 - - [2026-05-11 02:58:53] "POST /neutron/port HTTP/1.1" 200 1115 0.022187 10.0.0.141 - - [2026-05-11 02:58:54] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 404 171 0.003379 10.0.0.141 - - [2026-05-11 02:58:54] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 404 171 0.002769 10.0.0.141 - - [2026-05-11 02:58:54] "GET /virtual-machine/40373c76-8c8a-49fe-a835-f4f548a6f396 HTTP/1.1" 404 171 0.002554 10.0.0.141 - - [2026-05-11 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.141 - - [2026-05-11 02:58:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004600 10.0.0.141 - - [2026-05-11 02:58:55] "GET /virtual-networks?parent_id=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004727 10.0.0.141 - - [2026-05-11 02:58:55] "GET /virtual-network/ea04ac5e-5af7-434e-9d8f-9d34d013ac05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008755 10.0.0.141 - - [2026-05-11 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.141 - - [2026-05-11 02:58:55] "GET /routing-instance/b81e6e39-5661-48ea-90ae-390afc438fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004039 10.0.0.141 - - [2026-05-11 02:58:55] "GET /route-target/8344fa0a-69cb-4f05-905c-cfe06df93356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005205 10.0.0.141 - - [2026-05-11 02:58:55] "GET /obj-perms HTTP/1.1" 200 5032 0.003852 10.0.0.141 - - [2026-05-11 02:58:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003826 10.0.0.141 - - [2026-05-11 02:59:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004700 10.0.0.141 - - [2026-05-11 02:59:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003872 10.0.0.27 - - [2026-05-11 02:59:11] "GET /obj-perms HTTP/1.1" 200 5075 0.049997 10.0.0.141 - - [2026-05-11 02:59:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004831 10.0.0.141 - - [2026-05-11 02:59:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003989 10.0.0.141 - - [2026-05-11 02:59:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003800 10.0.0.141 - - [2026-05-11 02:59:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003824 10.0.0.249 - - [2026-05-11 02:59:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003596 10.0.0.141 - - [2026-05-11 02:59:23] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005437 10.0.0.141 - - [2026-05-11 02:59:23] "POST /neutron/network HTTP/1.1" 200 1074 0.075538 10.0.0.141 - - [2026-05-11 02:59:23] "DELETE /access-control-list/7d95d96f-164f-4dbe-87ef-561f05e832fd HTTP/1.1" 200 115 0.054755 10.0.0.141 - - [2026-05-11 02:59:23] "GET /virtual-network/52695fda-1449-44b1-bb70-f5d4761b6755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007653 10.0.0.141 - - [2026-05-11 02:59:23] "DELETE /network-policy/614aef2b-1b2f-4b03-ae04-2baa0419d594 HTTP/1.1" 200 115 0.036984 10.0.0.141 - - [2026-05-11 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-05-11 02:59:23] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.028531 10.0.0.141 - - [2026-05-11 02:59:23] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081077 10.0.0.141 - - [2026-05-11 02:59:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006275 10.0.0.141 - - [2026-05-11 02:59:23] "DELETE /network-policy/b9cb33cd-86d5-4f66-95bb-59fa9a377695 HTTP/1.1" 200 115 0.051466 10.0.0.141 - - [2026-05-11 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2026-05-11 02:59:23] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001624 10.0.0.141 - - [2026-05-11 02:59:23] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042476 10.0.0.141 - - [2026-05-11 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006489 10.0.0.141 - - [2026-05-11 02:59:24] "DELETE /network-policy/5b75bda1-44e0-4eba-9315-360746165a47 HTTP/1.1" 200 115 0.040770 10.0.0.141 - - [2026-05-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.27 - - [2026-05-11 02:59:24] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000858 10.0.0.141 - - [2026-05-11 02:59:24] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041779 10.0.0.141 - - [2026-05-11 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.007046 10.0.0.141 - - [2026-05-11 02:59:24] "DELETE /network-policy/21465a90-1db1-49fa-b7c4-dc5bd2d19a47 HTTP/1.1" 200 115 0.035718 10.0.0.141 - - [2026-05-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.27 - - [2026-05-11 02:59:24] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001175 10.0.0.141 - - [2026-05-11 02:59:24] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047496 10.0.0.141 - - [2026-05-11 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006030 10.0.0.141 - - [2026-05-11 02:59:24] "DELETE /network-policy/e18de786-29a7-4fc5-bfae-ae6560e3dd14 HTTP/1.1" 200 115 0.053130 10.0.0.141 - - [2026-05-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.27 - - [2026-05-11 02:59:24] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.141 - - [2026-05-11 02:59:24] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041310 10.0.0.141 - - [2026-05-11 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005719 10.0.0.141 - - [2026-05-11 02:59:24] "DELETE /network-policy/71fa8d50-1088-44f1-bfcc-1dbad85e3e47 HTTP/1.1" 200 115 0.036942 10.0.0.141 - - [2026-05-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2026-05-11 02:59:24] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.141 - - [2026-05-11 02:59:24] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045135 10.0.0.141 - - [2026-05-11 02:59:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005871 10.0.0.141 - - [2026-05-11 02:59:24] "DELETE /network-policy/f71b471f-d4ce-4af5-9674-1045cb840495 HTTP/1.1" 200 115 0.036172 10.0.0.141 - - [2026-05-11 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2026-05-11 02:59:25] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.141 - - [2026-05-11 02:59:25] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048133 10.0.0.141 - - [2026-05-11 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005653 10.0.0.141 - - [2026-05-11 02:59:25] "DELETE /network-policy/cf90f335-2c37-4151-b394-a4684638976e HTTP/1.1" 200 115 0.038182 10.0.0.141 - - [2026-05-11 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007187 10.0.0.27 - - [2026-05-11 02:59:25] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000894 10.0.0.141 - - [2026-05-11 02:59:25] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038996 10.0.0.141 - - [2026-05-11 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005586 10.0.0.141 - - [2026-05-11 02:59:25] "DELETE /network-policy/05911337-1f99-435c-9ad6-39c78537deff HTTP/1.1" 200 115 0.043201 10.0.0.141 - - [2026-05-11 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2026-05-11 02:59:25] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.141 - - [2026-05-11 02:59:25] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042463 10.0.0.141 - - [2026-05-11 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005471 10.0.0.141 - - [2026-05-11 02:59:25] "DELETE /network-policy/16fb5203-fcbc-456a-af73-693c533bfd4c HTTP/1.1" 200 115 0.037995 10.0.0.141 - - [2026-05-11 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.27 - - [2026-05-11 02:59:25] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.141 - - [2026-05-11 02:59:25] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043044 10.0.0.141 - - [2026-05-11 02:59:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-69989575&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005632 10.0.0.27 - - [2026-05-11 02:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004048 10.0.0.27 - - [2026-05-11 02:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.27 - - [2026-05-11 02:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001956 10.0.0.27 - - [2026-05-11 02:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.141 - - [2026-05-11 02:59:26] "POST /neutron/network HTTP/1.1" 200 151 0.136407 10.0.0.141 - - [2026-05-11 02:59:26] "DELETE /route-target/44484c4a-c88c-47cc-8fec-b07c21f22e53 HTTP/1.1" 200 115 0.027817 10.0.0.141 - - [2026-05-11 02:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.141 - - [2026-05-11 02:59:26] "DELETE /network-ipam/fecdf14b-ce8f-4427-8f09-574ab1690f88 HTTP/1.1" 200 115 0.041005 10.0.0.141 - - [2026-05-11 02:59:26] "POST /fqname-to-id HTTP/1.1" 404 248 0.004297 10.0.0.27 - - [2026-05-11 02:59:26] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001273 10.0.0.27 - - [2026-05-11 02:59:26] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.061197 10.0.0.27 - - [2026-05-11 02:59:26] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.27 - - [2026-05-11 02:59:26] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?fields=security_groups HTTP/1.1" 200 1390 0.043865 10.0.0.27 - - [2026-05-11 02:59:27] "DELETE /security-group/4974765b-2bb3-4d56-b7ac-432f09cefde1 HTTP/1.1" 200 115 0.083593 10.0.0.27 - - [2026-05-11 02:59:27] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000814 10.0.0.141 - - [2026-05-11 02:59:27] "DELETE /access-control-list/95a7713d-2242-425c-af34-47293e551fd5 HTTP/1.1" 200 115 0.065014 10.0.0.27 - - [2026-05-11 02:59:27] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?fields=application_policy_sets HTTP/1.1" 200 1429 0.067159 10.0.0.141 - - [2026-05-11 02:59:27] "DELETE /project/7a4b295f-717d-4991-890a-6d630c522ea0 HTTP/1.1" 200 115 0.494587 10.0.0.27 - - [2026-05-11 02:59:27] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.141 - - [2026-05-11 02:59:27] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?fields=projects HTTP/1.1" 200 1245 0.015284 10.0.0.27 - - [2026-05-11 02:59:28] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003547 10.0.0.27 - - [2026-05-11 02:59:28] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.27 - - [2026-05-11 02:59:28] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030621 10.0.0.27 - - [2026-05-11 02:59:28] "POST /id-to-fqname HTTP/1.1" 200 196 0.001257 10.0.0.27 - - [2026-05-11 02:59:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.004556 10.0.0.27 - - [2026-05-11 02:59:28] "POST /security-groups HTTP/1.1" 200 597 0.044341 10.0.0.27 - - [2026-05-11 02:59:28] "POST /projects HTTP/1.1" 200 597 0.267509 10.0.0.141 - - [2026-05-11 02:59:29] "POST /access-control-lists HTTP/1.1" 200 602 0.026784 10.0.0.27 - - [2026-05-11 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.345291 10.0.0.141 - - [2026-05-11 02:59:29] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.483544 10.0.0.27 - - [2026-05-11 02:59:29] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.141 - - [2026-05-11 02:59:29] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?fields=virtual_networks HTTP/1.1" 200 1053 0.053328 10.0.0.27 - - [2026-05-11 02:59:29] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.141 - - [2026-05-11 02:59:29] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.042267 10.0.0.27 - - [2026-05-11 02:59:29] "GET /projects?obj_uuids=7a4b295f-717d-4991-890a-6d630c522ea0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002924 10.0.0.141 - - [2026-05-11 02:59:29] "GET /project/7a4b295f-717d-4991-890a-6d630c522ea0?fields=security_groups HTTP/1.1" 200 1285 0.063399 10.0.0.141 - - [2026-05-11 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.033664 10.0.0.27 - - [2026-05-11 02:59:30] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004755 10.0.0.27 - - [2026-05-11 02:59:30] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.27 - - [2026-05-11 02:59:30] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007356 10.0.0.27 - - [2026-05-11 02:59:30] "POST /id-to-fqname HTTP/1.1" 200 202 0.003837 10.0.0.27 - - [2026-05-11 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.005941 10.0.0.27 - - [2026-05-11 02:59:30] "POST /security-groups HTTP/1.1" 200 603 0.082564 10.0.0.141 - - [2026-05-11 02:59:30] "POST /fqname-to-id HTTP/1.1" 404 246 0.005710 10.0.0.27 - - [2026-05-11 02:59:30] "POST /projects HTTP/1.1" 200 609 0.301218 10.0.0.27 - - [2026-05-11 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.381146 10.0.0.141 - - [2026-05-11 02:59:30] "POST /access-control-lists HTTP/1.1" 200 606 0.030575 10.0.0.141 - - [2026-05-11 02:59:30] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.538311 10.0.0.141 - - [2026-05-11 02:59:31] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.141 - - [2026-05-11 02:59:34] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.27 - - [2026-05-11 02:59:34] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.141 - - [2026-05-11 02:59:34] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.067846 10.0.0.141 - - [2026-05-11 02:59:34] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.141 - - [2026-05-11 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.27 - - [2026-05-11 02:59:35] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.141 - - [2026-05-11 02:59:35] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008587 10.0.0.141 - - [2026-05-11 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2026-05-11 02:59:35] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.141 - - [2026-05-11 02:59:35] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.049958 10.0.0.141 - - [2026-05-11 02:59:36] "GET /domains HTTP/1.1" 401 293 0.000400 10.0.0.141 - - [2026-05-11 02:59:36] "GET /domains HTTP/1.1" 200 280 0.028391 10.0.0.27 - - [2026-05-11 02:59:36] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.141 - - [2026-05-11 02:59:36] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0 HTTP/1.1" 200 2778 0.012340 10.0.0.27 - - [2026-05-11 02:59:36] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.141 - - [2026-05-11 02:59:36] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441 HTTP/1.1" 200 1935 0.097355 10.0.0.141 - - [2026-05-11 02:59:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004034 10.0.0.141 - - [2026-05-11 02:59:36] "POST /network-ipams HTTP/1.1" 200 621 0.032536 10.0.0.141 - - [2026-05-11 02:59:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004225 10.0.0.141 - - [2026-05-11 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.141 - - [2026-05-11 02:59:37] "GET /network-ipam/d5f28190-78d5-42cd-a12d-fc4019aadfab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007513 10.0.0.141 - - [2026-05-11 02:59:37] "PUT /network-ipam/d5f28190-78d5-42cd-a12d-fc4019aadfab HTTP/1.1" 200 258 0.020311 10.0.0.141 - - [2026-05-11 02:59:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000619 10.0.0.141 - - [2026-05-11 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.032470 10.0.0.27 - - [2026-05-11 02:59:37] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.141 - - [2026-05-11 02:59:37] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047541 10.0.0.141 - - [2026-05-11 02:59:37] "POST /neutron/network HTTP/1.1" 200 117 0.041296 10.0.0.27 - - [2026-05-11 02:59:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007826 10.0.0.141 - - [2026-05-11 02:59:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.244471 10.0.0.27 - - [2026-05-11 02:59:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.054547 10.0.0.141 - - [2026-05-11 02:59:38] "POST /id-to-fqname HTTP/1.1" 200 235 0.001273 10.0.0.141 - - [2026-05-11 02:59:38] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006695 10.0.0.141 - - [2026-05-11 02:59:38] "POST /neutron/network HTTP/1.1" 200 1337 0.011597 10.0.0.141 - - [2026-05-11 02:59:38] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007242 10.0.0.141 - - [2026-05-11 02:59:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.009417 10.0.0.141 - - [2026-05-11 02:59:39] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007103 10.0.0.141 - - [2026-05-11 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2026-05-11 02:59:40] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001168 10.0.0.141 - - [2026-05-11 02:59:40] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052081 10.0.0.27 - - [2026-05-11 02:59:40] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.141 - - [2026-05-11 02:59:40] "POST /neutron/network HTTP/1.1" 200 623 0.127115 10.0.0.141 - - [2026-05-11 02:59:41] "POST /route-targets HTTP/1.1" 200 327 0.016057 10.0.0.27 - - [2026-05-11 02:59:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009634 10.0.0.141 - - [2026-05-11 02:59:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.204624 10.0.0.141 - - [2026-05-11 02:59:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001664 10.0.0.141 - - [2026-05-11 02:59:41] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006746 10.0.0.141 - - [2026-05-11 02:59:41] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006883 10.0.0.141 - - [2026-05-11 02:59:41] "POST /neutron/network HTTP/1.1" 200 1337 0.013886 10.0.0.141 - - [2026-05-11 02:59:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.016292 10.0.0.141 - - [2026-05-11 02:59:42] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010298 10.0.0.141 - - [2026-05-11 02:59:42] "DELETE /access-control-list/a0916794-6d82-4ea0-8158-35c37741784a HTTP/1.1" 200 115 0.080096 10.0.0.27 - - [2026-05-11 02:59:42] "GET /obj-perms HTTP/1.1" 200 5038 0.057617 10.0.0.141 - - [2026-05-11 02:59:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.005281 10.0.0.141 - - [2026-05-11 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-05-11 02:59:42] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001408 10.0.0.141 - - [2026-05-11 02:59:42] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.070464 10.0.0.141 - - [2026-05-11 02:59:42] "POST /network-policys HTTP/1.1" 200 533 0.030527 10.0.0.141 - - [2026-05-11 02:59:42] "GET /network-policy/5e7bd001-e75d-43fa-b6ec-2fd322aaabef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006529 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.004035 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.27 - - [2026-05-11 02:59:43] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.141 - - [2026-05-11 02:59:43] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045919 10.0.0.141 - - [2026-05-11 02:59:43] "POST /network-policys HTTP/1.1" 200 533 0.050348 10.0.0.141 - - [2026-05-11 02:59:43] "GET /network-policy/1b3711c3-304f-4eb5-acc4-14050918d553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006106 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003346 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-05-11 02:59:43] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001257 10.0.0.141 - - [2026-05-11 02:59:43] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043371 10.0.0.141 - - [2026-05-11 02:59:43] "POST /network-policys HTTP/1.1" 200 533 0.037492 10.0.0.141 - - [2026-05-11 02:59:43] "GET /network-policy/ca60f7e3-485e-4df3-9783-3a5536061312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008231 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003323 10.0.0.141 - - [2026-05-11 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2026-05-11 02:59:44] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.141 - - [2026-05-11 02:59:44] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039983 10.0.0.141 - - [2026-05-11 02:59:44] "POST /network-policys HTTP/1.1" 200 533 0.029253 10.0.0.141 - - [2026-05-11 02:59:44] "GET /network-policy/fe9cb29a-f615-46b5-9e46-27ad6fa78802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005830 10.0.0.141 - - [2026-05-11 02:59:44] "POST /fqname-to-id HTTP/1.1" 404 213 0.003308 10.0.0.141 - - [2026-05-11 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2026-05-11 02:59:44] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.141 - - [2026-05-11 02:59:44] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051342 10.0.0.141 - - [2026-05-11 02:59:44] "POST /network-policys HTTP/1.1" 200 537 0.035900 10.0.0.141 - - [2026-05-11 02:59:44] "GET /network-policy/71bad3cd-d880-4a27-b7ad-a290ae4b3e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006461 10.0.0.141 - - [2026-05-11 02:59:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.004025 10.0.0.141 - - [2026-05-11 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2026-05-11 02:59:44] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.141 - - [2026-05-11 02:59:44] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037343 10.0.0.141 - - [2026-05-11 02:59:44] "POST /network-policys HTTP/1.1" 200 535 0.030037 10.0.0.141 - - [2026-05-11 02:59:44] "GET /network-policy/cccc2d6b-3e42-483c-93dd-de86507f1c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006229 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.003386 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.27 - - [2026-05-11 02:59:45] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.141 - - [2026-05-11 02:59:45] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041357 10.0.0.141 - - [2026-05-11 02:59:45] "POST /network-policys HTTP/1.1" 200 535 0.028714 10.0.0.141 - - [2026-05-11 02:59:45] "GET /network-policy/fcf058aa-fc69-422e-9b49-dea33e62c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006823 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.003780 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2026-05-11 02:59:45] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.141 - - [2026-05-11 02:59:45] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044407 10.0.0.141 - - [2026-05-11 02:59:45] "POST /network-policys HTTP/1.1" 200 535 0.031744 10.0.0.141 - - [2026-05-11 02:59:45] "GET /network-policy/14e70ee2-59c9-4d10-a72d-640ce397e46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006514 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.004509 10.0.0.141 - - [2026-05-11 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2026-05-11 02:59:45] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.141 - - [2026-05-11 02:59:45] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047718 10.0.0.141 - - [2026-05-11 02:59:45] "POST /network-policys HTTP/1.1" 200 535 0.028701 10.0.0.141 - - [2026-05-11 02:59:45] "GET /network-policy/938523cd-bb1a-4172-be5e-cc2f1691edb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007033 10.0.0.141 - - [2026-05-11 02:59:46] "POST /fqname-to-id HTTP/1.1" 404 214 0.003387 10.0.0.141 - - [2026-05-11 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2026-05-11 02:59:46] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.141 - - [2026-05-11 02:59:46] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046950 10.0.0.141 - - [2026-05-11 02:59:46] "POST /network-policys HTTP/1.1" 200 539 0.029520 10.0.0.141 - - [2026-05-11 02:59:46] "GET /network-policy/1b5d04d2-e4eb-45e3-b741-a041be735069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007494 10.0.0.141 - - [2026-05-11 02:59:46] "POST /neutron/network HTTP/1.1" 200 1425 0.039829 10.0.0.141 - - [2026-05-11 02:59:46] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009582 10.0.0.141 - - [2026-05-11 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.141 - - [2026-05-11 02:59:46] "GET /network-policy/5e7bd001-e75d-43fa-b6ec-2fd322aaabef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004573 10.0.0.141 - - [2026-05-11 02:59:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.008199 10.0.0.27 - - [2026-05-11 02:59:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002892 10.0.0.141 - - [2026-05-11 02:59:47] "POST /neutron/network HTTP/1.1" 200 1427 0.024685 10.0.0.141 - - [2026-05-11 02:59:47] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.004729 10.0.0.141 - - [2026-05-11 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007925 10.0.0.141 - - [2026-05-11 02:59:47] "GET /network-policy/71bad3cd-d880-4a27-b7ad-a290ae4b3e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004211 10.0.0.141 - - [2026-05-11 02:59:47] "POST /id-to-fqname HTTP/1.1" 200 235 0.001288 10.0.0.27 - - [2026-05-11 02:59:48] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.141 - - [2026-05-11 02:59:48] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.066660 10.0.0.141 - - [2026-05-11 02:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.007605 10.0.0.141 - - [2026-05-11 02:59:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001250 10.0.0.141 - - [2026-05-11 02:59:48] "POST /neutron/network HTTP/1.1" 200 1437 0.006344 10.0.0.141 - - [2026-05-11 02:59:49] "POST /neutron/port HTTP/1.1" 200 1174 0.022997 10.0.0.27 - - [2026-05-11 02:59:49] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.141 - - [2026-05-11 02:59:49] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.077725 10.0.0.141 - - [2026-05-11 02:59:49] "POST /neutron/network HTTP/1.1" 200 1427 0.065312 10.0.0.141 - - [2026-05-11 02:59:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005973 10.0.0.141 - - [2026-05-11 02:59:50] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.141 - - [2026-05-11 02:59:50] "POST /neutron/network HTTP/1.1" 200 1425 0.016094 10.0.0.141 - - [2026-05-11 02:59:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008324 10.0.0.141 - - [2026-05-11 02:59:51] "POST /neutron/port HTTP/1.1" 200 1174 0.027266 10.0.0.141 - - [2026-05-11 02:59:51] "POST /neutron/port HTTP/1.1" 200 1238 0.022235 10.0.0.141 - - [2026-05-11 02:59:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019850 10.0.0.141 - - [2026-05-11 02:59:51] "POST /neutron/network HTTP/1.1" 200 1427 0.015155 10.0.0.27 - - [2026-05-11 02:59:53] "DELETE /project/cfd66c0a700b49e38b4075fb25ba9441 HTTP/1.1" 404 173 0.002922 10.0.0.27 - - [2026-05-11 02:59:53] "DELETE /project/7a4b295f-717d-4991-890a-6d630c522ea0 HTTP/1.1" 404 177 0.008983 10.0.0.27 - - [2026-05-11 02:59:53] "DELETE /project/7a4b295f717d4991890a6d630c522ea0 HTTP/1.1" 404 173 0.007518 10.0.0.141 - - [2026-05-11 02:59:55] "POST /neutron/port HTTP/1.1" 200 1238 0.021262 10.0.0.141 - - [2026-05-11 02:59:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009439 10.0.0.141 - - [2026-05-11 02:59:55] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 401 293 0.000727 10.0.0.141 - - [2026-05-11 02:59:55] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 200 1304 0.042821 10.0.0.141 - - [2026-05-11 02:59:55] "GET /virtual-machine-interface/bc4b36c8-9730-4d5e-a1e4-ca5b11c3f0c2 HTTP/1.1" 200 3169 0.005883 10.0.0.141 - - [2026-05-11 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.141 - - [2026-05-11 02:59:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.013355 10.0.0.141 - - [2026-05-11 02:59:56] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004799 10.0.0.141 - - [2026-05-11 02:59:56] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007914 10.0.0.141 - - [2026-05-11 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.141 - - [2026-05-11 02:59:59] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005873 10.0.0.141 - - [2026-05-11 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.141 - - [2026-05-11 03:00:03] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006087 10.0.0.141 - - [2026-05-11 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.141 - - [2026-05-11 03:00:07] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005253 10.0.0.141 - - [2026-05-11 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.141 - - [2026-05-11 03:00:11] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005616 10.0.0.141 - - [2026-05-11 03:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.053202 10.0.0.249 - - [2026-05-11 03:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.055957 10.0.0.141 - - [2026-05-11 03:00:14] "POST /neutron/network HTTP/1.1" 200 1437 0.008446 10.0.0.141 - - [2026-05-11 03:00:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.022076 10.0.0.141 - - [2026-05-11 03:00:14] "POST /neutron/network HTTP/1.1" 200 1427 0.014517 10.0.0.141 - - [2026-05-11 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.141 - - [2026-05-11 03:00:15] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006626 10.0.0.141 - - [2026-05-11 03:00:16] "POST /neutron/network HTTP/1.1" 200 1435 0.008624 10.0.0.141 - - [2026-05-11 03:00:16] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016397 10.0.0.141 - - [2026-05-11 03:00:16] "POST /neutron/network HTTP/1.1" 200 1425 0.016823 10.0.0.141 - - [2026-05-11 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.141 - - [2026-05-11 03:00:19] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006723 10.0.0.141 - - [2026-05-11 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.141 - - [2026-05-11 03:00:23] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006825 10.0.0.141 - - [2026-05-11 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.141 - - [2026-05-11 03:00:27] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006751 10.0.0.141 - - [2026-05-11 03:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.141 - - [2026-05-11 03:00:31] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005478 10.0.0.141 - - [2026-05-11 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.141 - - [2026-05-11 03:00:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005187 10.0.0.141 - - [2026-05-11 03:00:36] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004007 10.0.0.141 - - [2026-05-11 03:00:36] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006324 10.0.0.141 - - [2026-05-11 03:00:41] "POST /neutron/port HTTP/1.1" 200 1238 0.020365 10.0.0.141 - - [2026-05-11 03:00:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.038146 10.0.0.141 - - [2026-05-11 03:00:51] "POST /neutron/port HTTP/1.1" 200 1238 0.023597 10.0.0.141 - - [2026-05-11 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013801 10.0.0.141 - - [2026-05-11 03:00:57] "POST /neutron/port HTTP/1.1" 200 1238 0.020471 10.0.0.141 - - [2026-05-11 03:00:57] "GET /virtual-machine/9930d691-29c8-43de-b4bd-1e2dd387985d HTTP/1.1" 200 1305 0.005602 10.0.0.141 - - [2026-05-11 03:00:57] "GET /virtual-machine-interface/e391f652-c672-48d3-99dd-ad1cc786625b HTTP/1.1" 200 3169 0.005646 10.0.0.141 - - [2026-05-11 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.141 - - [2026-05-11 03:00:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003713 10.0.0.141 - - [2026-05-11 03:00:57] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005027 10.0.0.141 - - [2026-05-11 03:00:57] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006141 10.0.0.141 - - [2026-05-11 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2026-05-11 03:00:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003862 10.0.0.141 - - [2026-05-11 03:00:58] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003276 10.0.0.141 - - [2026-05-11 03:00:58] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.012436 10.0.0.141 - - [2026-05-11 03:00:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010956 10.0.0.141 - - [2026-05-11 03:01:09] "POST /neutron/port HTTP/1.1" 200 1238 0.021836 10.0.0.141 - - [2026-05-11 03:01:14] "POST /neutron/port HTTP/1.1" 200 1238 0.051487 10.0.0.141 - - [2026-05-11 03:01:14] "POST /neutron/port HTTP/1.1" 200 1238 0.021723 10.0.0.141 - - [2026-05-11 03:01:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006598 10.0.0.141 - - [2026-05-11 03:01:14] "POST /neutron/network HTTP/1.1" 200 1427 0.012313 10.0.0.141 - - [2026-05-11 03:01:18] "POST /neutron/network HTTP/1.1" 200 1435 0.035859 10.0.0.141 - - [2026-05-11 03:01:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.042277 10.0.0.141 - - [2026-05-11 03:01:19] "POST /neutron/network HTTP/1.1" 200 1425 0.014958 10.0.0.141 - - [2026-05-11 03:01:24] "POST /neutron/port HTTP/1.1" 200 1238 0.027850 10.0.0.141 - - [2026-05-11 03:01:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007776 10.0.0.141 - - [2026-05-11 03:01:40] "POST /neutron/port HTTP/1.1" 200 1238 0.020190 10.0.0.141 - - [2026-05-11 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010737 10.0.0.27 - - [2026-05-11 03:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.249 - - [2026-05-11 03:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.27 - - [2026-05-11 03:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.249 - - [2026-05-11 03:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.27 - - [2026-05-11 03:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.27 - - [2026-05-11 03:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000696 10.0.0.249 - - [2026-05-11 03:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-05-11 03:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2026-05-11 03:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.141 - - [2026-05-11 03:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.141 - - [2026-05-11 03:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2026-05-11 03:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.141 - - [2026-05-11 03:01:55] "POST /neutron/port HTTP/1.1" 200 1238 0.019294 10.0.0.141 - - [2026-05-11 03:02:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008651 10.0.0.141 - - [2026-05-11 03:02:11] "POST /neutron/port HTTP/1.1" 200 1238 0.020717 10.0.0.141 - - [2026-05-11 03:02:15] "POST /neutron/port HTTP/1.1" 200 1238 0.021977 10.0.0.141 - - [2026-05-11 03:02:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004238 10.0.0.141 - - [2026-05-11 03:02:16] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.141 - - [2026-05-11 03:02:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008579 10.0.0.141 - - [2026-05-11 03:02:18] "POST /neutron/network HTTP/1.1" 200 1435 0.008800 10.0.0.141 - - [2026-05-11 03:02:18] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019258 10.0.0.141 - - [2026-05-11 03:02:18] "POST /neutron/network HTTP/1.1" 200 1425 0.018000 10.0.0.141 - - [2026-05-11 03:02:25] "POST /neutron/port HTTP/1.1" 200 1238 0.019396 10.0.0.141 - - [2026-05-11 03:02:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007080 10.0.0.141 - - [2026-05-11 03:02:36] "POST /neutron/port HTTP/1.1" 200 1238 0.017828 10.0.0.141 - - [2026-05-11 03:02:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007525 10.0.0.141 - - [2026-05-11 03:02:47] "POST /neutron/port HTTP/1.1" 200 1238 0.022047 10.0.0.141 - - [2026-05-11 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.141 - - [2026-05-11 03:02:47] "GET /network-policy/71bad3cd-d880-4a27-b7ad-a290ae4b3e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.003708 10.0.0.141 - - [2026-05-11 03:02:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007413 10.0.0.141 - - [2026-05-11 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2026-05-11 03:02:48] "GET /network-policy/5e7bd001-e75d-43fa-b6ec-2fd322aaabef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003881 10.0.0.141 - - [2026-05-11 03:02:48] "PUT /access-control-list/735e6272-4929-4fbd-92a6-6ee3aa63b3be HTTP/1.1" 200 272 0.070115 10.0.0.141 - - [2026-05-11 03:02:48] "POST /neutron/network HTTP/1.1" 200 1425 0.018132 10.0.0.141 - - [2026-05-11 03:02:48] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005113 10.0.0.141 - - [2026-05-11 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2026-05-11 03:02:48] "GET /network-policy/1b3711c3-304f-4eb5-acc4-14050918d553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005387 10.0.0.141 - - [2026-05-11 03:03:17] "POST /neutron/network HTTP/1.1" 200 1437 0.007640 10.0.0.141 - - [2026-05-11 03:03:17] "POST /neutron/subnet HTTP/1.1" 200 1361 0.025452 10.0.0.141 - - [2026-05-11 03:03:17] "POST /neutron/network HTTP/1.1" 200 1427 0.011855 10.0.0.141 - - [2026-05-11 03:03:19] "POST /neutron/network HTTP/1.1" 200 1435 0.010762 10.0.0.141 - - [2026-05-11 03:03:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.026290 10.0.0.141 - - [2026-05-11 03:03:19] "POST /neutron/network HTTP/1.1" 200 1425 0.015638 10.0.0.141 - - [2026-05-11 03:03:43] "POST /neutron/network HTTP/1.1" 200 1428 0.026748 10.0.0.141 - - [2026-05-11 03:03:43] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.008096 10.0.0.141 - - [2026-05-11 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.141 - - [2026-05-11 03:03:43] "GET /network-policy/1b5d04d2-e4eb-45e3-b741-a041be735069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007563 10.0.0.27 - - [2026-05-11 03:03:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002281 10.0.0.141 - - [2026-05-11 03:03:55] "PUT /access-control-list/735e6272-4929-4fbd-92a6-6ee3aa63b3be HTTP/1.1" 200 272 0.067059 10.0.0.141 - - [2026-05-11 03:03:55] "POST /neutron/network HTTP/1.1" 200 1425 0.023011 10.0.0.141 - - [2026-05-11 03:03:55] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006412 10.0.0.141 - - [2026-05-11 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.141 - - [2026-05-11 03:03:55] "GET /network-policy/ca60f7e3-485e-4df3-9783-3a5536061312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004237 10.0.0.141 - - [2026-05-11 03:04:08] "POST /neutron/network HTTP/1.1" 200 1425 0.017582 10.0.0.141 - - [2026-05-11 03:04:08] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007444 10.0.0.141 - - [2026-05-11 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.141 - - [2026-05-11 03:04:08] "GET /network-policy/fe9cb29a-f615-46b5-9e46-27ad6fa78802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005197 10.0.0.27 - - [2026-05-11 03:04:14] "GET /obj-perms HTTP/1.1" 200 5075 0.063955 10.0.0.141 - - [2026-05-11 03:04:14] "GET /obj-perms HTTP/1.1" 200 5075 0.059120 10.0.0.141 - - [2026-05-11 03:04:17] "POST /neutron/network HTTP/1.1" 200 1437 0.007358 10.0.0.141 - - [2026-05-11 03:04:17] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016299 10.0.0.141 - - [2026-05-11 03:04:17] "POST /neutron/network HTTP/1.1" 200 1427 0.011367 10.0.0.141 - - [2026-05-11 03:04:18] "PUT /access-control-list/735e6272-4929-4fbd-92a6-6ee3aa63b3be HTTP/1.1" 200 272 0.032258 10.0.0.141 - - [2026-05-11 03:04:18] "POST /neutron/network HTTP/1.1" 200 1426 0.022600 10.0.0.141 - - [2026-05-11 03:04:18] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008884 10.0.0.141 - - [2026-05-11 03:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.141 - - [2026-05-11 03:04:18] "GET /network-policy/cccc2d6b-3e42-483c-93dd-de86507f1c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006385 10.0.0.141 - - [2026-05-11 03:04:21] "POST /neutron/network HTTP/1.1" 200 1436 0.006977 10.0.0.141 - - [2026-05-11 03:04:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015913 10.0.0.141 - - [2026-05-11 03:04:21] "POST /neutron/network HTTP/1.1" 200 1426 0.011203 10.0.0.27 - - [2026-05-11 03:04:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003452 10.0.0.141 - - [2026-05-11 03:04:31] "POST /neutron/network HTTP/1.1" 200 1426 0.025629 10.0.0.141 - - [2026-05-11 03:04:31] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005253 10.0.0.141 - - [2026-05-11 03:04:31] "POST /ref-update HTTP/1.1" 200 156 0.034608 10.0.0.141 - - [2026-05-11 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.012909 10.0.0.141 - - [2026-05-11 03:04:31] "GET /network-policy/fcf058aa-fc69-422e-9b49-dea33e62c3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004405 10.0.0.141 - - [2026-05-11 03:04:41] "POST /neutron/network HTTP/1.1" 200 1426 0.058768 10.0.0.141 - - [2026-05-11 03:04:41] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.033266 10.0.0.141 - - [2026-05-11 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.141 - - [2026-05-11 03:04:41] "GET /network-policy/14e70ee2-59c9-4d10-a72d-640ce397e46f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005146 10.0.0.141 - - [2026-05-11 03:04:54] "POST /neutron/network HTTP/1.1" 200 1426 0.024996 10.0.0.141 - - [2026-05-11 03:04:54] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006758 10.0.0.141 - - [2026-05-11 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2026-05-11 03:04:54] "GET /network-policy/938523cd-bb1a-4172-be5e-cc2f1691edb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006517 10.0.0.141 - - [2026-05-11 03:05:04] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007706 10.0.0.141 - - [2026-05-11 03:05:04] "DELETE /access-control-list/735e6272-4929-4fbd-92a6-6ee3aa63b3be HTTP/1.1" 200 115 0.045566 10.0.0.27 - - [2026-05-11 03:05:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.055366 10.0.0.141 - - [2026-05-11 03:05:04] "POST /neutron/network HTTP/1.1" 200 1337 0.016770 10.0.0.141 - - [2026-05-11 03:05:04] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006716 10.0.0.141 - - [2026-05-11 03:05:04] "GET /virtual-machine/9930d691-29c8-43de-b4bd-1e2dd387985d HTTP/1.1" 200 1305 0.027639 10.0.0.141 - - [2026-05-11 03:05:05] "POST /neutron/port HTTP/1.1" 200 151 0.252856 10.0.0.141 - - [2026-05-11 03:05:06] "GET /virtual-machine/9930d691-29c8-43de-b4bd-1e2dd387985d HTTP/1.1" 404 171 0.004699 10.0.0.141 - - [2026-05-11 03:05:06] "GET /virtual-machine/9930d691-29c8-43de-b4bd-1e2dd387985d HTTP/1.1" 404 171 0.004068 10.0.0.141 - - [2026-05-11 03:05:06] "GET /virtual-machine/9930d691-29c8-43de-b4bd-1e2dd387985d HTTP/1.1" 404 171 0.003222 10.0.0.141 - - [2026-05-11 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.141 - - [2026-05-11 03:05:07] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006263 10.0.0.141 - - [2026-05-11 03:05:07] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004356 10.0.0.141 - - [2026-05-11 03:05:07] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005930 10.0.0.141 - - [2026-05-11 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.141 - - [2026-05-11 03:05:07] "GET /routing-instance/02865a31-26a6-4670-911c-864f004f8127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004613 10.0.0.141 - - [2026-05-11 03:05:07] "GET /route-target/cd3ed437-66c9-4745-b08a-c8c78165dbb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003902 10.0.0.141 - - [2026-05-11 03:05:10] "GET /obj-perms HTTP/1.1" 200 5038 0.064620 10.0.0.141 - - [2026-05-11 03:05:13] "GET /obj-perms HTTP/1.1" 200 5038 0.003514 10.0.0.249 - - [2026-05-11 03:05:15] "GET /obj-perms HTTP/1.1" 200 5075 0.074080 10.0.0.141 - - [2026-05-11 03:05:19] "GET /obj-perms HTTP/1.1" 200 5038 0.004041 10.0.0.141 - - [2026-05-11 03:05:21] "POST /neutron/network HTTP/1.1" 200 1347 0.007796 10.0.0.141 - - [2026-05-11 03:05:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.021122 10.0.0.141 - - [2026-05-11 03:05:21] "POST /neutron/network HTTP/1.1" 200 1337 0.019325 10.0.0.141 - - [2026-05-11 03:05:22] "GET /obj-perms HTTP/1.1" 200 5038 0.003995 10.0.0.141 - - [2026-05-11 03:05:23] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 200 1304 0.005255 10.0.0.141 - - [2026-05-11 03:05:23] "POST /neutron/port HTTP/1.1" 200 151 0.253563 10.0.0.141 - - [2026-05-11 03:05:25] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 404 171 0.004070 10.0.0.141 - - [2026-05-11 03:05:25] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 404 171 0.003994 10.0.0.141 - - [2026-05-11 03:05:25] "GET /virtual-machine/f858204e-99c7-48da-81e3-df2526488fbf HTTP/1.1" 404 171 0.004026 10.0.0.141 - - [2026-05-11 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.141 - - [2026-05-11 03:05:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004512 10.0.0.141 - - [2026-05-11 03:05:25] "GET /virtual-networks?parent_id=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004003 10.0.0.141 - - [2026-05-11 03:05:25] "GET /virtual-network/a4c6217f-c8ee-4bcf-b147-583082e3c41d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010733 10.0.0.141 - - [2026-05-11 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.141 - - [2026-05-11 03:05:25] "GET /routing-instance/bff7bef9-534c-4de3-b1bc-a60a1cc5cdc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005673 10.0.0.141 - - [2026-05-11 03:05:25] "GET /route-target/ef86206a-ca23-4ac0-8e70-0c71fe7ce621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005711 10.0.0.141 - - [2026-05-11 03:05:25] "GET /obj-perms HTTP/1.1" 200 5038 0.005847 10.0.0.141 - - [2026-05-11 03:05:28] "GET /obj-perms HTTP/1.1" 200 5038 0.004391 10.0.0.141 - - [2026-05-11 03:05:34] "GET /obj-perms HTTP/1.1" 200 5038 0.004023 10.0.0.141 - - [2026-05-11 03:05:37] "GET /obj-perms HTTP/1.1" 200 5038 0.003870 10.0.0.141 - - [2026-05-11 03:05:44] "GET /obj-perms HTTP/1.1" 200 5038 0.004675 10.0.0.141 - - [2026-05-11 03:05:47] "GET /obj-perms HTTP/1.1" 200 5038 0.003871 10.0.0.141 - - [2026-05-11 03:05:50] "GET /obj-perms HTTP/1.1" 200 5038 0.003963 10.0.0.27 - - [2026-05-11 03:05:50] "GET /obj-perms HTTP/1.1" 200 5038 0.059828 10.0.0.141 - - [2026-05-11 03:05:50] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007787 10.0.0.141 - - [2026-05-11 03:05:50] "POST /neutron/network HTTP/1.1" 200 1337 0.020425 10.0.0.141 - - [2026-05-11 03:05:50] "GET /virtual-network/fded1d54-27c0-4863-92f5-0f984e49db67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007351 10.0.0.141 - - [2026-05-11 03:05:50] "POST /ref-update HTTP/1.1" 200 156 0.038374 10.0.0.141 - - [2026-05-11 03:05:51] "DELETE /network-policy/1b5d04d2-e4eb-45e3-b741-a041be735069 HTTP/1.1" 200 115 0.039638 10.0.0.141 - - [2026-05-11 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2026-05-11 03:05:51] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.030983 10.0.0.141 - - [2026-05-11 03:05:51] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.082436 10.0.0.141 - - [2026-05-11 03:05:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005298 10.0.0.141 - - [2026-05-11 03:05:51] "DELETE /network-policy/938523cd-bb1a-4172-be5e-cc2f1691edb1 HTTP/1.1" 200 115 0.039429 10.0.0.141 - - [2026-05-11 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.27 - - [2026-05-11 03:05:51] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.141 - - [2026-05-11 03:05:51] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037690 10.0.0.141 - - [2026-05-11 03:05:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006202 10.0.0.141 - - [2026-05-11 03:05:51] "DELETE /network-policy/14e70ee2-59c9-4d10-a72d-640ce397e46f HTTP/1.1" 200 115 0.039794 10.0.0.141 - - [2026-05-11 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2026-05-11 03:05:51] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.141 - - [2026-05-11 03:05:51] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.040707 10.0.0.141 - - [2026-05-11 03:05:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006176 10.0.0.141 - - [2026-05-11 03:05:51] "DELETE /network-policy/fcf058aa-fc69-422e-9b49-dea33e62c3cf HTTP/1.1" 200 115 0.039606 10.0.0.141 - - [2026-05-11 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006342 10.0.0.27 - - [2026-05-11 03:05:51] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.141 - - [2026-05-11 03:05:51] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.050744 10.0.0.141 - - [2026-05-11 03:05:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.007232 10.0.0.141 - - [2026-05-11 03:05:51] "DELETE /network-policy/cccc2d6b-3e42-483c-93dd-de86507f1c14 HTTP/1.1" 200 115 0.048635 10.0.0.141 - - [2026-05-11 03:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2026-05-11 03:05:51] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.141 - - [2026-05-11 03:05:51] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042720 10.0.0.141 - - [2026-05-11 03:05:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005420 10.0.0.141 - - [2026-05-11 03:05:52] "DELETE /network-policy/71bad3cd-d880-4a27-b7ad-a290ae4b3e4c HTTP/1.1" 200 115 0.040024 10.0.0.141 - - [2026-05-11 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2026-05-11 03:05:52] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.141 - - [2026-05-11 03:05:52] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044159 10.0.0.141 - - [2026-05-11 03:05:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005851 10.0.0.141 - - [2026-05-11 03:05:52] "DELETE /network-policy/fe9cb29a-f615-46b5-9e46-27ad6fa78802 HTTP/1.1" 200 115 0.051060 10.0.0.141 - - [2026-05-11 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2026-05-11 03:05:52] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.141 - - [2026-05-11 03:05:52] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041230 10.0.0.141 - - [2026-05-11 03:05:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.008058 10.0.0.141 - - [2026-05-11 03:05:52] "DELETE /network-policy/ca60f7e3-485e-4df3-9783-3a5536061312 HTTP/1.1" 200 115 0.041398 10.0.0.141 - - [2026-05-11 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2026-05-11 03:05:52] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.141 - - [2026-05-11 03:05:52] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035404 10.0.0.141 - - [2026-05-11 03:05:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005857 10.0.0.141 - - [2026-05-11 03:05:52] "DELETE /network-policy/1b3711c3-304f-4eb5-acc4-14050918d553 HTTP/1.1" 200 115 0.038648 10.0.0.141 - - [2026-05-11 03:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2026-05-11 03:05:52] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.141 - - [2026-05-11 03:05:52] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038883 10.0.0.141 - - [2026-05-11 03:05:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005979 10.0.0.141 - - [2026-05-11 03:05:53] "DELETE /network-policy/5e7bd001-e75d-43fa-b6ec-2fd322aaabef HTTP/1.1" 200 115 0.045732 10.0.0.141 - - [2026-05-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2026-05-11 03:05:53] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.141 - - [2026-05-11 03:05:53] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045209 10.0.0.141 - - [2026-05-11 03:05:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-17556492&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006557 10.0.0.141 - - [2026-05-11 03:05:53] "POST /neutron/network HTTP/1.1" 200 1337 0.017758 10.0.0.141 - - [2026-05-11 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.141 - - [2026-05-11 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.039417 10.0.0.141 - - [2026-05-11 03:05:54] "DELETE /network-ipam/d5f28190-78d5-42cd-a12d-fc4019aadfab HTTP/1.1" 200 115 0.043772 10.0.0.141 - - [2026-05-11 03:05:54] "POST /fqname-to-id HTTP/1.1" 404 260 0.005282 10.0.0.27 - - [2026-05-11 03:05:54] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.27 - - [2026-05-11 03:05:54] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.054669 10.0.0.27 - - [2026-05-11 03:05:54] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.27 - - [2026-05-11 03:05:54] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?fields=security_groups HTTP/1.1" 200 1410 0.055415 10.0.0.27 - - [2026-05-11 03:05:54] "DELETE /security-group/9ab96d12-ee98-4dcc-a878-f22450b2e8a6 HTTP/1.1" 200 115 0.068838 10.0.0.27 - - [2026-05-11 03:05:54] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001873 10.0.0.27 - - [2026-05-11 03:05:54] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?fields=application_policy_sets HTTP/1.1" 200 1449 0.060829 10.0.0.141 - - [2026-05-11 03:05:54] "DELETE /access-control-list/fac1df8e-6a7c-40c4-a96a-f70a4fac244c HTTP/1.1" 200 115 0.058734 10.0.0.141 - - [2026-05-11 03:05:54] "DELETE /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441 HTTP/1.1" 200 115 0.502633 10.0.0.27 - - [2026-05-11 03:05:54] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.141 - - [2026-05-11 03:05:54] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?fields=projects HTTP/1.1" 200 1245 0.012526 10.0.0.27 - - [2026-05-11 03:05:56] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003592 10.0.0.27 - - [2026-05-11 03:05:56] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.27 - - [2026-05-11 03:05:56] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033798 10.0.0.27 - - [2026-05-11 03:05:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.006098 10.0.0.27 - - [2026-05-11 03:05:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.012282 10.0.0.27 - - [2026-05-11 03:05:56] "POST /security-groups HTTP/1.1" 200 603 0.038855 10.0.0.27 - - [2026-05-11 03:05:56] "POST /projects HTTP/1.1" 200 609 0.277756 10.0.0.27 - - [2026-05-11 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.360734 10.0.0.141 - - [2026-05-11 03:05:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.013242 10.0.0.141 - - [2026-05-11 03:05:56] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.546344 10.0.0.27 - - [2026-05-11 03:05:56] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.141 - - [2026-05-11 03:05:56] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?fields=virtual_networks HTTP/1.1" 200 1067 0.073291 10.0.0.27 - - [2026-05-11 03:05:56] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001407 10.0.0.141 - - [2026-05-11 03:05:56] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.071921 10.0.0.27 - - [2026-05-11 03:05:57] "GET /projects?obj_uuids=cfd66c0a-700b-49e3-8b40-75fb25ba9441&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004328 10.0.0.141 - - [2026-05-11 03:05:57] "GET /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441?fields=security_groups HTTP/1.1" 200 1305 0.068002 10.0.0.141 - - [2026-05-11 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.037895 10.0.0.27 - - [2026-05-11 03:05:58] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003903 10.0.0.27 - - [2026-05-11 03:05:58] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.073378 10.0.0.27 - - [2026-05-11 03:05:58] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.080292 10.0.0.27 - - [2026-05-11 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 184 0.018962 10.0.0.27 - - [2026-05-11 03:05:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.008556 10.0.0.27 - - [2026-05-11 03:05:58] "POST /security-groups HTTP/1.1" 200 585 0.043396 10.0.0.27 - - [2026-05-11 03:05:58] "POST /projects HTTP/1.1" 200 573 0.330915 10.0.0.141 - - [2026-05-11 03:05:58] "POST /access-control-lists HTTP/1.1" 200 590 0.038497 10.0.0.27 - - [2026-05-11 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.410768 10.0.0.141 - - [2026-05-11 03:05:58] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.646019 10.0.0.141 - - [2026-05-11 03:05:59] "GET / HTTP/1.1" 200 35931 0.001994 10.0.0.141 - - [2026-05-11 03:06:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000591 10.0.0.141 - - [2026-05-11 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.097579 10.0.0.27 - - [2026-05-11 03:06:01] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001539 10.0.0.141 - - [2026-05-11 03:06:01] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.068842 10.0.0.27 - - [2026-05-11 03:06:01] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001352 10.0.0.141 - - [2026-05-11 03:06:01] "POST /neutron/network HTTP/1.1" 200 599 0.209824 10.0.0.141 - - [2026-05-11 03:06:01] "POST /route-targets HTTP/1.1" 200 327 0.025989 10.0.0.141 - - [2026-05-11 03:06:02] "POST /neutron/network HTTP/1.1" 200 990 0.015764 10.0.0.141 - - [2026-05-11 03:06:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.001663 10.0.0.141 - - [2026-05-11 03:06:02] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.009013 10.0.0.141 - - [2026-05-11 03:06:02] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007823 10.0.0.141 - - [2026-05-11 03:06:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.014326 10.0.0.141 - - [2026-05-11 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.27 - - [2026-05-11 03:06:02] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003680 10.0.0.141 - - [2026-05-11 03:06:02] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.057137 10.0.0.27 - - [2026-05-11 03:06:02] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001753 10.0.0.141 - - [2026-05-11 03:06:02] "POST /neutron/network HTTP/1.1" 200 599 0.164319 10.0.0.141 - - [2026-05-11 03:06:02] "POST /ref-update HTTP/1.1" 200 156 0.030792 10.0.0.27 - - [2026-05-11 03:06:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005541 10.0.0.141 - - [2026-05-11 03:06:03] "POST /neutron/network HTTP/1.1" 200 994 0.012043 10.0.0.141 - - [2026-05-11 03:06:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.002072 10.0.0.141 - - [2026-05-11 03:06:03] "GET /virtual-network/b6aa7e7c-1fec-4ce7-8882-cbd674847528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.008023 10.0.0.141 - - [2026-05-11 03:06:03] "GET /virtual-network/b6aa7e7c-1fec-4ce7-8882-cbd674847528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.007198 10.0.0.141 - - [2026-05-11 03:06:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.014371 10.0.0.141 - - [2026-05-11 03:06:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001784 10.0.0.27 - - [2026-05-11 03:06:04] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001031 10.0.0.141 - - [2026-05-11 03:06:04] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.104741 10.0.0.141 - - [2026-05-11 03:06:04] "POST /neutron/network HTTP/1.1" 200 990 0.054070 10.0.0.141 - - [2026-05-11 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001698 10.0.0.141 - - [2026-05-11 03:06:04] "POST /neutron/port HTTP/1.1" 200 117 0.007571 10.0.0.27 - - [2026-05-11 03:06:05] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001682 10.0.0.27 - - [2026-05-11 03:06:05] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001296 10.0.0.141 - - [2026-05-11 03:06:05] "POST /neutron/port HTTP/1.1" 200 1159 0.456944 10.0.0.141 - - [2026-05-11 03:06:05] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.139250 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/port HTTP/1.1" 200 1159 0.021071 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/port HTTP/1.1" 200 1223 0.026132 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.141 - - [2026-05-11 03:06:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.002002 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/port HTTP/1.1" 200 1223 0.026162 10.0.0.141 - - [2026-05-11 03:06:06] "POST /neutron/network HTTP/1.1" 200 1000 0.009784 10.0.0.141 - - [2026-05-11 03:06:07] "POST /neutron/port HTTP/1.1" 200 1159 0.023845 10.0.0.141 - - [2026-05-11 03:06:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006315 10.0.0.27 - - [2026-05-11 03:06:07] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001042 10.0.0.141 - - [2026-05-11 03:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.141 - - [2026-05-11 03:06:07] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.097628 10.0.0.141 - - [2026-05-11 03:06:07] "POST /neutron/network HTTP/1.1" 200 990 0.009692 10.0.0.141 - - [2026-05-11 03:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.006633 10.0.0.141 - - [2026-05-11 03:06:08] "POST /neutron/port HTTP/1.1" 200 1223 0.018431 10.0.0.141 - - [2026-05-11 03:06:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008188 10.0.0.141 - - [2026-05-11 03:06:08] "GET /virtual-machine/57ff566c-6d1a-4f4d-957c-c26fffdf40a2 HTTP/1.1" 401 293 0.000471 10.0.0.141 - - [2026-05-11 03:06:08] "GET /virtual-machine/57ff566c-6d1a-4f4d-957c-c26fffdf40a2 HTTP/1.1" 200 1286 0.033020 10.0.0.141 - - [2026-05-11 03:06:08] "GET /virtual-machine-interface/f0d79cf7-5858-4545-b689-af9807cfdba9 HTTP/1.1" 200 3105 0.013986 10.0.0.141 - - [2026-05-11 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.141 - - [2026-05-11 03:06:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005604 10.0.0.141 - - [2026-05-11 03:06:08] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003482 10.0.0.141 - - [2026-05-11 03:06:08] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005287 10.0.0.141 - - [2026-05-11 03:06:08] "POST /neutron/port HTTP/1.1" 200 1163 0.029026 10.0.0.141 - - [2026-05-11 03:06:09] "POST /neutron/port HTTP/1.1" 200 1227 0.025611 10.0.0.141 - - [2026-05-11 03:06:09] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017114 10.0.0.141 - - [2026-05-11 03:06:09] "POST /neutron/network HTTP/1.1" 200 994 0.013325 10.0.0.141 - - [2026-05-11 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.141 - - [2026-05-11 03:06:11] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005619 10.0.0.141 - - [2026-05-11 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.141 - - [2026-05-11 03:06:15] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005028 10.0.0.249 - - [2026-05-11 03:06:16] "GET /obj-perms HTTP/1.1" 200 5075 0.059215 10.0.0.141 - - [2026-05-11 03:06:19] "POST /neutron/network HTTP/1.1" 200 1000 0.034332 10.0.0.141 - - [2026-05-11 03:06:19] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017605 10.0.0.141 - - [2026-05-11 03:06:19] "POST /neutron/network HTTP/1.1" 200 990 0.009802 10.0.0.141 - - [2026-05-11 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.141 - - [2026-05-11 03:06:20] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007974 10.0.0.141 - - [2026-05-11 03:06:23] "POST /neutron/network HTTP/1.1" 200 1000 0.035573 10.0.0.141 - - [2026-05-11 03:06:23] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020712 10.0.0.141 - - [2026-05-11 03:06:24] "POST /neutron/network HTTP/1.1" 200 990 0.014413 10.0.0.141 - - [2026-05-11 03:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.141 - - [2026-05-11 03:06:24] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005951 10.0.0.141 - - [2026-05-11 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.141 - - [2026-05-11 03:06:28] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005031 10.0.0.141 - - [2026-05-11 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.141 - - [2026-05-11 03:06:32] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005342 10.0.0.141 - - [2026-05-11 03:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.141 - - [2026-05-11 03:06:36] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007076 10.0.0.141 - - [2026-05-11 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.141 - - [2026-05-11 03:06:40] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007136 10.0.0.141 - - [2026-05-11 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2026-05-11 03:06:44] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005901 10.0.0.141 - - [2026-05-11 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.141 - - [2026-05-11 03:06:48] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007135 10.0.0.141 - - [2026-05-11 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.141 - - [2026-05-11 03:06:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005578 10.0.0.141 - - [2026-05-11 03:06:50] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.006735 10.0.0.141 - - [2026-05-11 03:06:50] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007271 10.0.0.27 - - [2026-05-11 03:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2026-05-11 03:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.27 - - [2026-05-11 03:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-05-11 03:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000612 10.0.0.27 - - [2026-05-11 03:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.27 - - [2026-05-11 03:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-05-11 03:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-05-11 03:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.141 - - [2026-05-11 03:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.141 - - [2026-05-11 03:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.27 - - [2026-05-11 03:06:54] "DELETE /project/cfd66c0a700b49e38b4075fb25ba9441 HTTP/1.1" 404 173 0.013315 10.0.0.27 - - [2026-05-11 03:06:54] "DELETE /project/c6ecb0868b68435e88e4072a7bf110d5 HTTP/1.1" 404 173 0.016982 10.0.0.27 - - [2026-05-11 03:06:54] "DELETE /project/cfd66c0a-700b-49e3-8b40-75fb25ba9441 HTTP/1.1" 404 177 0.015574 10.0.0.141 - - [2026-05-11 03:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.141 - - [2026-05-11 03:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2026-05-11 03:06:56] "POST /neutron/port HTTP/1.1" 200 1223 0.026985 10.0.0.141 - - [2026-05-11 03:07:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008456 10.0.0.141 - - [2026-05-11 03:07:06] "POST /neutron/port HTTP/1.1" 200 1223 0.020949 10.0.0.141 - - [2026-05-11 03:07:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008851 10.0.0.141 - - [2026-05-11 03:07:12] "POST /neutron/port HTTP/1.1" 200 1223 0.022793 10.0.0.141 - - [2026-05-11 03:07:12] "GET /virtual-machine/2909371f-d55d-426f-a4b7-313645b8d47a HTTP/1.1" 200 1286 0.008051 10.0.0.141 - - [2026-05-11 03:07:12] "GET /virtual-machine-interface/1a869ef3-e9fa-4fba-8c1d-eabc5bff259f HTTP/1.1" 200 3104 0.007949 10.0.0.141 - - [2026-05-11 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.141 - - [2026-05-11 03:07:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005620 10.0.0.141 - - [2026-05-11 03:07:12] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004344 10.0.0.141 - - [2026-05-11 03:07:12] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007138 10.0.0.141 - - [2026-05-11 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.141 - - [2026-05-11 03:07:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004011 10.0.0.141 - - [2026-05-11 03:07:13] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004258 10.0.0.141 - - [2026-05-11 03:07:13] "GET /virtual-network/3b865fb5-a300-4a12-87de-0c6be681464d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006481 10.0.0.141 - - [2026-05-11 03:07:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008263 10.0.0.141 - - [2026-05-11 03:07:16] "POST /neutron/port HTTP/1.1" 200 1227 0.045226 10.0.0.141 - - [2026-05-11 03:07:17] "GET /obj-perms HTTP/1.1" 200 5075 0.065581 10.0.0.141 - - [2026-05-11 03:07:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012682 10.0.0.141 - - [2026-05-11 03:07:21] "POST /neutron/network HTTP/1.1" 200 1000 0.008218 10.0.0.141 - - [2026-05-11 03:07:21] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017660 10.0.0.141 - - [2026-05-11 03:07:21] "POST /neutron/network HTTP/1.1" 200 990 0.010434 10.0.0.141 - - [2026-05-11 03:07:23] "POST /neutron/network HTTP/1.1" 200 1004 0.006846 10.0.0.141 - - [2026-05-11 03:07:23] "POST /neutron/subnet HTTP/1.1" 200 1394 0.015912 10.0.0.141 - - [2026-05-11 03:07:23] "POST /neutron/network HTTP/1.1" 200 994 0.011590 10.0.0.141 - - [2026-05-11 03:07:29] "POST /neutron/port HTTP/1.1" 200 1227 0.019452 10.0.0.141 - - [2026-05-11 03:07:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007293 10.0.0.141 - - [2026-05-11 03:07:29] "GET /virtual-machine/0dcdc9b6-5fd3-4151-a592-9cb271a1000b HTTP/1.1" 200 1285 0.006251 10.0.0.141 - - [2026-05-11 03:07:29] "GET /virtual-machine-interface/20fd10ec-638c-4d6f-8c96-0058734c11b6 HTTP/1.1" 200 3104 0.005307 10.0.0.141 - - [2026-05-11 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.141 - - [2026-05-11 03:07:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004102 10.0.0.141 - - [2026-05-11 03:07:29] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004198 10.0.0.141 - - [2026-05-11 03:07:29] "GET /virtual-network/b6aa7e7c-1fec-4ce7-8882-cbd674847528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.006747 10.0.0.141 - - [2026-05-11 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.141 - - [2026-05-11 03:07:30] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.141 - - [2026-05-11 03:07:30] "GET /virtual-networks?parent_id=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003337 10.0.0.141 - - [2026-05-11 03:07:30] "GET /virtual-network/b6aa7e7c-1fec-4ce7-8882-cbd674847528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2617 0.006587 10.0.0.141 - - [2026-05-11 03:07:32] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002817 10.0.0.141 - - [2026-05-11 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.141 - - [2026-05-11 03:07:32] "GET /global-qos-config/54630bba-312a-4e5c-9406-b8dfb315f303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.004792 10.0.0.141 - - [2026-05-11 03:07:32] "POST /fqname-to-id HTTP/1.1" 404 222 0.003267 10.0.0.141 - - [2026-05-11 03:07:32] "POST /forwarding-classs HTTP/1.1" 200 576 0.037903 10.0.0.141 - - [2026-05-11 03:07:32] "POST /id-to-fqname HTTP/1.1" 200 232 0.004249 10.0.0.141 - - [2026-05-11 03:07:32] "GET /forwarding-class/7cd15a9e-e917-4a22-83bc-b4ed6cf75fbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.004924 10.0.0.27 - - [2026-05-11 03:07:32] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001049 10.0.0.141 - - [2026-05-11 03:07:32] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.058858 10.0.0.141 - - [2026-05-11 03:07:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003474 10.0.0.141 - - [2026-05-11 03:07:32] "POST /qos-configs HTTP/1.1" 200 543 0.037880 10.0.0.141 - - [2026-05-11 03:07:32] "POST /id-to-fqname HTTP/1.1" 200 217 0.003273 10.0.0.141 - - [2026-05-11 03:07:32] "GET /qos-config/f749a2ec-a39f-4dd3-82a8-132251a16b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005469 10.0.0.141 - - [2026-05-11 03:07:32] "GET /virtual-machine-interface/f0d79cf7-5858-4545-b689-af9807cfdba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.008427 10.0.0.141 - - [2026-05-11 03:07:32] "POST /ref-update HTTP/1.1" 200 156 0.019750 10.0.0.141 - - [2026-05-11 03:07:32] "POST /neutron/port HTTP/1.1" 200 1223 0.020251 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009854 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/port HTTP/1.1" 200 1223 0.019179 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/network HTTP/1.1" 200 990 0.008920 10.0.0.141 - - [2026-05-11 03:07:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001101 10.0.0.141 - - [2026-05-11 03:07:33] "GET /virtual-machine/57ff566c-6d1a-4f4d-957c-c26fffdf40a2 HTTP/1.1" 200 1286 0.004155 10.0.0.141 - - [2026-05-11 03:07:33] "GET /virtual-machine-interface/f0d79cf7-5858-4545-b689-af9807cfdba9 HTTP/1.1" 200 3352 0.005591 10.0.0.141 - - [2026-05-11 03:07:33] "GET /instance-ip/4d64d961-9116-4e7a-8739-9a9a5779e940 HTTP/1.1" 200 1605 0.006329 10.0.0.141 - - [2026-05-11 03:07:33] "GET /instance-ip/6b4c3ba8-7aaf-4f54-a2a3-72536f25df58 HTTP/1.1" 200 1628 0.006266 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/port HTTP/1.1" 200 1223 0.017967 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008597 10.0.0.141 - - [2026-05-11 03:07:33] "POST /neutron/network HTTP/1.1" 200 964 0.021625 10.0.0.141 - - [2026-05-11 03:07:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001968 10.0.0.141 - - [2026-05-11 03:07:33] "GET /virtual-machine/2909371f-d55d-426f-a4b7-313645b8d47a HTTP/1.1" 200 1286 0.004795 10.0.0.141 - - [2026-05-11 03:07:33] "GET /virtual-machine-interface/1a869ef3-e9fa-4fba-8c1d-eabc5bff259f HTTP/1.1" 200 3104 0.007085 10.0.0.141 - - [2026-05-11 03:07:33] "GET /instance-ip/bf5d4629-c941-4a7b-a028-8af52b4916c3 HTTP/1.1" 200 1607 0.007072 10.0.0.141 - - [2026-05-11 03:07:33] "GET /instance-ip/fb997af9-6fff-4c41-a855-197771aac365 HTTP/1.1" 200 1629 0.007388 10.0.0.141 - - [2026-05-11 03:07:58] "GET /virtual-machine-interface/f0d79cf7-5858-4545-b689-af9807cfdba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006183 10.0.0.141 - - [2026-05-11 03:07:58] "POST /ref-update HTTP/1.1" 200 156 0.017676 10.0.0.141 - - [2026-05-11 03:07:58] "DELETE /qos-config/f749a2ec-a39f-4dd3-82a8-132251a16b79 HTTP/1.1" 200 115 0.060399 10.0.0.141 - - [2026-05-11 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 232 0.001332 10.0.0.141 - - [2026-05-11 03:07:58] "DELETE /forwarding-class/7cd15a9e-e917-4a22-83bc-b4ed6cf75fbc HTTP/1.1" 200 115 0.033439 10.0.0.141 - - [2026-05-11 03:08:00] "POST /neutron/network HTTP/1.1" 400 204 0.022238 10.0.0.141 - - [2026-05-11 03:08:01] "POST /neutron/port HTTP/1.1" 200 1217 0.017216 10.0.0.141 - - [2026-05-11 03:08:01] "POST /neutron/port HTTP/1.1" 200 1213 0.020265 10.0.0.141 - - [2026-05-11 03:08:01] "POST /neutron/port HTTP/1.1" 200 151 0.356494 10.0.0.141 - - [2026-05-11 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.039012 10.0.0.141 - - [2026-05-11 03:08:02] "POST /neutron/network HTTP/1.1" 200 990 0.008762 10.0.0.141 - - [2026-05-11 03:08:03] "DELETE /route-target/9e46dc4e-b6b1-49a2-80bc-defbc15582f9 HTTP/1.1" 200 115 0.028200 10.0.0.27 - - [2026-05-11 03:08:03] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000925 10.0.0.141 - - [2026-05-11 03:08:03] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.053907 10.0.0.27 - - [2026-05-11 03:08:03] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001051 10.0.0.141 - - [2026-05-11 03:08:03] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?fields=virtual_networks HTTP/1.1" 200 1030 0.047903 10.0.0.27 - - [2026-05-11 03:08:03] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002104 10.0.0.141 - - [2026-05-11 03:08:03] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.062497 10.0.0.27 - - [2026-05-11 03:08:03] "GET /projects?obj_uuids=c6ecb086-8b68-435e-88e4-072a7bf110d5&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001787 10.0.0.141 - - [2026-05-11 03:08:03] "GET /project/c6ecb086-8b68-435e-88e4-072a7bf110d5?fields=security_groups HTTP/1.1" 200 1250 0.060371 10.0.0.141 - - [2026-05-11 03:08:04] "POST /fqname-to-id HTTP/1.1" 404 181 0.035742 10.0.0.27 - - [2026-05-11 03:08:04] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005125 10.0.0.27 - - [2026-05-11 03:08:04] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001932 10.0.0.27 - - [2026-05-11 03:08:04] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011927 10.0.0.27 - - [2026-05-11 03:08:04] "POST /id-to-fqname HTTP/1.1" 200 183 0.009333 10.0.0.27 - - [2026-05-11 03:08:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.017068 10.0.0.27 - - [2026-05-11 03:08:04] "POST /security-groups HTTP/1.1" 200 584 0.039392 10.0.0.27 - - [2026-05-11 03:08:04] "POST /projects HTTP/1.1" 200 571 0.293424 10.0.0.27 - - [2026-05-11 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.376523 10.0.0.141 - - [2026-05-11 03:08:04] "POST /fqname-to-id HTTP/1.1" 404 226 0.009959 10.0.0.141 - - [2026-05-11 03:08:04] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.561721 10.0.0.141 - - [2026-05-11 03:08:06] "GET / HTTP/1.1" 200 35931 0.002733 10.0.0.141 - - [2026-05-11 03:08:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000677 10.0.0.141 - - [2026-05-11 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.058812 10.0.0.27 - - [2026-05-11 03:08:08] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.141 - - [2026-05-11 03:08:08] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.041355 10.0.0.27 - - [2026-05-11 03:08:08] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001618 10.0.0.141 - - [2026-05-11 03:08:08] "POST /neutron/network HTTP/1.1" 200 612 0.157317 10.0.0.141 - - [2026-05-11 03:08:08] "POST /ref-update HTTP/1.1" 200 156 0.030065 10.0.0.141 - - [2026-05-11 03:08:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.003997 10.0.0.141 - - [2026-05-11 03:08:08] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006534 10.0.0.141 - - [2026-05-11 03:08:08] "POST /neutron/network HTTP/1.1" 200 830 0.007298 10.0.0.141 - - [2026-05-11 03:08:08] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007090 10.0.0.141 - - [2026-05-11 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.141 - - [2026-05-11 03:08:09] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006332 10.0.0.141 - - [2026-05-11 03:08:09] "PUT /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f HTTP/1.1" 200 264 0.081935 10.0.0.141 - - [2026-05-11 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011223 10.0.0.27 - - [2026-05-11 03:08:09] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001387 10.0.0.141 - - [2026-05-11 03:08:09] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.051085 10.0.0.141 - - [2026-05-11 03:08:09] "POST /neutron/network HTTP/1.1" 200 117 0.020240 10.0.0.141 - - [2026-05-11 03:08:09] "POST /route-targets HTTP/1.1" 200 327 0.017458 10.0.0.141 - - [2026-05-11 03:08:09] "POST /neutron/network HTTP/1.1" 200 832 0.010592 10.0.0.141 - - [2026-05-11 03:08:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001758 10.0.0.141 - - [2026-05-11 03:08:09] "GET /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006382 10.0.0.141 - - [2026-05-11 03:08:09] "GET /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006794 10.0.0.141 - - [2026-05-11 03:08:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.015082 10.0.0.141 - - [2026-05-11 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006311 10.0.0.141 - - [2026-05-11 03:08:09] "GET /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008238 10.0.0.141 - - [2026-05-11 03:08:10] "PUT /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5 HTTP/1.1" 200 264 0.088757 10.0.0.141 - - [2026-05-11 03:08:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001330 10.0.0.27 - - [2026-05-11 03:08:10] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001255 10.0.0.141 - - [2026-05-11 03:08:10] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.072018 10.0.0.141 - - [2026-05-11 03:08:11] "POST /neutron/port HTTP/1.1" 200 117 0.007823 10.0.0.141 - - [2026-05-11 03:08:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001828 10.0.0.141 - - [2026-05-11 03:08:11] "POST /neutron/network HTTP/1.1" 200 842 0.009001 10.0.0.141 - - [2026-05-11 03:08:12] "POST /neutron/port HTTP/1.1" 200 1052 0.017767 10.0.0.27 - - [2026-05-11 03:08:12] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000895 10.0.0.141 - - [2026-05-11 03:08:12] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.124783 10.0.0.141 - - [2026-05-11 03:08:12] "POST /neutron/port HTTP/1.1" 200 1116 0.046095 10.0.0.141 - - [2026-05-11 03:08:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.014513 10.0.0.141 - - [2026-05-11 03:08:12] "POST /neutron/port HTTP/1.1" 200 1116 0.026896 10.0.0.141 - - [2026-05-11 03:08:12] "POST /neutron/port HTTP/1.1" 200 1116 0.023988 10.0.0.27 - - [2026-05-11 03:08:12] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000934 10.0.0.141 - - [2026-05-11 03:08:13] "POST /neutron/port HTTP/1.1" 200 1054 0.359560 10.0.0.141 - - [2026-05-11 03:08:13] "POST /neutron/port HTTP/1.1" 200 1108 0.121246 10.0.0.141 - - [2026-05-11 03:08:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.013354 10.0.0.141 - - [2026-05-11 03:08:17] "POST /neutron/port HTTP/1.1" 200 1116 0.018255 10.0.0.141 - - [2026-05-11 03:08:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008609 10.0.0.141 - - [2026-05-11 03:08:18] "GET /virtual-machine/b358f75c-a6a7-4c0b-af7d-f477c3432e81 HTTP/1.1" 401 293 0.000399 10.0.0.141 - - [2026-05-11 03:08:18] "GET /virtual-machine/b358f75c-a6a7-4c0b-af7d-f477c3432e81 HTTP/1.1" 200 1286 0.035361 10.0.0.141 - - [2026-05-11 03:08:18] "GET /virtual-machine-interface/732194e4-abf7-4368-bdf8-3fffcd35efcb HTTP/1.1" 200 2926 0.006603 10.0.0.141 - - [2026-05-11 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006661 10.0.0.141 - - [2026-05-11 03:08:18] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004063 10.0.0.141 - - [2026-05-11 03:08:18] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005439 10.0.0.141 - - [2026-05-11 03:08:18] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007743 10.0.0.141 - - [2026-05-11 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.141 - - [2026-05-11 03:08:21] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007558 10.0.0.141 - - [2026-05-11 03:08:21] "POST /neutron/port HTTP/1.1" 200 1118 0.020908 10.0.0.141 - - [2026-05-11 03:08:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003955 10.0.0.141 - - [2026-05-11 03:08:22] "POST /neutron/network HTTP/1.1" 200 832 0.007851 10.0.0.141 - - [2026-05-11 03:08:23] "POST /neutron/port HTTP/1.1" 200 1118 0.020561 10.0.0.141 - - [2026-05-11 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.141 - - [2026-05-11 03:08:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003834 10.0.0.141 - - [2026-05-11 03:08:23] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003889 10.0.0.141 - - [2026-05-11 03:08:23] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009021 10.0.0.141 - - [2026-05-11 03:08:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009383 10.0.0.141 - - [2026-05-11 03:08:24] "POST /neutron/network HTTP/1.1" 200 840 0.007333 10.0.0.141 - - [2026-05-11 03:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.141 - - [2026-05-11 03:08:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010833 10.0.0.141 - - [2026-05-11 03:08:29] "POST /neutron/port HTTP/1.1" 200 1118 0.023530 10.0.0.141 - - [2026-05-11 03:08:29] "GET /virtual-machine/eebac900-89dc-465c-b5cd-ef3d9ceb608b HTTP/1.1" 200 1286 0.014141 10.0.0.141 - - [2026-05-11 03:08:29] "GET /virtual-machine-interface/d744c369-a2cf-499c-a877-4cf74379e777 HTTP/1.1" 200 2927 0.007187 10.0.0.141 - - [2026-05-11 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.141 - - [2026-05-11 03:08:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005238 10.0.0.141 - - [2026-05-11 03:08:29] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003826 10.0.0.141 - - [2026-05-11 03:08:29] "GET /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006634 10.0.0.141 - - [2026-05-11 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.141 - - [2026-05-11 03:08:30] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004729 10.0.0.141 - - [2026-05-11 03:08:30] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003264 10.0.0.141 - - [2026-05-11 03:08:30] "GET /virtual-network/01a56721-a856-4408-80ca-6704896b7fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008311 10.0.0.141 - - [2026-05-11 03:08:30] "POST /routing-policys HTTP/1.1" 200 534 0.032120 10.0.0.141 - - [2026-05-11 03:08:30] "GET /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.018203 10.0.0.141 - - [2026-05-11 03:08:30] "PUT /virtual-network/28d84f7c-df23-4ad2-a647-fd85fcc1421f HTTP/1.1" 200 264 0.056574 10.0.0.141 - - [2026-05-11 03:08:30] "POST /ref-update HTTP/1.1" 200 156 0.028826 10.0.0.141 - - [2026-05-11 03:08:35] "POST /ref-update HTTP/1.1" 200 156 0.064974 10.0.0.141 - - [2026-05-11 03:08:35] "DELETE /routing-policy/fa840c45-fb1d-4932-a4ad-263497bcffd9 HTTP/1.1" 200 115 0.059248 10.0.0.141 - - [2026-05-11 03:08:35] "POST /neutron/network HTTP/1.1" 400 204 0.014163 10.0.0.141 - - [2026-05-11 03:08:36] "POST /neutron/port HTTP/1.1" 200 151 0.216640 10.0.0.141 - - [2026-05-11 03:08:36] "POST /neutron/port HTTP/1.1" 200 151 0.240875 10.0.0.141 - - [2026-05-11 03:08:37] "DELETE /route-target/1ce6636b-1a8e-42ab-8627-b9586016090f HTTP/1.1" 200 115 0.033024 10.0.0.141 - - [2026-05-11 03:08:37] "POST /neutron/network HTTP/1.1" 200 830 0.015873 10.0.0.141 - - [2026-05-11 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.141 - - [2026-05-11 03:08:37] "DELETE /route-target/10dee24b-be9f-462d-9840-374e85f5e39c HTTP/1.1" 200 115 0.020309 10.0.0.141 - - [2026-05-11 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2026-05-11 03:08:40] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.141 - - [2026-05-11 03:08:40] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.043061 10.0.0.27 - - [2026-05-11 03:08:40] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.141 - - [2026-05-11 03:08:40] "POST /neutron/network HTTP/1.1" 200 612 0.127010 10.0.0.141 - - [2026-05-11 03:08:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.002812 10.0.0.141 - - [2026-05-11 03:08:41] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005680 10.0.0.141 - - [2026-05-11 03:08:41] "POST /neutron/network HTTP/1.1" 200 832 0.006297 10.0.0.141 - - [2026-05-11 03:08:41] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006494 10.0.0.141 - - [2026-05-11 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.141 - - [2026-05-11 03:08:41] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004934 10.0.0.141 - - [2026-05-11 03:08:41] "POST /route-targets HTTP/1.1" 200 323 0.018038 10.0.0.141 - - [2026-05-11 03:08:41] "PUT /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3 HTTP/1.1" 200 264 0.077348 10.0.0.141 - - [2026-05-11 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006347 10.0.0.27 - - [2026-05-11 03:08:41] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000895 10.0.0.141 - - [2026-05-11 03:08:41] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.040189 10.0.0.141 - - [2026-05-11 03:08:41] "POST /neutron/network HTTP/1.1" 200 117 0.013637 10.0.0.141 - - [2026-05-11 03:08:41] "POST /ref-update HTTP/1.1" 200 156 0.024299 10.0.0.141 - - [2026-05-11 03:08:41] "POST /neutron/network HTTP/1.1" 200 829 0.010436 10.0.0.141 - - [2026-05-11 03:08:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.000990 10.0.0.141 - - [2026-05-11 03:08:41] "GET /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006343 10.0.0.141 - - [2026-05-11 03:08:42] "GET /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005150 10.0.0.141 - - [2026-05-11 03:08:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.008284 10.0.0.141 - - [2026-05-11 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.141 - - [2026-05-11 03:08:42] "GET /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004907 10.0.0.141 - - [2026-05-11 03:08:42] "PUT /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f HTTP/1.1" 200 264 0.071445 10.0.0.141 - - [2026-05-11 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001215 10.0.0.27 - - [2026-05-11 03:08:43] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001067 10.0.0.141 - - [2026-05-11 03:08:43] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.071597 10.0.0.141 - - [2026-05-11 03:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.007944 10.0.0.141 - - [2026-05-11 03:08:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001502 10.0.0.141 - - [2026-05-11 03:08:43] "POST /neutron/network HTTP/1.1" 200 839 0.007690 10.0.0.141 - - [2026-05-11 03:08:43] "DELETE /access-control-list/701c86e4-d8cd-4f72-adc9-4287900ad352 HTTP/1.1" 200 115 0.034111 10.0.0.141 - - [2026-05-11 03:08:44] "POST /neutron/port HTTP/1.1" 200 1054 0.025352 10.0.0.27 - - [2026-05-11 03:08:44] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000986 10.0.0.141 - - [2026-05-11 03:08:44] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.091253 10.0.0.141 - - [2026-05-11 03:08:44] "POST /neutron/port HTTP/1.1" 200 1118 0.048529 10.0.0.141 - - [2026-05-11 03:08:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.021886 10.0.0.141 - - [2026-05-11 03:08:44] "POST /neutron/port HTTP/1.1" 200 1118 0.019819 10.0.0.141 - - [2026-05-11 03:08:45] "POST /neutron/port HTTP/1.1" 200 1118 0.025627 10.0.0.27 - - [2026-05-11 03:08:45] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000973 10.0.0.141 - - [2026-05-11 03:08:45] "POST /neutron/port HTTP/1.1" 200 1051 0.315072 10.0.0.141 - - [2026-05-11 03:08:45] "POST /neutron/port HTTP/1.1" 200 1105 0.111291 10.0.0.141 - - [2026-05-11 03:08:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.008782 10.0.0.141 - - [2026-05-11 03:08:50] "POST /neutron/port HTTP/1.1" 200 1118 0.031613 10.0.0.141 - - [2026-05-11 03:08:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009634 10.0.0.141 - - [2026-05-11 03:08:50] "GET /virtual-machine/60ff1feb-752a-4f04-ab3c-5565d4f2c848 HTTP/1.1" 200 1285 0.006790 10.0.0.141 - - [2026-05-11 03:08:50] "GET /virtual-machine-interface/779f5e47-3181-4df3-8ab5-bd9ac2043806 HTTP/1.1" 200 2925 0.006361 10.0.0.141 - - [2026-05-11 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.141 - - [2026-05-11 03:08:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005329 10.0.0.141 - - [2026-05-11 03:08:50] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003481 10.0.0.141 - - [2026-05-11 03:08:50] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005833 10.0.0.141 - - [2026-05-11 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-11 03:08:53] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005966 10.0.0.141 - - [2026-05-11 03:08:54] "POST /neutron/port HTTP/1.1" 200 1118 0.017414 10.0.0.27 - - [2026-05-11 03:08:54] "DELETE /project/c6ecb086-8b68-435e-88e4-072a7bf110d5 HTTP/1.1" 404 177 0.004235 10.0.0.27 - - [2026-05-11 03:08:54] "DELETE /project/4522815c592e44e08e28811e491e1650 HTTP/1.1" 404 173 0.003764 10.0.0.141 - - [2026-05-11 03:08:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007166 10.0.0.141 - - [2026-05-11 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.141 - - [2026-05-11 03:08:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003877 10.0.0.141 - - [2026-05-11 03:08:55] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003131 10.0.0.141 - - [2026-05-11 03:08:55] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005791 10.0.0.141 - - [2026-05-11 03:08:56] "POST /neutron/port HTTP/1.1" 200 1115 0.017502 10.0.0.141 - - [2026-05-11 03:08:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007201 10.0.0.141 - - [2026-05-11 03:08:56] "GET /virtual-machine/76b9ecea-492f-45a9-89a9-47af35bb3c81 HTTP/1.1" 200 1284 0.007918 10.0.0.141 - - [2026-05-11 03:08:56] "GET /virtual-machine-interface/fb2cb004-4f34-4ffd-9938-dab2c1ca6728 HTTP/1.1" 200 2927 0.005697 10.0.0.141 - - [2026-05-11 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.141 - - [2026-05-11 03:08:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003517 10.0.0.141 - - [2026-05-11 03:08:56] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003662 10.0.0.141 - - [2026-05-11 03:08:56] "GET /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005686 10.0.0.141 - - [2026-05-11 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2026-05-11 03:08:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003890 10.0.0.141 - - [2026-05-11 03:08:57] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003265 10.0.0.141 - - [2026-05-11 03:08:57] "GET /virtual-network/ab761f8b-24e1-4697-acf4-5bfcbc954d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006224 10.0.0.141 - - [2026-05-11 03:08:57] "POST /routing-policys HTTP/1.1" 200 534 0.035269 10.0.0.141 - - [2026-05-11 03:08:57] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.017710 10.0.0.141 - - [2026-05-11 03:08:57] "PUT /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3 HTTP/1.1" 200 264 0.075261 10.0.0.141 - - [2026-05-11 03:09:01] "POST /routing-policys HTTP/1.1" 200 534 0.036167 10.0.0.141 - - [2026-05-11 03:09:01] "GET /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009058 10.0.0.141 - - [2026-05-11 03:09:01] "PUT /virtual-network/c522c4ea-9aae-4f4b-9136-cfdab92b55f3 HTTP/1.1" 200 264 0.075119 10.0.0.141 - - [2026-05-11 03:09:02] "POST /ref-update HTTP/1.1" 200 156 0.022841 10.0.0.141 - - [2026-05-11 03:09:02] "POST /ref-update HTTP/1.1" 200 156 0.047168 10.0.0.141 - - [2026-05-11 03:09:03] "DELETE /routing-policy/4a0a4622-5f9a-4fbd-9440-2a43ad387753 HTTP/1.1" 200 115 0.059624 10.0.0.141 - - [2026-05-11 03:09:03] "POST /ref-update HTTP/1.1" 200 156 0.052036 10.0.0.141 - - [2026-05-11 03:09:03] "DELETE /routing-policy/e4f7de9f-7da5-42fe-8547-fe2a3a5944a3 HTTP/1.1" 200 115 0.038673 10.0.0.141 - - [2026-05-11 03:09:03] "POST /neutron/port HTTP/1.1" 200 1115 0.020071 10.0.0.141 - - [2026-05-11 03:09:03] "POST /neutron/port HTTP/1.1" 200 1118 0.020303 10.0.0.141 - - [2026-05-11 03:09:05] "POST /neutron/network HTTP/1.1" 200 829 0.006600 10.0.0.141 - - [2026-05-11 03:09:05] "DELETE /route-target/8d97dd51-440d-4f03-8418-c95237c94e0d HTTP/1.1" 200 115 0.029271 10.0.0.27 - - [2026-05-11 03:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007176 10.0.0.141 - - [2026-05-11 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.27 - - [2026-05-11 03:09:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002067 10.0.0.141 - - [2026-05-11 03:09:05] "POST /neutron/network HTTP/1.1" 200 151 0.139024 10.0.0.141 - - [2026-05-11 03:09:05] "DELETE /route-target/36a0c12d-c992-4862-a0d9-f5f7635ec3af HTTP/1.1" 200 115 0.022902 10.0.0.141 - - [2026-05-11 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2026-05-11 03:09:08] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001310 10.0.0.141 - - [2026-05-11 03:09:08] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.060981 10.0.0.27 - - [2026-05-11 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009179 10.0.0.141 - - [2026-05-11 03:09:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.185578 10.0.0.141 - - [2026-05-11 03:09:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001255 10.0.0.141 - - [2026-05-11 03:09:08] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005285 10.0.0.141 - - [2026-05-11 03:09:08] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006212 10.0.0.141 - - [2026-05-11 03:09:08] "POST /neutron/network HTTP/1.1" 200 832 0.005992 10.0.0.141 - - [2026-05-11 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.141 - - [2026-05-11 03:09:08] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005555 10.0.0.141 - - [2026-05-11 03:09:09] "POST /route-targets HTTP/1.1" 200 323 0.021535 10.0.0.141 - - [2026-05-11 03:09:09] "PUT /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd HTTP/1.1" 200 264 0.072687 10.0.0.141 - - [2026-05-11 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007525 10.0.0.27 - - [2026-05-11 03:09:09] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000878 10.0.0.141 - - [2026-05-11 03:09:09] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.040278 10.0.0.27 - - [2026-05-11 03:09:09] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.141 - - [2026-05-11 03:09:09] "POST /neutron/network HTTP/1.1" 200 612 0.157436 10.0.0.141 - - [2026-05-11 03:09:09] "POST /ref-update HTTP/1.1" 200 156 0.036942 10.0.0.141 - - [2026-05-11 03:09:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.003093 10.0.0.141 - - [2026-05-11 03:09:09] "GET /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005966 10.0.0.141 - - [2026-05-11 03:09:09] "POST /neutron/network HTTP/1.1" 200 832 0.006318 10.0.0.141 - - [2026-05-11 03:09:09] "GET /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005133 10.0.0.141 - - [2026-05-11 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.141 - - [2026-05-11 03:09:09] "GET /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005473 10.0.0.141 - - [2026-05-11 03:09:09] "PUT /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6 HTTP/1.1" 200 264 0.061022 10.0.0.141 - - [2026-05-11 03:09:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001261 10.0.0.141 - - [2026-05-11 03:09:10] "POST /neutron/network HTTP/1.1" 200 842 0.010355 10.0.0.27 - - [2026-05-11 03:09:10] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000961 10.0.0.141 - - [2026-05-11 03:09:10] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.069881 10.0.0.141 - - [2026-05-11 03:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.009754 10.0.0.141 - - [2026-05-11 03:09:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001731 10.0.0.141 - - [2026-05-11 03:09:11] "POST /neutron/network HTTP/1.1" 200 842 0.010319 10.0.0.141 - - [2026-05-11 03:09:11] "POST /neutron/port HTTP/1.1" 200 1054 0.023800 10.0.0.27 - - [2026-05-11 03:09:12] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001171 10.0.0.141 - - [2026-05-11 03:09:12] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.103856 10.0.0.141 - - [2026-05-11 03:09:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003556 10.0.0.141 - - [2026-05-11 03:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.141 - - [2026-05-11 03:09:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011719 10.0.0.141 - - [2026-05-11 03:09:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007229 10.0.0.141 - - [2026-05-11 03:09:13] "POST /neutron/port HTTP/1.1" 200 1054 0.020835 10.0.0.141 - - [2026-05-11 03:09:13] "POST /neutron/port HTTP/1.1" 200 1118 0.018948 10.0.0.141 - - [2026-05-11 03:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.141 - - [2026-05-11 03:09:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007988 10.0.0.141 - - [2026-05-11 03:09:17] "POST /neutron/port HTTP/1.1" 200 1118 0.019526 10.0.0.141 - - [2026-05-11 03:09:17] "GET /virtual-machine/4960eef0-9cd3-4fb0-b717-cb3c36654845 HTTP/1.1" 200 1285 0.007167 10.0.0.141 - - [2026-05-11 03:09:17] "GET /virtual-machine-interface/fcfef3c7-369a-4988-b4c8-43a23df8c831 HTTP/1.1" 200 2927 0.006101 10.0.0.141 - - [2026-05-11 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2026-05-11 03:09:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004017 10.0.0.141 - - [2026-05-11 03:09:17] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003045 10.0.0.141 - - [2026-05-11 03:09:18] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005579 10.0.0.141 - - [2026-05-11 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.141 - - [2026-05-11 03:09:21] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005036 10.0.0.141 - - [2026-05-11 03:09:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007875 10.0.0.141 - - [2026-05-11 03:09:22] "POST /neutron/network HTTP/1.1" 200 842 0.009127 10.0.0.141 - - [2026-05-11 03:09:22] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.141 - - [2026-05-11 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.141 - - [2026-05-11 03:09:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.141 - - [2026-05-11 03:09:23] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003045 10.0.0.141 - - [2026-05-11 03:09:23] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005990 10.0.0.141 - - [2026-05-11 03:09:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007566 10.0.0.141 - - [2026-05-11 03:09:25] "POST /neutron/port HTTP/1.1" 200 1118 0.017849 10.0.0.141 - - [2026-05-11 03:09:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.141 - - [2026-05-11 03:09:25] "POST /neutron/network HTTP/1.1" 200 832 0.006194 10.0.0.141 - - [2026-05-11 03:09:28] "POST /neutron/port HTTP/1.1" 200 1118 0.017927 10.0.0.141 - - [2026-05-11 03:09:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007346 10.0.0.141 - - [2026-05-11 03:09:28] "GET /virtual-machine/9685ad53-e60a-4790-9c12-c785a7998159 HTTP/1.1" 200 1286 0.005688 10.0.0.141 - - [2026-05-11 03:09:28] "GET /virtual-machine-interface/0548e75e-3cee-44fb-ad9d-0c154edb6305 HTTP/1.1" 200 2925 0.005484 10.0.0.141 - - [2026-05-11 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.141 - - [2026-05-11 03:09:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002993 10.0.0.141 - - [2026-05-11 03:09:28] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003158 10.0.0.141 - - [2026-05-11 03:09:28] "GET /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005922 10.0.0.141 - - [2026-05-11 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.141 - - [2026-05-11 03:09:30] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004663 10.0.0.141 - - [2026-05-11 03:09:30] "GET /virtual-networks?parent_id=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004261 10.0.0.141 - - [2026-05-11 03:09:30] "GET /virtual-network/d4266f18-4f6b-4c5d-9b9c-81fa0f2426d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006397 10.0.0.141 - - [2026-05-11 03:09:30] "POST /interface-route-tables HTTP/1.1" 200 574 0.027930 10.0.0.141 - - [2026-05-11 03:09:30] "GET /interface-route-table/2d2f2846-5e00-47b5-b949-7e99e1bc80c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.014587 10.0.0.141 - - [2026-05-11 03:09:30] "GET /virtual-machine-interface/fcfef3c7-369a-4988-b4c8-43a23df8c831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005277 10.0.0.141 - - [2026-05-11 03:09:30] "POST /ref-update HTTP/1.1" 200 156 0.015822 10.0.0.141 - - [2026-05-11 03:09:30] "POST /routing-policys HTTP/1.1" 200 534 0.027258 10.0.0.141 - - [2026-05-11 03:09:30] "GET /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005331 10.0.0.141 - - [2026-05-11 03:09:30] "PUT /virtual-network/81715086-7b4f-419c-820d-1b08f96d02bd HTTP/1.1" 200 264 0.062753 10.0.0.141 - - [2026-05-11 03:09:34] "POST /ref-update HTTP/1.1" 200 156 0.046725 10.0.0.141 - - [2026-05-11 03:09:34] "POST /ref-update HTTP/1.1" 200 156 0.030918 10.0.0.141 - - [2026-05-11 03:09:34] "DELETE /routing-policy/aecd1b26-aca7-48f9-9d82-736a05524511 HTTP/1.1" 200 115 0.059357 10.0.0.141 - - [2026-05-11 03:09:35] "POST /neutron/port HTTP/1.1" 200 1118 0.018745 10.0.0.141 - - [2026-05-11 03:09:35] "POST /neutron/port HTTP/1.1" 200 1118 0.017043 10.0.0.141 - - [2026-05-11 03:09:36] "POST /neutron/network HTTP/1.1" 200 832 0.007453 10.0.0.141 - - [2026-05-11 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.27 - - [2026-05-11 03:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.27 - - [2026-05-11 03:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002482 10.0.0.141 - - [2026-05-11 03:09:36] "POST /neutron/network HTTP/1.1" 200 151 0.141949 10.0.0.141 - - [2026-05-11 03:09:37] "DELETE /route-target/65ab1888-a36b-42ab-a250-524a6edc9f89 HTTP/1.1" 200 115 0.025863 10.0.0.27 - - [2026-05-11 03:09:38] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001385 10.0.0.141 - - [2026-05-11 03:09:38] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.045561 10.0.0.27 - - [2026-05-11 03:09:38] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000993 10.0.0.141 - - [2026-05-11 03:09:38] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=virtual_networks HTTP/1.1" 200 1028 0.037750 10.0.0.27 - - [2026-05-11 03:09:38] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000975 10.0.0.141 - - [2026-05-11 03:09:38] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.055345 10.0.0.27 - - [2026-05-11 03:09:38] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.141 - - [2026-05-11 03:09:38] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=security_groups HTTP/1.1" 200 1247 0.043948 10.0.0.141 - - [2026-05-11 03:09:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.027231 10.0.0.27 - - [2026-05-11 03:09:39] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003612 10.0.0.27 - - [2026-05-11 03:09:39] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.27 - - [2026-05-11 03:09:39] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006665 10.0.0.27 - - [2026-05-11 03:09:39] "POST /id-to-fqname HTTP/1.1" 200 194 0.004746 10.0.0.27 - - [2026-05-11 03:09:39] "POST /fqname-to-id HTTP/1.1" 404 203 0.005370 10.0.0.27 - - [2026-05-11 03:09:39] "POST /security-groups HTTP/1.1" 200 595 0.073998 10.0.0.141 - - [2026-05-11 03:09:39] "POST /fqname-to-id HTTP/1.1" 404 238 0.003296 10.0.0.27 - - [2026-05-11 03:09:39] "POST /projects HTTP/1.1" 200 593 0.301718 10.0.0.27 - - [2026-05-11 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.373984 10.0.0.141 - - [2026-05-11 03:09:39] "POST /access-control-lists HTTP/1.1" 200 598 0.028506 10.0.0.141 - - [2026-05-11 03:09:40] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.516261 10.0.0.141 - - [2026-05-11 03:09:41] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.141 - - [2026-05-11 03:09:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-05-11 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.059935 10.0.0.27 - - [2026-05-11 03:09:43] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000836 10.0.0.141 - - [2026-05-11 03:09:43] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056358 10.0.0.27 - - [2026-05-11 03:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006417 10.0.0.141 - - [2026-05-11 03:09:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.222037 10.0.0.141 - - [2026-05-11 03:09:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.001690 10.0.0.141 - - [2026-05-11 03:09:43] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006189 10.0.0.141 - - [2026-05-11 03:09:43] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005918 10.0.0.141 - - [2026-05-11 03:09:43] "POST /neutron/network HTTP/1.1" 200 832 0.008514 10.0.0.141 - - [2026-05-11 03:09:44] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005436 10.0.0.141 - - [2026-05-11 03:09:44] "DELETE /access-control-list/526789e5-5eca-4a39-83a2-29de962d67b8 HTTP/1.1" 200 115 0.042499 10.0.0.249 - - [2026-05-11 03:09:45] "GET /obj-perms HTTP/1.1" 200 5057 0.060284 10.0.0.27 - - [2026-05-11 03:09:45] "GET /obj-perms HTTP/1.1" 200 5057 0.056252 10.0.0.141 - - [2026-05-11 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.141 - - [2026-05-11 03:09:45] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005355 10.0.0.141 - - [2026-05-11 03:09:45] "PUT /virtual-network/31488af7-5732-478b-967c-2494e0575b36 HTTP/1.1" 200 264 0.052275 10.0.0.141 - - [2026-05-11 03:09:45] "POST /ref-update HTTP/1.1" 200 156 0.020573 10.0.0.141 - - [2026-05-11 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.001714 10.0.0.27 - - [2026-05-11 03:09:51] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139 10.0.0.141 - - [2026-05-11 03:09:51] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.072415 10.0.0.141 - - [2026-05-11 03:09:51] "POST /neutron/network HTTP/1.1" 200 832 0.006936 10.0.0.141 - - [2026-05-11 03:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.008489 10.0.0.141 - - [2026-05-11 03:09:53] "POST /neutron/port HTTP/1.1" 200 1064 0.019289 10.0.0.141 - - [2026-05-11 03:09:53] "POST /neutron/port HTTP/1.1" 200 1128 0.037822 10.0.0.141 - - [2026-05-11 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.27 - - [2026-05-11 03:09:54] "DELETE /project/0331126e5b344aa9a5557825266ee88a HTTP/1.1" 404 173 0.007082 10.0.0.27 - - [2026-05-11 03:09:54] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.27 - - [2026-05-11 03:09:54] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.046761 10.0.0.27 - - [2026-05-11 03:09:54] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000843 10.0.0.27 - - [2026-05-11 03:09:54] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=security_groups HTTP/1.1" 200 1098 0.043847 10.0.0.27 - - [2026-05-11 03:09:54] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001369 10.0.0.27 - - [2026-05-11 03:09:54] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=application_policy_sets HTTP/1.1" 200 1391 0.056293 10.0.0.27 - - [2026-05-11 03:09:54] "DELETE /project/4522815c-592e-44e0-8e28-811e491e1650 HTTP/1.1" 409 278 0.249834 10.0.0.141 - - [2026-05-11 03:09:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007823 10.0.0.141 - - [2026-05-11 03:09:57] "POST /neutron/port HTTP/1.1" 200 1128 0.016020 10.0.0.141 - - [2026-05-11 03:09:57] "GET /virtual-machine/1404ec3d-e83c-410d-80b8-93f07aaf9d08 HTTP/1.1" 401 293 0.000404 10.0.0.141 - - [2026-05-11 03:09:57] "GET /virtual-machine/1404ec3d-e83c-410d-80b8-93f07aaf9d08 HTTP/1.1" 200 1295 0.040173 10.0.0.141 - - [2026-05-11 03:09:57] "GET /virtual-machine-interface/7d575cde-c3cb-423f-995f-ec9fb4a849dc HTTP/1.1" 200 2966 0.005079 10.0.0.141 - - [2026-05-11 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.141 - - [2026-05-11 03:09:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005065 10.0.0.141 - - [2026-05-11 03:09:57] "GET /virtual-networks?parent_id=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003232 10.0.0.141 - - [2026-05-11 03:09:58] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005119 10.0.0.141 - - [2026-05-11 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.141 - - [2026-05-11 03:10:01] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005826 10.0.0.141 - - [2026-05-11 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.141 - - [2026-05-11 03:10:05] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005511 10.0.0.141 - - [2026-05-11 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.141 - - [2026-05-11 03:10:09] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007045 10.0.0.141 - - [2026-05-11 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.141 - - [2026-05-11 03:10:13] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005419 10.0.0.141 - - [2026-05-11 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.141 - - [2026-05-11 03:10:17] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.008311 10.0.0.141 - - [2026-05-11 03:10:19] "GET /obj-perms HTTP/1.1" 200 5075 0.068435 10.0.0.141 - - [2026-05-11 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.141 - - [2026-05-11 03:10:21] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005740 10.0.0.141 - - [2026-05-11 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.141 - - [2026-05-11 03:10:25] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005827 10.0.0.141 - - [2026-05-11 03:10:25] "POST /neutron/port HTTP/1.1" 200 1128 0.022090 10.0.0.141 - - [2026-05-11 03:10:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.008482 10.0.0.141 - - [2026-05-11 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.141 - - [2026-05-11 03:10:29] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005325 10.0.0.141 - - [2026-05-11 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.141 - - [2026-05-11 03:10:33] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005258 10.0.0.141 - - [2026-05-11 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2026-05-11 03:10:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004637 10.0.0.141 - - [2026-05-11 03:10:35] "GET /virtual-networks?parent_id=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003559 10.0.0.141 - - [2026-05-11 03:10:36] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006273 10.0.0.141 - - [2026-05-11 03:10:36] "POST /neutron/port HTTP/1.1" 200 1128 0.017789 10.0.0.141 - - [2026-05-11 03:10:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009761 10.0.0.141 - - [2026-05-11 03:10:46] "POST /neutron/port HTTP/1.1" 200 1128 0.019103 10.0.0.141 - - [2026-05-11 03:10:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008168 10.0.0.141 - - [2026-05-11 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.141 - - [2026-05-11 03:10:56] "GET /virtual-network/31488af7-5732-478b-967c-2494e0575b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005528 10.0.0.141 - - [2026-05-11 03:10:56] "PUT /virtual-network/31488af7-5732-478b-967c-2494e0575b36 HTTP/1.1" 200 264 0.059437 10.0.0.141 - - [2026-05-11 03:10:57] "DELETE /route-target/488b73f6-ae4b-461f-b812-65b456cbf0ed HTTP/1.1" 200 115 0.042135 10.0.0.141 - - [2026-05-11 03:11:02] "POST /neutron/port HTTP/1.1" 200 1128 0.020430 10.0.0.141 - - [2026-05-11 03:11:04] "POST /neutron/network HTTP/1.1" 200 832 0.009836 10.0.0.141 - - [2026-05-11 03:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.27 - - [2026-05-11 03:11:07] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.039515 10.0.0.141 - - [2026-05-11 03:11:07] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.095993 10.0.0.27 - - [2026-05-11 03:11:07] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.141 - - [2026-05-11 03:11:07] "POST /neutron/network HTTP/1.1" 200 613 0.138503 10.0.0.141 - - [2026-05-11 03:11:07] "POST /route-targets HTTP/1.1" 200 327 0.016202 10.0.0.141 - - [2026-05-11 03:11:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.003551 10.0.0.141 - - [2026-05-11 03:11:07] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005026 10.0.0.141 - - [2026-05-11 03:11:07] "POST /neutron/network HTTP/1.1" 200 831 0.007099 10.0.0.141 - - [2026-05-11 03:11:07] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004867 10.0.0.141 - - [2026-05-11 03:11:08] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007542 10.0.0.141 - - [2026-05-11 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.141 - - [2026-05-11 03:11:08] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008008 10.0.0.141 - - [2026-05-11 03:11:08] "PUT /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059 HTTP/1.1" 200 264 0.064615 10.0.0.141 - - [2026-05-11 03:11:08] "POST /ref-update HTTP/1.1" 200 156 0.042182 10.0.0.141 - - [2026-05-11 03:11:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001279 10.0.0.141 - - [2026-05-11 03:11:13] "POST /neutron/network HTTP/1.1" 200 841 0.006946 10.0.0.27 - - [2026-05-11 03:11:14] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001744 10.0.0.141 - - [2026-05-11 03:11:14] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.063203 10.0.0.141 - - [2026-05-11 03:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.27 - - [2026-05-11 03:11:15] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001248 10.0.0.141 - - [2026-05-11 03:11:15] "POST /neutron/port HTTP/1.1" 200 1063 0.361401 10.0.0.141 - - [2026-05-11 03:11:15] "POST /neutron/port HTTP/1.1" 200 1117 0.121759 10.0.0.141 - - [2026-05-11 03:11:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.010140 10.0.0.141 - - [2026-05-11 03:11:20] "POST /neutron/port HTTP/1.1" 200 1127 0.021232 10.0.0.141 - - [2026-05-11 03:11:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008659 10.0.0.141 - - [2026-05-11 03:11:20] "GET /virtual-machine/45e599ab-0b6c-42c4-b38e-c8a4fa1fcb63 HTTP/1.1" 200 1296 0.014506 10.0.0.141 - - [2026-05-11 03:11:20] "GET /virtual-machine-interface/a372c247-52c5-48f1-9499-3a9ebdcc8e35 HTTP/1.1" 200 2967 0.007880 10.0.0.141 - - [2026-05-11 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.27 - - [2026-05-11 03:11:20] "GET /obj-perms HTTP/1.1" 200 5075 0.063301 10.0.0.141 - - [2026-05-11 03:11:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005672 10.0.0.141 - - [2026-05-11 03:11:20] "GET /virtual-networks?parent_id=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003464 10.0.0.141 - - [2026-05-11 03:11:20] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005604 10.0.0.141 - - [2026-05-11 03:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.141 - - [2026-05-11 03:11:23] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005551 10.0.0.141 - - [2026-05-11 03:11:25] "POST /neutron/port HTTP/1.1" 200 1127 0.045716 10.0.0.141 - - [2026-05-11 03:11:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.141 - - [2026-05-11 03:11:25] "POST /neutron/network HTTP/1.1" 200 831 0.006935 10.0.0.141 - - [2026-05-11 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.141 - - [2026-05-11 03:11:27] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006528 10.0.0.141 - - [2026-05-11 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.141 - - [2026-05-11 03:11:31] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006928 10.0.0.141 - - [2026-05-11 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.141 - - [2026-05-11 03:11:35] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005702 10.0.0.141 - - [2026-05-11 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.141 - - [2026-05-11 03:11:39] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005504 10.0.0.141 - - [2026-05-11 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2026-05-11 03:11:44] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006129 10.0.0.141 - - [2026-05-11 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.141 - - [2026-05-11 03:11:48] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007052 10.0.0.27 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.27 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.249 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.27 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.27 - - [2026-05-11 03:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2026-05-11 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.141 - - [2026-05-11 03:11:52] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.009763 10.0.0.249 - - [2026-05-11 03:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-05-11 03:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.141 - - [2026-05-11 03:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 03:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000627 10.0.0.141 - - [2026-05-11 03:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.141 - - [2026-05-11 03:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.141 - - [2026-05-11 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.141 - - [2026-05-11 03:11:56] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005649 10.0.0.141 - - [2026-05-11 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.141 - - [2026-05-11 03:11:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003746 10.0.0.141 - - [2026-05-11 03:11:58] "GET /virtual-networks?parent_id=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003498 10.0.0.141 - - [2026-05-11 03:11:58] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008957 10.0.0.141 - - [2026-05-11 03:12:03] "POST /neutron/port HTTP/1.1" 200 1127 0.019485 10.0.0.141 - - [2026-05-11 03:12:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007396 10.0.0.141 - - [2026-05-11 03:12:14] "POST /neutron/port HTTP/1.1" 200 1127 0.016535 10.0.0.141 - - [2026-05-11 03:12:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018066 10.0.0.249 - - [2026-05-11 03:12:21] "GET /obj-perms HTTP/1.1" 200 5075 0.059135 10.0.0.141 - - [2026-05-11 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.141 - - [2026-05-11 03:12:24] "GET /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007118 10.0.0.141 - - [2026-05-11 03:12:24] "PUT /virtual-network/8ce0081a-168f-45b9-b3d7-d4269b977059 HTTP/1.1" 200 264 0.065472 10.0.0.141 - - [2026-05-11 03:12:24] "DELETE /route-target/9df5b769-dc2c-4c95-863e-e3538d3abbe8 HTTP/1.1" 200 115 0.035989 10.0.0.141 - - [2026-05-11 03:12:26] "POST /neutron/network HTTP/1.1" 200 841 0.006962 10.0.0.141 - - [2026-05-11 03:12:27] "POST /neutron/port HTTP/1.1" 200 117 0.001886 10.0.0.141 - - [2026-05-11 03:12:29] "POST /neutron/network HTTP/1.1" 400 204 0.013739 10.0.0.141 - - [2026-05-11 03:12:30] "POST /neutron/port HTTP/1.1" 200 151 0.196790 10.0.0.27 - - [2026-05-11 03:12:33] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.141 - - [2026-05-11 03:12:33] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065458 10.0.0.27 - - [2026-05-11 03:12:33] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.141 - - [2026-05-11 03:12:33] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?fields=virtual_networks HTTP/1.1" 200 1049 0.088291 10.0.0.27 - - [2026-05-11 03:12:33] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001367 10.0.0.141 - - [2026-05-11 03:12:33] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042677 10.0.0.27 - - [2026-05-11 03:12:33] "GET /projects?obj_uuids=0331126e-5b34-4aa9-a555-7825266ee88a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.141 - - [2026-05-11 03:12:33] "GET /project/0331126e-5b34-4aa9-a555-7825266ee88a?fields=security_groups HTTP/1.1" 200 1279 0.043635 10.0.0.141 - - [2026-05-11 03:12:34] "POST /fqname-to-id HTTP/1.1" 404 213 0.026596 10.0.0.27 - - [2026-05-11 03:12:34] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003427 10.0.0.27 - - [2026-05-11 03:12:34] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.27 - - [2026-05-11 03:12:34] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036988 10.0.0.27 - - [2026-05-11 03:12:35] "POST /id-to-fqname HTTP/1.1" 200 216 0.002085 10.0.0.27 - - [2026-05-11 03:12:35] "POST /fqname-to-id HTTP/1.1" 404 227 0.005399 10.0.0.27 - - [2026-05-11 03:12:35] "POST /security-groups HTTP/1.1" 200 616 0.047751 10.0.0.141 - - [2026-05-11 03:12:35] "POST /fqname-to-id HTTP/1.1" 404 259 0.006914 10.0.0.27 - - [2026-05-11 03:12:35] "POST /projects HTTP/1.1" 200 635 0.268283 10.0.0.27 - - [2026-05-11 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.341869 10.0.0.141 - - [2026-05-11 03:12:35] "POST /access-control-lists HTTP/1.1" 200 619 0.035553 10.0.0.141 - - [2026-05-11 03:12:35] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.517554 10.0.0.141 - - [2026-05-11 03:12:36] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.141 - - [2026-05-11 03:12:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2026-05-11 03:12:38] "POST /fqname-to-id HTTP/1.1" 404 249 0.055622 10.0.0.27 - - [2026-05-11 03:12:38] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001436 10.0.0.141 - - [2026-05-11 03:12:38] "POST /fqname-to-id HTTP/1.1" 404 280 0.006262 10.0.0.141 - - [2026-05-11 03:12:38] "POST /neutron/security_group HTTP/1.1" 200 1427 0.419887 10.0.0.141 - - [2026-05-11 03:12:38] "PUT /access-control-list/afce5dac-8a5e-40d1-8d35-8894c0b79526 HTTP/1.1" 200 272 0.015276 10.0.0.141 - - [2026-05-11 03:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144895 10.0.0.141 - - [2026-05-11 03:12:39] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.151861 10.0.0.141 - - [2026-05-11 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.141 - - [2026-05-11 03:12:39] "GET /security-group/31dcfa9f-6fa0-4e20-b6b7-4919ca5ce1b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003410 10.0.0.141 - - [2026-05-11 03:12:39] "PUT /access-control-list/afce5dac-8a5e-40d1-8d35-8894c0b79526 HTTP/1.1" 200 272 0.026946 10.0.0.141 - - [2026-05-11 03:12:40] "POST /fqname-to-id HTTP/1.1" 404 249 0.003005 10.0.0.141 - - [2026-05-11 03:12:40] "POST /fqname-to-id HTTP/1.1" 404 249 0.003460 10.0.0.27 - - [2026-05-11 03:12:40] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000997 10.0.0.141 - - [2026-05-11 03:12:40] "POST /fqname-to-id HTTP/1.1" 404 281 0.002887 10.0.0.141 - - [2026-05-11 03:12:40] "POST /access-control-lists HTTP/1.1" 200 641 0.031492 10.0.0.141 - - [2026-05-11 03:12:41] "POST /neutron/security_group HTTP/1.1" 200 1427 0.351467 10.0.0.141 - - [2026-05-11 03:12:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120653 10.0.0.141 - - [2026-05-11 03:12:41] "PUT /access-control-list/4dcb744f-e71f-49a5-a9df-43d564dfb464 HTTP/1.1" 200 272 0.012738 10.0.0.141 - - [2026-05-11 03:12:41] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.156908 10.0.0.141 - - [2026-05-11 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.141 - - [2026-05-11 03:12:41] "GET /security-group/b798c3ad-a43a-40aa-bd59-d7cd40ad0a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.003373 10.0.0.141 - - [2026-05-11 03:12:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.179271 10.0.0.141 - - [2026-05-11 03:12:42] "PUT /access-control-list/4dcb744f-e71f-49a5-a9df-43d564dfb464 HTTP/1.1" 200 272 0.021611 10.0.0.141 - - [2026-05-11 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-05-11 03:12:42] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000885 10.0.0.141 - - [2026-05-11 03:12:42] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050308 10.0.0.141 - - [2026-05-11 03:12:42] "POST /neutron/network HTTP/1.1" 200 117 0.011904 10.0.0.141 - - [2026-05-11 03:12:42] "POST /route-targets HTTP/1.1" 200 327 0.014358 10.0.0.27 - - [2026-05-11 03:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004617 10.0.0.141 - - [2026-05-11 03:12:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.199624 10.0.0.141 - - [2026-05-11 03:12:43] "POST /id-to-fqname HTTP/1.1" 200 290 0.001513 10.0.0.141 - - [2026-05-11 03:12:43] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007255 10.0.0.141 - - [2026-05-11 03:12:43] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007245 10.0.0.141 - - [2026-05-11 03:12:43] "POST /neutron/network HTTP/1.1" 200 1112 0.011577 10.0.0.141 - - [2026-05-11 03:12:43] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005518 10.0.0.141 - - [2026-05-11 03:12:44] "GET /obj-perms HTTP/1.1" 200 5099 0.062630 10.0.0.141 - - [2026-05-11 03:12:45] "POST /id-to-fqname HTTP/1.1" 200 290 0.001205 10.0.0.141 - - [2026-05-11 03:12:45] "DELETE /access-control-list/393da4d2-ab5b-4dcb-84a1-6b5dfa702221 HTTP/1.1" 200 115 0.046357 10.0.0.141 - - [2026-05-11 03:12:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.012144 10.0.0.27 - - [2026-05-11 03:12:46] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001219 10.0.0.141 - - [2026-05-11 03:12:46] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.083518 10.0.0.141 - - [2026-05-11 03:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.006578 10.0.0.141 - - [2026-05-11 03:12:46] "POST /id-to-fqname HTTP/1.1" 200 290 0.001149 10.0.0.141 - - [2026-05-11 03:12:46] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007271 10.0.0.27 - - [2026-05-11 03:12:47] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000868 10.0.0.141 - - [2026-05-11 03:12:47] "POST /neutron/security_group HTTP/1.1" 200 3458 0.075649 10.0.0.27 - - [2026-05-11 03:12:47] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000909 10.0.0.141 - - [2026-05-11 03:12:47] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.121062 10.0.0.141 - - [2026-05-11 03:12:47] "POST /neutron/network HTTP/1.1" 200 1112 0.056239 10.0.0.141 - - [2026-05-11 03:12:48] "POST /neutron/port HTTP/1.1" 200 1255 0.063361 10.0.0.141 - - [2026-05-11 03:12:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007429 10.0.0.141 - - [2026-05-11 03:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.005495 10.0.0.141 - - [2026-05-11 03:12:48] "POST /neutron/port HTTP/1.1" 200 1255 0.017827 10.0.0.141 - - [2026-05-11 03:12:48] "POST /neutron/network HTTP/1.1" 200 1122 0.009119 10.0.0.141 - - [2026-05-11 03:12:49] "POST /neutron/port HTTP/1.1" 200 1191 0.028276 10.0.0.141 - - [2026-05-11 03:12:49] "POST /neutron/port HTTP/1.1" 200 1255 0.021225 10.0.0.141 - - [2026-05-11 03:12:49] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013483 10.0.0.141 - - [2026-05-11 03:12:49] "POST /neutron/network HTTP/1.1" 200 1112 0.010072 10.0.0.141 - - [2026-05-11 03:12:53] "POST /neutron/port HTTP/1.1" 200 1255 0.019538 10.0.0.141 - - [2026-05-11 03:12:53] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007187 10.0.0.141 - - [2026-05-11 03:12:53] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 401 293 0.000540 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.032308 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.005007 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.005534 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.004630 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.007679 10.0.0.141 - - [2026-05-11 03:12:54] "GET /instance-ip/c6febc95-a34f-4fc0-8c7b-836d2f9f6b68 HTTP/1.1" 200 1736 0.005928 10.0.0.141 - - [2026-05-11 03:12:54] "GET /instance-ip/e63c858c-2fad-4324-95f5-a58c93baf995 HTTP/1.1" 200 1715 0.006939 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.003555 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.005311 10.0.0.141 - - [2026-05-11 03:12:54] "GET /instance-ip/c6febc95-a34f-4fc0-8c7b-836d2f9f6b68 HTTP/1.1" 200 1736 0.004074 10.0.0.141 - - [2026-05-11 03:12:54] "GET /instance-ip/e63c858c-2fad-4324-95f5-a58c93baf995 HTTP/1.1" 200 1715 0.004251 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005405 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003329 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007738 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004858 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003360 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005601 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004833 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003758 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005437 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004787 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003043 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005645 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003948 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003490 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005764 10.0.0.141 - - [2026-05-11 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2026-05-11 03:12:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004394 10.0.0.141 - - [2026-05-11 03:12:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002919 10.0.0.27 - - [2026-05-11 03:12:55] "DELETE /project/91a0ae0a8992448c90b36468201389e5 HTTP/1.1" 404 173 0.003642 10.0.0.27 - - [2026-05-11 03:12:55] "DELETE /project/0331126e-5b34-4aa9-a555-7825266ee88a HTTP/1.1" 404 177 0.003616 10.0.0.141 - - [2026-05-11 03:12:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005681 10.0.0.141 - - [2026-05-11 03:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.141 - - [2026-05-11 03:12:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005004 10.0.0.141 - - [2026-05-11 03:12:55] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002983 10.0.0.141 - - [2026-05-11 03:12:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005473 10.0.0.141 - - [2026-05-11 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.141 - - [2026-05-11 03:12:58] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.004914 10.0.0.141 - - [2026-05-11 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.141 - - [2026-05-11 03:13:02] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005641 10.0.0.141 - - [2026-05-11 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.141 - - [2026-05-11 03:13:06] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.004610 10.0.0.141 - - [2026-05-11 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.141 - - [2026-05-11 03:13:10] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005454 10.0.0.141 - - [2026-05-11 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 03:13:14] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005218 10.0.0.141 - - [2026-05-11 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006459 10.0.0.141 - - [2026-05-11 03:13:18] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.004791 10.0.0.141 - - [2026-05-11 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.141 - - [2026-05-11 03:13:22] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005446 10.0.0.141 - - [2026-05-11 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.141 - - [2026-05-11 03:13:26] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007382 10.0.0.141 - - [2026-05-11 03:13:27] "POST /neutron/port HTTP/1.1" 200 1255 0.019134 10.0.0.141 - - [2026-05-11 03:13:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.141 - - [2026-05-11 03:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003033 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002954 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006861 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005920 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004259 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003047 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005518 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.141 - - [2026-05-11 03:13:29] "GET /routing-instance/85a7eddf-3994-4d72-8a2c-ce67e910b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.005594 10.0.0.141 - - [2026-05-11 03:13:29] "GET /route-target/76a387a7-2f5e-40aa-9927-cae0e8e4bf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004406 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004890 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003840 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006962 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.141 - - [2026-05-11 03:13:29] "GET /routing-instance/85a7eddf-3994-4d72-8a2c-ce67e910b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.006600 10.0.0.141 - - [2026-05-11 03:13:29] "GET /route-target/76a387a7-2f5e-40aa-9927-cae0e8e4bf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005155 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003906 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003085 10.0.0.141 - - [2026-05-11 03:13:29] "POST /neutron/port HTTP/1.1" 200 1255 0.017933 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005653 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003528 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003420 10.0.0.141 - - [2026-05-11 03:13:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003358 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.004615 10.0.0.141 - - [2026-05-11 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.141 - - [2026-05-11 03:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.141 - - [2026-05-11 03:13:29] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004480 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002685 10.0.0.141 - - [2026-05-11 03:13:29] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006056 10.0.0.27 - - [2026-05-11 03:13:29] "GET /obj-perms HTTP/1.1" 200 5099 0.050916 10.0.0.141 - - [2026-05-11 03:13:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003425 10.0.0.141 - - [2026-05-11 03:13:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003936 10.0.0.141 - - [2026-05-11 03:13:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003999 10.0.0.27 - - [2026-05-11 03:13:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003464 10.0.0.141 - - [2026-05-11 03:13:30] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.004218 10.0.0.141 - - [2026-05-11 03:13:30] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.004894 10.0.0.141 - - [2026-05-11 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.141 - - [2026-05-11 03:13:30] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003405 10.0.0.141 - - [2026-05-11 03:13:30] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002535 10.0.0.141 - - [2026-05-11 03:13:30] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005511 10.0.0.141 - - [2026-05-11 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.141 - - [2026-05-11 03:13:31] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005066 10.0.0.141 - - [2026-05-11 03:13:31] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003016 10.0.0.141 - - [2026-05-11 03:13:31] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007210 10.0.0.141 - - [2026-05-11 03:13:31] "POST /neutron/port HTTP/1.1" 200 1255 0.017226 10.0.0.141 - - [2026-05-11 03:13:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006746 10.0.0.141 - - [2026-05-11 03:13:42] "POST /neutron/port HTTP/1.1" 200 1255 0.023754 10.0.0.141 - - [2026-05-11 03:13:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.051165 10.0.0.141 - - [2026-05-11 03:13:52] "POST /neutron/port HTTP/1.1" 200 1255 0.021447 10.0.0.141 - - [2026-05-11 03:13:52] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007183 10.0.0.141 - - [2026-05-11 03:13:53] "POST /neutron/port HTTP/1.1" 200 1255 0.017983 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine/a723d918-718a-4334-b669-63bf4444e824 HTTP/1.1" 200 1318 0.006222 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine/a723d918-718a-4334-b669-63bf4444e824 HTTP/1.1" 200 1318 0.003588 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine-interface/c346e78d-baaf-46c8-a967-fa3592386350 HTTP/1.1" 200 3417 0.006160 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine/a723d918-718a-4334-b669-63bf4444e824 HTTP/1.1" 200 1318 0.004539 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine-interface/c346e78d-baaf-46c8-a967-fa3592386350 HTTP/1.1" 200 3417 0.009123 10.0.0.141 - - [2026-05-11 03:13:53] "GET /instance-ip/7131456f-ca06-4e15-a10e-d5c6c9021fff HTTP/1.1" 200 1735 0.012756 10.0.0.141 - - [2026-05-11 03:13:53] "GET /instance-ip/c9ffdd32-52a9-4669-92bb-30d084d28466 HTTP/1.1" 200 1715 0.008245 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine/a723d918-718a-4334-b669-63bf4444e824 HTTP/1.1" 200 1318 0.003796 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-machine-interface/c346e78d-baaf-46c8-a967-fa3592386350 HTTP/1.1" 200 3417 0.008301 10.0.0.141 - - [2026-05-11 03:13:53] "GET /instance-ip/7131456f-ca06-4e15-a10e-d5c6c9021fff HTTP/1.1" 200 1735 0.004236 10.0.0.141 - - [2026-05-11 03:13:53] "GET /instance-ip/c9ffdd32-52a9-4669-92bb-30d084d28466 HTTP/1.1" 200 1715 0.006569 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.141 - - [2026-05-11 03:13:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.015049 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.010838 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005792 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.141 - - [2026-05-11 03:13:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006173 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003830 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006390 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.141 - - [2026-05-11 03:13:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004029 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003207 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005629 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.141 - - [2026-05-11 03:13:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004604 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003347 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005953 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.141 - - [2026-05-11 03:13:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006336 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003944 10.0.0.141 - - [2026-05-11 03:13:53] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008456 10.0.0.141 - - [2026-05-11 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.141 - - [2026-05-11 03:13:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005971 10.0.0.141 - - [2026-05-11 03:13:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004989 10.0.0.141 - - [2026-05-11 03:13:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008841 10.0.0.141 - - [2026-05-11 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.141 - - [2026-05-11 03:13:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005529 10.0.0.141 - - [2026-05-11 03:13:54] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004531 10.0.0.141 - - [2026-05-11 03:13:54] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007898 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.141 - - [2026-05-11 03:13:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003572 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002661 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005991 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.141 - - [2026-05-11 03:13:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005016 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003955 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007152 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.141 - - [2026-05-11 03:13:55] "GET /routing-instance/85a7eddf-3994-4d72-8a2c-ce67e910b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.007269 10.0.0.141 - - [2026-05-11 03:13:55] "GET /route-target/76a387a7-2f5e-40aa-9927-cae0e8e4bf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004955 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.141 - - [2026-05-11 03:13:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004531 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003473 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007493 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.141 - - [2026-05-11 03:13:55] "GET /routing-instance/85a7eddf-3994-4d72-8a2c-ce67e910b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.016523 10.0.0.141 - - [2026-05-11 03:13:55] "GET /route-target/76a387a7-2f5e-40aa-9927-cae0e8e4bf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005457 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.141 - - [2026-05-11 03:13:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005320 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003731 10.0.0.141 - - [2026-05-11 03:13:55] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.010372 10.0.0.141 - - [2026-05-11 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.141 - - [2026-05-11 03:13:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004889 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.008298 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007859 10.0.0.141 - - [2026-05-11 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.141 - - [2026-05-11 03:13:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004879 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003134 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007349 10.0.0.141 - - [2026-05-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5099 0.004590 10.0.0.27 - - [2026-05-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5099 0.003811 10.0.0.141 - - [2026-05-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5099 0.005162 10.0.0.141 - - [2026-05-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5099 0.004191 10.0.0.249 - - [2026-05-11 03:13:56] "GET /obj-perms HTTP/1.1" 200 5099 0.084601 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-machine/a723d918-718a-4334-b669-63bf4444e824 HTTP/1.1" 200 1318 0.005179 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-machine-interface/c346e78d-baaf-46c8-a967-fa3592386350 HTTP/1.1" 200 3417 0.005917 10.0.0.141 - - [2026-05-11 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.141 - - [2026-05-11 03:13:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010157 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005979 10.0.0.141 - - [2026-05-11 03:13:56] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006097 10.0.0.141 - - [2026-05-11 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.141 - - [2026-05-11 03:13:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005082 10.0.0.141 - - [2026-05-11 03:13:57] "GET /virtual-networks?parent_id=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003317 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-network/0efc155d-aae4-407c-aa0c-9728b7546a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005256 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.004372 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.004923 10.0.0.141 - - [2026-05-11 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.141 - - [2026-05-11 03:13:58] "GET /security-group/b798c3ad-a43a-40aa-bd59-d7cd40ad0a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004836 10.0.0.141 - - [2026-05-11 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.141 - - [2026-05-11 03:13:58] "GET /security-group/b798c3ad-a43a-40aa-bd59-d7cd40ad0a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003741 10.0.0.141 - - [2026-05-11 03:13:58] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008473 10.0.0.141 - - [2026-05-11 03:13:58] "POST /neutron/port HTTP/1.1" 200 1245 0.016238 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.003942 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3361 0.006629 10.0.0.141 - - [2026-05-11 03:13:58] "POST /neutron/port HTTP/1.1" 200 1217 0.020225 10.0.0.141 - - [2026-05-11 03:13:58] "POST /neutron/port HTTP/1.1" 200 1245 0.084620 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine/8fc4420f-3b2a-4fbe-8227-6fdc0173c9e2 HTTP/1.1" 200 1317 0.004034 10.0.0.141 - - [2026-05-11 03:13:58] "GET /virtual-machine-interface/d273518e-c742-4537-95dd-0f61fe065450 HTTP/1.1" 200 3417 0.005337 10.0.0.141 - - [2026-05-11 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.141 - - [2026-05-11 03:13:58] "GET /security-group/b798c3ad-a43a-40aa-bd59-d7cd40ad0a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003972 10.0.0.141 - - [2026-05-11 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.141 - - [2026-05-11 03:13:58] "GET /security-group/b798c3ad-a43a-40aa-bd59-d7cd40ad0a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004363 10.0.0.141 - - [2026-05-11 03:13:59] "POST /neutron/security_group HTTP/1.1" 200 151 0.158350 10.0.0.141 - - [2026-05-11 03:13:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.006310 10.0.0.141 - - [2026-05-11 03:13:59] "POST /fqname-to-id HTTP/1.1" 404 249 0.004514 10.0.0.141 - - [2026-05-11 03:13:59] "POST /neutron/security_group HTTP/1.1" 200 117 0.006960 10.0.0.141 - - [2026-05-11 03:13:59] "POST /neutron/network HTTP/1.1" 400 204 0.017351 10.0.0.141 - - [2026-05-11 03:14:04] "POST /neutron/network HTTP/1.1" 200 1112 0.009602 10.0.0.141 - - [2026-05-11 03:14:06] "POST /neutron/network HTTP/1.1" 400 204 0.017500 10.0.0.141 - - [2026-05-11 03:14:10] "POST /neutron/network HTTP/1.1" 200 1112 0.010232 10.0.0.141 - - [2026-05-11 03:14:12] "POST /neutron/network HTTP/1.1" 400 204 0.014418 10.0.0.141 - - [2026-05-11 03:14:16] "POST /neutron/network HTTP/1.1" 200 1112 0.011196 10.0.0.141 - - [2026-05-11 03:14:18] "POST /neutron/network HTTP/1.1" 400 204 0.013664 10.0.0.141 - - [2026-05-11 03:14:22] "POST /neutron/network HTTP/1.1" 200 1112 0.012737 10.0.0.141 - - [2026-05-11 03:14:24] "POST /neutron/network HTTP/1.1" 400 204 0.021112 10.0.0.141 - - [2026-05-11 03:14:28] "POST /neutron/network HTTP/1.1" 200 1112 0.009103 10.0.0.141 - - [2026-05-11 03:14:28] "POST /neutron/port HTTP/1.1" 200 1217 0.021604 10.0.0.141 - - [2026-05-11 03:14:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005843 10.0.0.141 - - [2026-05-11 03:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.141 - - [2026-05-11 03:14:30] "POST /neutron/network HTTP/1.1" 400 204 0.015112 10.0.0.141 - - [2026-05-11 03:14:31] "POST /neutron/network HTTP/1.1" 200 1122 0.006278 10.0.0.141 - - [2026-05-11 03:14:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016354 10.0.0.141 - - [2026-05-11 03:14:31] "POST /neutron/network HTTP/1.1" 200 1112 0.009012 10.0.0.141 - - [2026-05-11 03:14:34] "POST /neutron/network HTTP/1.1" 200 1112 0.009832 10.0.0.141 - - [2026-05-11 03:14:36] "POST /neutron/network HTTP/1.1" 400 204 0.013296 10.0.0.141 - - [2026-05-11 03:14:40] "POST /neutron/network HTTP/1.1" 200 1112 0.009782 10.0.0.141 - - [2026-05-11 03:14:43] "POST /neutron/network HTTP/1.1" 400 204 0.013787 10.0.0.141 - - [2026-05-11 03:14:47] "POST /neutron/network HTTP/1.1" 200 1112 0.013803 10.0.0.141 - - [2026-05-11 03:14:49] "POST /neutron/network HTTP/1.1" 400 204 0.019765 10.0.0.141 - - [2026-05-11 03:15:30] "POST /neutron/port HTTP/1.1" 200 1217 0.021492 10.0.0.141 - - [2026-05-11 03:15:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.141 - - [2026-05-11 03:15:31] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.141 - - [2026-05-11 03:15:31] "POST /neutron/port HTTP/1.1" 200 1217 0.019669 10.0.0.141 - - [2026-05-11 03:15:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004577 10.0.0.141 - - [2026-05-11 03:15:31] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.141 - - [2026-05-11 03:15:41] "POST /neutron/security_group HTTP/1.1" 400 209 0.004129 10.0.0.27 - - [2026-05-11 03:15:42] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000937 10.0.0.141 - - [2026-05-11 03:15:42] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.051863 10.0.0.27 - - [2026-05-11 03:15:42] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001337 10.0.0.141 - - [2026-05-11 03:15:42] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.041812 10.0.0.27 - - [2026-05-11 03:15:44] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000978 10.0.0.141 - - [2026-05-11 03:15:44] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.038396 10.0.0.27 - - [2026-05-11 03:15:44] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000995 10.0.0.141 - - [2026-05-11 03:15:44] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.049684 10.0.0.27 - - [2026-05-11 03:15:46] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000959 10.0.0.141 - - [2026-05-11 03:15:46] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.051330 10.0.0.27 - - [2026-05-11 03:15:46] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001379 10.0.0.141 - - [2026-05-11 03:15:47] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.047292 10.0.0.27 - - [2026-05-11 03:15:49] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000989 10.0.0.141 - - [2026-05-11 03:15:49] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.041513 10.0.0.27 - - [2026-05-11 03:15:49] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001175 10.0.0.141 - - [2026-05-11 03:15:49] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.052755 10.0.0.27 - - [2026-05-11 03:15:51] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000928 10.0.0.141 - - [2026-05-11 03:15:51] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050238 10.0.0.27 - - [2026-05-11 03:15:51] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002094 10.0.0.141 - - [2026-05-11 03:15:51] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.053238 10.0.0.27 - - [2026-05-11 03:15:53] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000944 10.0.0.141 - - [2026-05-11 03:15:53] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.037426 10.0.0.27 - - [2026-05-11 03:15:53] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000963 10.0.0.141 - - [2026-05-11 03:15:53] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.037387 10.0.0.27 - - [2026-05-11 03:15:55] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001412 10.0.0.141 - - [2026-05-11 03:15:55] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.054245 10.0.0.27 - - [2026-05-11 03:15:55] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001434 10.0.0.141 - - [2026-05-11 03:15:55] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.040945 10.0.0.27 - - [2026-05-11 03:15:57] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001134 10.0.0.141 - - [2026-05-11 03:15:57] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.046428 10.0.0.27 - - [2026-05-11 03:15:57] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001000 10.0.0.141 - - [2026-05-11 03:15:57] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.058237 10.0.0.27 - - [2026-05-11 03:15:59] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001226 10.0.0.141 - - [2026-05-11 03:15:59] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.061207 10.0.0.27 - - [2026-05-11 03:15:59] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001051 10.0.0.141 - - [2026-05-11 03:15:59] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.047870 10.0.0.27 - - [2026-05-11 03:16:01] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000967 10.0.0.141 - - [2026-05-11 03:16:02] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.044945 10.0.0.27 - - [2026-05-11 03:16:02] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001094 10.0.0.141 - - [2026-05-11 03:16:02] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.042263 10.0.0.27 - - [2026-05-11 03:16:04] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001234 10.0.0.141 - - [2026-05-11 03:16:04] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.042922 10.0.0.27 - - [2026-05-11 03:16:04] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000910 10.0.0.141 - - [2026-05-11 03:16:04] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.039703 10.0.0.27 - - [2026-05-11 03:16:06] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001243 10.0.0.141 - - [2026-05-11 03:16:06] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.071452 10.0.0.27 - - [2026-05-11 03:16:06] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000989 10.0.0.141 - - [2026-05-11 03:16:06] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.045110 10.0.0.27 - - [2026-05-11 03:16:08] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.033894 10.0.0.141 - - [2026-05-11 03:16:08] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.087545 10.0.0.27 - - [2026-05-11 03:16:08] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001179 10.0.0.141 - - [2026-05-11 03:16:08] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.038574 10.0.0.27 - - [2026-05-11 03:16:10] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.141 - - [2026-05-11 03:16:10] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.082301 10.0.0.27 - - [2026-05-11 03:16:10] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001106 10.0.0.141 - - [2026-05-11 03:16:10] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.057608 10.0.0.27 - - [2026-05-11 03:16:12] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001410 10.0.0.141 - - [2026-05-11 03:16:12] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.054214 10.0.0.27 - - [2026-05-11 03:16:12] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001161 10.0.0.141 - - [2026-05-11 03:16:12] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.038309 10.0.0.27 - - [2026-05-11 03:16:14] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001438 10.0.0.141 - - [2026-05-11 03:16:14] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.046178 10.0.0.27 - - [2026-05-11 03:16:14] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001010 10.0.0.141 - - [2026-05-11 03:16:14] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.040495 10.0.0.27 - - [2026-05-11 03:16:17] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000965 10.0.0.141 - - [2026-05-11 03:16:17] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050287 10.0.0.27 - - [2026-05-11 03:16:17] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001579 10.0.0.141 - - [2026-05-11 03:16:17] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.047305 10.0.0.27 - - [2026-05-11 03:16:19] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001340 10.0.0.141 - - [2026-05-11 03:16:19] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.067080 10.0.0.27 - - [2026-05-11 03:16:19] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001322 10.0.0.141 - - [2026-05-11 03:16:19] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.057018 10.0.0.27 - - [2026-05-11 03:16:21] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000854 10.0.0.141 - - [2026-05-11 03:16:21] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.039420 10.0.0.27 - - [2026-05-11 03:16:21] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000950 10.0.0.141 - - [2026-05-11 03:16:21] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.049952 10.0.0.27 - - [2026-05-11 03:16:23] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000913 10.0.0.141 - - [2026-05-11 03:16:23] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.043601 10.0.0.27 - - [2026-05-11 03:16:23] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001204 10.0.0.141 - - [2026-05-11 03:16:23] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.043205 10.0.0.27 - - [2026-05-11 03:16:23] "GET /obj-perms HTTP/1.1" 200 5075 0.055497 10.0.0.141 - - [2026-05-11 03:16:24] "GET /obj-perms HTTP/1.1" 200 5075 0.055676 10.0.0.27 - - [2026-05-11 03:16:25] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000886 10.0.0.141 - - [2026-05-11 03:16:25] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.040602 10.0.0.27 - - [2026-05-11 03:16:25] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000937 10.0.0.141 - - [2026-05-11 03:16:25] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.042028 10.0.0.27 - - [2026-05-11 03:16:27] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000955 10.0.0.141 - - [2026-05-11 03:16:27] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.049907 10.0.0.27 - - [2026-05-11 03:16:27] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001174 10.0.0.141 - - [2026-05-11 03:16:27] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.042892 10.0.0.27 - - [2026-05-11 03:16:29] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001583 10.0.0.141 - - [2026-05-11 03:16:29] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.043108 10.0.0.27 - - [2026-05-11 03:16:29] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000937 10.0.0.141 - - [2026-05-11 03:16:29] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.045366 10.0.0.141 - - [2026-05-11 03:16:31] "POST /neutron/network HTTP/1.1" 200 1122 0.039339 10.0.0.141 - - [2026-05-11 03:16:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013419 10.0.0.141 - - [2026-05-11 03:16:31] "POST /neutron/network HTTP/1.1" 200 1112 0.009517 10.0.0.27 - - [2026-05-11 03:16:32] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000919 10.0.0.141 - - [2026-05-11 03:16:32] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.047229 10.0.0.27 - - [2026-05-11 03:16:32] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001150 10.0.0.141 - - [2026-05-11 03:16:32] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.050021 10.0.0.141 - - [2026-05-11 03:16:33] "POST /neutron/network HTTP/1.1" 200 1122 0.010156 10.0.0.141 - - [2026-05-11 03:16:33] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017533 10.0.0.141 - - [2026-05-11 03:16:33] "POST /neutron/network HTTP/1.1" 200 1112 0.014321 10.0.0.27 - - [2026-05-11 03:16:34] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000904 10.0.0.141 - - [2026-05-11 03:16:34] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.070043 10.0.0.27 - - [2026-05-11 03:16:34] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.141 - - [2026-05-11 03:16:34] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.050466 10.0.0.27 - - [2026-05-11 03:16:36] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000932 10.0.0.141 - - [2026-05-11 03:16:36] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.045090 10.0.0.27 - - [2026-05-11 03:16:36] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001239 10.0.0.141 - - [2026-05-11 03:16:36] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.053282 10.0.0.27 - - [2026-05-11 03:16:38] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000893 10.0.0.141 - - [2026-05-11 03:16:38] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.041252 10.0.0.27 - - [2026-05-11 03:16:38] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001225 10.0.0.141 - - [2026-05-11 03:16:38] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.048833 10.0.0.27 - - [2026-05-11 03:16:40] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000937 10.0.0.141 - - [2026-05-11 03:16:40] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.043279 10.0.0.27 - - [2026-05-11 03:16:40] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001132 10.0.0.141 - - [2026-05-11 03:16:40] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.057560 10.0.0.27 - - [2026-05-11 03:16:42] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001185 10.0.0.141 - - [2026-05-11 03:16:42] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.046057 10.0.0.27 - - [2026-05-11 03:16:42] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000931 10.0.0.141 - - [2026-05-11 03:16:42] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.038776 10.0.0.27 - - [2026-05-11 03:16:44] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001151 10.0.0.141 - - [2026-05-11 03:16:44] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.043691 10.0.0.27 - - [2026-05-11 03:16:44] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000996 10.0.0.141 - - [2026-05-11 03:16:45] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.046406 10.0.0.27 - - [2026-05-11 03:16:47] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000881 10.0.0.141 - - [2026-05-11 03:16:47] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.047320 10.0.0.27 - - [2026-05-11 03:16:47] "GET /projects?obj_uuids=91a0ae0a-8992-448c-90b3-6468201389e5&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.141 - - [2026-05-11 03:16:47] "GET /project/91a0ae0a-8992-448c-90b3-6468201389e5?fields=virtual_networks HTTP/1.1" 200 1401 0.044043 10.0.0.141 - - [2026-05-11 03:16:47] "POST /fqname-to-id HTTP/1.1" 404 218 0.027056 10.0.0.27 - - [2026-05-11 03:16:47] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004736 10.0.0.27 - - [2026-05-11 03:16:47] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.27 - - [2026-05-11 03:16:47] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006504 10.0.0.27 - - [2026-05-11 03:16:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.006017 10.0.0.27 - - [2026-05-11 03:16:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.008644 10.0.0.27 - - [2026-05-11 03:16:47] "POST /security-groups HTTP/1.1" 200 621 0.035203 10.0.0.27 - - [2026-05-11 03:16:47] "POST /projects HTTP/1.1" 200 645 0.251261 10.0.0.141 - - [2026-05-11 03:16:48] "POST /fqname-to-id HTTP/1.1" 404 264 0.036689 10.0.0.27 - - [2026-05-11 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.328207 10.0.0.141 - - [2026-05-11 03:16:48] "POST /access-control-lists HTTP/1.1" 200 624 0.042174 10.0.0.141 - - [2026-05-11 03:16:48] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.519406 10.0.0.141 - - [2026-05-11 03:16:49] "GET / HTTP/1.1" 200 35931 0.002923 10.0.0.141 - - [2026-05-11 03:16:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.141 - - [2026-05-11 03:16:51] "POST /fqname-to-id HTTP/1.1" 404 254 0.027379 10.0.0.141 - - [2026-05-11 03:16:51] "POST /security-groups HTTP/1.1" 200 595 0.049776 10.0.0.141 - - [2026-05-11 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.141 - - [2026-05-11 03:16:51] "POST /fqname-to-id HTTP/1.1" 404 285 0.010663 10.0.0.141 - - [2026-05-11 03:16:51] "GET /security-group/5399917c-301b-4e8b-ade0-570896f76a81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006173 10.0.0.141 - - [2026-05-11 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.141 - - [2026-05-11 03:16:51] "GET /security-group/5399917c-301b-4e8b-ade0-570896f76a81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.010211 10.0.0.27 - - [2026-05-11 03:16:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000679 10.0.0.249 - - [2026-05-11 03:16:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.27 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.27 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.27 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.141 - - [2026-05-11 03:16:52] "DELETE /security-group/5399917c-301b-4e8b-ade0-570896f76a81 HTTP/1.1" 200 115 0.046204 10.0.0.141 - - [2026-05-11 03:16:52] "POST /fqname-to-id HTTP/1.1" 404 254 0.002878 10.0.0.141 - - [2026-05-11 03:16:52] "DELETE /access-control-list/62288597-0488-4891-800c-533dfcd62d3b HTTP/1.1" 200 115 0.034837 10.0.0.249 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.249 - - [2026-05-11 03:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.141 - - [2026-05-11 03:16:52] "POST /fqname-to-id HTTP/1.1" 404 254 0.004222 10.0.0.141 - - [2026-05-11 03:16:52] "POST /security-groups HTTP/1.1" 200 595 0.043685 10.0.0.141 - - [2026-05-11 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008326 10.0.0.141 - - [2026-05-11 03:16:52] "POST /fqname-to-id HTTP/1.1" 404 285 0.013899 10.0.0.141 - - [2026-05-11 03:16:52] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009586 10.0.0.141 - - [2026-05-11 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010289 10.0.0.141 - - [2026-05-11 03:16:52] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004115 10.0.0.141 - - [2026-05-11 03:16:53] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003992 10.0.0.141 - - [2026-05-11 03:16:53] "PUT /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6 HTTP/1.1" 200 262 0.019718 10.0.0.141 - - [2026-05-11 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009589 10.0.0.141 - - [2026-05-11 03:16:53] "PUT /access-control-list/f12161f1-1333-48a7-8d6a-fc65b7cb902b HTTP/1.1" 200 272 0.020788 10.0.0.27 - - [2026-05-11 03:16:53] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000861 10.0.0.141 - - [2026-05-11 03:16:53] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.050471 10.0.0.27 - - [2026-05-11 03:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005916 10.0.0.141 - - [2026-05-11 03:16:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.284836 10.0.0.141 - - [2026-05-11 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 300 0.001246 10.0.0.141 - - [2026-05-11 03:16:54] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004954 10.0.0.141 - - [2026-05-11 03:16:54] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006597 10.0.0.141 - - [2026-05-11 03:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000287 10.0.0.141 - - [2026-05-11 03:16:54] "POST /neutron/network HTTP/1.1" 200 954 0.008517 10.0.0.141 - - [2026-05-11 03:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2026-05-11 03:16:54] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007541 10.0.0.141 - - [2026-05-11 03:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-05-11 03:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.27 - - [2026-05-11 03:16:55] "DELETE /project/2b8b4ed3df9748bb8350a868564931f0 HTTP/1.1" 404 173 0.002847 10.0.0.249 - - [2026-05-11 03:16:55] "GET /obj-perms HTTP/1.1" 200 5109 0.091702 10.0.0.141 - - [2026-05-11 03:16:55] "POST /id-to-fqname HTTP/1.1" 200 300 0.002119 10.0.0.141 - - [2026-05-11 03:16:56] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006426 10.0.0.27 - - [2026-05-11 03:16:56] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000948 10.0.0.141 - - [2026-05-11 03:16:56] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.074635 10.0.0.141 - - [2026-05-11 03:16:57] "POST /neutron/port HTTP/1.1" 200 2280 0.027139 10.0.0.141 - - [2026-05-11 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 300 0.001164 10.0.0.141 - - [2026-05-11 03:16:57] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006351 10.0.0.27 - - [2026-05-11 03:16:57] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001126 10.0.0.141 - - [2026-05-11 03:16:57] "POST /neutron/security_group HTTP/1.1" 200 3298 0.065468 10.0.0.141 - - [2026-05-11 03:16:58] "POST /neutron/port HTTP/1.1" 200 1090 0.017664 10.0.0.141 - - [2026-05-11 03:16:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003562 10.0.0.141 - - [2026-05-11 03:16:58] "POST /neutron/network HTTP/1.1" 200 954 0.007065 10.0.0.27 - - [2026-05-11 03:16:58] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001224 10.0.0.141 - - [2026-05-11 03:16:58] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.090511 10.0.0.141 - - [2026-05-11 03:16:58] "POST /neutron/security_group HTTP/1.1" 200 1292 0.010224 10.0.0.141 - - [2026-05-11 03:16:59] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007234 10.0.0.27 - - [2026-05-11 03:16:59] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000842 10.0.0.141 - - [2026-05-11 03:16:59] "POST /neutron/port HTTP/1.1" 200 1090 0.247672 10.0.0.141 - - [2026-05-11 03:16:59] "POST /neutron/port HTTP/1.1" 200 1144 0.094886 10.0.0.141 - - [2026-05-11 03:16:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.008405 10.0.0.141 - - [2026-05-11 03:17:04] "POST /neutron/port HTTP/1.1" 200 1155 0.020493 10.0.0.141 - - [2026-05-11 03:17:04] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009505 10.0.0.141 - - [2026-05-11 03:17:04] "POST /neutron/port HTTP/1.1" 200 1155 0.018060 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 401 293 0.000375 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.039455 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.003199 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.005256 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.003325 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.004629 10.0.0.141 - - [2026-05-11 03:17:04] "GET /instance-ip/eaf08fc6-de67-4e7e-85fd-b4ca3e1ed11d HTTP/1.1" 200 1730 0.008099 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.005879 10.0.0.141 - - [2026-05-11 03:17:04] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.005337 10.0.0.141 - - [2026-05-11 03:17:04] "GET /instance-ip/eaf08fc6-de67-4e7e-85fd-b4ca3e1ed11d HTTP/1.1" 200 1730 0.004158 10.0.0.141 - - [2026-05-11 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.141 - - [2026-05-11 03:17:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006083 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003445 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006122 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005150 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005027 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009008 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003487 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007269 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006177 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004584 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005922 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005047 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004699 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.010909 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004872 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003947 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006223 10.0.0.141 - - [2026-05-11 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.141 - - [2026-05-11 03:17:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004880 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003584 10.0.0.141 - - [2026-05-11 03:17:05] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005665 10.0.0.141 - - [2026-05-11 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.141 - - [2026-05-11 03:17:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005830 10.0.0.141 - - [2026-05-11 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2026-05-11 03:17:13] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006145 10.0.0.141 - - [2026-05-11 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.141 - - [2026-05-11 03:17:17] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008130 10.0.0.141 - - [2026-05-11 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.141 - - [2026-05-11 03:17:21] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006984 10.0.0.141 - - [2026-05-11 03:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.141 - - [2026-05-11 03:17:25] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005442 10.0.0.141 - - [2026-05-11 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.141 - - [2026-05-11 03:17:29] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005212 10.0.0.141 - - [2026-05-11 03:17:32] "POST /neutron/port HTTP/1.1" 200 1217 0.027113 10.0.0.141 - - [2026-05-11 03:17:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.141 - - [2026-05-11 03:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.141 - - [2026-05-11 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.141 - - [2026-05-11 03:17:33] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.010140 10.0.0.141 - - [2026-05-11 03:17:33] "POST /neutron/port HTTP/1.1" 200 1217 0.021996 10.0.0.141 - - [2026-05-11 03:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004783 10.0.0.141 - - [2026-05-11 03:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.141 - - [2026-05-11 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.141 - - [2026-05-11 03:17:37] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007146 10.0.0.141 - - [2026-05-11 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.141 - - [2026-05-11 03:17:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984 10.0.0.141 - - [2026-05-11 03:17:41] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003272 10.0.0.141 - - [2026-05-11 03:17:41] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005632 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.141 - - [2026-05-11 03:17:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003642 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002840 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005591 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2026-05-11 03:17:42] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004436 10.0.0.141 - - [2026-05-11 03:17:42] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003620 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.141 - - [2026-05-11 03:17:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003508 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003193 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006658 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2026-05-11 03:17:42] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004380 10.0.0.141 - - [2026-05-11 03:17:42] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003503 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.141 - - [2026-05-11 03:17:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004027 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003048 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009069 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.141 - - [2026-05-11 03:17:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004467 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002936 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005358 10.0.0.141 - - [2026-05-11 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.141 - - [2026-05-11 03:17:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004381 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002806 10.0.0.141 - - [2026-05-11 03:17:42] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005973 10.0.0.27 - - [2026-05-11 03:17:42] "GET /obj-perms HTTP/1.1" 200 5109 0.055135 10.0.0.141 - - [2026-05-11 03:17:43] "GET /obj-perms HTTP/1.1" 200 5109 0.052059 10.0.0.141 - - [2026-05-11 03:17:43] "GET /obj-perms HTTP/1.1" 200 5109 0.003761 10.0.0.141 - - [2026-05-11 03:17:43] "GET /obj-perms HTTP/1.1" 200 5109 0.003689 10.0.0.27 - - [2026-05-11 03:17:43] "GET /obj-perms HTTP/1.1" 200 5109 0.005235 10.0.0.141 - - [2026-05-11 03:17:43] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.006181 10.0.0.141 - - [2026-05-11 03:17:43] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.006124 10.0.0.141 - - [2026-05-11 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.141 - - [2026-05-11 03:17:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003614 10.0.0.141 - - [2026-05-11 03:17:43] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003085 10.0.0.141 - - [2026-05-11 03:17:43] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005608 10.0.0.141 - - [2026-05-11 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.141 - - [2026-05-11 03:17:44] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004682 10.0.0.141 - - [2026-05-11 03:17:44] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004968 10.0.0.141 - - [2026-05-11 03:17:44] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007850 10.0.0.141 - - [2026-05-11 03:17:44] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008699 10.0.0.141 - - [2026-05-11 03:17:52] "POST /neutron/port HTTP/1.1" 200 1155 0.022545 10.0.0.141 - - [2026-05-11 03:17:55] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006433 10.0.0.141 - - [2026-05-11 03:18:00] "POST /neutron/port HTTP/1.1" 200 1155 0.021133 10.0.0.141 - - [2026-05-11 03:18:05] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007079 10.0.0.141 - - [2026-05-11 03:18:05] "POST /neutron/port HTTP/1.1" 200 1155 0.017754 10.0.0.141 - - [2026-05-11 03:18:05] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006937 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.006498 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.004249 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine-interface/0b6a1afa-e7f0-41f4-b030-bb27a4fc789a HTTP/1.1" 200 3261 0.006217 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.004135 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine-interface/0b6a1afa-e7f0-41f4-b030-bb27a4fc789a HTTP/1.1" 200 3261 0.005401 10.0.0.141 - - [2026-05-11 03:18:05] "GET /instance-ip/965860ce-5d15-4b35-8b2a-f4cee38cd8b5 HTTP/1.1" 200 1731 0.006422 10.0.0.141 - - [2026-05-11 03:18:05] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.003558 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-machine-interface/0b6a1afa-e7f0-41f4-b030-bb27a4fc789a HTTP/1.1" 200 3261 0.005485 10.0.0.141 - - [2026-05-11 03:18:06] "GET /instance-ip/965860ce-5d15-4b35-8b2a-f4cee38cd8b5 HTTP/1.1" 200 1731 0.004587 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003989 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003915 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005461 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004132 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003641 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007406 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003953 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004285 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007408 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004879 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003341 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005310 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004629 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003650 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007283 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004622 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004653 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006472 10.0.0.141 - - [2026-05-11 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2026-05-11 03:18:06] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005244 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003499 10.0.0.141 - - [2026-05-11 03:18:06] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005360 10.0.0.141 - - [2026-05-11 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006085 10.0.0.141 - - [2026-05-11 03:18:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006043 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003830 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006234 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.141 - - [2026-05-11 03:18:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004671 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003714 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006630 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.141 - - [2026-05-11 03:18:08] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005358 10.0.0.141 - - [2026-05-11 03:18:08] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004529 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.141 - - [2026-05-11 03:18:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005527 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004727 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006155 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.141 - - [2026-05-11 03:18:08] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005055 10.0.0.141 - - [2026-05-11 03:18:08] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005324 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.141 - - [2026-05-11 03:18:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005179 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003289 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009371 10.0.0.141 - - [2026-05-11 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.141 - - [2026-05-11 03:18:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005212 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003810 10.0.0.141 - - [2026-05-11 03:18:08] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005810 10.0.0.141 - - [2026-05-11 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.141 - - [2026-05-11 03:18:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004627 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004180 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007599 10.0.0.141 - - [2026-05-11 03:18:09] "GET /obj-perms HTTP/1.1" 200 5109 0.004951 10.0.0.27 - - [2026-05-11 03:18:09] "GET /obj-perms HTTP/1.1" 200 5109 0.005099 10.0.0.141 - - [2026-05-11 03:18:09] "GET /obj-perms HTTP/1.1" 200 5109 0.004874 10.0.0.141 - - [2026-05-11 03:18:09] "GET /obj-perms HTTP/1.1" 200 5109 0.004681 10.0.0.249 - - [2026-05-11 03:18:09] "GET /obj-perms HTTP/1.1" 200 5109 0.005773 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.003690 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-machine-interface/0b6a1afa-e7f0-41f4-b030-bb27a4fc789a HTTP/1.1" 200 3261 0.006711 10.0.0.141 - - [2026-05-11 03:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.141 - - [2026-05-11 03:18:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004272 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004140 10.0.0.141 - - [2026-05-11 03:18:09] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005796 10.0.0.141 - - [2026-05-11 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.141 - - [2026-05-11 03:18:10] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004067 10.0.0.141 - - [2026-05-11 03:18:10] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003824 10.0.0.141 - - [2026-05-11 03:18:10] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006552 10.0.0.141 - - [2026-05-11 03:18:10] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.004733 10.0.0.141 - - [2026-05-11 03:18:10] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.005199 10.0.0.141 - - [2026-05-11 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2026-05-11 03:18:10] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004395 10.0.0.141 - - [2026-05-11 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.141 - - [2026-05-11 03:18:11] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004047 10.0.0.141 - - [2026-05-11 03:18:11] "POST /neutron/port HTTP/1.1" 200 1155 0.018147 10.0.0.141 - - [2026-05-11 03:18:11] "POST /neutron/port HTTP/1.1" 200 1106 0.078903 10.0.0.141 - - [2026-05-11 03:18:11] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.006228 10.0.0.141 - - [2026-05-11 03:18:11] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3202 0.005367 10.0.0.141 - - [2026-05-11 03:18:11] "POST /neutron/port HTTP/1.1" 200 1106 0.016575 10.0.0.141 - - [2026-05-11 03:18:11] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.005334 10.0.0.141 - - [2026-05-11 03:18:11] "GET /virtual-machine-interface/f878c871-394f-4064-90e7-678104d13de9 HTTP/1.1" 200 3263 0.009261 10.0.0.141 - - [2026-05-11 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.141 - - [2026-05-11 03:18:11] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005444 10.0.0.141 - - [2026-05-11 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.141 - - [2026-05-11 03:18:11] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004648 10.0.0.141 - - [2026-05-11 03:18:11] "POST /neutron/security_group HTTP/1.1" 200 1318 0.005391 10.0.0.141 - - [2026-05-11 03:18:11] "DELETE /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6 HTTP/1.1" 409 336 0.008865 10.0.0.141 - - [2026-05-11 03:18:32] "POST /neutron/network HTTP/1.1" 200 964 0.007658 10.0.0.141 - - [2026-05-11 03:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.141 - - [2026-05-11 03:18:35] "POST /neutron/port HTTP/1.1" 200 1155 0.048418 10.0.0.141 - - [2026-05-11 03:18:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.011783 10.0.0.141 - - [2026-05-11 03:19:14] "GET /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004166 10.0.0.141 - - [2026-05-11 03:19:14] "PUT /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6 HTTP/1.1" 200 262 0.017464 10.0.0.141 - - [2026-05-11 03:19:14] "PUT /access-control-list/98cfa20e-99b3-4bf0-8f6c-bf85efcb45b1 HTTP/1.1" 200 272 0.021893 10.0.0.141 - - [2026-05-11 03:19:17] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007528 10.0.0.141 - - [2026-05-11 03:19:17] "POST /neutron/port HTTP/1.1" 200 1144 0.015838 10.0.0.141 - - [2026-05-11 03:19:17] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 200 1323 0.004433 10.0.0.141 - - [2026-05-11 03:19:18] "POST /neutron/port HTTP/1.1" 200 1106 0.016264 10.0.0.141 - - [2026-05-11 03:19:19] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 404 171 0.003482 10.0.0.141 - - [2026-05-11 03:19:19] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 404 171 0.002919 10.0.0.141 - - [2026-05-11 03:19:19] "GET /virtual-machine/df5d0e6d-206f-4f97-bb78-45a795bfce29 HTTP/1.1" 404 171 0.002506 10.0.0.141 - - [2026-05-11 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.141 - - [2026-05-11 03:19:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003898 10.0.0.141 - - [2026-05-11 03:19:20] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003051 10.0.0.141 - - [2026-05-11 03:19:20] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006543 10.0.0.141 - - [2026-05-11 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2026-05-11 03:19:20] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005105 10.0.0.141 - - [2026-05-11 03:19:20] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003798 10.0.0.141 - - [2026-05-11 03:19:20] "GET /obj-perms HTTP/1.1" 200 5109 0.003845 10.0.0.141 - - [2026-05-11 03:19:23] "GET /obj-perms HTTP/1.1" 200 5109 0.004947 10.0.0.141 - - [2026-05-11 03:19:23] "POST /neutron/port HTTP/1.1" 200 1155 0.018801 10.0.0.141 - - [2026-05-11 03:19:23] "POST /neutron/port HTTP/1.1" 200 1106 0.097566 10.0.0.141 - - [2026-05-11 03:19:24] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 200 1322 0.005833 10.0.0.141 - - [2026-05-11 03:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.200625 10.0.0.141 - - [2026-05-11 03:19:26] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 404 171 0.003865 10.0.0.141 - - [2026-05-11 03:19:26] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 404 171 0.004429 10.0.0.141 - - [2026-05-11 03:19:26] "GET /virtual-machine/5d49a58e-577c-4c47-9f4a-40f963516473 HTTP/1.1" 404 171 0.003138 10.0.0.27 - - [2026-05-11 03:19:26] "GET /obj-perms HTTP/1.1" 200 5075 0.051309 10.0.0.141 - - [2026-05-11 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.141 - - [2026-05-11 03:19:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003689 10.0.0.141 - - [2026-05-11 03:19:26] "GET /virtual-networks?parent_id=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003556 10.0.0.141 - - [2026-05-11 03:19:26] "GET /virtual-network/ef914c0a-8dd7-48ed-a9ee-8ab62af12878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005419 10.0.0.141 - - [2026-05-11 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.141 - - [2026-05-11 03:19:26] "GET /routing-instance/d8e6f3e4-2859-44de-89e2-4f5483679093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004094 10.0.0.141 - - [2026-05-11 03:19:26] "GET /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004346 10.0.0.141 - - [2026-05-11 03:19:26] "GET /obj-perms HTTP/1.1" 200 5075 0.068482 10.0.0.141 - - [2026-05-11 03:19:29] "GET /obj-perms HTTP/1.1" 200 5109 0.004617 10.0.0.141 - - [2026-05-11 03:19:32] "GET /obj-perms HTTP/1.1" 200 5109 0.004367 10.0.0.141 - - [2026-05-11 03:19:33] "POST /neutron/network HTTP/1.1" 200 1122 0.007864 10.0.0.141 - - [2026-05-11 03:19:34] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012749 10.0.0.141 - - [2026-05-11 03:19:34] "POST /neutron/network HTTP/1.1" 200 1112 0.009286 10.0.0.141 - - [2026-05-11 03:19:35] "POST /neutron/network HTTP/1.1" 200 1122 0.006586 10.0.0.141 - - [2026-05-11 03:19:35] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018594 10.0.0.141 - - [2026-05-11 03:19:35] "POST /neutron/network HTTP/1.1" 200 1112 0.010037 10.0.0.141 - - [2026-05-11 03:19:38] "GET /obj-perms HTTP/1.1" 200 5109 0.003730 10.0.0.141 - - [2026-05-11 03:19:41] "GET /obj-perms HTTP/1.1" 200 5109 0.003782 10.0.0.141 - - [2026-05-11 03:19:48] "GET /obj-perms HTTP/1.1" 200 5109 0.004714 10.0.0.141 - - [2026-05-11 03:19:51] "GET /obj-perms HTTP/1.1" 200 5109 0.003758 10.0.0.249 - - [2026-05-11 03:19:51] "GET /obj-perms HTTP/1.1" 200 5109 0.004669 10.0.0.141 - - [2026-05-11 03:19:51] "DELETE /route-target/146fba48-f62d-48b1-9e84-dacec266eb1e HTTP/1.1" 200 115 0.021642 10.0.0.141 - - [2026-05-11 03:19:51] "DELETE /security-group/cbdb84ad-23b7-417c-80b8-613bb5e343a6 HTTP/1.1" 200 115 0.043030 10.0.0.141 - - [2026-05-11 03:19:51] "POST /fqname-to-id HTTP/1.1" 404 254 0.003880 10.0.0.27 - - [2026-05-11 03:19:53] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001384 10.0.0.141 - - [2026-05-11 03:19:53] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.082814 10.0.0.27 - - [2026-05-11 03:19:53] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001286 10.0.0.141 - - [2026-05-11 03:19:53] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?fields=virtual_networks HTTP/1.1" 200 1101 0.037435 10.0.0.27 - - [2026-05-11 03:19:53] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001426 10.0.0.141 - - [2026-05-11 03:19:53] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1101 0.037716 10.0.0.27 - - [2026-05-11 03:19:53] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001793 10.0.0.141 - - [2026-05-11 03:19:53] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?fields=security_groups HTTP/1.1" 200 1357 0.050397 10.0.0.141 - - [2026-05-11 03:19:54] "POST /fqname-to-id HTTP/1.1" 404 209 0.033085 10.0.0.27 - - [2026-05-11 03:19:54] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.27 - - [2026-05-11 03:19:54] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001382 10.0.0.27 - - [2026-05-11 03:19:54] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040544 10.0.0.27 - - [2026-05-11 03:19:54] "POST /id-to-fqname HTTP/1.1" 200 212 0.001769 10.0.0.27 - - [2026-05-11 03:19:54] "POST /fqname-to-id HTTP/1.1" 404 222 0.006632 10.0.0.27 - - [2026-05-11 03:19:55] "POST /security-groups HTTP/1.1" 200 612 0.038979 10.0.0.141 - - [2026-05-11 03:19:55] "POST /fqname-to-id HTTP/1.1" 404 255 0.003927 10.0.0.27 - - [2026-05-11 03:19:55] "POST /projects HTTP/1.1" 200 627 0.251824 10.0.0.27 - - [2026-05-11 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.323958 10.0.0.141 - - [2026-05-11 03:19:55] "POST /access-control-lists HTTP/1.1" 200 615 0.028773 10.0.0.141 - - [2026-05-11 03:19:55] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.493899 10.0.0.27 - - [2026-05-11 03:19:55] "DELETE /project/05b077b4e1b74312bc05f3bfc0297eb1 HTTP/1.1" 404 173 0.008304 10.0.0.27 - - [2026-05-11 03:19:55] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001117 10.0.0.27 - - [2026-05-11 03:19:55] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.053573 10.0.0.27 - - [2026-05-11 03:19:55] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001078 10.0.0.27 - - [2026-05-11 03:19:55] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?fields=security_groups HTTP/1.1" 200 1462 0.053801 10.0.0.27 - - [2026-05-11 03:19:55] "DELETE /security-group/7fb16fc2-9817-48ea-a46b-53c5f549b89d HTTP/1.1" 200 115 0.070184 10.0.0.27 - - [2026-05-11 03:19:55] "GET /projects?obj_uuids=2b8b4ed3-df97-48bb-8350-a868564931f0&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001682 10.0.0.27 - - [2026-05-11 03:19:55] "GET /project/2b8b4ed3-df97-48bb-8350-a868564931f0?fields=application_policy_sets HTTP/1.1" 200 1501 0.062842 10.0.0.27 - - [2026-05-11 03:19:56] "DELETE /project/2b8b4ed3-df97-48bb-8350-a868564931f0 HTTP/1.1" 200 115 0.510213 10.0.0.141 - - [2026-05-11 03:19:56] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.141 - - [2026-05-11 03:19:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.141 - - [2026-05-11 03:19:58] "POST /fqname-to-id HTTP/1.1" 404 245 0.076398 10.0.0.27 - - [2026-05-11 03:19:58] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000867 10.0.0.141 - - [2026-05-11 03:19:58] "POST /fqname-to-id HTTP/1.1" 404 277 0.003390 10.0.0.141 - - [2026-05-11 03:19:58] "POST /access-control-lists HTTP/1.1" 200 637 0.032197 10.0.0.141 - - [2026-05-11 03:19:59] "POST /neutron/security_group HTTP/1.1" 200 1423 0.412629 10.0.0.141 - - [2026-05-11 03:19:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148021 10.0.0.141 - - [2026-05-11 03:19:59] "PUT /access-control-list/7b99533b-4b72-4f1c-8bb0-081d5ac4c4d9 HTTP/1.1" 200 272 0.024796 10.0.0.141 - - [2026-05-11 03:19:59] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.140917 10.0.0.141 - - [2026-05-11 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2026-05-11 03:19:59] "GET /security-group/65af5ae7-0eec-403b-8c2c-2b089a64e8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.003287 10.0.0.141 - - [2026-05-11 03:20:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.002879 10.0.0.141 - - [2026-05-11 03:20:00] "DELETE /access-control-list/c2641101-901f-4bd4-b864-73ef5918361a HTTP/1.1" 200 115 0.036740 10.0.0.141 - - [2026-05-11 03:20:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.003179 10.0.0.27 - - [2026-05-11 03:20:00] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001262 10.0.0.141 - - [2026-05-11 03:20:01] "POST /access-control-lists HTTP/1.1" 200 639 0.029163 10.0.0.141 - - [2026-05-11 03:20:01] "PUT /access-control-list/735c21af-f6e1-4225-88e4-22461d32aba4 HTTP/1.1" 200 272 0.016066 10.0.0.141 - - [2026-05-11 03:20:01] "POST /neutron/security_group HTTP/1.1" 200 1423 0.433017 10.0.0.141 - - [2026-05-11 03:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133264 10.0.0.141 - - [2026-05-11 03:20:01] "PUT /access-control-list/735c21af-f6e1-4225-88e4-22461d32aba4 HTTP/1.1" 200 272 0.016916 10.0.0.141 - - [2026-05-11 03:20:02] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.152249 10.0.0.141 - - [2026-05-11 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.141 - - [2026-05-11 03:20:02] "GET /security-group/79b65726-e71c-4e43-8fb8-1b1d08cfad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005938 10.0.0.141 - - [2026-05-11 03:20:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126111 10.0.0.141 - - [2026-05-11 03:20:02] "PUT /access-control-list/735c21af-f6e1-4225-88e4-22461d32aba4 HTTP/1.1" 200 272 0.013640 10.0.0.141 - - [2026-05-11 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006203 10.0.0.27 - - [2026-05-11 03:20:02] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001270 10.0.0.141 - - [2026-05-11 03:20:02] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043155 10.0.0.141 - - [2026-05-11 03:20:03] "POST /neutron/network HTTP/1.1" 200 117 0.029903 10.0.0.141 - - [2026-05-11 03:20:03] "POST /ref-update HTTP/1.1" 200 156 0.023737 10.0.0.141 - - [2026-05-11 03:20:03] "POST /neutron/network HTTP/1.1" 200 929 0.011915 10.0.0.141 - - [2026-05-11 03:20:03] "POST /id-to-fqname HTTP/1.1" 200 282 0.001772 10.0.0.141 - - [2026-05-11 03:20:03] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006536 10.0.0.141 - - [2026-05-11 03:20:03] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005890 10.0.0.141 - - [2026-05-11 03:20:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.015078 10.0.0.141 - - [2026-05-11 03:20:03] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005505 10.0.0.141 - - [2026-05-11 03:20:04] "GET /obj-perms HTTP/1.1" 200 5091 0.058800 10.0.0.141 - - [2026-05-11 03:20:05] "POST /id-to-fqname HTTP/1.1" 200 282 0.001814 10.0.0.141 - - [2026-05-11 03:20:05] "POST /neutron/network HTTP/1.1" 200 939 0.007073 10.0.0.27 - - [2026-05-11 03:20:06] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001148 10.0.0.141 - - [2026-05-11 03:20:06] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.064037 10.0.0.141 - - [2026-05-11 03:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.006252 10.0.0.141 - - [2026-05-11 03:20:06] "POST /id-to-fqname HTTP/1.1" 200 282 0.001145 10.0.0.141 - - [2026-05-11 03:20:06] "POST /neutron/network HTTP/1.1" 200 939 0.006591 10.0.0.27 - - [2026-05-11 03:20:07] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001674 10.0.0.141 - - [2026-05-11 03:20:07] "POST /neutron/port HTTP/1.1" 200 1083 0.293449 10.0.0.141 - - [2026-05-11 03:20:07] "POST /neutron/port HTTP/1.1" 200 1137 0.141553 10.0.0.141 - - [2026-05-11 03:20:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.008745 10.0.0.27 - - [2026-05-11 03:20:07] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000852 10.0.0.141 - - [2026-05-11 03:20:07] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.091310 10.0.0.141 - - [2026-05-11 03:20:07] "POST /neutron/network HTTP/1.1" 200 929 0.042552 10.0.0.141 - - [2026-05-11 03:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.006340 10.0.0.141 - - [2026-05-11 03:20:08] "POST /neutron/network HTTP/1.1" 200 939 0.008219 10.0.0.141 - - [2026-05-11 03:20:09] "POST /neutron/port HTTP/1.1" 200 1083 0.019790 10.0.0.141 - - [2026-05-11 03:20:09] "POST /neutron/port HTTP/1.1" 200 1147 0.026641 10.0.0.141 - - [2026-05-11 03:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.141 - - [2026-05-11 03:20:13] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007123 10.0.0.141 - - [2026-05-11 03:20:13] "POST /neutron/port HTTP/1.1" 200 1147 0.016515 10.0.0.141 - - [2026-05-11 03:20:13] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006935 10.0.0.141 - - [2026-05-11 03:20:13] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 401 293 0.000368 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.032500 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.004227 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.005253 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.004300 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.006262 10.0.0.141 - - [2026-05-11 03:20:14] "GET /instance-ip/b6e2815b-7d06-4159-8599-0a51e4f13eb5 HTTP/1.1" 200 1705 0.007097 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.003926 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.005747 10.0.0.141 - - [2026-05-11 03:20:14] "GET /instance-ip/b6e2815b-7d06-4159-8599-0a51e4f13eb5 HTTP/1.1" 200 1705 0.004445 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004570 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002738 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006487 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003963 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003399 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005636 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004252 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003686 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005451 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004085 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002532 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007108 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003723 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003266 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005804 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004216 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003229 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006311 10.0.0.141 - - [2026-05-11 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006666 10.0.0.141 - - [2026-05-11 03:20:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004860 10.0.0.141 - - [2026-05-11 03:20:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003699 10.0.0.141 - - [2026-05-11 03:20:15] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005713 10.0.0.141 - - [2026-05-11 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.141 - - [2026-05-11 03:20:18] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005161 10.0.0.141 - - [2026-05-11 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.141 - - [2026-05-11 03:20:22] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005595 10.0.0.141 - - [2026-05-11 03:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.141 - - [2026-05-11 03:20:26] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005624 10.0.0.27 - - [2026-05-11 03:20:27] "GET /obj-perms HTTP/1.1" 200 5075 0.080888 10.0.0.141 - - [2026-05-11 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.141 - - [2026-05-11 03:20:30] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005825 10.0.0.141 - - [2026-05-11 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.141 - - [2026-05-11 03:20:34] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.004757 10.0.0.141 - - [2026-05-11 03:20:35] "POST /neutron/network HTTP/1.1" 200 1122 0.007732 10.0.0.141 - - [2026-05-11 03:20:36] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015547 10.0.0.141 - - [2026-05-11 03:20:36] "POST /neutron/network HTTP/1.1" 200 1112 0.010052 10.0.0.141 - - [2026-05-11 03:20:37] "POST /neutron/network HTTP/1.1" 200 1122 0.007766 10.0.0.141 - - [2026-05-11 03:20:37] "POST /neutron/subnet HTTP/1.1" 200 1379 0.025872 10.0.0.141 - - [2026-05-11 03:20:37] "POST /neutron/network HTTP/1.1" 200 1112 0.011532 10.0.0.141 - - [2026-05-11 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.141 - - [2026-05-11 03:20:38] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005254 10.0.0.141 - - [2026-05-11 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.141 - - [2026-05-11 03:20:42] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.004965 10.0.0.141 - - [2026-05-11 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.141 - - [2026-05-11 03:20:46] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005090 10.0.0.141 - - [2026-05-11 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.141 - - [2026-05-11 03:20:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004088 10.0.0.141 - - [2026-05-11 03:20:48] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003709 10.0.0.141 - - [2026-05-11 03:20:48] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006880 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.141 - - [2026-05-11 03:20:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003697 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002778 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007001 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.141 - - [2026-05-11 03:20:49] "GET /routing-instance/85bbd751-d69e-469b-86ed-cdc4682426b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004071 10.0.0.141 - - [2026-05-11 03:20:49] "GET /route-target/f8f601a4-841f-44b5-9028-339d201150ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003618 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.141 - - [2026-05-11 03:20:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004478 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003244 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007026 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.141 - - [2026-05-11 03:20:49] "GET /routing-instance/85bbd751-d69e-469b-86ed-cdc4682426b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006807 10.0.0.141 - - [2026-05-11 03:20:49] "GET /route-target/f8f601a4-841f-44b5-9028-339d201150ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005179 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2026-05-11 03:20:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005191 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003101 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005850 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.141 - - [2026-05-11 03:20:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003050 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007504 10.0.0.141 - - [2026-05-11 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.141 - - [2026-05-11 03:20:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004389 10.0.0.141 - - [2026-05-11 03:20:49] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003476 10.0.0.141 - - [2026-05-11 03:20:50] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006885 10.0.0.141 - - [2026-05-11 03:20:50] "GET /obj-perms HTTP/1.1" 200 5091 0.004238 10.0.0.27 - - [2026-05-11 03:20:50] "GET /obj-perms HTTP/1.1" 200 5091 0.056103 10.0.0.141 - - [2026-05-11 03:20:50] "GET /obj-perms HTTP/1.1" 200 5091 0.004991 10.0.0.141 - - [2026-05-11 03:20:50] "GET /obj-perms HTTP/1.1" 200 5091 0.004514 10.0.0.249 - - [2026-05-11 03:20:50] "GET /obj-perms HTTP/1.1" 200 5091 0.055849 10.0.0.141 - - [2026-05-11 03:20:50] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.006147 10.0.0.141 - - [2026-05-11 03:20:50] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.009251 10.0.0.141 - - [2026-05-11 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.141 - - [2026-05-11 03:20:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004332 10.0.0.141 - - [2026-05-11 03:20:50] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004346 10.0.0.141 - - [2026-05-11 03:20:50] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007923 10.0.0.141 - - [2026-05-11 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.141 - - [2026-05-11 03:20:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004280 10.0.0.141 - - [2026-05-11 03:20:51] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004076 10.0.0.141 - - [2026-05-11 03:20:51] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006828 10.0.0.141 - - [2026-05-11 03:20:57] "POST /neutron/port HTTP/1.1" 200 1147 0.016837 10.0.0.141 - - [2026-05-11 03:20:59] "POST /neutron/security_group HTTP/1.1" 200 1421 0.033636 10.0.0.141 - - [2026-05-11 03:21:03] "POST /neutron/port HTTP/1.1" 200 1147 0.020182 10.0.0.141 - - [2026-05-11 03:21:07] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007055 10.0.0.141 - - [2026-05-11 03:21:12] "POST /neutron/port HTTP/1.1" 200 1147 0.017926 10.0.0.141 - - [2026-05-11 03:21:13] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007543 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54 HTTP/1.1" 200 1314 0.006772 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54 HTTP/1.1" 200 1314 0.004178 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine-interface/54f4b7f3-c500-41da-a0db-a8e00e8bba20 HTTP/1.1" 200 3190 0.005385 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54 HTTP/1.1" 200 1314 0.004060 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine-interface/54f4b7f3-c500-41da-a0db-a8e00e8bba20 HTTP/1.1" 200 3190 0.006074 10.0.0.141 - - [2026-05-11 03:21:13] "GET /instance-ip/4bb9d71a-3d57-4be8-9d91-cafd573bcd7b HTTP/1.1" 200 1705 0.007645 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54 HTTP/1.1" 200 1314 0.004403 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-machine-interface/54f4b7f3-c500-41da-a0db-a8e00e8bba20 HTTP/1.1" 200 3190 0.005960 10.0.0.141 - - [2026-05-11 03:21:13] "GET /instance-ip/4bb9d71a-3d57-4be8-9d91-cafd573bcd7b HTTP/1.1" 200 1705 0.005721 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004856 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004340 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007917 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007652 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003063 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007058 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004349 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003057 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006457 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004106 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004054 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005291 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004479 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002900 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005744 10.0.0.141 - - [2026-05-11 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.141 - - [2026-05-11 03:21:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004362 10.0.0.141 - - [2026-05-11 03:21:13] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003089 10.0.0.141 - - [2026-05-11 03:21:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007292 10.0.0.141 - - [2026-05-11 03:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.141 - - [2026-05-11 03:21:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005327 10.0.0.141 - - [2026-05-11 03:21:14] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004181 10.0.0.141 - - [2026-05-11 03:21:14] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006497 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.141 - - [2026-05-11 03:21:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003986 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002743 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005908 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.141 - - [2026-05-11 03:21:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003742 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002671 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006131 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2026-05-11 03:21:15] "GET /routing-instance/85bbd751-d69e-469b-86ed-cdc4682426b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004065 10.0.0.141 - - [2026-05-11 03:21:15] "GET /route-target/f8f601a4-841f-44b5-9028-339d201150ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004139 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.141 - - [2026-05-11 03:21:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003625 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004031 10.0.0.141 - - [2026-05-11 03:21:15] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007474 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.141 - - [2026-05-11 03:21:15] "GET /routing-instance/85bbd751-d69e-469b-86ed-cdc4682426b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005421 10.0.0.141 - - [2026-05-11 03:21:15] "GET /route-target/f8f601a4-841f-44b5-9028-339d201150ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003757 10.0.0.141 - - [2026-05-11 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2026-05-11 03:21:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004280 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006209 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.005706 10.0.0.141 - - [2026-05-11 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.141 - - [2026-05-11 03:21:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005742 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003837 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.008829 10.0.0.141 - - [2026-05-11 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.141 - - [2026-05-11 03:21:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005233 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003885 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.007177 10.0.0.27 - - [2026-05-11 03:21:16] "GET /obj-perms HTTP/1.1" 200 5091 0.009998 10.0.0.141 - - [2026-05-11 03:21:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003710 10.0.0.141 - - [2026-05-11 03:21:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003639 10.0.0.141 - - [2026-05-11 03:21:16] "GET /obj-perms HTTP/1.1" 200 5091 0.003325 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-machine/db53e7ae-f38a-4f80-8ba3-84f19f324b54 HTTP/1.1" 200 1314 0.004776 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-machine-interface/54f4b7f3-c500-41da-a0db-a8e00e8bba20 HTTP/1.1" 200 3190 0.005327 10.0.0.141 - - [2026-05-11 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.141 - - [2026-05-11 03:21:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003819 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003836 10.0.0.141 - - [2026-05-11 03:21:16] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.010691 10.0.0.141 - - [2026-05-11 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.141 - - [2026-05-11 03:21:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.141 - - [2026-05-11 03:21:17] "GET /virtual-networks?parent_id=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003343 10.0.0.141 - - [2026-05-11 03:21:17] "GET /virtual-network/35065b09-134d-4c08-a92b-c130058baf90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2210 0.006024 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.014560 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.005890 10.0.0.141 - - [2026-05-11 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.141 - - [2026-05-11 03:21:18] "GET /security-group/79b65726-e71c-4e43-8fb8-1b1d08cfad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.003545 10.0.0.141 - - [2026-05-11 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2026-05-11 03:21:18] "GET /security-group/79b65726-e71c-4e43-8fb8-1b1d08cfad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.011986 10.0.0.141 - - [2026-05-11 03:21:18] "POST /neutron/security_group HTTP/1.1" 200 1447 0.004085 10.0.0.141 - - [2026-05-11 03:21:18] "POST /neutron/port HTTP/1.1" 200 1137 0.013914 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.003659 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3139 0.012742 10.0.0.141 - - [2026-05-11 03:21:18] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007385 10.0.0.141 - - [2026-05-11 03:21:18] "POST /neutron/port HTTP/1.1" 200 1099 0.012719 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine/b8f6533e-dece-45c5-9656-00be5e56babc HTTP/1.1" 200 1314 0.007124 10.0.0.141 - - [2026-05-11 03:21:18] "GET /virtual-machine-interface/d406006b-8d40-49ce-9793-0dcd42132417 HTTP/1.1" 200 3191 0.011662 10.0.0.141 - - [2026-05-11 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.141 - - [2026-05-11 03:21:18] "GET /security-group/79b65726-e71c-4e43-8fb8-1b1d08cfad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.006983 10.0.0.141 - - [2026-05-11 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.141 - - [2026-05-11 03:21:18] "GET /security-group/79b65726-e71c-4e43-8fb8-1b1d08cfad4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2699 0.005770 10.0.0.141 - - [2026-05-11 03:21:18] "POST /neutron/security_group HTTP/1.1" 200 1447 0.006918 10.0.0.141 - - [2026-05-11 03:21:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.004160 10.0.0.141 - - [2026-05-11 03:21:19] "POST /fqname-to-id HTTP/1.1" 404 245 0.004161 10.0.0.27 - - [2026-05-11 03:21:19] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.044653 10.0.0.141 - - [2026-05-11 03:21:19] "POST /neutron/security_group HTTP/1.1" 200 153 0.129422 10.0.0.141 - - [2026-05-11 03:21:19] "POST /neutron/network HTTP/1.1" 200 929 0.006569 10.0.0.141 - - [2026-05-11 03:21:21] "POST /neutron/network HTTP/1.1" 400 204 0.013555 10.0.0.141 - - [2026-05-11 03:21:25] "POST /neutron/network HTTP/1.1" 200 929 0.006784 10.0.0.141 - - [2026-05-11 03:21:27] "POST /neutron/network HTTP/1.1" 400 204 0.016057 10.0.0.141 - - [2026-05-11 03:21:32] "POST /neutron/network HTTP/1.1" 200 929 0.009504 10.0.0.141 - - [2026-05-11 03:21:34] "POST /neutron/network HTTP/1.1" 400 204 0.015997 10.0.0.141 - - [2026-05-11 03:21:36] "POST /neutron/port HTTP/1.1" 200 1109 0.047552 10.0.0.141 - - [2026-05-11 03:21:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.141 - - [2026-05-11 03:21:37] "POST /neutron/network HTTP/1.1" 200 929 0.006543 10.0.0.141 - - [2026-05-11 03:21:37] "POST /neutron/network HTTP/1.1" 200 939 0.006885 10.0.0.141 - - [2026-05-11 03:21:37] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.141 - - [2026-05-11 03:21:38] "POST /neutron/network HTTP/1.1" 400 204 0.019522 10.0.0.141 - - [2026-05-11 03:21:42] "POST /neutron/network HTTP/1.1" 200 929 0.010057 10.0.0.141 - - [2026-05-11 03:21:44] "POST /neutron/network HTTP/1.1" 400 204 0.013887 10.0.0.141 - - [2026-05-11 03:21:48] "POST /neutron/network HTTP/1.1" 200 929 0.009109 10.0.0.141 - - [2026-05-11 03:21:50] "POST /neutron/network HTTP/1.1" 400 204 0.012755 10.0.0.27 - - [2026-05-11 03:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2026-05-11 03:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.27 - - [2026-05-11 03:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-05-11 03:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.27 - - [2026-05-11 03:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.27 - - [2026-05-11 03:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.249 - - [2026-05-11 03:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.249 - - [2026-05-11 03:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.141 - - [2026-05-11 03:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.141 - - [2026-05-11 03:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000580 10.0.0.141 - - [2026-05-11 03:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.141 - - [2026-05-11 03:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-05-11 03:21:54] "POST /neutron/network HTTP/1.1" 200 929 0.006839 10.0.0.141 - - [2026-05-11 03:21:56] "POST /neutron/network HTTP/1.1" 400 204 0.014722 10.0.0.141 - - [2026-05-11 03:22:00] "POST /neutron/network HTTP/1.1" 200 929 0.006629 10.0.0.141 - - [2026-05-11 03:22:02] "POST /neutron/network HTTP/1.1" 400 204 0.014393 10.0.0.141 - - [2026-05-11 03:22:06] "POST /neutron/network HTTP/1.1" 200 929 0.006613 10.0.0.141 - - [2026-05-11 03:22:08] "POST /neutron/network HTTP/1.1" 400 204 0.013149 10.0.0.27 - - [2026-05-11 03:22:28] "GET /obj-perms HTTP/1.1" 200 5075 0.067271 10.0.0.141 - - [2026-05-11 03:22:37] "POST /neutron/port HTTP/1.1" 200 1217 0.019139 10.0.0.141 - - [2026-05-11 03:22:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.141 - - [2026-05-11 03:22:38] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.141 - - [2026-05-11 03:22:38] "POST /neutron/port HTTP/1.1" 200 1217 0.016382 10.0.0.141 - - [2026-05-11 03:22:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.141 - - [2026-05-11 03:22:38] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.141 - - [2026-05-11 03:23:01] "POST /neutron/security_group HTTP/1.1" 400 209 0.003864 10.0.0.27 - - [2026-05-11 03:23:02] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001162 10.0.0.141 - - [2026-05-11 03:23:02] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.047006 10.0.0.27 - - [2026-05-11 03:23:02] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000947 10.0.0.141 - - [2026-05-11 03:23:02] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.043612 10.0.0.27 - - [2026-05-11 03:23:04] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000900 10.0.0.141 - - [2026-05-11 03:23:04] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043718 10.0.0.27 - - [2026-05-11 03:23:04] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001082 10.0.0.141 - - [2026-05-11 03:23:04] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.071989 10.0.0.27 - - [2026-05-11 03:23:06] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000894 10.0.0.141 - - [2026-05-11 03:23:06] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043981 10.0.0.27 - - [2026-05-11 03:23:06] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000878 10.0.0.141 - - [2026-05-11 03:23:06] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.058806 10.0.0.27 - - [2026-05-11 03:23:08] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001224 10.0.0.141 - - [2026-05-11 03:23:08] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.034703 10.0.0.27 - - [2026-05-11 03:23:08] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001243 10.0.0.141 - - [2026-05-11 03:23:09] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.092794 10.0.0.27 - - [2026-05-11 03:23:11] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000936 10.0.0.141 - - [2026-05-11 03:23:11] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.049163 10.0.0.27 - - [2026-05-11 03:23:11] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000931 10.0.0.141 - - [2026-05-11 03:23:11] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.047488 10.0.0.27 - - [2026-05-11 03:23:13] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000947 10.0.0.141 - - [2026-05-11 03:23:13] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043771 10.0.0.27 - - [2026-05-11 03:23:13] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001143 10.0.0.141 - - [2026-05-11 03:23:13] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.054339 10.0.0.27 - - [2026-05-11 03:23:15] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000945 10.0.0.141 - - [2026-05-11 03:23:15] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043983 10.0.0.27 - - [2026-05-11 03:23:15] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000825 10.0.0.141 - - [2026-05-11 03:23:15] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.038573 10.0.0.27 - - [2026-05-11 03:23:17] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000889 10.0.0.141 - - [2026-05-11 03:23:17] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.042307 10.0.0.27 - - [2026-05-11 03:23:17] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000871 10.0.0.141 - - [2026-05-11 03:23:17] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.060374 10.0.0.27 - - [2026-05-11 03:23:19] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001621 10.0.0.141 - - [2026-05-11 03:23:19] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.055231 10.0.0.27 - - [2026-05-11 03:23:19] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.141 - - [2026-05-11 03:23:19] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.056107 10.0.0.27 - - [2026-05-11 03:23:21] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000869 10.0.0.141 - - [2026-05-11 03:23:21] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.041161 10.0.0.27 - - [2026-05-11 03:23:21] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000890 10.0.0.141 - - [2026-05-11 03:23:21] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.045475 10.0.0.27 - - [2026-05-11 03:23:23] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000993 10.0.0.141 - - [2026-05-11 03:23:24] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.046672 10.0.0.27 - - [2026-05-11 03:23:24] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001417 10.0.0.141 - - [2026-05-11 03:23:24] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.044100 10.0.0.27 - - [2026-05-11 03:23:26] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.141 - - [2026-05-11 03:23:26] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.044212 10.0.0.27 - - [2026-05-11 03:23:26] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000844 10.0.0.141 - - [2026-05-11 03:23:26] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.038333 10.0.0.27 - - [2026-05-11 03:23:28] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001351 10.0.0.141 - - [2026-05-11 03:23:28] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.046591 10.0.0.27 - - [2026-05-11 03:23:28] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000784 10.0.0.141 - - [2026-05-11 03:23:28] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.054256 10.0.0.249 - - [2026-05-11 03:23:29] "GET /obj-perms HTTP/1.1" 200 5075 0.065497 10.0.0.27 - - [2026-05-11 03:23:30] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000915 10.0.0.141 - - [2026-05-11 03:23:30] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043734 10.0.0.27 - - [2026-05-11 03:23:30] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000906 10.0.0.141 - - [2026-05-11 03:23:30] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.046137 10.0.0.27 - - [2026-05-11 03:23:32] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001227 10.0.0.141 - - [2026-05-11 03:23:32] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.037641 10.0.0.27 - - [2026-05-11 03:23:32] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001122 10.0.0.141 - - [2026-05-11 03:23:32] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.053473 10.0.0.27 - - [2026-05-11 03:23:34] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000863 10.0.0.141 - - [2026-05-11 03:23:34] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.037929 10.0.0.27 - - [2026-05-11 03:23:34] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000844 10.0.0.141 - - [2026-05-11 03:23:34] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.036195 10.0.0.27 - - [2026-05-11 03:23:36] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000948 10.0.0.141 - - [2026-05-11 03:23:36] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.033061 10.0.0.27 - - [2026-05-11 03:23:36] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001130 10.0.0.141 - - [2026-05-11 03:23:36] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.081899 10.0.0.141 - - [2026-05-11 03:23:37] "POST /neutron/network HTTP/1.1" 200 939 0.007063 10.0.0.141 - - [2026-05-11 03:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.000990 10.0.0.27 - - [2026-05-11 03:23:38] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.141 - - [2026-05-11 03:23:39] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.041632 10.0.0.27 - - [2026-05-11 03:23:39] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001039 10.0.0.141 - - [2026-05-11 03:23:39] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.044073 10.0.0.141 - - [2026-05-11 03:23:40] "POST /neutron/port HTTP/1.1" 200 1109 0.047012 10.0.0.141 - - [2026-05-11 03:23:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.008384 10.0.0.27 - - [2026-05-11 03:23:41] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000983 10.0.0.141 - - [2026-05-11 03:23:41] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.046771 10.0.0.27 - - [2026-05-11 03:23:41] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000853 10.0.0.141 - - [2026-05-11 03:23:41] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.043391 10.0.0.27 - - [2026-05-11 03:23:43] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001271 10.0.0.141 - - [2026-05-11 03:23:43] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.052007 10.0.0.27 - - [2026-05-11 03:23:43] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001086 10.0.0.141 - - [2026-05-11 03:23:43] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.043204 10.0.0.27 - - [2026-05-11 03:23:45] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000908 10.0.0.141 - - [2026-05-11 03:23:45] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.035903 10.0.0.27 - - [2026-05-11 03:23:45] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.141 - - [2026-05-11 03:23:45] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.080669 10.0.0.27 - - [2026-05-11 03:23:47] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001016 10.0.0.141 - - [2026-05-11 03:23:47] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.038162 10.0.0.27 - - [2026-05-11 03:23:47] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000903 10.0.0.141 - - [2026-05-11 03:23:47] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.076734 10.0.0.27 - - [2026-05-11 03:23:49] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001595 10.0.0.141 - - [2026-05-11 03:23:49] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.048217 10.0.0.27 - - [2026-05-11 03:23:49] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000864 10.0.0.141 - - [2026-05-11 03:23:49] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.043870 10.0.0.27 - - [2026-05-11 03:23:51] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000872 10.0.0.141 - - [2026-05-11 03:23:51] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.050090 10.0.0.27 - - [2026-05-11 03:23:51] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.141 - - [2026-05-11 03:23:51] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.035446 10.0.0.27 - - [2026-05-11 03:23:54] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000867 10.0.0.141 - - [2026-05-11 03:23:54] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.043270 10.0.0.27 - - [2026-05-11 03:23:54] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001048 10.0.0.141 - - [2026-05-11 03:23:54] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.065738 10.0.0.27 - - [2026-05-11 03:23:56] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000913 10.0.0.141 - - [2026-05-11 03:23:56] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.052956 10.0.0.27 - - [2026-05-11 03:23:56] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000917 10.0.0.141 - - [2026-05-11 03:23:56] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.061439 10.0.0.27 - - [2026-05-11 03:23:58] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000875 10.0.0.141 - - [2026-05-11 03:23:58] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.042663 10.0.0.27 - - [2026-05-11 03:23:58] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001224 10.0.0.141 - - [2026-05-11 03:23:58] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.047311 10.0.0.27 - - [2026-05-11 03:24:00] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252 10.0.0.141 - - [2026-05-11 03:24:00] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.049269 10.0.0.27 - - [2026-05-11 03:24:00] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000952 10.0.0.141 - - [2026-05-11 03:24:00] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.049233 10.0.0.27 - - [2026-05-11 03:24:02] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001820 10.0.0.141 - - [2026-05-11 03:24:02] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.047225 10.0.0.27 - - [2026-05-11 03:24:02] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000863 10.0.0.141 - - [2026-05-11 03:24:02] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.058375 10.0.0.27 - - [2026-05-11 03:24:04] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001009 10.0.0.141 - - [2026-05-11 03:24:04] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.040813 10.0.0.27 - - [2026-05-11 03:24:04] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000914 10.0.0.141 - - [2026-05-11 03:24:04] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.039934 10.0.0.27 - - [2026-05-11 03:24:06] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000935 10.0.0.141 - - [2026-05-11 03:24:06] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.038513 10.0.0.27 - - [2026-05-11 03:24:06] "GET /projects?obj_uuids=05b077b4-e1b7-4312-bc05-f3bfc0297eb1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000829 10.0.0.141 - - [2026-05-11 03:24:07] "GET /project/05b077b4-e1b7-4312-bc05-f3bfc0297eb1?fields=virtual_networks HTTP/1.1" 200 1383 0.046332 10.0.0.141 - - [2026-05-11 03:24:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.032032 10.0.0.27 - - [2026-05-11 03:24:07] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003519 10.0.0.27 - - [2026-05-11 03:24:07] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.27 - - [2026-05-11 03:24:07] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006171 10.0.0.27 - - [2026-05-11 03:24:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.003418 10.0.0.27 - - [2026-05-11 03:24:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.007985 10.0.0.27 - - [2026-05-11 03:24:07] "POST /security-groups HTTP/1.1" 200 589 0.074161 10.0.0.27 - - [2026-05-11 03:24:07] "POST /projects HTTP/1.1" 200 581 0.285592 10.0.0.141 - - [2026-05-11 03:24:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.032998 10.0.0.27 - - [2026-05-11 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.359782 10.0.0.141 - - [2026-05-11 03:24:08] "POST /access-control-lists HTTP/1.1" 200 592 0.031386 10.0.0.141 - - [2026-05-11 03:24:08] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.500621 10.0.0.141 - - [2026-05-11 03:24:09] "GET / HTTP/1.1" 200 35931 0.002795 10.0.0.141 - - [2026-05-11 03:24:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000650 10.0.0.141 - - [2026-05-11 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.061099 10.0.0.27 - - [2026-05-11 03:24:11] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.141 - - [2026-05-11 03:24:11] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049395 10.0.0.141 - - [2026-05-11 03:24:11] "POST /neutron/network HTTP/1.1" 200 117 0.040761 10.0.0.141 - - [2026-05-11 03:24:11] "POST /neutron/network HTTP/1.1" 200 833 0.008592 10.0.0.141 - - [2026-05-11 03:24:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.000976 10.0.0.141 - - [2026-05-11 03:24:11] "GET /virtual-network/f163ed77-8b0d-4e75-bd03-cd72f5f615e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004933 10.0.0.141 - - [2026-05-11 03:24:12] "GET /virtual-network/f163ed77-8b0d-4e75-bd03-cd72f5f615e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004973 10.0.0.141 - - [2026-05-11 03:24:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.009523 10.0.0.141 - - [2026-05-11 03:24:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.000865 10.0.0.27 - - [2026-05-11 03:24:13] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.141 - - [2026-05-11 03:24:13] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064549 10.0.0.141 - - [2026-05-11 03:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.006810 10.0.0.141 - - [2026-05-11 03:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.009239 10.0.0.141 - - [2026-05-11 03:24:14] "POST /neutron/port HTTP/1.1" 200 1057 0.018818 10.0.0.141 - - [2026-05-11 03:24:14] "POST /neutron/port HTTP/1.1" 200 1121 0.022313 10.0.0.141 - - [2026-05-11 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.141 - - [2026-05-11 03:24:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006684 10.0.0.141 - - [2026-05-11 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-05-11 03:24:18] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000786 10.0.0.141 - - [2026-05-11 03:24:18] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053871 10.0.0.141 - - [2026-05-11 03:24:18] "POST /neutron/network HTTP/1.1" 200 117 0.016844 10.0.0.141 - - [2026-05-11 03:24:19] "POST /route-targets HTTP/1.1" 200 327 0.018940 10.0.0.141 - - [2026-05-11 03:24:19] "POST /neutron/network HTTP/1.1" 200 831 0.007996 10.0.0.141 - - [2026-05-11 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.000990 10.0.0.141 - - [2026-05-11 03:24:19] "GET /virtual-network/976b328c-8eac-40db-a07a-62a41f2d9fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005189 10.0.0.141 - - [2026-05-11 03:24:19] "GET /virtual-network/976b328c-8eac-40db-a07a-62a41f2d9fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004885 10.0.0.141 - - [2026-05-11 03:24:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.008164 10.0.0.141 - - [2026-05-11 03:24:19] "GET /virtual-network/976b328c-8eac-40db-a07a-62a41f2d9fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005466 10.0.0.141 - - [2026-05-11 03:24:20] "GET /obj-perms HTTP/1.1" 200 5045 0.062079 10.0.0.141 - - [2026-05-11 03:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2026-05-11 03:24:21] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000827 10.0.0.141 - - [2026-05-11 03:24:21] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049717 10.0.0.141 - - [2026-05-11 03:24:21] "POST /ref-update HTTP/1.1" 200 156 0.040046 10.0.0.27 - - [2026-05-11 03:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005571 10.0.0.141 - - [2026-05-11 03:24:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.205504 10.0.0.141 - - [2026-05-11 03:24:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001185 10.0.0.141 - - [2026-05-11 03:24:21] "GET /virtual-network/84ecb06a-737a-4442-93ec-93e6b421d95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005005 10.0.0.141 - - [2026-05-11 03:24:21] "GET /virtual-network/84ecb06a-737a-4442-93ec-93e6b421d95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005005 10.0.0.141 - - [2026-05-11 03:24:22] "POST /neutron/network HTTP/1.1" 200 832 0.006363 10.0.0.141 - - [2026-05-11 03:24:22] "GET /virtual-network/84ecb06a-737a-4442-93ec-93e6b421d95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006825 10.0.0.27 - - [2026-05-11 03:24:22] "GET /obj-perms HTTP/1.1" 200 5045 0.072370 10.0.0.141 - - [2026-05-11 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2026-05-11 03:24:22] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.141 - - [2026-05-11 03:24:22] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041135 10.0.0.27 - - [2026-05-11 03:24:22] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.141 - - [2026-05-11 03:24:23] "POST /neutron/network HTTP/1.1" 200 615 0.136876 10.0.0.141 - - [2026-05-11 03:24:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.002945 10.0.0.141 - - [2026-05-11 03:24:23] "GET /virtual-network/2106aed9-7f4e-464e-bce3-6816987a92e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004919 10.0.0.141 - - [2026-05-11 03:24:23] "POST /neutron/network HTTP/1.1" 200 832 0.005908 10.0.0.141 - - [2026-05-11 03:24:23] "GET /virtual-network/2106aed9-7f4e-464e-bce3-6816987a92e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005413 10.0.0.141 - - [2026-05-11 03:24:23] "GET /virtual-network/2106aed9-7f4e-464e-bce3-6816987a92e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006443 10.0.0.249 - - [2026-05-11 03:24:24] "GET /obj-perms HTTP/1.1" 200 5045 0.067228 10.0.0.141 - - [2026-05-11 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001631 10.0.0.141 - - [2026-05-11 03:24:24] "POST /neutron/port HTTP/1.1" 200 5160 0.039587 10.0.0.27 - - [2026-05-11 03:24:25] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.141 - - [2026-05-11 03:24:25] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071966 10.0.0.141 - - [2026-05-11 03:24:25] "POST /neutron/network HTTP/1.1" 200 832 0.005991 10.0.0.141 - - [2026-05-11 03:24:25] "POST /neutron/port HTTP/1.1" 200 117 0.006355 10.0.0.141 - - [2026-05-11 03:24:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001109 10.0.0.141 - - [2026-05-11 03:24:25] "POST /neutron/network HTTP/1.1" 200 842 0.006771 10.0.0.141 - - [2026-05-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 1058 0.018389 10.0.0.141 - - [2026-05-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 1122 0.034940 10.0.0.27 - - [2026-05-11 03:24:26] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.141 - - [2026-05-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 117 0.000736 10.0.0.141 - - [2026-05-11 03:24:26] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077042 10.0.0.141 - - [2026-05-11 03:24:26] "POST /neutron/port HTTP/1.1" 200 6129 0.042727 10.0.0.141 - - [2026-05-11 03:24:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003803 10.0.0.141 - - [2026-05-11 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2026-05-11 03:24:26] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000902 10.0.0.141 - - [2026-05-11 03:24:26] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007037 10.0.0.141 - - [2026-05-11 03:24:27] "POST /service-templates HTTP/1.1" 200 543 0.037068 10.0.0.141 - - [2026-05-11 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.141 - - [2026-05-11 03:24:27] "GET /service-template/e9ab9262-7a65-4e72-9f20-aa4f65085703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006471 10.0.0.141 - - [2026-05-11 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2026-05-11 03:24:27] "GET /service-template/e9ab9262-7a65-4e72-9f20-aa4f65085703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005376 10.0.0.141 - - [2026-05-11 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001214 10.0.0.141 - - [2026-05-11 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.141 - - [2026-05-11 03:24:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001136 10.0.0.141 - - [2026-05-11 03:24:27] "POST /neutron/network HTTP/1.1" 200 842 0.007448 10.0.0.141 - - [2026-05-11 03:24:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006683 10.0.0.141 - - [2026-05-11 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.141 - - [2026-05-11 03:24:27] "DELETE /service-template/e9ab9262-7a65-4e72-9f20-aa4f65085703 HTTP/1.1" 200 115 0.027571 10.0.0.141 - - [2026-05-11 03:24:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.005762 10.0.0.141 - - [2026-05-11 03:24:28] "POST /neutron/port HTTP/1.1" 200 1110 0.109368 10.0.0.141 - - [2026-05-11 03:24:28] "POST /neutron/network HTTP/1.1" 400 204 0.016903 10.0.0.141 - - [2026-05-11 03:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.141 - - [2026-05-11 03:24:28] "POST /neutron/port HTTP/1.1" 200 1112 0.016471 10.0.0.141 - - [2026-05-11 03:24:30] "GET /obj-perms HTTP/1.1" 200 5075 0.052697 10.0.0.141 - - [2026-05-11 03:24:30] "POST /neutron/network HTTP/1.1" 400 204 0.013136 10.0.0.141 - - [2026-05-11 03:24:30] "POST /neutron/port HTTP/1.1" 200 151 0.166416 10.0.0.141 - - [2026-05-11 03:24:31] "POST /neutron/network HTTP/1.1" 200 117 0.012816 10.0.0.27 - - [2026-05-11 03:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004462 10.0.0.141 - - [2026-05-11 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.27 - - [2026-05-11 03:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.141 - - [2026-05-11 03:24:32] "POST /neutron/network HTTP/1.1" 200 151 0.118626 10.0.0.141 - - [2026-05-11 03:24:32] "DELETE /route-target/30046fca-d2f9-4b08-8229-2b89d5bed31c HTTP/1.1" 200 115 0.025544 10.0.0.141 - - [2026-05-11 03:24:33] "POST /neutron/network HTTP/1.1" 200 831 0.006534 10.0.0.141 - - [2026-05-11 03:24:33] "POST /neutron/network HTTP/1.1" 400 204 0.012351 10.0.0.141 - - [2026-05-11 03:24:34] "POST /neutron/port HTTP/1.1" 200 151 0.198986 10.0.0.141 - - [2026-05-11 03:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.141 - - [2026-05-11 03:24:37] "POST /neutron/port HTTP/1.1" 200 1217 0.020843 10.0.0.141 - - [2026-05-11 03:24:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010526 10.0.0.141 - - [2026-05-11 03:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001634 10.0.0.141 - - [2026-05-11 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.27 - - [2026-05-11 03:24:38] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.141 - - [2026-05-11 03:24:38] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.055544 10.0.0.141 - - [2026-05-11 03:24:38] "POST /neutron/network HTTP/1.1" 200 117 0.015944 10.0.0.141 - - [2026-05-11 03:24:38] "POST /ref-update HTTP/1.1" 200 156 0.033612 10.0.0.141 - - [2026-05-11 03:24:38] "POST /neutron/network HTTP/1.1" 200 830 0.009490 10.0.0.141 - - [2026-05-11 03:24:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.000991 10.0.0.141 - - [2026-05-11 03:24:38] "GET /virtual-network/d218b713-ea91-45dd-8a4e-d592bbf356b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004788 10.0.0.141 - - [2026-05-11 03:24:38] "GET /virtual-network/d218b713-ea91-45dd-8a4e-d592bbf356b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005722 10.0.0.141 - - [2026-05-11 03:24:38] "POST /neutron/subnet HTTP/1.1" 200 715 0.009730 10.0.0.141 - - [2026-05-11 03:24:39] "GET /virtual-network/d218b713-ea91-45dd-8a4e-d592bbf356b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005333 10.0.0.141 - - [2026-05-11 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008513 10.0.0.27 - - [2026-05-11 03:24:39] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.141 - - [2026-05-11 03:24:39] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052011 10.0.0.27 - - [2026-05-11 03:24:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005174 10.0.0.141 - - [2026-05-11 03:24:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.186812 10.0.0.141 - - [2026-05-11 03:24:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001615 10.0.0.141 - - [2026-05-11 03:24:40] "GET /virtual-network/f31adb0e-2209-44a0-b706-063c23292500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005409 10.0.0.141 - - [2026-05-11 03:24:40] "GET /virtual-network/f31adb0e-2209-44a0-b706-063c23292500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005645 10.0.0.141 - - [2026-05-11 03:24:40] "POST /neutron/network HTTP/1.1" 200 832 0.007522 10.0.0.141 - - [2026-05-11 03:24:40] "GET /virtual-network/f31adb0e-2209-44a0-b706-063c23292500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005811 10.0.0.249 - - [2026-05-11 03:24:40] "GET /obj-perms HTTP/1.1" 200 5045 0.004767 10.0.0.27 - - [2026-05-11 03:24:40] "GET /obj-perms HTTP/1.1" 200 5045 0.004761 10.0.0.141 - - [2026-05-11 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.27 - - [2026-05-11 03:24:40] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001849 10.0.0.141 - - [2026-05-11 03:24:40] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048372 10.0.0.27 - - [2026-05-11 03:24:40] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.141 - - [2026-05-11 03:24:40] "POST /neutron/network HTTP/1.1" 200 615 0.141666 10.0.0.141 - - [2026-05-11 03:24:40] "POST /route-targets HTTP/1.1" 200 327 0.013700 10.0.0.141 - - [2026-05-11 03:24:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.003931 10.0.0.141 - - [2026-05-11 03:24:41] "GET /virtual-network/043be492-181f-4834-ae80-37fb0d435401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005498 10.0.0.141 - - [2026-05-11 03:24:41] "POST /neutron/network HTTP/1.1" 200 833 0.006707 10.0.0.141 - - [2026-05-11 03:24:41] "GET /virtual-network/043be492-181f-4834-ae80-37fb0d435401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004965 10.0.0.141 - - [2026-05-11 03:24:41] "GET /virtual-network/043be492-181f-4834-ae80-37fb0d435401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005755 10.0.0.141 - - [2026-05-11 03:24:41] "GET /obj-perms HTTP/1.1" 200 5045 0.003492 10.0.0.141 - - [2026-05-11 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2026-05-11 03:24:41] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.141 - - [2026-05-11 03:24:41] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044352 10.0.0.141 - - [2026-05-11 03:24:41] "POST /neutron/network HTTP/1.1" 200 117 0.014624 10.0.0.141 - - [2026-05-11 03:24:42] "POST /ref-update HTTP/1.1" 200 156 0.029413 10.0.0.141 - - [2026-05-11 03:24:42] "POST /neutron/network HTTP/1.1" 200 843 0.008756 10.0.0.141 - - [2026-05-11 03:24:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.000941 10.0.0.141 - - [2026-05-11 03:24:42] "GET /virtual-network/4732c1d1-b221-4025-ab3c-14c25066b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004750 10.0.0.141 - - [2026-05-11 03:24:42] "GET /virtual-network/4732c1d1-b221-4025-ab3c-14c25066b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005373 10.0.0.141 - - [2026-05-11 03:24:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.012250 10.0.0.141 - - [2026-05-11 03:24:42] "GET /virtual-network/4732c1d1-b221-4025-ab3c-14c25066b25b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005984 10.0.0.141 - - [2026-05-11 03:24:42] "POST /neutron/network HTTP/1.1" 200 1122 0.009909 10.0.0.141 - - [2026-05-11 03:24:42] "POST /neutron/subnet HTTP/1.1" 200 1379 0.028625 10.0.0.141 - - [2026-05-11 03:24:42] "POST /neutron/network HTTP/1.1" 200 1112 0.007617 10.0.0.141 - - [2026-05-11 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-05-11 03:24:42] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.141 - - [2026-05-11 03:24:43] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041458 10.0.0.27 - - [2026-05-11 03:24:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005611 10.0.0.141 - - [2026-05-11 03:24:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.219600 10.0.0.141 - - [2026-05-11 03:24:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001227 10.0.0.141 - - [2026-05-11 03:24:43] "GET /virtual-network/18572f6c-cd8c-4a60-9225-5bb6cdc103a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005475 10.0.0.141 - - [2026-05-11 03:24:43] "GET /virtual-network/18572f6c-cd8c-4a60-9225-5bb6cdc103a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005493 10.0.0.141 - - [2026-05-11 03:24:43] "POST /neutron/network HTTP/1.1" 200 846 0.006860 10.0.0.141 - - [2026-05-11 03:24:43] "GET /virtual-network/18572f6c-cd8c-4a60-9225-5bb6cdc103a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005866 10.0.0.249 - - [2026-05-11 03:24:44] "GET /obj-perms HTTP/1.1" 200 5045 0.003964 10.0.0.27 - - [2026-05-11 03:24:44] "GET /obj-perms HTTP/1.1" 200 5045 0.004202 10.0.0.141 - - [2026-05-11 03:24:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001232 10.0.0.141 - - [2026-05-11 03:24:44] "POST /neutron/network HTTP/1.1" 200 842 0.007584 10.0.0.27 - - [2026-05-11 03:24:45] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.141 - - [2026-05-11 03:24:45] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064877 10.0.0.141 - - [2026-05-11 03:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.006836 10.0.0.141 - - [2026-05-11 03:24:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001063 10.0.0.141 - - [2026-05-11 03:24:45] "POST /neutron/network HTTP/1.1" 200 842 0.009468 10.0.0.141 - - [2026-05-11 03:24:46] "POST /neutron/port HTTP/1.1" 200 1058 0.019187 10.0.0.141 - - [2026-05-11 03:24:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.141 - - [2026-05-11 03:24:46] "POST /neutron/network HTTP/1.1" 200 832 0.008483 10.0.0.27 - - [2026-05-11 03:24:46] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.141 - - [2026-05-11 03:24:46] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.285571 10.0.0.141 - - [2026-05-11 03:24:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006497 10.0.0.141 - - [2026-05-11 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003323 10.0.0.141 - - [2026-05-11 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.27 - - [2026-05-11 03:24:47] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.068121 10.0.0.141 - - [2026-05-11 03:24:47] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.073957 10.0.0.141 - - [2026-05-11 03:24:47] "POST /service-templates HTTP/1.1" 200 543 0.044028 10.0.0.141 - - [2026-05-11 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.141 - - [2026-05-11 03:24:47] "GET /service-template/b75f51dc-5009-4a78-9a84-8cc3f94a941e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007668 10.0.0.141 - - [2026-05-11 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.27 - - [2026-05-11 03:24:47] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.141 - - [2026-05-11 03:24:47] "GET /service-template/b75f51dc-5009-4a78-9a84-8cc3f94a941e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007073 10.0.0.141 - - [2026-05-11 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.000976 10.0.0.141 - - [2026-05-11 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001198 10.0.0.141 - - [2026-05-11 03:24:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.001258 10.0.0.141 - - [2026-05-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1057 0.321075 10.0.0.141 - - [2026-05-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1057 0.016275 10.0.0.141 - - [2026-05-11 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.141 - - [2026-05-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 1121 0.028957 10.0.0.141 - - [2026-05-11 03:24:47] "DELETE /service-template/b75f51dc-5009-4a78-9a84-8cc3f94a941e HTTP/1.1" 200 115 0.033740 10.0.0.141 - - [2026-05-11 03:24:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003876 10.0.0.141 - - [2026-05-11 03:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.27 - - [2026-05-11 03:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003019 10.0.0.27 - - [2026-05-11 03:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.141 - - [2026-05-11 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.141 - - [2026-05-11 03:24:48] "POST /neutron/network HTTP/1.1" 200 151 0.144625 10.0.0.141 - - [2026-05-11 03:24:48] "POST /neutron/port HTTP/1.1" 200 1122 0.021670 10.0.0.141 - - [2026-05-11 03:24:48] "DELETE /route-target/a8991487-81c2-41dc-ba83-1141f9439501 HTTP/1.1" 200 115 0.031075 10.0.0.141 - - [2026-05-11 03:24:49] "POST /neutron/network HTTP/1.1" 200 833 0.006632 10.0.0.141 - - [2026-05-11 03:24:49] "POST /neutron/port HTTP/1.1" 200 1111 0.013927 10.0.0.141 - - [2026-05-11 03:24:49] "POST /neutron/network HTTP/1.1" 200 2184 0.010428 10.0.0.141 - - [2026-05-11 03:24:51] "POST /neutron/network HTTP/1.1" 200 833 0.007216 10.0.0.27 - - [2026-05-11 03:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003575 10.0.0.27 - - [2026-05-11 03:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003356 10.0.0.141 - - [2026-05-11 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.141 - - [2026-05-11 03:24:51] "POST /neutron/network HTTP/1.1" 200 151 0.135948 10.0.0.141 - - [2026-05-11 03:24:52] "DELETE /route-target/9199f1fa-05ab-4282-a046-28dfb4b2df86 HTTP/1.1" 200 115 0.026531 10.0.0.27 - - [2026-05-11 03:24:53] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.141 - - [2026-05-11 03:24:53] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.083745 10.0.0.27 - - [2026-05-11 03:24:53] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.141 - - [2026-05-11 03:24:53] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?fields=virtual_networks HTTP/1.1" 200 1038 0.044455 10.0.0.27 - - [2026-05-11 03:24:53] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.141 - - [2026-05-11 03:24:53] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.052579 10.0.0.27 - - [2026-05-11 03:24:53] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.141 - - [2026-05-11 03:24:53] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?fields=security_groups HTTP/1.1" 200 1262 0.042557 10.0.0.141 - - [2026-05-11 03:24:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.025355 10.0.0.27 - - [2026-05-11 03:24:54] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002990 10.0.0.27 - - [2026-05-11 03:24:54] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.27 - - [2026-05-11 03:24:54] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033452 10.0.0.27 - - [2026-05-11 03:24:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.003601 10.0.0.27 - - [2026-05-11 03:24:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.006669 10.0.0.27 - - [2026-05-11 03:24:55] "POST /security-groups HTTP/1.1" 200 589 0.038817 10.0.0.27 - - [2026-05-11 03:24:55] "POST /projects HTTP/1.1" 200 581 0.261193 10.0.0.141 - - [2026-05-11 03:24:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.012783 10.0.0.27 - - [2026-05-11 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.348311 10.0.0.141 - - [2026-05-11 03:24:55] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.508920 10.0.0.141 - - [2026-05-11 03:24:56] "GET / HTTP/1.1" 200 35931 0.001656 10.0.0.27 - - [2026-05-11 03:24:56] "DELETE /project/38e81d20ebe04f419af21464ab9eaf61 HTTP/1.1" 404 173 0.008328 10.0.0.27 - - [2026-05-11 03:24:56] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2026-05-11 03:24:56] "DELETE /project/18f98787d892439d896a8a566d7818f2 HTTP/1.1" 404 173 0.010129 10.0.0.27 - - [2026-05-11 03:24:56] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.070218 10.0.0.27 - - [2026-05-11 03:24:56] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001409 10.0.0.27 - - [2026-05-11 03:24:56] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?fields=security_groups HTTP/1.1" 200 1367 0.053297 10.0.0.27 - - [2026-05-11 03:24:56] "DELETE /security-group/9dcd94e7-5c81-4d52-b472-af525a4a878e HTTP/1.1" 200 115 0.056564 10.0.0.27 - - [2026-05-11 03:24:56] "GET /projects?obj_uuids=38e81d20-ebe0-4f41-9af2-1464ab9eaf61&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.27 - - [2026-05-11 03:24:56] "GET /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61?fields=application_policy_sets HTTP/1.1" 200 1406 0.064188 10.0.0.141 - - [2026-05-11 03:24:56] "DELETE /access-control-list/aa8aeed0-8f5c-46c3-bd4a-edf7cf0f7d9b HTTP/1.1" 200 115 0.051585 10.0.0.27 - - [2026-05-11 03:24:56] "DELETE /project/38e81d20-ebe0-4f41-9af2-1464ab9eaf61 HTTP/1.1" 200 115 0.480767 10.0.0.141 - - [2026-05-11 03:24:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-05-11 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.036364 10.0.0.27 - - [2026-05-11 03:24:58] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.141 - - [2026-05-11 03:24:58] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046342 10.0.0.141 - - [2026-05-11 03:24:58] "POST /neutron/network HTTP/1.1" 200 117 0.041677 10.0.0.141 - - [2026-05-11 03:24:59] "POST /neutron/network HTTP/1.1" 200 832 0.008802 10.0.0.141 - - [2026-05-11 03:24:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001018 10.0.0.141 - - [2026-05-11 03:24:59] "GET /virtual-network/c6424957-6237-4080-9d93-e24cf3f50d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004875 10.0.0.141 - - [2026-05-11 03:24:59] "GET /virtual-network/c6424957-6237-4080-9d93-e24cf3f50d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005250 10.0.0.141 - - [2026-05-11 03:24:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.007885 10.0.0.141 - - [2026-05-11 03:25:00] "GET /virtual-network/c6424957-6237-4080-9d93-e24cf3f50d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005315 10.0.0.141 - - [2026-05-11 03:25:00] "GET /obj-perms HTTP/1.1" 200 5045 0.096926 10.0.0.141 - - [2026-05-11 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2026-05-11 03:25:01] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.141 - - [2026-05-11 03:25:01] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051076 10.0.0.141 - - [2026-05-11 03:25:01] "POST /route-targets HTTP/1.1" 200 327 0.015028 10.0.0.27 - - [2026-05-11 03:25:02] "POST /useragent-kv HTTP/1.1" 200 115 0.014744 10.0.0.141 - - [2026-05-11 03:25:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.237943 10.0.0.141 - - [2026-05-11 03:25:02] "POST /id-to-fqname HTTP/1.1" 200 225 0.001220 10.0.0.141 - - [2026-05-11 03:25:02] "GET /virtual-network/59722d9e-1bb7-44d1-858e-cecc17c0d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006033 10.0.0.141 - - [2026-05-11 03:25:02] "GET /virtual-network/59722d9e-1bb7-44d1-858e-cecc17c0d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006379 10.0.0.141 - - [2026-05-11 03:25:02] "POST /neutron/network HTTP/1.1" 200 835 0.007825 10.0.0.141 - - [2026-05-11 03:25:02] "GET /virtual-network/59722d9e-1bb7-44d1-858e-cecc17c0d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005616 10.0.0.141 - - [2026-05-11 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2026-05-11 03:25:03] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002047 10.0.0.141 - - [2026-05-11 03:25:03] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047753 10.0.0.27 - - [2026-05-11 03:25:03] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.141 - - [2026-05-11 03:25:03] "POST /neutron/network HTTP/1.1" 200 619 0.128036 10.0.0.141 - - [2026-05-11 03:25:03] "POST /ref-update HTTP/1.1" 200 156 0.039415 10.0.0.141 - - [2026-05-11 03:25:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.003497 10.0.0.141 - - [2026-05-11 03:25:03] "GET /virtual-network/5c826537-77aa-4100-a69f-e6ba3a2274cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006181 10.0.0.141 - - [2026-05-11 03:25:03] "POST /neutron/network HTTP/1.1" 200 838 0.007196 10.0.0.141 - - [2026-05-11 03:25:03] "GET /virtual-network/5c826537-77aa-4100-a69f-e6ba3a2274cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005115 10.0.0.141 - - [2026-05-11 03:25:03] "GET /virtual-network/5c826537-77aa-4100-a69f-e6ba3a2274cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009478 10.0.0.249 - - [2026-05-11 03:25:04] "GET /obj-perms HTTP/1.1" 200 5045 0.060223 10.0.0.27 - - [2026-05-11 03:25:04] "GET /obj-perms HTTP/1.1" 200 5045 0.068467 10.0.0.141 - - [2026-05-11 03:25:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001784 10.0.0.141 - - [2026-05-11 03:25:04] "POST /neutron/port HTTP/1.1" 200 4192 0.040947 10.0.0.27 - - [2026-05-11 03:25:05] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.141 - - [2026-05-11 03:25:05] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071230 10.0.0.141 - - [2026-05-11 03:25:05] "POST /neutron/port HTTP/1.1" 200 4192 0.041732 10.0.0.141 - - [2026-05-11 03:25:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001689 10.0.0.141 - - [2026-05-11 03:25:06] "POST /neutron/network HTTP/1.1" 200 848 0.009721 10.0.0.141 - - [2026-05-11 03:25:06] "POST /neutron/port HTTP/1.1" 200 1057 0.017811 10.0.0.141 - - [2026-05-11 03:25:06] "POST /neutron/port HTTP/1.1" 200 1121 0.023981 10.0.0.27 - - [2026-05-11 03:25:06] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.141 - - [2026-05-11 03:25:06] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.087276 10.0.0.141 - - [2026-05-11 03:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.141 - - [2026-05-11 03:25:07] "POST /neutron/port HTTP/1.1" 200 5160 0.054122 10.0.0.141 - - [2026-05-11 03:25:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003516 10.0.0.141 - - [2026-05-11 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2026-05-11 03:25:07] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002042 10.0.0.141 - - [2026-05-11 03:25:07] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009495 10.0.0.141 - - [2026-05-11 03:25:07] "POST /service-templates HTTP/1.1" 200 543 0.054315 10.0.0.141 - - [2026-05-11 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.141 - - [2026-05-11 03:25:07] "GET /service-template/7ab7ef94-7191-435e-8380-431b6d8b23e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006513 10.0.0.141 - - [2026-05-11 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2026-05-11 03:25:07] "GET /service-template/7ab7ef94-7191-435e-8380-431b6d8b23e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004517 10.0.0.141 - - [2026-05-11 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001441 10.0.0.141 - - [2026-05-11 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001328 10.0.0.141 - - [2026-05-11 03:25:07] "POST /neutron/network HTTP/1.1" 200 848 0.006396 10.0.0.141 - - [2026-05-11 03:25:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.001230 10.0.0.141 - - [2026-05-11 03:25:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013293 10.0.0.141 - - [2026-05-11 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.141 - - [2026-05-11 03:25:08] "DELETE /service-template/7ab7ef94-7191-435e-8380-431b6d8b23e4 HTTP/1.1" 200 115 0.031673 10.0.0.141 - - [2026-05-11 03:25:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004959 10.0.0.141 - - [2026-05-11 03:25:08] "POST /neutron/port HTTP/1.1" 200 1112 0.107796 10.0.0.141 - - [2026-05-11 03:25:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.010020 10.0.0.141 - - [2026-05-11 03:25:08] "POST /neutron/network HTTP/1.1" 200 838 0.006552 10.0.0.141 - - [2026-05-11 03:25:09] "POST /neutron/port HTTP/1.1" 200 1111 0.014309 10.0.0.141 - - [2026-05-11 03:25:09] "POST /neutron/port HTTP/1.1" 200 1112 0.022648 10.0.0.141 - - [2026-05-11 03:25:10] "POST /neutron/network HTTP/1.1" 200 2194 0.010835 10.0.0.27 - - [2026-05-11 03:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.27 - - [2026-05-11 03:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002302 10.0.0.141 - - [2026-05-11 03:25:10] "POST /neutron/network HTTP/1.1" 200 151 0.132073 10.0.0.141 - - [2026-05-11 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.27 - - [2026-05-11 03:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009401 10.0.0.27 - - [2026-05-11 03:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.141 - - [2026-05-11 03:25:11] "POST /neutron/network HTTP/1.1" 200 151 0.155190 10.0.0.141 - - [2026-05-11 03:25:11] "DELETE /route-target/a32bb64e-3bb2-4804-9dca-e83d769b5eff HTTP/1.1" 200 115 0.030296 10.0.0.141 - - [2026-05-11 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-05-11 03:25:14] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.141 - - [2026-05-11 03:25:14] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044386 10.0.0.141 - - [2026-05-11 03:25:14] "POST /neutron/network HTTP/1.1" 200 117 0.012278 10.0.0.141 - - [2026-05-11 03:25:14] "POST /neutron/network HTTP/1.1" 200 833 0.008250 10.0.0.141 - - [2026-05-11 03:25:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001063 10.0.0.141 - - [2026-05-11 03:25:14] "GET /virtual-network/4a390a5c-f68b-492a-a428-b022ab261aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006494 10.0.0.141 - - [2026-05-11 03:25:14] "GET /virtual-network/4a390a5c-f68b-492a-a428-b022ab261aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005028 10.0.0.141 - - [2026-05-11 03:25:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.009663 10.0.0.141 - - [2026-05-11 03:25:15] "GET /virtual-network/4a390a5c-f68b-492a-a428-b022ab261aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005220 10.0.0.141 - - [2026-05-11 03:25:15] "GET /obj-perms HTTP/1.1" 200 5045 0.004216 10.0.0.141 - - [2026-05-11 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.27 - - [2026-05-11 03:25:15] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.141 - - [2026-05-11 03:25:15] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053069 10.0.0.141 - - [2026-05-11 03:25:15] "POST /route-targets HTTP/1.1" 200 327 0.015610 10.0.0.27 - - [2026-05-11 03:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007868 10.0.0.141 - - [2026-05-11 03:25:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.241585 10.0.0.141 - - [2026-05-11 03:25:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001185 10.0.0.141 - - [2026-05-11 03:25:16] "GET /virtual-network/8ef8d3dd-2d98-460d-8dfe-daf2d9619fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005963 10.0.0.141 - - [2026-05-11 03:25:16] "GET /virtual-network/8ef8d3dd-2d98-460d-8dfe-daf2d9619fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005633 10.0.0.141 - - [2026-05-11 03:25:16] "POST /neutron/network HTTP/1.1" 200 832 0.008284 10.0.0.141 - - [2026-05-11 03:25:16] "GET /virtual-network/8ef8d3dd-2d98-460d-8dfe-daf2d9619fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007227 10.0.0.141 - - [2026-05-11 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.27 - - [2026-05-11 03:25:16] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001806 10.0.0.141 - - [2026-05-11 03:25:16] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.070048 10.0.0.27 - - [2026-05-11 03:25:16] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.141 - - [2026-05-11 03:25:17] "POST /neutron/network HTTP/1.1" 200 615 0.148688 10.0.0.141 - - [2026-05-11 03:25:17] "POST /ref-update HTTP/1.1" 200 156 0.025187 10.0.0.141 - - [2026-05-11 03:25:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.004108 10.0.0.141 - - [2026-05-11 03:25:17] "GET /virtual-network/a33ecfe5-cf97-4863-a343-9e1ad061912b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005671 10.0.0.141 - - [2026-05-11 03:25:17] "POST /neutron/network HTTP/1.1" 200 835 0.010895 10.0.0.141 - - [2026-05-11 03:25:17] "GET /virtual-network/a33ecfe5-cf97-4863-a343-9e1ad061912b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005442 10.0.0.141 - - [2026-05-11 03:25:17] "GET /virtual-network/a33ecfe5-cf97-4863-a343-9e1ad061912b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006421 10.0.0.249 - - [2026-05-11 03:25:17] "GET /obj-perms HTTP/1.1" 200 5045 0.003867 10.0.0.27 - - [2026-05-11 03:25:17] "GET /obj-perms HTTP/1.1" 200 5045 0.003641 10.0.0.141 - - [2026-05-11 03:25:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.141 - - [2026-05-11 03:25:18] "POST /neutron/port HTTP/1.1" 200 4192 0.034142 10.0.0.27 - - [2026-05-11 03:25:18] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.141 - - [2026-05-11 03:25:18] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.087133 10.0.0.141 - - [2026-05-11 03:25:19] "POST /neutron/port HTTP/1.1" 200 4192 0.073943 10.0.0.141 - - [2026-05-11 03:25:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001722 10.0.0.141 - - [2026-05-11 03:25:19] "POST /neutron/network HTTP/1.1" 200 845 0.009072 10.0.0.141 - - [2026-05-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1058 0.051691 10.0.0.27 - - [2026-05-11 03:25:20] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001822 10.0.0.141 - - [2026-05-11 03:25:20] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.128678 10.0.0.141 - - [2026-05-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 1122 0.030087 10.0.0.141 - - [2026-05-11 03:25:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.010387 10.0.0.141 - - [2026-05-11 03:25:20] "POST /neutron/port HTTP/1.1" 200 5161 0.038277 10.0.0.141 - - [2026-05-11 03:25:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003168 10.0.0.141 - - [2026-05-11 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2026-05-11 03:25:20] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001736 10.0.0.141 - - [2026-05-11 03:25:20] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011050 10.0.0.141 - - [2026-05-11 03:25:20] "POST /service-templates HTTP/1.1" 200 543 0.035258 10.0.0.141 - - [2026-05-11 03:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.141 - - [2026-05-11 03:25:20] "GET /service-template/ed052afa-d836-43d5-a873-6f6d2e8c8fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008486 10.0.0.141 - - [2026-05-11 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.141 - - [2026-05-11 03:25:21] "GET /service-template/ed052afa-d836-43d5-a873-6f6d2e8c8fce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004359 10.0.0.141 - - [2026-05-11 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.141 - - [2026-05-11 03:25:21] "POST /neutron/network HTTP/1.1" 200 845 0.006424 10.0.0.141 - - [2026-05-11 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.141 - - [2026-05-11 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001182 10.0.0.141 - - [2026-05-11 03:25:21] "POST /neutron/port HTTP/1.1" 200 1059 0.018722 10.0.0.141 - - [2026-05-11 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.141 - - [2026-05-11 03:25:21] "DELETE /service-template/ed052afa-d836-43d5-a873-6f6d2e8c8fce HTTP/1.1" 200 115 0.031510 10.0.0.141 - - [2026-05-11 03:25:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.007576 10.0.0.141 - - [2026-05-11 03:25:21] "POST /neutron/port HTTP/1.1" 200 1113 0.117115 10.0.0.141 - - [2026-05-11 03:25:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.009209 10.0.0.141 - - [2026-05-11 03:25:21] "POST /neutron/network HTTP/1.1" 200 835 0.006630 10.0.0.141 - - [2026-05-11 03:25:22] "POST /neutron/port HTTP/1.1" 200 1112 0.013119 10.0.0.141 - - [2026-05-11 03:25:23] "POST /neutron/port HTTP/1.1" 200 1113 0.019233 10.0.0.141 - - [2026-05-11 03:25:23] "POST /neutron/network HTTP/1.1" 200 2189 0.010756 10.0.0.27 - - [2026-05-11 03:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008256 10.0.0.27 - - [2026-05-11 03:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002521 10.0.0.141 - - [2026-05-11 03:25:24] "POST /neutron/network HTTP/1.1" 200 151 0.149473 10.0.0.27 - - [2026-05-11 03:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004538 10.0.0.141 - - [2026-05-11 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.27 - - [2026-05-11 03:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.141 - - [2026-05-11 03:25:24] "POST /neutron/network HTTP/1.1" 200 151 0.129275 10.0.0.141 - - [2026-05-11 03:25:24] "DELETE /route-target/32875c06-b0d7-4678-ae27-77faa5c2aad3 HTTP/1.1" 200 115 0.020044 10.0.0.27 - - [2026-05-11 03:25:26] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.141 - - [2026-05-11 03:25:26] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041416 10.0.0.27 - - [2026-05-11 03:25:26] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.141 - - [2026-05-11 03:25:26] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?fields=virtual_networks HTTP/1.1" 200 1037 0.040965 10.0.0.27 - - [2026-05-11 03:25:26] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.141 - - [2026-05-11 03:25:26] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.035897 10.0.0.27 - - [2026-05-11 03:25:26] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.141 - - [2026-05-11 03:25:26] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?fields=security_groups HTTP/1.1" 200 1261 0.066195 10.0.0.141 - - [2026-05-11 03:25:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.027259 10.0.0.27 - - [2026-05-11 03:25:27] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.27 - - [2026-05-11 03:25:27] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.27 - - [2026-05-11 03:25:27] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006479 10.0.0.27 - - [2026-05-11 03:25:27] "POST /id-to-fqname HTTP/1.1" 200 186 0.006784 10.0.0.27 - - [2026-05-11 03:25:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.008171 10.0.0.27 - - [2026-05-11 03:25:27] "POST /security-groups HTTP/1.1" 200 587 0.075352 10.0.0.27 - - [2026-05-11 03:25:27] "POST /projects HTTP/1.1" 200 577 0.294291 10.0.0.141 - - [2026-05-11 03:25:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.018307 10.0.0.27 - - [2026-05-11 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.371623 10.0.0.141 - - [2026-05-11 03:25:27] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.522897 10.0.0.141 - - [2026-05-11 03:25:29] "GET / HTTP/1.1" 200 35931 0.002687 10.0.0.141 - - [2026-05-11 03:25:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000407 10.0.0.141 - - [2026-05-11 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.042104 10.0.0.27 - - [2026-05-11 03:25:31] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000897 10.0.0.141 - - [2026-05-11 03:25:31] "GET /obj-perms HTTP/1.1" 200 5075 0.342719 10.0.0.141 - - [2026-05-11 03:25:31] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049203 10.0.0.141 - - [2026-05-11 03:25:31] "POST /neutron/network HTTP/1.1" 200 117 0.044793 10.0.0.141 - - [2026-05-11 03:25:31] "POST /ref-update HTTP/1.1" 200 156 0.036546 10.0.0.141 - - [2026-05-11 03:25:32] "POST /neutron/network HTTP/1.1" 200 828 0.009144 10.0.0.141 - - [2026-05-11 03:25:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.000962 10.0.0.141 - - [2026-05-11 03:25:32] "GET /virtual-network/7c1e27ad-54cf-4d2e-b199-c50ed27af81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004961 10.0.0.141 - - [2026-05-11 03:25:32] "GET /virtual-network/7c1e27ad-54cf-4d2e-b199-c50ed27af81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008147 10.0.0.141 - - [2026-05-11 03:25:32] "POST /neutron/subnet HTTP/1.1" 200 714 0.010747 10.0.0.141 - - [2026-05-11 03:25:32] "GET /virtual-network/7c1e27ad-54cf-4d2e-b199-c50ed27af81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005327 10.0.0.141 - - [2026-05-11 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.27 - - [2026-05-11 03:25:34] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001225 10.0.0.141 - - [2026-05-11 03:25:34] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040395 10.0.0.27 - - [2026-05-11 03:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006557 10.0.0.141 - - [2026-05-11 03:25:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.269337 10.0.0.141 - - [2026-05-11 03:25:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001296 10.0.0.141 - - [2026-05-11 03:25:34] "GET /virtual-network/ed4313bb-3053-4dac-a649-860eb5d1b9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004954 10.0.0.141 - - [2026-05-11 03:25:34] "GET /virtual-network/ed4313bb-3053-4dac-a649-860eb5d1b9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007044 10.0.0.141 - - [2026-05-11 03:25:34] "POST /neutron/network HTTP/1.1" 200 832 0.007666 10.0.0.141 - - [2026-05-11 03:25:34] "GET /virtual-network/ed4313bb-3053-4dac-a649-860eb5d1b9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005543 10.0.0.27 - - [2026-05-11 03:25:35] "GET /obj-perms HTTP/1.1" 200 5041 0.051663 10.0.0.141 - - [2026-05-11 03:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.27 - - [2026-05-11 03:25:35] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000917 10.0.0.141 - - [2026-05-11 03:25:35] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047786 10.0.0.27 - - [2026-05-11 03:25:35] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.141 - - [2026-05-11 03:25:35] "POST /neutron/network HTTP/1.1" 200 613 0.156312 10.0.0.141 - - [2026-05-11 03:25:35] "POST /route-targets HTTP/1.1" 200 327 0.016341 10.0.0.141 - - [2026-05-11 03:25:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.003246 10.0.0.141 - - [2026-05-11 03:25:35] "GET /virtual-network/f4c18bf5-ce36-46f5-9a79-7b361854b44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005549 10.0.0.141 - - [2026-05-11 03:25:35] "POST /neutron/network HTTP/1.1" 200 832 0.006660 10.0.0.141 - - [2026-05-11 03:25:35] "GET /virtual-network/f4c18bf5-ce36-46f5-9a79-7b361854b44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004854 10.0.0.141 - - [2026-05-11 03:25:36] "GET /virtual-network/f4c18bf5-ce36-46f5-9a79-7b361854b44d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005160 10.0.0.141 - - [2026-05-11 03:25:36] "GET /obj-perms HTTP/1.1" 200 5041 0.052409 10.0.0.249 - - [2026-05-11 03:25:36] "GET /obj-perms HTTP/1.1" 200 5041 0.051907 10.0.0.141 - - [2026-05-11 03:25:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001191 10.0.0.141 - - [2026-05-11 03:25:36] "POST /neutron/port HTTP/1.1" 200 4192 0.029318 10.0.0.27 - - [2026-05-11 03:25:37] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001362 10.0.0.141 - - [2026-05-11 03:25:37] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.083259 10.0.0.141 - - [2026-05-11 03:25:37] "POST /neutron/port HTTP/1.1" 200 4192 0.034167 10.0.0.141 - - [2026-05-11 03:25:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001229 10.0.0.141 - - [2026-05-11 03:25:38] "POST /neutron/network HTTP/1.1" 200 842 0.006544 10.0.0.141 - - [2026-05-11 03:25:38] "POST /neutron/port HTTP/1.1" 200 1058 0.017136 10.0.0.141 - - [2026-05-11 03:25:38] "POST /neutron/port HTTP/1.1" 200 1122 0.024934 10.0.0.141 - - [2026-05-11 03:25:39] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.27 - - [2026-05-11 03:25:39] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.141 - - [2026-05-11 03:25:39] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.079597 10.0.0.141 - - [2026-05-11 03:25:39] "POST /neutron/port HTTP/1.1" 200 5161 0.057562 10.0.0.141 - - [2026-05-11 03:25:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003293 10.0.0.141 - - [2026-05-11 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2026-05-11 03:25:39] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.141 - - [2026-05-11 03:25:39] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007995 10.0.0.141 - - [2026-05-11 03:25:39] "POST /service-templates HTTP/1.1" 200 543 0.025911 10.0.0.141 - - [2026-05-11 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.141 - - [2026-05-11 03:25:39] "GET /service-template/ae82378c-506c-4363-96cf-f61700c97044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008822 10.0.0.141 - - [2026-05-11 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2026-05-11 03:25:39] "POST /neutron/network HTTP/1.1" 200 842 0.009017 10.0.0.141 - - [2026-05-11 03:25:39] "GET /service-template/ae82378c-506c-4363-96cf-f61700c97044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004735 10.0.0.141 - - [2026-05-11 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001122 10.0.0.141 - - [2026-05-11 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001215 10.0.0.141 - - [2026-05-11 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001184 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/port HTTP/1.1" 200 1109 0.020216 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007596 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004259 10.0.0.141 - - [2026-05-11 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/port HTTP/1.1" 200 117 0.000896 10.0.0.141 - - [2026-05-11 03:25:40] "DELETE /service-template/ae82378c-506c-4363-96cf-f61700c97044 HTTP/1.1" 200 115 0.032924 10.0.0.141 - - [2026-05-11 03:25:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003891 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004610 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/network HTTP/1.1" 200 832 0.009744 10.0.0.141 - - [2026-05-11 03:25:40] "POST /neutron/port HTTP/1.1" 200 1122 0.022833 10.0.0.141 - - [2026-05-11 03:25:42] "POST /neutron/port HTTP/1.1" 200 1120 0.029174 10.0.0.141 - - [2026-05-11 03:25:42] "POST /neutron/network HTTP/1.1" 200 832 0.010469 10.0.0.141 - - [2026-05-11 03:25:42] "POST /neutron/network HTTP/1.1" 200 1492 0.011976 10.0.0.141 - - [2026-05-11 03:25:42] "DELETE /route-target/72c7d361-842b-4f7b-abbc-b2c4fcf20ee7 HTTP/1.1" 200 115 0.038705 10.0.0.27 - - [2026-05-11 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.27 - - [2026-05-11 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003589 10.0.0.141 - - [2026-05-11 03:25:43] "POST /neutron/network HTTP/1.1" 200 151 0.153387 10.0.0.27 - - [2026-05-11 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.141 - - [2026-05-11 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.27 - - [2026-05-11 03:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.141 - - [2026-05-11 03:25:43] "POST /neutron/network HTTP/1.1" 200 151 0.127800 10.0.0.141 - - [2026-05-11 03:25:44] "POST /neutron/network HTTP/1.1" 200 939 0.006181 10.0.0.141 - - [2026-05-11 03:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.141 - - [2026-05-11 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.27 - - [2026-05-11 03:25:46] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000871 10.0.0.141 - - [2026-05-11 03:25:46] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042716 10.0.0.27 - - [2026-05-11 03:25:46] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.141 - - [2026-05-11 03:25:46] "POST /neutron/network HTTP/1.1" 200 611 0.115506 10.0.0.141 - - [2026-05-11 03:25:46] "POST /ref-update HTTP/1.1" 200 156 0.035398 10.0.0.141 - - [2026-05-11 03:25:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.003120 10.0.0.141 - - [2026-05-11 03:25:46] "GET /virtual-network/e262ce48-8ce0-4014-b580-b940665c2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005521 10.0.0.141 - - [2026-05-11 03:25:46] "POST /neutron/network HTTP/1.1" 200 830 0.005947 10.0.0.141 - - [2026-05-11 03:25:46] "GET /virtual-network/e262ce48-8ce0-4014-b580-b940665c2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005149 10.0.0.141 - - [2026-05-11 03:25:47] "GET /virtual-network/e262ce48-8ce0-4014-b580-b940665c2844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008161 10.0.0.141 - - [2026-05-11 03:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-05-11 03:25:47] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000817 10.0.0.141 - - [2026-05-11 03:25:47] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056300 10.0.0.141 - - [2026-05-11 03:25:47] "POST /neutron/network HTTP/1.1" 200 117 0.013337 10.0.0.141 - - [2026-05-11 03:25:48] "POST /neutron/network HTTP/1.1" 200 831 0.009986 10.0.0.141 - - [2026-05-11 03:25:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001281 10.0.0.141 - - [2026-05-11 03:25:48] "GET /virtual-network/873493df-8f0d-46fb-a327-f2df1fdd65dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006901 10.0.0.141 - - [2026-05-11 03:25:48] "GET /virtual-network/873493df-8f0d-46fb-a327-f2df1fdd65dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007907 10.0.0.141 - - [2026-05-11 03:25:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.012363 10.0.0.141 - - [2026-05-11 03:25:48] "GET /virtual-network/873493df-8f0d-46fb-a327-f2df1fdd65dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005744 10.0.0.27 - - [2026-05-11 03:25:48] "GET /obj-perms HTTP/1.1" 200 5041 0.007028 10.0.0.141 - - [2026-05-11 03:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2026-05-11 03:25:48] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000892 10.0.0.141 - - [2026-05-11 03:25:48] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037050 10.0.0.141 - - [2026-05-11 03:25:49] "POST /route-targets HTTP/1.1" 200 327 0.014760 10.0.0.27 - - [2026-05-11 03:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009566 10.0.0.141 - - [2026-05-11 03:25:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.200810 10.0.0.141 - - [2026-05-11 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001184 10.0.0.141 - - [2026-05-11 03:25:49] "GET /virtual-network/fd4da6aa-c36d-409a-a8a9-08aa6530930c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005194 10.0.0.141 - - [2026-05-11 03:25:49] "GET /virtual-network/fd4da6aa-c36d-409a-a8a9-08aa6530930c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005860 10.0.0.141 - - [2026-05-11 03:25:49] "POST /neutron/network HTTP/1.1" 200 834 0.006370 10.0.0.141 - - [2026-05-11 03:25:49] "GET /virtual-network/fd4da6aa-c36d-409a-a8a9-08aa6530930c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004968 10.0.0.141 - - [2026-05-11 03:25:49] "GET /obj-perms HTTP/1.1" 200 5041 0.003819 10.0.0.249 - - [2026-05-11 03:25:49] "GET /obj-perms HTTP/1.1" 200 5041 0.006078 10.0.0.141 - - [2026-05-11 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2026-05-11 03:25:50] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001842 10.0.0.141 - - [2026-05-11 03:25:50] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.089066 10.0.0.27 - - [2026-05-11 03:25:50] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001153 10.0.0.141 - - [2026-05-11 03:25:50] "POST /neutron/network HTTP/1.1" 200 623 0.136003 10.0.0.141 - - [2026-05-11 03:25:50] "POST /ref-update HTTP/1.1" 200 156 0.033049 10.0.0.141 - - [2026-05-11 03:25:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.003476 10.0.0.141 - - [2026-05-11 03:25:50] "GET /virtual-network/8383ed54-367e-4d61-ad59-086ce07c91b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005807 10.0.0.141 - - [2026-05-11 03:25:50] "POST /neutron/network HTTP/1.1" 200 842 0.006861 10.0.0.141 - - [2026-05-11 03:25:50] "GET /virtual-network/8383ed54-367e-4d61-ad59-086ce07c91b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004742 10.0.0.141 - - [2026-05-11 03:25:50] "GET /virtual-network/8383ed54-367e-4d61-ad59-086ce07c91b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005428 10.0.0.141 - - [2026-05-11 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2026-05-11 03:25:51] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000854 10.0.0.141 - - [2026-05-11 03:25:51] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056406 10.0.0.141 - - [2026-05-11 03:25:51] "POST /neutron/network HTTP/1.1" 200 117 0.017213 10.0.0.141 - - [2026-05-11 03:25:51] "POST /neutron/network HTTP/1.1" 200 844 0.008721 10.0.0.141 - - [2026-05-11 03:25:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.000974 10.0.0.141 - - [2026-05-11 03:25:51] "GET /virtual-network/c2155ba3-a609-40f6-ba02-79393d8cdaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005292 10.0.0.141 - - [2026-05-11 03:25:51] "GET /virtual-network/c2155ba3-a609-40f6-ba02-79393d8cdaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005336 10.0.0.141 - - [2026-05-11 03:25:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.009084 10.0.0.141 - - [2026-05-11 03:25:52] "GET /virtual-network/c2155ba3-a609-40f6-ba02-79393d8cdaf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005510 10.0.0.27 - - [2026-05-11 03:25:52] "GET /obj-perms HTTP/1.1" 200 5041 0.003707 10.0.0.141 - - [2026-05-11 03:25:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001244 10.0.0.27 - - [2026-05-11 03:25:53] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.141 - - [2026-05-11 03:25:53] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.083915 10.0.0.141 - - [2026-05-11 03:25:53] "POST /neutron/network HTTP/1.1" 200 831 0.042640 10.0.0.141 - - [2026-05-11 03:25:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001802 10.0.0.141 - - [2026-05-11 03:25:54] "POST /neutron/port HTTP/1.1" 200 4192 0.038763 10.0.0.27 - - [2026-05-11 03:25:54] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000896 10.0.0.141 - - [2026-05-11 03:25:54] "POST /neutron/port HTTP/1.1" 200 1057 0.300886 10.0.0.141 - - [2026-05-11 03:25:54] "POST /neutron/port HTTP/1.1" 200 1111 0.097805 10.0.0.27 - - [2026-05-11 03:25:55] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000804 10.0.0.141 - - [2026-05-11 03:25:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.009535 10.0.0.141 - - [2026-05-11 03:25:55] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081739 10.0.0.141 - - [2026-05-11 03:25:55] "POST /neutron/network HTTP/1.1" 200 831 0.006556 10.0.0.141 - - [2026-05-11 03:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.006318 10.0.0.141 - - [2026-05-11 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003455 10.0.0.141 - - [2026-05-11 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.27 - - [2026-05-11 03:25:55] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001338 10.0.0.141 - - [2026-05-11 03:25:55] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010293 10.0.0.141 - - [2026-05-11 03:25:55] "POST /service-templates HTTP/1.1" 200 543 0.046281 10.0.0.141 - - [2026-05-11 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006738 10.0.0.141 - - [2026-05-11 03:25:55] "GET /service-template/abda4f87-14c5-40be-9480-d2a12af1f930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007421 10.0.0.141 - - [2026-05-11 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.141 - - [2026-05-11 03:25:55] "GET /service-template/abda4f87-14c5-40be-9480-d2a12af1f930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005520 10.0.0.141 - - [2026-05-11 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001324 10.0.0.141 - - [2026-05-11 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001716 10.0.0.141 - - [2026-05-11 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001697 10.0.0.141 - - [2026-05-11 03:25:56] "POST /neutron/port HTTP/1.1" 200 5989 0.098859 10.0.0.141 - - [2026-05-11 03:25:56] "POST /neutron/port HTTP/1.1" 200 1058 0.016589 10.0.0.141 - - [2026-05-11 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.141 - - [2026-05-11 03:25:56] "DELETE /service-template/abda4f87-14c5-40be-9480-d2a12af1f930 HTTP/1.1" 200 115 0.052965 10.0.0.141 - - [2026-05-11 03:25:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.024464 10.0.0.141 - - [2026-05-11 03:25:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003630 10.0.0.141 - - [2026-05-11 03:25:56] "POST /neutron/network HTTP/1.1" 200 844 0.007007 10.0.0.141 - - [2026-05-11 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2026-05-11 03:25:57] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000791 10.0.0.27 - - [2026-05-11 03:25:57] "DELETE /project/c68b2ee651534e45a5b4a25002161bdb HTTP/1.1" 404 173 0.005307 10.0.0.141 - - [2026-05-11 03:25:57] "POST /neutron/network HTTP/1.1" 200 842 0.008588 10.0.0.27 - - [2026-05-11 03:25:57] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.059934 10.0.0.27 - - [2026-05-11 03:25:57] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.27 - - [2026-05-11 03:25:57] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?fields=security_groups HTTP/1.1" 200 1366 0.046326 10.0.0.141 - - [2026-05-11 03:25:57] "POST /neutron/port HTTP/1.1" 200 1111 0.015318 10.0.0.27 - - [2026-05-11 03:25:57] "DELETE /security-group/a01e6cf0-73db-4145-b9a9-1228a695195c HTTP/1.1" 200 115 0.065886 10.0.0.27 - - [2026-05-11 03:25:57] "GET /projects?obj_uuids=18f98787-d892-439d-896a-8a566d7818f2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.27 - - [2026-05-11 03:25:57] "GET /project/18f98787-d892-439d-896a-8a566d7818f2?fields=application_policy_sets HTTP/1.1" 200 1405 0.052939 10.0.0.141 - - [2026-05-11 03:25:57] "DELETE /access-control-list/daa729f8-be9c-484c-8f7a-fb287d086dc6 HTTP/1.1" 200 115 0.058154 10.0.0.27 - - [2026-05-11 03:25:57] "DELETE /project/18f98787-d892-439d-896a-8a566d7818f2 HTTP/1.1" 200 115 0.471606 10.0.0.141 - - [2026-05-11 03:25:57] "POST /neutron/network HTTP/1.1" 400 204 0.012510 10.0.0.141 - - [2026-05-11 03:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.186132 10.0.0.141 - - [2026-05-11 03:25:58] "POST /neutron/network HTTP/1.1" 200 117 0.011359 10.0.0.27 - - [2026-05-11 03:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.141 - - [2026-05-11 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.27 - - [2026-05-11 03:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002842 10.0.0.141 - - [2026-05-11 03:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.124755 10.0.0.141 - - [2026-05-11 03:26:00] "DELETE /route-target/562cde33-fcf1-458e-9ab0-d10c807e3742 HTTP/1.1" 200 115 0.044614 10.0.0.141 - - [2026-05-11 03:26:00] "POST /neutron/network HTTP/1.1" 200 830 0.009305 10.0.0.27 - - [2026-05-11 03:26:02] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953 10.0.0.141 - - [2026-05-11 03:26:02] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052298 10.0.0.27 - - [2026-05-11 03:26:02] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001244 10.0.0.141 - - [2026-05-11 03:26:02] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?fields=virtual_networks HTTP/1.1" 200 1035 0.043194 10.0.0.27 - - [2026-05-11 03:26:02] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.141 - - [2026-05-11 03:26:02] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.034562 10.0.0.27 - - [2026-05-11 03:26:02] "GET /projects?obj_uuids=c68b2ee6-5153-4e45-a5b4-a25002161bdb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.141 - - [2026-05-11 03:26:02] "GET /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb?fields=security_groups HTTP/1.1" 200 1257 0.041232 10.0.0.141 - - [2026-05-11 03:26:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.029708 10.0.0.27 - - [2026-05-11 03:26:03] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003176 10.0.0.27 - - [2026-05-11 03:26:03] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.27 - - [2026-05-11 03:26:03] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007371 10.0.0.27 - - [2026-05-11 03:26:03] "POST /id-to-fqname HTTP/1.1" 200 192 0.003379 10.0.0.27 - - [2026-05-11 03:26:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.003104 10.0.0.27 - - [2026-05-11 03:26:03] "POST /security-groups HTTP/1.1" 200 593 0.077960 10.0.0.141 - - [2026-05-11 03:26:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.003688 10.0.0.27 - - [2026-05-11 03:26:03] "POST /projects HTTP/1.1" 200 589 0.296933 10.0.0.27 - - [2026-05-11 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.374585 10.0.0.141 - - [2026-05-11 03:26:04] "POST /access-control-lists HTTP/1.1" 200 596 0.035099 10.0.0.141 - - [2026-05-11 03:26:04] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.525895 10.0.0.141 - - [2026-05-11 03:26:05] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.141 - - [2026-05-11 03:26:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.141 - - [2026-05-11 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.063056 10.0.0.27 - - [2026-05-11 03:26:07] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.141 - - [2026-05-11 03:26:07] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040223 10.0.0.27 - - [2026-05-11 03:26:07] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000975 10.0.0.141 - - [2026-05-11 03:26:07] "POST /neutron/network HTTP/1.1" 200 611 0.155848 10.0.0.141 - - [2026-05-11 03:26:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.003158 10.0.0.141 - - [2026-05-11 03:26:08] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004980 10.0.0.141 - - [2026-05-11 03:26:08] "POST /neutron/network HTTP/1.1" 200 829 0.007258 10.0.0.141 - - [2026-05-11 03:26:08] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005195 10.0.0.141 - - [2026-05-11 03:26:08] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005252 10.0.0.141 - - [2026-05-11 03:26:09] "GET /obj-perms HTTP/1.1" 200 5053 0.071161 10.0.0.249 - - [2026-05-11 03:26:09] "GET /obj-perms HTTP/1.1" 200 5053 0.054325 10.0.0.141 - - [2026-05-11 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-05-11 03:26:10] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.141 - - [2026-05-11 03:26:10] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.052341 10.0.0.141 - - [2026-05-11 03:26:10] "POST /neutron/network HTTP/1.1" 200 117 0.019397 10.0.0.141 - - [2026-05-11 03:26:10] "POST /neutron/network HTTP/1.1" 200 832 0.008167 10.0.0.141 - - [2026-05-11 03:26:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.000989 10.0.0.141 - - [2026-05-11 03:26:10] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005447 10.0.0.141 - - [2026-05-11 03:26:10] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005391 10.0.0.141 - - [2026-05-11 03:26:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.010308 10.0.0.141 - - [2026-05-11 03:26:10] "POST /route-targets HTTP/1.1" 200 327 0.019945 10.0.0.141 - - [2026-05-11 03:26:16] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005840 10.0.0.141 - - [2026-05-11 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-05-11 03:26:16] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.141 - - [2026-05-11 03:26:16] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065940 10.0.0.141 - - [2026-05-11 03:26:17] "POST /ref-update HTTP/1.1" 200 156 0.035369 10.0.0.27 - - [2026-05-11 03:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008982 10.0.0.141 - - [2026-05-11 03:26:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.224028 10.0.0.141 - - [2026-05-11 03:26:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001207 10.0.0.141 - - [2026-05-11 03:26:17] "GET /virtual-network/a2537898-64f1-4c87-9adc-424fab6260f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008494 10.0.0.141 - - [2026-05-11 03:26:17] "GET /virtual-network/a2537898-64f1-4c87-9adc-424fab6260f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005857 10.0.0.141 - - [2026-05-11 03:26:17] "POST /neutron/network HTTP/1.1" 200 836 0.006379 10.0.0.141 - - [2026-05-11 03:26:17] "GET /virtual-network/a2537898-64f1-4c87-9adc-424fab6260f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005692 10.0.0.27 - - [2026-05-11 03:26:18] "GET /obj-perms HTTP/1.1" 200 5053 0.094814 10.0.0.141 - - [2026-05-11 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.27 - - [2026-05-11 03:26:18] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001712 10.0.0.141 - - [2026-05-11 03:26:18] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042259 10.0.0.27 - - [2026-05-11 03:26:18] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.141 - - [2026-05-11 03:26:18] "POST /neutron/network HTTP/1.1" 200 629 0.179996 10.0.0.141 - - [2026-05-11 03:26:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.003986 10.0.0.141 - - [2026-05-11 03:26:18] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005245 10.0.0.141 - - [2026-05-11 03:26:18] "POST /neutron/network HTTP/1.1" 200 849 0.006828 10.0.0.141 - - [2026-05-11 03:26:18] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006608 10.0.0.141 - - [2026-05-11 03:26:19] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008229 10.0.0.141 - - [2026-05-11 03:26:19] "GET /obj-perms HTTP/1.1" 200 5053 0.005833 10.0.0.249 - - [2026-05-11 03:26:19] "GET /obj-perms HTTP/1.1" 200 5053 0.003100 10.0.0.141 - - [2026-05-11 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2026-05-11 03:26:19] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.035694 10.0.0.141 - - [2026-05-11 03:26:19] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.078271 10.0.0.141 - - [2026-05-11 03:26:19] "POST /neutron/network HTTP/1.1" 200 117 0.022944 10.0.0.141 - - [2026-05-11 03:26:20] "POST /route-targets HTTP/1.1" 200 327 0.016836 10.0.0.141 - - [2026-05-11 03:26:20] "POST /neutron/network HTTP/1.1" 200 848 0.010841 10.0.0.141 - - [2026-05-11 03:26:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.000993 10.0.0.141 - - [2026-05-11 03:26:20] "GET /virtual-network/38388367-3e17-4edd-86d0-67dccdbca241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005931 10.0.0.141 - - [2026-05-11 03:26:20] "GET /virtual-network/38388367-3e17-4edd-86d0-67dccdbca241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005545 10.0.0.141 - - [2026-05-11 03:26:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.016100 10.0.0.141 - - [2026-05-11 03:26:20] "GET /virtual-network/38388367-3e17-4edd-86d0-67dccdbca241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007200 10.0.0.141 - - [2026-05-11 03:26:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001303 10.0.0.27 - - [2026-05-11 03:26:22] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001365 10.0.0.141 - - [2026-05-11 03:26:22] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071473 10.0.0.141 - - [2026-05-11 03:26:22] "POST /neutron/network HTTP/1.1" 200 829 0.010767 10.0.0.141 - - [2026-05-11 03:26:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001717 10.0.0.141 - - [2026-05-11 03:26:22] "POST /neutron/port HTTP/1.1" 200 4192 0.046055 10.0.0.27 - - [2026-05-11 03:26:22] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.141 - - [2026-05-11 03:26:23] "POST /neutron/port HTTP/1.1" 200 1061 0.328964 10.0.0.141 - - [2026-05-11 03:26:23] "POST /neutron/port HTTP/1.1" 200 1115 0.117550 10.0.0.141 - - [2026-05-11 03:26:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.008358 10.0.0.27 - - [2026-05-11 03:26:23] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211 10.0.0.141 - - [2026-05-11 03:26:23] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.098953 10.0.0.141 - - [2026-05-11 03:26:23] "POST /neutron/network HTTP/1.1" 200 832 0.006044 10.0.0.141 - - [2026-05-11 03:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.005854 10.0.0.141 - - [2026-05-11 03:26:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003384 10.0.0.141 - - [2026-05-11 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.27 - - [2026-05-11 03:26:23] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.141 - - [2026-05-11 03:26:23] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007465 10.0.0.141 - - [2026-05-11 03:26:24] "POST /service-templates HTTP/1.1" 200 543 0.032956 10.0.0.141 - - [2026-05-11 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.141 - - [2026-05-11 03:26:24] "GET /service-template/180a3fe5-a16b-4e70-a364-2e870cb77b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006329 10.0.0.141 - - [2026-05-11 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.141 - - [2026-05-11 03:26:24] "GET /service-template/180a3fe5-a16b-4e70-a364-2e870cb77b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006322 10.0.0.141 - - [2026-05-11 03:26:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001618 10.0.0.141 - - [2026-05-11 03:26:24] "POST /neutron/port HTTP/1.1" 200 5999 0.053565 10.0.0.141 - - [2026-05-11 03:26:24] "POST /neutron/port HTTP/1.1" 200 1062 0.017129 10.0.0.141 - - [2026-05-11 03:26:24] "POST /neutron/port HTTP/1.1" 200 1126 0.023275 10.0.0.141 - - [2026-05-11 03:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.27 - - [2026-05-11 03:26:25] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002242 10.0.0.141 - - [2026-05-11 03:26:25] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.084249 10.0.0.141 - - [2026-05-11 03:26:25] "POST /neutron/port HTTP/1.1" 200 6137 0.057721 10.0.0.141 - - [2026-05-11 03:26:25] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 401 293 0.000812 10.0.0.141 - - [2026-05-11 03:26:26] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 404 171 0.040009 10.0.0.141 - - [2026-05-11 03:26:26] "POST /neutron/network HTTP/1.1" 200 859 0.007850 10.0.0.141 - - [2026-05-11 03:26:26] "POST /neutron/port HTTP/1.1" 200 1063 0.020845 10.0.0.141 - - [2026-05-11 03:26:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.141 - - [2026-05-11 03:26:27] "POST /neutron/network HTTP/1.1" 200 849 0.007019 10.0.0.141 - - [2026-05-11 03:26:28] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 200 1295 0.006812 10.0.0.141 - - [2026-05-11 03:26:28] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 2984 0.007988 10.0.0.141 - - [2026-05-11 03:26:28] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006694 10.0.0.141 - - [2026-05-11 03:26:28] "PUT /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 284 0.014470 10.0.0.27 - - [2026-05-11 03:26:32] "GET /obj-perms HTTP/1.1" 200 5075 0.057889 10.0.0.141 - - [2026-05-11 03:26:33] "POST /neutron/port HTTP/1.1" 200 1127 0.025269 10.0.0.141 - - [2026-05-11 03:26:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010267 10.0.0.141 - - [2026-05-11 03:26:33] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 200 1295 0.004441 10.0.0.141 - - [2026-05-11 03:26:33] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 3034 0.005629 10.0.0.141 - - [2026-05-11 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.141 - - [2026-05-11 03:26:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003599 10.0.0.141 - - [2026-05-11 03:26:33] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003275 10.0.0.141 - - [2026-05-11 03:26:33] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006052 10.0.0.141 - - [2026-05-11 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.141 - - [2026-05-11 03:26:37] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006254 10.0.0.141 - - [2026-05-11 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.141 - - [2026-05-11 03:26:41] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006247 10.0.0.141 - - [2026-05-11 03:26:42] "POST /neutron/port HTTP/1.1" 200 1217 0.058599 10.0.0.141 - - [2026-05-11 03:26:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003789 10.0.0.141 - - [2026-05-11 03:26:42] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.141 - - [2026-05-11 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.141 - - [2026-05-11 03:26:45] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005119 10.0.0.141 - - [2026-05-11 03:26:45] "POST /neutron/port HTTP/1.1" 200 1217 0.028072 10.0.0.141 - - [2026-05-11 03:26:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.141 - - [2026-05-11 03:26:45] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.141 - - [2026-05-11 03:26:47] "DELETE /access-control-list/7ac0d651-0a35-4c04-b7ed-5dd7d6564ef3 HTTP/1.1" 200 115 0.053870 10.0.0.141 - - [2026-05-11 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.141 - - [2026-05-11 03:26:49] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005589 10.0.0.27 - - [2026-05-11 03:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.249 - - [2026-05-11 03:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000725 10.0.0.27 - - [2026-05-11 03:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-05-11 03:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.27 - - [2026-05-11 03:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.27 - - [2026-05-11 03:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-05-11 03:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000937 10.0.0.249 - - [2026-05-11 03:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.141 - - [2026-05-11 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.141 - - [2026-05-11 03:26:53] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005484 10.0.0.141 - - [2026-05-11 03:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.141 - - [2026-05-11 03:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-05-11 03:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-05-11 03:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000332 10.0.0.141 - - [2026-05-11 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2026-05-11 03:26:57] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005414 10.0.0.27 - - [2026-05-11 03:26:57] "DELETE /project/c68b2ee6-5153-4e45-a5b4-a25002161bdb HTTP/1.1" 404 177 0.003523 10.0.0.27 - - [2026-05-11 03:26:57] "DELETE /project/27d20c81d9664b9782e1a443b4fd2da7 HTTP/1.1" 404 173 0.008717 10.0.0.141 - - [2026-05-11 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.141 - - [2026-05-11 03:27:01] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007152 10.0.0.141 - - [2026-05-11 03:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.141 - - [2026-05-11 03:27:05] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004880 10.0.0.141 - - [2026-05-11 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.141 - - [2026-05-11 03:27:09] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005787 10.0.0.141 - - [2026-05-11 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.141 - - [2026-05-11 03:27:13] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005502 10.0.0.141 - - [2026-05-11 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.141 - - [2026-05-11 03:27:18] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005578 10.0.0.141 - - [2026-05-11 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2026-05-11 03:27:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003608 10.0.0.141 - - [2026-05-11 03:27:20] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003060 10.0.0.141 - - [2026-05-11 03:27:20] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008999 10.0.0.141 - - [2026-05-11 03:27:20] "POST /neutron/port HTTP/1.1" 200 1126 0.069827 10.0.0.141 - - [2026-05-11 03:27:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007188 10.0.0.141 - - [2026-05-11 03:27:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016430 10.0.0.141 - - [2026-05-11 03:27:30] "POST /neutron/port HTTP/1.1" 200 1127 0.020194 10.0.0.249 - - [2026-05-11 03:27:32] "GET /obj-perms HTTP/1.1" 200 5075 0.053826 10.0.0.141 - - [2026-05-11 03:27:35] "POST /neutron/port HTTP/1.1" 200 1127 0.019247 10.0.0.141 - - [2026-05-11 03:27:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003968 10.0.0.141 - - [2026-05-11 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.27 - - [2026-05-11 03:27:41] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.141 - - [2026-05-11 03:27:41] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046042 10.0.0.141 - - [2026-05-11 03:27:41] "POST /service-instances HTTP/1.1" 200 547 0.037019 10.0.0.141 - - [2026-05-11 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2026-05-11 03:27:41] "GET /service-instance/4f0c60de-267d-4cc4-8609-88b8dfc8696c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006814 10.0.0.141 - - [2026-05-11 03:27:41] "POST /port-tuples HTTP/1.1" 200 590 0.048600 10.0.0.141 - - [2026-05-11 03:27:41] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007738 10.0.0.141 - - [2026-05-11 03:27:41] "PUT /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 284 0.018488 10.0.0.141 - - [2026-05-11 03:27:41] "POST /ref-update HTTP/1.1" 200 156 0.018562 10.0.0.27 - - [2026-05-11 03:27:41] "POST /instance-ips HTTP/1.1" 200 373 0.044001 10.0.0.141 - - [2026-05-11 03:27:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007271 10.0.0.27 - - [2026-05-11 03:27:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.013928 10.0.0.27 - - [2026-05-11 03:27:41] "POST /ref-update HTTP/1.1" 200 156 0.026555 10.0.0.141 - - [2026-05-11 03:27:41] "POST /neutron/port HTTP/1.1" 200 1125 0.026774 10.0.0.141 - - [2026-05-11 03:27:41] "GET /virtual-machine/09f5830b-aef4-400b-ab13-d0cc5905665c HTTP/1.1" 200 1293 0.006896 10.0.0.141 - - [2026-05-11 03:27:41] "GET /virtual-machine-interface/292a75ad-2c8b-492b-81f4-e47e1d6c983e HTTP/1.1" 200 2955 0.005647 10.0.0.141 - - [2026-05-11 03:27:41] "POST /neutron/port HTTP/1.1" 200 1109 0.017725 10.0.0.141 - - [2026-05-11 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.141 - - [2026-05-11 03:27:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003736 10.0.0.141 - - [2026-05-11 03:27:42] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003451 10.0.0.141 - - [2026-05-11 03:27:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.009649 10.0.0.141 - - [2026-05-11 03:27:42] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005754 10.0.0.141 - - [2026-05-11 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.141 - - [2026-05-11 03:27:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005028 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002895 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005945 10.0.0.141 - - [2026-05-11 03:27:43] "POST /neutron/port HTTP/1.1" 200 1126 0.020380 10.0.0.141 - - [2026-05-11 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007192 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-machine/8e9be9b3-391a-4249-ad02-f7cd34b16ac4 HTTP/1.1" 200 1295 0.006543 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-machine-interface/00e53bdf-95ea-45c2-a933-9a89bfbfbb73 HTTP/1.1" 200 2957 0.004877 10.0.0.141 - - [2026-05-11 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.141 - - [2026-05-11 03:27:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003718 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002885 10.0.0.141 - - [2026-05-11 03:27:43] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006221 10.0.0.141 - - [2026-05-11 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.141 - - [2026-05-11 03:27:44] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003906 10.0.0.141 - - [2026-05-11 03:27:44] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003282 10.0.0.141 - - [2026-05-11 03:27:44] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005481 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.002884 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2026-05-11 03:27:45] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.141 - - [2026-05-11 03:27:45] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046539 10.0.0.141 - - [2026-05-11 03:27:45] "POST /network-policys HTTP/1.1" 200 551 0.028573 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.006830 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.141 - - [2026-05-11 03:27:45] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006626 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004640 10.0.0.141 - - [2026-05-11 03:27:45] "POST /ref-update HTTP/1.1" 200 156 0.064716 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.011821 10.0.0.141 - - [2026-05-11 03:27:45] "POST /neutron/network HTTP/1.1" 200 921 0.010930 10.0.0.141 - - [2026-05-11 03:27:45] "POST /ref-update HTTP/1.1" 200 156 0.035394 10.0.0.141 - - [2026-05-11 03:27:45] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.018697 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006844 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.008694 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2026-05-11 03:27:45] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005075 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004405 10.0.0.141 - - [2026-05-11 03:27:45] "POST /ref-update HTTP/1.1" 200 156 0.066286 10.0.0.141 - - [2026-05-11 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005762 10.0.0.141 - - [2026-05-11 03:27:45] "POST /ref-update HTTP/1.1" 200 156 0.042859 10.0.0.141 - - [2026-05-11 03:27:45] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004840 10.0.0.141 - - [2026-05-11 03:27:46] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.014934 10.0.0.141 - - [2026-05-11 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.141 - - [2026-05-11 03:27:46] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.003648 10.0.0.141 - - [2026-05-11 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.141 - - [2026-05-11 03:27:46] "GET /service-template/180a3fe5-a16b-4e70-a364-2e870cb77b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.016134 10.0.0.141 - - [2026-05-11 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006318 10.0.0.27 - - [2026-05-11 03:27:46] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.141 - - [2026-05-11 03:27:46] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048279 10.0.0.141 - - [2026-05-11 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.141 - - [2026-05-11 03:27:46] "GET /service-instance/4f0c60de-267d-4cc4-8609-88b8dfc8696c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2541 0.006979 10.0.0.141 - - [2026-05-11 03:27:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007971 10.0.0.141 - - [2026-05-11 03:27:46] "POST /neutron/port HTTP/1.1" 200 1385 0.035130 10.0.0.141 - - [2026-05-11 03:27:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009124 10.0.0.141 - - [2026-05-11 03:27:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001972 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 200 1295 0.004545 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 3890 0.006132 10.0.0.141 - - [2026-05-11 03:27:47] "GET /instance-ip/1e0e12cd-2ab4-4bff-ad2e-bd07bec09718 HTTP/1.1" 200 1964 0.006949 10.0.0.141 - - [2026-05-11 03:27:47] "GET /instance-ip/45077b0a-08e4-4eae-b662-0cc440e8aaa3 HTTP/1.1" 200 1636 0.007069 10.0.0.141 - - [2026-05-11 03:27:47] "GET /instance-ip/5984b92e-2209-4459-b029-f25d62a6b516 HTTP/1.1" 200 1962 0.004861 10.0.0.141 - - [2026-05-11 03:27:47] "POST /neutron/port HTTP/1.1" 200 1385 0.025953 10.0.0.141 - - [2026-05-11 03:27:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007073 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-machine/9ffc278b-4f39-4797-ad5b-995a443dc88b HTTP/1.1" 200 1295 0.004388 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-machine-interface/cb5549f6-fe0b-41cc-b6dd-97f04e7f50bd HTTP/1.1" 200 3890 0.005491 10.0.0.141 - - [2026-05-11 03:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.141 - - [2026-05-11 03:27:47] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003938 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002849 10.0.0.141 - - [2026-05-11 03:27:47] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006241 10.0.0.141 - - [2026-05-11 03:27:47] "POST /neutron/network HTTP/1.1" 200 939 0.009387 10.0.0.141 - - [2026-05-11 03:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001606 10.0.0.141 - - [2026-05-11 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.141 - - [2026-05-11 03:27:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004868 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004337 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007084 10.0.0.141 - - [2026-05-11 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.141 - - [2026-05-11 03:27:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006479 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004370 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008053 10.0.0.141 - - [2026-05-11 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.141 - - [2026-05-11 03:27:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005881 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003853 10.0.0.141 - - [2026-05-11 03:27:48] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007824 10.0.0.141 - - [2026-05-11 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.141 - - [2026-05-11 03:27:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005301 10.0.0.141 - - [2026-05-11 03:27:49] "GET /virtual-networks?parent_id=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004122 10.0.0.141 - - [2026-05-11 03:27:49] "GET /virtual-network/1ad14170-37c3-4413-ac5e-c467d3f94420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005475 10.0.0.141 - - [2026-05-11 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.141 - - [2026-05-11 03:27:49] "GET /routing-instance/0909968e-0352-4b0c-bc77-974869db3786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004472 10.0.0.141 - - [2026-05-11 03:27:49] "GET /routing-instance/0909968e-0352-4b0c-bc77-974869db3786?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1588 0.006051 10.0.0.141 - - [2026-05-11 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.141 - - [2026-05-11 03:27:49] "GET /routing-instance/919803f0-93e2-48f9-ad2f-f12f96b3d25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005651 10.0.0.141 - - [2026-05-11 03:27:49] "GET /routing-instance/919803f0-93e2-48f9-ad2f-f12f96b3d25a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.008712 10.0.0.141 - - [2026-05-11 03:28:33] "GET /obj-perms HTTP/1.1" 200 5075 0.059081 10.0.0.141 - - [2026-05-11 03:28:41] "POST /neutron/port HTTP/1.1" 200 1126 0.017014 10.0.0.141 - - [2026-05-11 03:28:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.011626 10.0.0.141 - - [2026-05-11 03:28:46] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004306 10.0.0.141 - - [2026-05-11 03:28:46] "PUT /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62 HTTP/1.1" 200 262 0.018645 10.0.0.141 - - [2026-05-11 03:28:46] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004116 10.0.0.141 - - [2026-05-11 03:28:47] "POST /neutron/port HTTP/1.1" 200 1385 0.020943 10.0.0.141 - - [2026-05-11 03:28:47] "PUT /access-control-list/d4d4c6a2-cbd4-4104-a75e-5695e89b8665 HTTP/1.1" 200 272 0.018950 10.0.0.141 - - [2026-05-11 03:28:49] "POST /neutron/port HTTP/1.1" 200 1125 0.041507 10.0.0.141 - - [2026-05-11 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.010181 10.0.0.141 - - [2026-05-11 03:29:10] "POST /neutron/port HTTP/1.1" 200 1385 0.021292 10.0.0.141 - - [2026-05-11 03:29:15] "POST /ref-update HTTP/1.1" 200 156 0.051936 10.0.0.141 - - [2026-05-11 03:29:15] "GET /virtual-network/ae41afea-2a75-44f4-95ac-a0f262ee7851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010007 10.0.0.141 - - [2026-05-11 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.141 - - [2026-05-11 03:29:15] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004023 10.0.0.141 - - [2026-05-11 03:29:15] "POST /ref-update HTTP/1.1" 200 156 0.063492 10.0.0.141 - - [2026-05-11 03:29:15] "POST /ref-update HTTP/1.1" 200 156 0.061425 10.0.0.141 - - [2026-05-11 03:29:15] "POST /neutron/network HTTP/1.1" 200 829 0.013724 10.0.0.141 - - [2026-05-11 03:29:15] "GET /virtual-network/fdc4a808-50d0-4091-a457-c5f2ec133c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005675 10.0.0.141 - - [2026-05-11 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013252 10.0.0.141 - - [2026-05-11 03:29:15] "DELETE /access-control-list/d4d4c6a2-cbd4-4104-a75e-5695e89b8665 HTTP/1.1" 200 115 0.047581 10.0.0.141 - - [2026-05-11 03:29:15] "GET /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004868 10.0.0.141 - - [2026-05-11 03:29:15] "DELETE /network-policy/51c5d9b1-8640-4d31-9907-d52cd3af0f62 HTTP/1.1" 200 115 0.052971 10.0.0.141 - - [2026-05-11 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005907 10.0.0.141 - - [2026-05-11 03:29:15] "DELETE /service-instance/4f0c60de-267d-4cc4-8609-88b8dfc8696c HTTP/1.1" 200 115 0.066509 10.0.0.27 - - [2026-05-11 03:29:15] "DELETE /instance-ip/1e0e12cd-2ab4-4bff-ad2e-bd07bec09718 HTTP/1.1" 200 115 0.040731 10.0.0.141 - - [2026-05-11 03:29:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002677 10.0.0.141 - - [2026-05-11 03:29:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003809 10.0.0.141 - - [2026-05-11 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.141 - - [2026-05-11 03:29:16] "DELETE /service-template/180a3fe5-a16b-4e70-a364-2e870cb77b96 HTTP/1.1" 200 115 0.037397 10.0.0.141 - - [2026-05-11 03:29:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.004727 10.0.0.141 - - [2026-05-11 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.141 - - [2026-05-11 03:29:16] "POST /neutron/network HTTP/1.1" 200 849 0.006757 10.0.0.141 - - [2026-05-11 03:29:16] "POST /neutron/port HTTP/1.1" 200 1127 0.029116 10.0.0.141 - - [2026-05-11 03:29:17] "POST /neutron/port HTTP/1.1" 200 1115 0.020257 10.0.0.141 - - [2026-05-11 03:29:17] "POST /neutron/port HTTP/1.1" 200 151 0.264795 10.0.0.27 - - [2026-05-11 03:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005397 10.0.0.27 - - [2026-05-11 03:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.141 - - [2026-05-11 03:29:18] "POST /neutron/network HTTP/1.1" 200 151 0.149924 10.0.0.141 - - [2026-05-11 03:29:18] "DELETE /route-target/1ca95496-b082-48fb-8791-4b17e3dbf3e1 HTTP/1.1" 200 115 0.029173 10.0.0.141 - - [2026-05-11 03:29:19] "POST /neutron/network HTTP/1.1" 200 832 0.009293 10.0.0.141 - - [2026-05-11 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2026-05-11 03:29:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009010 10.0.0.27 - - [2026-05-11 03:29:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005481 10.0.0.141 - - [2026-05-11 03:29:20] "POST /neutron/network HTTP/1.1" 200 151 0.216470 10.0.0.141 - - [2026-05-11 03:29:20] "DELETE /route-target/5d132fae-c51b-49bc-a703-83f2ecf2d257 HTTP/1.1" 200 115 0.053008 10.0.0.27 - - [2026-05-11 03:29:21] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.141 - - [2026-05-11 03:29:21] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048086 10.0.0.27 - - [2026-05-11 03:29:21] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.141 - - [2026-05-11 03:29:21] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?fields=virtual_networks HTTP/1.1" 200 1045 0.050192 10.0.0.27 - - [2026-05-11 03:29:21] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001520 10.0.0.141 - - [2026-05-11 03:29:21] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.065535 10.0.0.27 - - [2026-05-11 03:29:22] "GET /projects?obj_uuids=27d20c81-d966-4b97-82e1-a443b4fd2da7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.141 - - [2026-05-11 03:29:22] "GET /project/27d20c81-d966-4b97-82e1-a443b4fd2da7?fields=security_groups HTTP/1.1" 200 1273 0.041374 10.0.0.141 - - [2026-05-11 03:29:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.025999 10.0.0.27 - - [2026-05-11 03:29:22] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004636 10.0.0.27 - - [2026-05-11 03:29:23] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001729 10.0.0.27 - - [2026-05-11 03:29:23] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009056 10.0.0.27 - - [2026-05-11 03:29:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.005509 10.0.0.27 - - [2026-05-11 03:29:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.012106 10.0.0.27 - - [2026-05-11 03:29:23] "POST /security-groups HTTP/1.1" 200 592 0.085566 10.0.0.27 - - [2026-05-11 03:29:23] "POST /projects HTTP/1.1" 200 587 0.311009 10.0.0.27 - - [2026-05-11 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.344791 10.0.0.141 - - [2026-05-11 03:29:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.011654 10.0.0.141 - - [2026-05-11 03:29:23] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.489090 10.0.0.141 - - [2026-05-11 03:29:24] "GET / HTTP/1.1" 200 35931 0.001341 10.0.0.141 - - [2026-05-11 03:29:26] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.27 - - [2026-05-11 03:29:27] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.141 - - [2026-05-11 03:29:27] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.069830 10.0.0.141 - - [2026-05-11 03:29:27] "POST /fqname-to-id HTTP/1.1" 404 180 0.006223 10.0.0.141 - - [2026-05-11 03:29:27] "POST /virtual-DNSs HTTP/1.1" 200 507 0.028110 10.0.0.141 - - [2026-05-11 03:29:27] "GET /virtual-DNS/783eff95-2635-411a-a5a0-30e342960cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006786 10.0.0.141 - - [2026-05-11 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011194 10.0.0.141 - - [2026-05-11 03:29:27] "GET /virtual-DNS/783eff95-2635-411a-a5a0-30e342960cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004025 10.0.0.141 - - [2026-05-11 03:29:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003170 10.0.0.141 - - [2026-05-11 03:29:27] "POST /network-ipams HTTP/1.1" 200 514 0.027499 10.0.0.141 - - [2026-05-11 03:29:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003354 10.0.0.141 - - [2026-05-11 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.141 - - [2026-05-11 03:29:27] "GET /network-ipam/19a1ca23-5b11-497c-89d1-3ef6b5e2e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.006758 10.0.0.141 - - [2026-05-11 03:29:27] "PUT /network-ipam/19a1ca23-5b11-497c-89d1-3ef6b5e2e2d4 HTTP/1.1" 200 258 0.015669 10.0.0.141 - - [2026-05-11 03:29:28] "POST /ref-update HTTP/1.1" 200 156 0.014827 10.0.0.141 - - [2026-05-11 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2026-05-11 03:29:28] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.141 - - [2026-05-11 03:29:28] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.057482 10.0.0.141 - - [2026-05-11 03:29:28] "POST /ref-update HTTP/1.1" 200 156 0.019381 10.0.0.27 - - [2026-05-11 03:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008210 10.0.0.141 - - [2026-05-11 03:29:28] "POST /neutron/subnet HTTP/1.1" 200 711 0.239272 10.0.0.141 - - [2026-05-11 03:29:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001143 10.0.0.141 - - [2026-05-11 03:29:28] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004871 10.0.0.141 - - [2026-05-11 03:29:28] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005433 10.0.0.141 - - [2026-05-11 03:29:28] "POST /neutron/network HTTP/1.1" 200 833 0.007728 10.0.0.141 - - [2026-05-11 03:29:28] "POST /neutron/network HTTP/1.1" 200 833 0.008121 10.0.0.141 - - [2026-05-11 03:29:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001025 10.0.0.27 - - [2026-05-11 03:29:29] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.141 - - [2026-05-11 03:29:29] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.074443 10.0.0.141 - - [2026-05-11 03:29:30] "POST /neutron/network HTTP/1.1" 200 833 0.008406 10.0.0.141 - - [2026-05-11 03:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006731 10.0.0.141 - - [2026-05-11 03:29:31] "POST /neutron/port HTTP/1.1" 200 1058 0.017626 10.0.0.141 - - [2026-05-11 03:29:31] "POST /neutron/port HTTP/1.1" 200 1122 0.020622 10.0.0.141 - - [2026-05-11 03:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.141 - - [2026-05-11 03:29:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008383 10.0.0.141 - - [2026-05-11 03:29:35] "POST /neutron/port HTTP/1.1" 200 1122 0.017666 10.0.0.141 - - [2026-05-11 03:29:35] "GET /virtual-machine/82b49401-e656-484f-90ae-5acd8c4ee4ed HTTP/1.1" 401 293 0.000583 10.0.0.141 - - [2026-05-11 03:29:35] "GET /virtual-machine/82b49401-e656-484f-90ae-5acd8c4ee4ed HTTP/1.1" 200 1293 0.033249 10.0.0.141 - - [2026-05-11 03:29:35] "GET /virtual-machine-interface/67f7d3a0-9e97-45a2-a070-15ce45d46f12 HTTP/1.1" 200 2963 0.004927 10.0.0.141 - - [2026-05-11 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.141 - - [2026-05-11 03:29:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003660 10.0.0.141 - - [2026-05-11 03:29:36] "GET /virtual-networks?parent_id=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003277 10.0.0.141 - - [2026-05-11 03:29:36] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008088 10.0.0.141 - - [2026-05-11 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.141 - - [2026-05-11 03:29:39] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005425 10.0.0.141 - - [2026-05-11 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.141 - - [2026-05-11 03:29:43] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005285 10.0.0.141 - - [2026-05-11 03:29:43] "POST /neutron/port HTTP/1.1" 200 1217 0.019080 10.0.0.141 - - [2026-05-11 03:29:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003741 10.0.0.141 - - [2026-05-11 03:29:44] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.141 - - [2026-05-11 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.141 - - [2026-05-11 03:29:47] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007921 10.0.0.141 - - [2026-05-11 03:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.141 - - [2026-05-11 03:29:51] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008658 10.0.0.141 - - [2026-05-11 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.141 - - [2026-05-11 03:29:55] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005496 10.0.0.27 - - [2026-05-11 03:29:57] "DELETE /project/27d20c81-d966-4b97-82e1-a443b4fd2da7 HTTP/1.1" 404 177 0.040946 10.0.0.27 - - [2026-05-11 03:29:57] "DELETE /project/3daf47168ea64c948684c9817a475e40 HTTP/1.1" 404 173 0.058731 10.0.0.141 - - [2026-05-11 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2026-05-11 03:29:59] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004795 10.0.0.141 - - [2026-05-11 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.141 - - [2026-05-11 03:30:03] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005680 10.0.0.141 - - [2026-05-11 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.141 - - [2026-05-11 03:30:07] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005494 10.0.0.141 - - [2026-05-11 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.141 - - [2026-05-11 03:30:11] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005911 10.0.0.141 - - [2026-05-11 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.141 - - [2026-05-11 03:30:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004144 10.0.0.141 - - [2026-05-11 03:30:14] "GET /virtual-networks?parent_id=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003033 10.0.0.141 - - [2026-05-11 03:30:14] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005428 10.0.0.141 - - [2026-05-11 03:30:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006971 10.0.0.141 - - [2026-05-11 03:30:24] "POST /neutron/port HTTP/1.1" 200 1122 0.021376 10.0.0.141 - - [2026-05-11 03:30:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009340 10.0.0.141 - - [2026-05-11 03:30:44] "POST /neutron/port HTTP/1.1" 200 1109 0.017376 10.0.0.141 - - [2026-05-11 03:30:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004747 10.0.0.141 - - [2026-05-11 03:30:45] "POST /neutron/network HTTP/1.1" 200 929 0.006871 10.0.0.141 - - [2026-05-11 03:30:50] "POST /neutron/network HTTP/1.1" 200 1122 0.007261 10.0.0.141 - - [2026-05-11 03:30:50] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013290 10.0.0.141 - - [2026-05-11 03:30:50] "POST /neutron/network HTTP/1.1" 200 1112 0.008193 10.0.0.141 - - [2026-05-11 03:31:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001273 10.0.0.141 - - [2026-05-11 03:31:04] "POST /neutron/port HTTP/1.1" 200 5161 0.052157 10.0.0.27 - - [2026-05-11 03:31:05] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000951 10.0.0.141 - - [2026-05-11 03:31:05] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.081678 10.0.0.141 - - [2026-05-11 03:31:05] "POST /neutron/network HTTP/1.1" 200 833 0.038886 10.0.0.141 - - [2026-05-11 03:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.007266 10.0.0.27 - - [2026-05-11 03:31:05] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001591 10.0.0.141 - - [2026-05-11 03:31:06] "POST /neutron/port HTTP/1.1" 200 1058 0.329715 10.0.0.141 - - [2026-05-11 03:31:06] "POST /neutron/port HTTP/1.1" 200 1112 0.137578 10.0.0.141 - - [2026-05-11 03:31:06] "POST /neutron/subnet HTTP/1.1" 200 685 0.008393 10.0.0.141 - - [2026-05-11 03:31:10] "POST /neutron/port HTTP/1.1" 200 1122 0.019975 10.0.0.141 - - [2026-05-11 03:31:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007273 10.0.0.141 - - [2026-05-11 03:31:11] "GET /virtual-machine/d8acf5f2-0eca-48e7-9289-8220cc891aac HTTP/1.1" 200 1294 0.006901 10.0.0.141 - - [2026-05-11 03:31:11] "GET /virtual-machine-interface/92e827ac-0287-4973-8326-c51be88d93d3 HTTP/1.1" 200 2963 0.005371 10.0.0.141 - - [2026-05-11 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.141 - - [2026-05-11 03:31:11] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004707 10.0.0.141 - - [2026-05-11 03:31:11] "GET /virtual-networks?parent_id=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003766 10.0.0.141 - - [2026-05-11 03:31:11] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005801 10.0.0.141 - - [2026-05-11 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.141 - - [2026-05-11 03:31:14] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007541 10.0.0.141 - - [2026-05-11 03:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.141 - - [2026-05-11 03:31:18] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005229 10.0.0.141 - - [2026-05-11 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.141 - - [2026-05-11 03:31:22] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005768 10.0.0.141 - - [2026-05-11 03:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.141 - - [2026-05-11 03:31:26] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007743 10.0.0.141 - - [2026-05-11 03:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.141 - - [2026-05-11 03:31:30] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006317 10.0.0.141 - - [2026-05-11 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2026-05-11 03:31:34] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005373 10.0.0.27 - - [2026-05-11 03:31:35] "GET /obj-perms HTTP/1.1" 200 5075 0.063316 10.0.0.141 - - [2026-05-11 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.141 - - [2026-05-11 03:31:38] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005738 10.0.0.141 - - [2026-05-11 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.141 - - [2026-05-11 03:31:42] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005132 10.0.0.141 - - [2026-05-11 03:31:44] "POST /neutron/port HTTP/1.1" 200 1217 0.055517 10.0.0.141 - - [2026-05-11 03:31:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004235 10.0.0.141 - - [2026-05-11 03:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.141 - - [2026-05-11 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.141 - - [2026-05-11 03:31:47] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005749 10.0.0.141 - - [2026-05-11 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.141 - - [2026-05-11 03:31:51] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006190 10.0.0.141 - - [2026-05-11 03:31:51] "POST /neutron/port HTTP/1.1" 200 1109 0.019699 10.0.0.141 - - [2026-05-11 03:31:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003477 10.0.0.141 - - [2026-05-11 03:31:51] "POST /neutron/network HTTP/1.1" 200 929 0.008512 10.0.0.27 - - [2026-05-11 03:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2026-05-11 03:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.27 - - [2026-05-11 03:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2026-05-11 03:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000645 10.0.0.27 - - [2026-05-11 03:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.27 - - [2026-05-11 03:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-05-11 03:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.249 - - [2026-05-11 03:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-05-11 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.141 - - [2026-05-11 03:31:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004644 10.0.0.141 - - [2026-05-11 03:31:53] "GET /virtual-networks?parent_id=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003974 10.0.0.141 - - [2026-05-11 03:31:53] "GET /virtual-network/65afa185-983d-4367-946a-5c2539de9a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006042 10.0.0.141 - - [2026-05-11 03:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-05-11 03:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.141 - - [2026-05-11 03:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000531 10.0.0.141 - - [2026-05-11 03:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000758 10.0.0.141 - - [2026-05-11 03:31:58] "POST /neutron/port HTTP/1.1" 200 1122 0.021236 10.0.0.141 - - [2026-05-11 03:32:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007354 10.0.0.141 - - [2026-05-11 03:32:09] "POST /neutron/port HTTP/1.1" 200 1122 0.022250 10.0.0.249 - - [2026-05-11 03:32:36] "GET /obj-perms HTTP/1.1" 200 5075 0.055766 10.0.0.141 - - [2026-05-11 03:32:44] "POST /neutron/port HTTP/1.1" 200 1109 0.020103 10.0.0.141 - - [2026-05-11 03:32:45] "POST /neutron/subnet HTTP/1.1" 200 708 0.012360 10.0.0.141 - - [2026-05-11 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.141 - - [2026-05-11 03:32:47] "DELETE /virtual-DNS/783eff95-2635-411a-a5a0-30e342960cc1 HTTP/1.1" 409 235 0.007451 10.0.0.141 - - [2026-05-11 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003209 10.0.0.141 - - [2026-05-11 03:32:48] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027726 10.0.0.141 - - [2026-05-11 03:32:48] "GET /virtual-DNS-record/9bb2e8b7-c236-4bb8-a850-773e3edd1c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006789 10.0.0.141 - - [2026-05-11 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.141 - - [2026-05-11 03:32:48] "GET /virtual-DNS-record/9bb2e8b7-c236-4bb8-a850-773e3edd1c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004207 10.0.0.141 - - [2026-05-11 03:32:52] "POST /neutron/port HTTP/1.1" 200 1122 0.020093 10.0.0.141 - - [2026-05-11 03:32:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003883 10.0.0.141 - - [2026-05-11 03:32:52] "POST /neutron/network HTTP/1.1" 200 833 0.007852 10.0.0.141 - - [2026-05-11 03:32:54] "DELETE /virtual-DNS-record/9bb2e8b7-c236-4bb8-a850-773e3edd1c76 HTTP/1.1" 200 115 0.034791 10.0.0.141 - - [2026-05-11 03:32:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003697 10.0.0.141 - - [2026-05-11 03:32:55] "POST /neutron/port HTTP/1.1" 200 1122 0.018821 10.0.0.141 - - [2026-05-11 03:32:55] "POST /neutron/port HTTP/1.1" 200 151 0.223755 10.0.0.141 - - [2026-05-11 03:32:57] "POST /neutron/network HTTP/1.1" 200 833 0.006094 10.0.0.141 - - [2026-05-11 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.141 - - [2026-05-11 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.141 - - [2026-05-11 03:32:57] "DELETE /network-ipam/19a1ca23-5b11-497c-89d1-3ef6b5e2e2d4 HTTP/1.1" 200 115 0.059790 10.0.0.141 - - [2026-05-11 03:32:57] "DELETE /virtual-DNS/783eff95-2635-411a-a5a0-30e342960cc1 HTTP/1.1" 200 115 0.039551 10.0.0.141 - - [2026-05-11 03:32:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.006280 10.0.0.27 - - [2026-05-11 03:32:58] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035923 10.0.0.141 - - [2026-05-11 03:32:59] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.134082 10.0.0.27 - - [2026-05-11 03:32:59] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.141 - - [2026-05-11 03:32:59] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?fields=virtual_networks HTTP/1.1" 200 1043 0.070884 10.0.0.27 - - [2026-05-11 03:32:59] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.141 - - [2026-05-11 03:32:59] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.057945 10.0.0.27 - - [2026-05-11 03:32:59] "GET /projects?obj_uuids=3daf4716-8ea6-4c94-8684-c9817a475e40&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.141 - - [2026-05-11 03:32:59] "GET /project/3daf4716-8ea6-4c94-8684-c9817a475e40?fields=security_groups HTTP/1.1" 200 1270 0.044992 10.0.0.141 - - [2026-05-11 03:33:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.031377 10.0.0.27 - - [2026-05-11 03:33:00] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003977 10.0.0.27 - - [2026-05-11 03:33:00] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.27 - - [2026-05-11 03:33:00] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007184 10.0.0.27 - - [2026-05-11 03:33:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.003891 10.0.0.27 - - [2026-05-11 03:33:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.012833 10.0.0.27 - - [2026-05-11 03:33:00] "POST /security-groups HTTP/1.1" 200 592 0.038934 10.0.0.27 - - [2026-05-11 03:33:00] "POST /projects HTTP/1.1" 200 587 0.279279 10.0.0.27 - - [2026-05-11 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.322018 10.0.0.141 - - [2026-05-11 03:33:00] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.479546 10.0.0.141 - - [2026-05-11 03:33:00] "POST /access-control-lists HTTP/1.1" 200 597 0.063293 10.0.0.141 - - [2026-05-11 03:33:02] "GET / HTTP/1.1" 200 35931 0.002780 10.0.0.141 - - [2026-05-11 03:33:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-05-11 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.063501 10.0.0.27 - - [2026-05-11 03:33:04] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.141 - - [2026-05-11 03:33:04] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.048033 10.0.0.27 - - [2026-05-11 03:33:04] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.141 - - [2026-05-11 03:33:04] "POST /neutron/network HTTP/1.1" 200 608 0.160096 10.0.0.141 - - [2026-05-11 03:33:04] "POST /route-targets HTTP/1.1" 200 327 0.016383 10.0.0.141 - - [2026-05-11 03:33:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.003237 10.0.0.141 - - [2026-05-11 03:33:05] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006802 10.0.0.141 - - [2026-05-11 03:33:05] "POST /neutron/network HTTP/1.1" 200 827 0.007493 10.0.0.141 - - [2026-05-11 03:33:05] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006512 10.0.0.141 - - [2026-05-11 03:33:05] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005621 10.0.0.141 - - [2026-05-11 03:33:06] "GET /obj-perms HTTP/1.1" 200 5051 0.068268 10.0.0.141 - - [2026-05-11 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-05-11 03:33:06] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.141 - - [2026-05-11 03:33:07] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044914 10.0.0.141 - - [2026-05-11 03:33:07] "POST /neutron/network HTTP/1.1" 200 117 0.018846 10.0.0.141 - - [2026-05-11 03:33:07] "POST /ref-update HTTP/1.1" 200 156 0.037681 10.0.0.141 - - [2026-05-11 03:33:07] "POST /neutron/network HTTP/1.1" 200 826 0.009457 10.0.0.141 - - [2026-05-11 03:33:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001062 10.0.0.141 - - [2026-05-11 03:33:07] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005250 10.0.0.141 - - [2026-05-11 03:33:07] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006096 10.0.0.141 - - [2026-05-11 03:33:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.008532 10.0.0.141 - - [2026-05-11 03:33:07] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005804 10.0.0.27 - - [2026-05-11 03:33:08] "GET /obj-perms HTTP/1.1" 200 5051 0.067237 10.0.0.141 - - [2026-05-11 03:33:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279 10.0.0.27 - - [2026-05-11 03:33:24] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.141 - - [2026-05-11 03:33:24] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068758 10.0.0.141 - - [2026-05-11 03:33:24] "POST /neutron/network HTTP/1.1" 200 826 0.008454 10.0.0.141 - - [2026-05-11 03:33:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001681 10.0.0.141 - - [2026-05-11 03:33:24] "POST /neutron/port HTTP/1.1" 200 4192 0.037148 10.0.0.27 - - [2026-05-11 03:33:24] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.141 - - [2026-05-11 03:33:25] "POST /neutron/port HTTP/1.1" 200 1060 0.299712 10.0.0.27 - - [2026-05-11 03:33:25] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.141 - - [2026-05-11 03:33:25] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.094687 10.0.0.141 - - [2026-05-11 03:33:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009927 10.0.0.141 - - [2026-05-11 03:33:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007430 10.0.0.141 - - [2026-05-11 03:33:26] "POST /neutron/port HTTP/1.1" 200 1114 0.150548 10.0.0.141 - - [2026-05-11 03:33:26] "POST /neutron/port HTTP/1.1" 200 1124 0.063890 10.0.0.141 - - [2026-05-11 03:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.002018 10.0.0.141 - - [2026-05-11 03:33:26] "POST /neutron/port HTTP/1.1" 200 1061 0.022917 10.0.0.141 - - [2026-05-11 03:33:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.141 - - [2026-05-11 03:33:27] "POST /neutron/network HTTP/1.1" 200 827 0.011964 10.0.0.141 - - [2026-05-11 03:33:36] "POST /neutron/port HTTP/1.1" 200 1124 0.021417 10.0.0.249 - - [2026-05-11 03:33:37] "GET /obj-perms HTTP/1.1" 200 5075 0.055640 10.0.0.141 - - [2026-05-11 03:33:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007963 10.0.0.141 - - [2026-05-11 03:33:51] "POST /neutron/port HTTP/1.1" 200 1124 0.019067 10.0.0.141 - - [2026-05-11 03:33:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013231 10.0.0.141 - - [2026-05-11 03:33:51] "GET /virtual-machine/1b9ba0b7-aa8d-469f-91ea-8934bd4d1cc6 HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2026-05-11 03:33:52] "GET /virtual-machine/1b9ba0b7-aa8d-469f-91ea-8934bd4d1cc6 HTTP/1.1" 200 1293 0.040501 10.0.0.141 - - [2026-05-11 03:33:52] "GET /virtual-machine-interface/23e924b9-8f2e-4a27-99b2-b405eb79580b HTTP/1.1" 200 2948 0.005857 10.0.0.141 - - [2026-05-11 03:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.141 - - [2026-05-11 03:33:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003767 10.0.0.141 - - [2026-05-11 03:33:52] "GET /virtual-networks?parent_id=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003508 10.0.0.141 - - [2026-05-11 03:33:52] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007151 10.0.0.141 - - [2026-05-11 03:33:54] "POST /neutron/port HTTP/1.1" 200 1217 0.050168 10.0.0.141 - - [2026-05-11 03:33:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.141 - - [2026-05-11 03:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.141 - - [2026-05-11 03:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.141 - - [2026-05-11 03:33:55] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005462 10.0.0.27 - - [2026-05-11 03:33:58] "DELETE /project/823d960cc607410aaf332600093628b3 HTTP/1.1" 404 173 0.003980 10.0.0.27 - - [2026-05-11 03:33:58] "DELETE /project/3daf4716-8ea6-4c94-8684-c9817a475e40 HTTP/1.1" 404 177 0.003878 10.0.0.141 - - [2026-05-11 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.141 - - [2026-05-11 03:33:59] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006669 10.0.0.141 - - [2026-05-11 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.141 - - [2026-05-11 03:34:03] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005831 10.0.0.141 - - [2026-05-11 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.141 - - [2026-05-11 03:34:07] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006242 10.0.0.141 - - [2026-05-11 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.141 - - [2026-05-11 03:34:11] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005079 10.0.0.141 - - [2026-05-11 03:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.141 - - [2026-05-11 03:34:15] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005081 10.0.0.141 - - [2026-05-11 03:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.141 - - [2026-05-11 03:34:20] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007917 10.0.0.141 - - [2026-05-11 03:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2026-05-11 03:34:24] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004530 10.0.0.141 - - [2026-05-11 03:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.141 - - [2026-05-11 03:34:28] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007078 10.0.0.141 - - [2026-05-11 03:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.141 - - [2026-05-11 03:34:32] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005946 10.0.0.141 - - [2026-05-11 03:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.141 - - [2026-05-11 03:34:36] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004922 10.0.0.141 - - [2026-05-11 03:34:38] "GET /obj-perms HTTP/1.1" 200 5075 0.062332 10.0.0.141 - - [2026-05-11 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.141 - - [2026-05-11 03:34:40] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005538 10.0.0.141 - - [2026-05-11 03:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.141 - - [2026-05-11 03:34:44] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005860 10.0.0.141 - - [2026-05-11 03:34:45] "POST /neutron/port HTTP/1.1" 200 1217 0.021925 10.0.0.141 - - [2026-05-11 03:34:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.141 - - [2026-05-11 03:34:46] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.141 - - [2026-05-11 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.141 - - [2026-05-11 03:34:48] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005558 10.0.0.141 - - [2026-05-11 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2026-05-11 03:34:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003442 10.0.0.141 - - [2026-05-11 03:34:50] "GET /virtual-networks?parent_id=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003179 10.0.0.141 - - [2026-05-11 03:34:50] "GET /virtual-network/bbac810a-2155-4d1c-8a67-02a01486d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006923 10.0.0.141 - - [2026-05-11 03:34:51] "POST /neutron/port HTTP/1.1" 200 1124 0.032392 10.0.0.141 - - [2026-05-11 03:34:54] "POST /neutron/port HTTP/1.1" 200 1109 0.016535 10.0.0.141 - - [2026-05-11 03:34:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.008382 10.0.0.141 - - [2026-05-11 03:34:56] "POST /neutron/port HTTP/1.1" 200 1124 0.023904 10.0.0.141 - - [2026-05-11 03:35:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007648 10.0.0.141 - - [2026-05-11 03:35:07] "POST /neutron/port HTTP/1.1" 200 1124 0.052342 10.0.0.141 - - [2026-05-11 03:35:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007318 10.0.0.141 - - [2026-05-11 03:35:16] "POST /neutron/port HTTP/1.1" 200 1124 0.024530 10.0.0.141 - - [2026-05-11 03:35:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007525 10.0.0.141 - - [2026-05-11 03:35:32] "POST /neutron/port HTTP/1.1" 200 1124 0.020751 10.0.0.141 - - [2026-05-11 03:35:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009758 10.0.0.141 - - [2026-05-11 03:35:45] "POST /neutron/port HTTP/1.1" 200 1109 0.021081 10.0.0.141 - - [2026-05-11 03:35:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003918 10.0.0.141 - - [2026-05-11 03:35:46] "POST /neutron/network HTTP/1.1" 200 929 0.006981 10.0.0.141 - - [2026-05-11 03:35:53] "POST /neutron/port HTTP/1.1" 200 1125 0.026713 10.0.0.141 - - [2026-05-11 03:35:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007001 10.0.0.141 - - [2026-05-11 03:35:53] "GET /virtual-machine/9bade9dc-9ad3-426c-9f13-6a5e58d8d165 HTTP/1.1" 200 1294 0.009082 10.0.0.141 - - [2026-05-11 03:35:53] "GET /virtual-machine-interface/a0c9ae05-1986-48e6-bbb4-3a1a3a6193a8 HTTP/1.1" 200 2949 0.006364 10.0.0.141 - - [2026-05-11 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.141 - - [2026-05-11 03:35:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003677 10.0.0.141 - - [2026-05-11 03:35:53] "GET /virtual-networks?parent_id=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002928 10.0.0.141 - - [2026-05-11 03:35:53] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007965 10.0.0.141 - - [2026-05-11 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.141 - - [2026-05-11 03:35:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004155 10.0.0.141 - - [2026-05-11 03:35:54] "GET /virtual-networks?parent_id=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003550 10.0.0.141 - - [2026-05-11 03:35:54] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005646 10.0.0.141 - - [2026-05-11 03:35:54] "POST /neutron/port HTTP/1.1" 200 1125 0.018292 10.0.0.141 - - [2026-05-11 03:35:56] "POST /neutron/port HTTP/1.1" 200 1124 0.023794 10.0.0.141 - - [2026-05-11 03:35:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.015016 10.0.0.141 - - [2026-05-11 03:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.27 - - [2026-05-11 03:36:00] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.141 - - [2026-05-11 03:36:00] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047715 10.0.0.141 - - [2026-05-11 03:36:00] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007097 10.0.0.141 - - [2026-05-11 03:36:00] "GET /floating-ip-pools?parent_id=9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002972 10.0.0.141 - - [2026-05-11 03:36:00] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005878 10.0.0.141 - - [2026-05-11 03:36:00] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030432 10.0.0.141 - - [2026-05-11 03:36:00] "POST /ref-update HTTP/1.1" 200 156 0.017657 10.0.0.141 - - [2026-05-11 03:36:00] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005649 10.0.0.141 - - [2026-05-11 03:36:00] "GET /virtual-network/9c3f4af9-dd0d-43ed-938a-d4d8c9cb4278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005715 10.0.0.27 - - [2026-05-11 03:36:00] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.141 - - [2026-05-11 03:36:00] "POST /neutron/floatingip HTTP/1.1" 200 530 0.141181 10.0.0.141 - - [2026-05-11 03:36:01] "POST /neutron/floatingip HTTP/1.1" 200 576 0.066837 10.0.0.141 - - [2026-05-11 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2026-05-11 03:36:01] "GET /routing-instance/f22e8af3-bdfe-40d0-8d38-81db4a642226?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007205 10.0.0.141 - - [2026-05-11 03:36:01] "GET /route-target/c9b83db2-e5df-4457-81fd-fb0175176e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004117 10.0.0.141 - - [2026-05-11 03:36:30] "POST /neutron/floatingip HTTP/1.1" 200 530 0.041508 10.0.0.141 - - [2026-05-11 03:36:30] "GET /floating-ip-pool/b5c02252-a256-483a-9a8d-b7562eaf3ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004191 10.0.0.141 - - [2026-05-11 03:36:30] "POST /ref-update HTTP/1.1" 200 156 0.014298 10.0.0.141 - - [2026-05-11 03:36:30] "DELETE /floating-ip-pool/b5c02252-a256-483a-9a8d-b7562eaf3ca2 HTTP/1.1" 200 115 0.034362 10.0.0.141 - - [2026-05-11 03:36:30] "POST /neutron/network HTTP/1.1" 200 826 0.009902 10.0.0.141 - - [2026-05-11 03:36:31] "POST /neutron/port HTTP/1.1" 200 1115 0.016664 10.0.0.141 - - [2026-05-11 03:36:31] "POST /neutron/port HTTP/1.1" 200 1114 0.015545 10.0.0.27 - - [2026-05-11 03:36:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003965 10.0.0.27 - - [2026-05-11 03:36:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.141 - - [2026-05-11 03:36:32] "POST /neutron/network HTTP/1.1" 200 151 0.132624 10.0.0.141 - - [2026-05-11 03:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.042919 10.0.0.141 - - [2026-05-11 03:36:33] "DELETE /route-target/c9b83db2-e5df-4457-81fd-fb0175176e41 HTTP/1.1" 200 115 0.025878 10.0.0.27 - - [2026-05-11 03:36:34] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.141 - - [2026-05-11 03:36:34] "GET /project/823d960c-c607-410a-af33-2600093628b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047650 10.0.0.27 - - [2026-05-11 03:36:34] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.141 - - [2026-05-11 03:36:34] "GET /project/823d960c-c607-410a-af33-2600093628b3?fields=virtual_networks HTTP/1.1" 200 1044 0.047410 10.0.0.27 - - [2026-05-11 03:36:34] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.141 - - [2026-05-11 03:36:34] "GET /project/823d960c-c607-410a-af33-2600093628b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.038138 10.0.0.27 - - [2026-05-11 03:36:34] "GET /projects?obj_uuids=823d960c-c607-410a-af33-2600093628b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.141 - - [2026-05-11 03:36:34] "GET /project/823d960c-c607-410a-af33-2600093628b3?fields=security_groups HTTP/1.1" 200 1271 0.046062 10.0.0.141 - - [2026-05-11 03:36:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.029275 10.0.0.27 - - [2026-05-11 03:36:35] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003802 10.0.0.27 - - [2026-05-11 03:36:35] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.27 - - [2026-05-11 03:36:35] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035872 10.0.0.27 - - [2026-05-11 03:36:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.007860 10.0.0.27 - - [2026-05-11 03:36:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.014653 10.0.0.27 - - [2026-05-11 03:36:36] "POST /security-groups HTTP/1.1" 200 591 0.085042 10.0.0.27 - - [2026-05-11 03:36:36] "POST /projects HTTP/1.1" 200 585 0.335599 10.0.0.27 - - [2026-05-11 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.371047 10.0.0.141 - - [2026-05-11 03:36:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.006075 10.0.0.141 - - [2026-05-11 03:36:36] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.548519 10.0.0.141 - - [2026-05-11 03:36:37] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.141 - - [2026-05-11 03:36:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-05-11 03:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.061908 10.0.0.27 - - [2026-05-11 03:36:39] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.141 - - [2026-05-11 03:36:39] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052359 10.0.0.141 - - [2026-05-11 03:36:40] "POST /neutron/network HTTP/1.1" 200 117 0.289405 10.0.0.141 - - [2026-05-11 03:36:40] "POST /ref-update HTTP/1.1" 200 156 0.033888 10.0.0.141 - - [2026-05-11 03:36:40] "POST /neutron/network HTTP/1.1" 200 839 0.009730 10.0.0.141 - - [2026-05-11 03:36:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.001645 10.0.0.141 - - [2026-05-11 03:36:40] "GET /virtual-network/8d0fd329-bbe3-4413-98cd-39822c1bd0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006029 10.0.0.141 - - [2026-05-11 03:36:40] "GET /virtual-network/8d0fd329-bbe3-4413-98cd-39822c1bd0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008928 10.0.0.141 - - [2026-05-11 03:36:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.023005 10.0.0.141 - - [2026-05-11 03:36:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.001179 10.0.0.141 - - [2026-05-11 03:36:41] "POST /neutron/network HTTP/1.1" 200 849 0.007086 10.0.0.27 - - [2026-05-11 03:36:41] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001520 10.0.0.141 - - [2026-05-11 03:36:41] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085231 10.0.0.141 - - [2026-05-11 03:36:42] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.141 - - [2026-05-11 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.141 - - [2026-05-11 03:36:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.141 - - [2026-05-11 03:36:42] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.011760 10.0.0.27 - - [2026-05-11 03:36:42] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.141 - - [2026-05-11 03:36:42] "POST /neutron/port HTTP/1.1" 200 1055 0.326244 10.0.0.141 - - [2026-05-11 03:36:43] "POST /neutron/port HTTP/1.1" 200 1109 0.109043 10.0.0.141 - - [2026-05-11 03:36:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.008283 10.0.0.141 - - [2026-05-11 03:36:47] "POST /neutron/port HTTP/1.1" 200 1119 0.017365 10.0.0.141 - - [2026-05-11 03:36:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007137 10.0.0.141 - - [2026-05-11 03:36:48] "GET /virtual-machine/1b4972c1-7883-4c0f-acee-2206815eb7be HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2026-05-11 03:36:48] "GET /virtual-machine/1b4972c1-7883-4c0f-acee-2206815eb7be HTTP/1.1" 200 1292 0.033559 10.0.0.141 - - [2026-05-11 03:36:48] "GET /virtual-machine-interface/c1655704-eb38-4b58-a173-b1695264b63b HTTP/1.1" 200 2971 0.007531 10.0.0.141 - - [2026-05-11 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.141 - - [2026-05-11 03:36:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004945 10.0.0.141 - - [2026-05-11 03:36:48] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003957 10.0.0.141 - - [2026-05-11 03:36:48] "GET /virtual-network/8d0fd329-bbe3-4413-98cd-39822c1bd0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006573 10.0.0.141 - - [2026-05-11 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.141 - - [2026-05-11 03:36:51] "GET /virtual-network/8d0fd329-bbe3-4413-98cd-39822c1bd0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004758 10.0.0.27 - - [2026-05-11 03:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.249 - - [2026-05-11 03:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.27 - - [2026-05-11 03:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.249 - - [2026-05-11 03:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.27 - - [2026-05-11 03:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.27 - - [2026-05-11 03:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-05-11 03:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.249 - - [2026-05-11 03:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.141 - - [2026-05-11 03:36:52] "POST /neutron/port HTTP/1.1" 200 1119 0.024431 10.0.0.141 - - [2026-05-11 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.141 - - [2026-05-11 03:36:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004506 10.0.0.141 - - [2026-05-11 03:36:53] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003406 10.0.0.141 - - [2026-05-11 03:36:53] "GET /virtual-network/8d0fd329-bbe3-4413-98cd-39822c1bd0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009191 10.0.0.141 - - [2026-05-11 03:36:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007169 10.0.0.141 - - [2026-05-11 03:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.141 - - [2026-05-11 03:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.141 - - [2026-05-11 03:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.141 - - [2026-05-11 03:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000571 10.0.0.141 - - [2026-05-11 03:36:57] "POST /neutron/network HTTP/1.1" 200 1122 0.006196 10.0.0.141 - - [2026-05-11 03:36:57] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014232 10.0.0.141 - - [2026-05-11 03:36:57] "POST /neutron/network HTTP/1.1" 200 1112 0.008401 10.0.0.27 - - [2026-05-11 03:36:58] "DELETE /project/a71ee537a7ed461e8ceb94f400bf3e45 HTTP/1.1" 404 173 0.003979 10.0.0.27 - - [2026-05-11 03:36:58] "DELETE /project/823d960c-c607-410a-af33-2600093628b3 HTTP/1.1" 404 177 0.003882 10.0.0.141 - - [2026-05-11 03:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.141 - - [2026-05-11 03:36:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004650 10.0.0.141 - - [2026-05-11 03:36:59] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.015788 10.0.0.141 - - [2026-05-11 03:37:00] "POST /neutron/port HTTP/1.1" 200 1119 0.027265 10.0.0.141 - - [2026-05-11 03:37:02] "POST /neutron/network HTTP/1.1" 200 839 0.008672 10.0.0.141 - - [2026-05-11 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2026-05-11 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2026-05-11 03:37:05] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.141 - - [2026-05-11 03:37:05] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039016 10.0.0.27 - - [2026-05-11 03:37:05] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.141 - - [2026-05-11 03:37:05] "POST /neutron/network HTTP/1.1" 200 605 0.124503 10.0.0.141 - - [2026-05-11 03:37:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.003301 10.0.0.141 - - [2026-05-11 03:37:05] "GET /virtual-network/2c323763-7b19-4949-905b-0944f6a6eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005594 10.0.0.141 - - [2026-05-11 03:37:05] "POST /neutron/network HTTP/1.1" 200 822 0.006273 10.0.0.141 - - [2026-05-11 03:37:05] "GET /virtual-network/2c323763-7b19-4949-905b-0944f6a6eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006900 10.0.0.141 - - [2026-05-11 03:37:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001183 10.0.0.141 - - [2026-05-11 03:37:05] "POST /neutron/port HTTP/1.1" 200 4192 0.032271 10.0.0.141 - - [2026-05-11 03:37:05] "POST /ref-update HTTP/1.1" 200 156 0.026553 10.0.0.27 - - [2026-05-11 03:37:06] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001388 10.0.0.141 - - [2026-05-11 03:37:06] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085068 10.0.0.141 - - [2026-05-11 03:37:06] "POST /neutron/port HTTP/1.1" 200 4192 0.034617 10.0.0.141 - - [2026-05-11 03:37:07] "POST /neutron/network HTTP/1.1" 200 832 0.006352 10.0.0.141 - - [2026-05-11 03:37:07] "POST /neutron/port HTTP/1.1" 200 1058 0.054684 10.0.0.141 - - [2026-05-11 03:37:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005156 10.0.0.141 - - [2026-05-11 03:37:08] "POST /neutron/network HTTP/1.1" 200 822 0.007535 10.0.0.141 - - [2026-05-11 03:37:12] "POST /neutron/port HTTP/1.1" 200 1122 0.019875 10.0.0.141 - - [2026-05-11 03:37:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012032 10.0.0.141 - - [2026-05-11 03:37:12] "GET /virtual-machine/5eaf78e9-c090-4e7e-95e4-bb6f021d050c HTTP/1.1" 200 1292 0.007876 10.0.0.141 - - [2026-05-11 03:37:12] "GET /virtual-machine-interface/dfdb9723-0679-42a7-a7a0-020f942e58c3 HTTP/1.1" 200 2941 0.006133 10.0.0.141 - - [2026-05-11 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.141 - - [2026-05-11 03:37:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005285 10.0.0.141 - - [2026-05-11 03:37:12] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003953 10.0.0.141 - - [2026-05-11 03:37:12] "GET /virtual-network/2c323763-7b19-4949-905b-0944f6a6eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005449 10.0.0.141 - - [2026-05-11 03:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.141 - - [2026-05-11 03:37:15] "GET /virtual-network/2c323763-7b19-4949-905b-0944f6a6eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007170 10.0.0.141 - - [2026-05-11 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 03:37:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003197 10.0.0.141 - - [2026-05-11 03:37:19] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003299 10.0.0.141 - - [2026-05-11 03:37:19] "GET /virtual-network/2c323763-7b19-4949-905b-0944f6a6eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008718 10.0.0.141 - - [2026-05-11 03:37:20] "POST /neutron/network HTTP/1.1" 200 822 0.007284 10.0.0.141 - - [2026-05-11 03:37:21] "POST /neutron/port HTTP/1.1" 200 1112 0.014134 10.0.0.27 - - [2026-05-11 03:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003947 10.0.0.27 - - [2026-05-11 03:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002941 10.0.0.141 - - [2026-05-11 03:37:23] "POST /neutron/network HTTP/1.1" 200 151 0.132146 10.0.0.141 - - [2026-05-11 03:37:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003356 10.0.0.141 - - [2026-05-11 03:37:25] "POST /network-ipams HTTP/1.1" 200 541 0.029136 10.0.0.141 - - [2026-05-11 03:37:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004033 10.0.0.141 - - [2026-05-11 03:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.141 - - [2026-05-11 03:37:25] "GET /network-ipam/3d571ac4-086b-4765-be90-53716b640c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.007706 10.0.0.141 - - [2026-05-11 03:37:25] "PUT /network-ipam/3d571ac4-086b-4765-be90-53716b640c70 HTTP/1.1" 200 258 0.020197 10.0.0.141 - - [2026-05-11 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-05-11 03:37:26] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.141 - - [2026-05-11 03:37:26] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050920 10.0.0.141 - - [2026-05-11 03:37:26] "POST /route-targets HTTP/1.1" 200 327 0.013678 10.0.0.27 - - [2026-05-11 03:37:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014975 10.0.0.141 - - [2026-05-11 03:37:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.232026 10.0.0.141 - - [2026-05-11 03:37:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001277 10.0.0.141 - - [2026-05-11 03:37:26] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.010836 10.0.0.141 - - [2026-05-11 03:37:26] "POST /neutron/network HTTP/1.1" 200 994 0.010407 10.0.0.141 - - [2026-05-11 03:37:26] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007106 10.0.0.141 - - [2026-05-11 03:37:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008590 10.0.0.141 - - [2026-05-11 03:37:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008737 10.0.0.141 - - [2026-05-11 03:37:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001861 10.0.0.141 - - [2026-05-11 03:37:27] "POST /neutron/port HTTP/1.1" 200 4192 0.033971 10.0.0.141 - - [2026-05-11 03:37:27] "POST /neutron/network HTTP/1.1" 200 994 0.036556 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 4192 0.046012 10.0.0.141 - - [2026-05-11 03:37:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001239 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 1017 0.017337 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 1017 0.010717 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 1017 0.016490 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 1017 0.023494 10.0.0.141 - - [2026-05-11 03:37:28] "POST /neutron/port HTTP/1.1" 200 1119 0.018044 10.0.0.141 - - [2026-05-11 03:37:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001227 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.012174 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/port HTTP/1.1" 200 5158 0.040068 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/port HTTP/1.1" 200 1017 0.011509 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/port HTTP/1.1" 200 1017 0.014698 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005072 10.0.0.141 - - [2026-05-11 03:37:29] "POST /neutron/network HTTP/1.1" 200 994 0.009463 10.0.0.27 - - [2026-05-11 03:37:30] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.141 - - [2026-05-11 03:37:30] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.082082 10.0.0.141 - - [2026-05-11 03:37:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007728 10.0.0.27 - - [2026-05-11 03:37:30] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.141 - - [2026-05-11 03:37:30] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.017186 10.0.0.141 - - [2026-05-11 03:37:31] "POST /neutron/port HTTP/1.1" 200 1055 0.329761 10.0.0.141 - - [2026-05-11 03:37:31] "POST /neutron/port HTTP/1.1" 200 1109 0.121424 10.0.0.141 - - [2026-05-11 03:37:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.011416 10.0.0.249 - - [2026-05-11 03:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.051968 10.0.0.27 - - [2026-05-11 03:37:32] "GET /obj-perms HTTP/1.1" 200 5049 0.048064 10.0.0.141 - - [2026-05-11 03:37:32] "POST /neutron/port HTTP/1.1" 200 1119 0.019534 10.0.0.141 - - [2026-05-11 03:37:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007391 10.0.0.141 - - [2026-05-11 03:37:32] "GET /virtual-machine/e545c3cd-3d66-4b1d-b39b-e38f9c64bc84 HTTP/1.1" 200 1289 0.005873 10.0.0.141 - - [2026-05-11 03:37:32] "GET /virtual-machine-interface/d3e16552-f608-47e5-be80-e030662241e7 HTTP/1.1" 200 2941 0.005494 10.0.0.141 - - [2026-05-11 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.141 - - [2026-05-11 03:37:32] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003133 10.0.0.141 - - [2026-05-11 03:37:32] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003236 10.0.0.141 - - [2026-05-11 03:37:32] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005554 10.0.0.141 - - [2026-05-11 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.141 - - [2026-05-11 03:37:35] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005734 10.0.0.141 - - [2026-05-11 03:37:39] "POST /neutron/port HTTP/1.1" 200 1119 0.021709 10.0.0.141 - - [2026-05-11 03:37:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006941 10.0.0.141 - - [2026-05-11 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.141 - - [2026-05-11 03:37:39] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011944 10.0.0.141 - - [2026-05-11 03:37:40] "GET /obj-perms HTTP/1.1" 200 5075 0.052092 10.0.0.141 - - [2026-05-11 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2026-05-11 03:37:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004807 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003404 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005885 10.0.0.141 - - [2026-05-11 03:37:42] "POST /neutron/port HTTP/1.1" 200 1119 0.019259 10.0.0.141 - - [2026-05-11 03:37:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007436 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-machine/881be58d-7b07-4bb5-9c6f-84500e7c5944 HTTP/1.1" 200 1288 0.006358 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-machine-interface/b6271d84-d2e5-466f-b7a7-caa1a4af7c81 HTTP/1.1" 200 2941 0.006445 10.0.0.141 - - [2026-05-11 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.141 - - [2026-05-11 03:37:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006179 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003983 10.0.0.141 - - [2026-05-11 03:37:42] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006850 10.0.0.141 - - [2026-05-11 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.141 - - [2026-05-11 03:37:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003344 10.0.0.141 - - [2026-05-11 03:37:43] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003165 10.0.0.141 - - [2026-05-11 03:37:43] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006981 10.0.0.141 - - [2026-05-11 03:37:44] "POST /neutron/port HTTP/1.1" 200 1119 0.017044 10.0.0.141 - - [2026-05-11 03:37:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009454 10.0.0.141 - - [2026-05-11 03:37:44] "GET /virtual-machine/165b77c4-a73f-423e-883d-87dce902a302 HTTP/1.1" 200 1291 0.005827 10.0.0.141 - - [2026-05-11 03:37:44] "GET /virtual-machine-interface/edb21c1b-534f-4288-adee-d21b7859e8e6 HTTP/1.1" 200 2941 0.005572 10.0.0.141 - - [2026-05-11 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.141 - - [2026-05-11 03:37:44] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005696 10.0.0.141 - - [2026-05-11 03:37:44] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003206 10.0.0.141 - - [2026-05-11 03:37:44] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006880 10.0.0.141 - - [2026-05-11 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.141 - - [2026-05-11 03:37:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004123 10.0.0.141 - - [2026-05-11 03:37:45] "GET /virtual-networks?parent_id=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002735 10.0.0.141 - - [2026-05-11 03:37:45] "GET /virtual-network/95fc7c7e-bdc6-4442-bd06-6defc4b66ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006227 10.0.0.141 - - [2026-05-11 03:37:47] "POST /neutron/port HTTP/1.1" 200 1217 0.018224 10.0.0.141 - - [2026-05-11 03:37:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.141 - - [2026-05-11 03:37:48] "POST /neutron/port HTTP/1.1" 200 117 0.001695 10.0.0.141 - - [2026-05-11 03:37:58] "POST /neutron/port HTTP/1.1" 200 1109 0.018260 10.0.0.141 - - [2026-05-11 03:37:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.141 - - [2026-05-11 03:37:58] "POST /neutron/network HTTP/1.1" 200 929 0.008015 10.0.0.141 - - [2026-05-11 03:38:02] "POST /neutron/port HTTP/1.1" 200 151 0.200200 10.0.0.141 - - [2026-05-11 03:38:02] "POST /neutron/port HTTP/1.1" 200 1119 0.017623 10.0.0.141 - - [2026-05-11 03:38:02] "POST /neutron/port HTTP/1.1" 200 151 0.265717 10.0.0.141 - - [2026-05-11 03:38:02] "DELETE /route-target/8092dd17-87b7-409a-b0a8-3615cc2f2794 HTTP/1.1" 200 115 0.023284 10.0.0.141 - - [2026-05-11 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.141 - - [2026-05-11 03:38:03] "DELETE /network-ipam/3d571ac4-086b-4765-be90-53716b640c70 HTTP/1.1" 200 115 0.045890 10.0.0.141 - - [2026-05-11 03:38:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.004549 10.0.0.27 - - [2026-05-11 03:38:04] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.028602 10.0.0.141 - - [2026-05-11 03:38:04] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.101685 10.0.0.27 - - [2026-05-11 03:38:04] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.141 - - [2026-05-11 03:38:04] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?fields=virtual_networks HTTP/1.1" 200 1043 0.040001 10.0.0.27 - - [2026-05-11 03:38:04] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.141 - - [2026-05-11 03:38:04] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.045962 10.0.0.27 - - [2026-05-11 03:38:04] "GET /projects?obj_uuids=a71ee537-a7ed-461e-8ceb-94f400bf3e45&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.141 - - [2026-05-11 03:38:04] "GET /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45?fields=security_groups HTTP/1.1" 200 1269 0.039957 10.0.0.141 - - [2026-05-11 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.034563 10.0.0.27 - - [2026-05-11 03:38:05] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.27 - - [2026-05-11 03:38:05] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2026-05-11 03:38:05] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007696 10.0.0.27 - - [2026-05-11 03:38:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.007179 10.0.0.27 - - [2026-05-11 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004242 10.0.0.27 - - [2026-05-11 03:38:06] "POST /security-groups HTTP/1.1" 200 599 0.031520 10.0.0.27 - - [2026-05-11 03:38:06] "POST /projects HTTP/1.1" 200 601 0.239756 10.0.0.141 - - [2026-05-11 03:38:06] "POST /fqname-to-id HTTP/1.1" 404 241 0.017922 10.0.0.27 - - [2026-05-11 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.317353 10.0.0.141 - - [2026-05-11 03:38:06] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.459877 10.0.0.141 - - [2026-05-11 03:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.006691 10.0.0.141 - - [2026-05-11 03:38:07] "POST /neutron/port HTTP/1.1" 400 205 0.003614 10.0.0.141 - - [2026-05-11 03:38:07] "GET / HTTP/1.1" 200 35931 0.003213 10.0.0.141 - - [2026-05-11 03:38:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000439 10.0.0.141 - - [2026-05-11 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.066578 10.0.0.27 - - [2026-05-11 03:38:09] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.141 - - [2026-05-11 03:38:09] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.039551 10.0.0.141 - - [2026-05-11 03:38:09] "POST /ref-update HTTP/1.1" 200 156 0.028549 10.0.0.27 - - [2026-05-11 03:38:10] "POST /useragent-kv HTTP/1.1" 200 115 0.022125 10.0.0.27 - - [2026-05-11 03:38:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.059942 10.0.0.141 - - [2026-05-11 03:38:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.262756 10.0.0.141 - - [2026-05-11 03:38:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001224 10.0.0.141 - - [2026-05-11 03:38:10] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007639 10.0.0.141 - - [2026-05-11 03:38:10] "POST /neutron/network HTTP/1.1" 200 1006 0.009693 10.0.0.141 - - [2026-05-11 03:38:10] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005265 10.0.0.141 - - [2026-05-11 03:38:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.010833 10.0.0.141 - - [2026-05-11 03:38:11] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005432 10.0.0.141 - - [2026-05-11 03:38:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.002152 10.0.0.27 - - [2026-05-11 03:38:13] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001389 10.0.0.141 - - [2026-05-11 03:38:13] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.077095 10.0.0.141 - - [2026-05-11 03:38:13] "POST /neutron/network HTTP/1.1" 200 1006 0.009015 10.0.0.141 - - [2026-05-11 03:38:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001376 10.0.0.141 - - [2026-05-11 03:38:14] "POST /neutron/port HTTP/1.1" 200 4192 0.035342 10.0.0.27 - - [2026-05-11 03:38:14] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.141 - - [2026-05-11 03:38:14] "POST /neutron/port HTTP/1.1" 200 1175 0.388714 10.0.0.141 - - [2026-05-11 03:38:14] "POST /neutron/port HTTP/1.1" 200 1229 0.121782 10.0.0.27 - - [2026-05-11 03:38:14] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.141 - - [2026-05-11 03:38:15] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.074424 10.0.0.141 - - [2026-05-11 03:38:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004761 10.0.0.141 - - [2026-05-11 03:38:15] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.141 - - [2026-05-11 03:38:15] "POST /neutron/port HTTP/1.1" 200 5277 0.036982 10.0.0.141 - - [2026-05-11 03:38:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001464 10.0.0.141 - - [2026-05-11 03:38:15] "POST /neutron/port HTTP/1.1" 200 5277 0.045149 10.0.0.141 - - [2026-05-11 03:38:15] "POST /neutron/network HTTP/1.1" 200 1016 0.006832 10.0.0.141 - - [2026-05-11 03:38:16] "POST /neutron/port HTTP/1.1" 200 1175 0.030940 10.0.0.141 - - [2026-05-11 03:38:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004709 10.0.0.27 - - [2026-05-11 03:38:16] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.141 - - [2026-05-11 03:38:16] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.087538 10.0.0.141 - - [2026-05-11 03:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.141 - - [2026-05-11 03:38:16] "POST /neutron/network HTTP/1.1" 200 1006 0.011172 10.0.0.141 - - [2026-05-11 03:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.007413 10.0.0.141 - - [2026-05-11 03:38:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001591 10.0.0.141 - - [2026-05-11 03:38:17] "POST /neutron/network HTTP/1.1" 200 1016 0.007711 10.0.0.141 - - [2026-05-11 03:38:17] "POST /neutron/port HTTP/1.1" 200 1175 0.021181 10.0.0.27 - - [2026-05-11 03:38:18] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/port HTTP/1.1" 200 1239 0.035758 10.0.0.141 - - [2026-05-11 03:38:18] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.115345 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006034 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007037 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008047 10.0.0.141 - - [2026-05-11 03:38:18] "POST /neutron/port HTTP/1.1" 200 1239 0.020383 10.0.0.141 - - [2026-05-11 03:38:18] "GET /virtual-machine/7ff7bfcf-b301-4082-acc9-fb8ffcf57066 HTTP/1.1" 401 293 0.000417 10.0.0.27 - - [2026-05-11 03:38:18] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.141 - - [2026-05-11 03:38:19] "POST /neutron/port HTTP/1.1" 200 1175 0.369102 10.0.0.141 - - [2026-05-11 03:38:19] "GET /virtual-machine/7ff7bfcf-b301-4082-acc9-fb8ffcf57066 HTTP/1.1" 200 1300 0.054850 10.0.0.141 - - [2026-05-11 03:38:19] "GET /virtual-machine-interface/edb71c35-9476-45e5-97d1-f9899c33fda2 HTTP/1.1" 200 3175 0.006279 10.0.0.141 - - [2026-05-11 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.141 - - [2026-05-11 03:38:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004169 10.0.0.141 - - [2026-05-11 03:38:19] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003812 10.0.0.141 - - [2026-05-11 03:38:19] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007656 10.0.0.141 - - [2026-05-11 03:38:19] "POST /neutron/port HTTP/1.1" 200 1229 0.162480 10.0.0.141 - - [2026-05-11 03:38:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005788 10.0.0.141 - - [2026-05-11 03:38:19] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.141 - - [2026-05-11 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.141 - - [2026-05-11 03:38:22] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004823 10.0.0.141 - - [2026-05-11 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.141 - - [2026-05-11 03:38:26] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005072 10.0.0.141 - - [2026-05-11 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.141 - - [2026-05-11 03:38:30] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005138 10.0.0.141 - - [2026-05-11 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.141 - - [2026-05-11 03:38:34] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005659 10.0.0.141 - - [2026-05-11 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.141 - - [2026-05-11 03:38:38] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006174 10.0.0.27 - - [2026-05-11 03:38:41] "GET /obj-perms HTTP/1.1" 200 5075 0.053882 10.0.0.141 - - [2026-05-11 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.141 - - [2026-05-11 03:38:42] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005485 10.0.0.141 - - [2026-05-11 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.141 - - [2026-05-11 03:38:47] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005448 10.0.0.141 - - [2026-05-11 03:38:49] "POST /neutron/port HTTP/1.1" 200 1109 0.017131 10.0.0.141 - - [2026-05-11 03:38:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.013832 10.0.0.141 - - [2026-05-11 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.141 - - [2026-05-11 03:38:51] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006705 10.0.0.141 - - [2026-05-11 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.141 - - [2026-05-11 03:38:55] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005968 10.0.0.27 - - [2026-05-11 03:38:58] "DELETE /project/a71ee537-a7ed-461e-8ceb-94f400bf3e45 HTTP/1.1" 404 177 0.002388 10.0.0.27 - - [2026-05-11 03:38:58] "DELETE /project/dc49157986ab4cc5a0edcb31acbac150 HTTP/1.1" 404 173 0.005279 10.0.0.141 - - [2026-05-11 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.141 - - [2026-05-11 03:38:59] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004936 10.0.0.141 - - [2026-05-11 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005604 10.0.0.141 - - [2026-05-11 03:39:03] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007903 10.0.0.141 - - [2026-05-11 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 03:39:07] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005206 10.0.0.141 - - [2026-05-11 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.141 - - [2026-05-11 03:39:11] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005678 10.0.0.141 - - [2026-05-11 03:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.141 - - [2026-05-11 03:39:15] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005849 10.0.0.141 - - [2026-05-11 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.141 - - [2026-05-11 03:39:19] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004973 10.0.0.141 - - [2026-05-11 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.141 - - [2026-05-11 03:39:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003760 10.0.0.141 - - [2026-05-11 03:39:21] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002853 10.0.0.141 - - [2026-05-11 03:39:22] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006298 10.0.0.141 - - [2026-05-11 03:39:22] "POST /neutron/port HTTP/1.1" 200 1239 0.018736 10.0.0.141 - - [2026-05-11 03:39:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009234 10.0.0.141 - - [2026-05-11 03:39:32] "POST /neutron/port HTTP/1.1" 200 1239 0.019509 10.0.0.141 - - [2026-05-11 03:39:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006227 10.0.0.141 - - [2026-05-11 03:39:37] "POST /neutron/port HTTP/1.1" 200 1239 0.018814 10.0.0.141 - - [2026-05-11 03:39:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006795 10.0.0.249 - - [2026-05-11 03:39:42] "GET /obj-perms HTTP/1.1" 200 5075 0.058787 10.0.0.141 - - [2026-05-11 03:39:47] "POST /neutron/port HTTP/1.1" 200 1239 0.022406 10.0.0.141 - - [2026-05-11 03:39:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008025 10.0.0.141 - - [2026-05-11 03:39:53] "POST /neutron/port HTTP/1.1" 200 1239 0.019310 10.0.0.141 - - [2026-05-11 03:39:53] "GET /virtual-machine/492427c1-1a22-4458-afba-1fd59f50dca2 HTTP/1.1" 200 1300 0.013239 10.0.0.141 - - [2026-05-11 03:39:53] "GET /virtual-machine-interface/8795816a-563d-474c-b603-d964801cdd5c HTTP/1.1" 200 3174 0.006774 10.0.0.141 - - [2026-05-11 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.141 - - [2026-05-11 03:39:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004784 10.0.0.141 - - [2026-05-11 03:39:53] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003420 10.0.0.141 - - [2026-05-11 03:39:53] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005933 10.0.0.141 - - [2026-05-11 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.141 - - [2026-05-11 03:39:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003430 10.0.0.141 - - [2026-05-11 03:39:54] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002757 10.0.0.141 - - [2026-05-11 03:39:54] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007752 10.0.0.141 - - [2026-05-11 03:39:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009038 10.0.0.141 - - [2026-05-11 03:39:55] "POST /neutron/port HTTP/1.1" 200 1239 0.018808 10.0.0.141 - - [2026-05-11 03:39:55] "GET /virtual-machine/bbc3ed16-25a9-4198-b54f-df84c238073d HTTP/1.1" 200 1301 0.006988 10.0.0.141 - - [2026-05-11 03:39:55] "GET /virtual-machine-interface/762f939e-152c-4238-90f3-9becc2f3689f HTTP/1.1" 200 3174 0.006429 10.0.0.141 - - [2026-05-11 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.141 - - [2026-05-11 03:39:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003786 10.0.0.141 - - [2026-05-11 03:39:55] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003144 10.0.0.141 - - [2026-05-11 03:39:55] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006963 10.0.0.141 - - [2026-05-11 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.141 - - [2026-05-11 03:39:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003832 10.0.0.141 - - [2026-05-11 03:39:56] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002842 10.0.0.141 - - [2026-05-11 03:39:56] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006001 10.0.0.141 - - [2026-05-11 03:40:00] "POST /neutron/port HTTP/1.1" 200 1217 0.075165 10.0.0.141 - - [2026-05-11 03:40:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.141 - - [2026-05-11 03:40:01] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.27 - - [2026-05-11 03:40:17] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.141 - - [2026-05-11 03:40:17] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051863 10.0.0.141 - - [2026-05-11 03:40:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.003812 10.0.0.141 - - [2026-05-11 03:40:17] "POST /interface-route-tables HTTP/1.1" 200 575 0.042844 10.0.0.141 - - [2026-05-11 03:40:17] "GET /interface-route-table/c9047944-d26e-4f5c-a8f5-6adb6c400ba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006807 10.0.0.141 - - [2026-05-11 03:40:17] "GET /virtual-machine-interface/edb71c35-9476-45e5-97d1-f9899c33fda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006492 10.0.0.141 - - [2026-05-11 03:40:17] "POST /ref-update HTTP/1.1" 200 156 0.019538 10.0.0.141 - - [2026-05-11 03:40:43] "GET /obj-perms HTTP/1.1" 200 5075 0.061826 10.0.0.141 - - [2026-05-11 03:40:52] "POST /neutron/port HTTP/1.1" 200 1217 0.020688 10.0.0.141 - - [2026-05-11 03:40:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.141 - - [2026-05-11 03:40:53] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.141 - - [2026-05-11 03:41:00] "POST /neutron/port HTTP/1.1" 200 1109 0.026875 10.0.0.141 - - [2026-05-11 03:41:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.012760 10.0.0.27 - - [2026-05-11 03:41:05] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.141 - - [2026-05-11 03:41:05] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.042083 10.0.0.141 - - [2026-05-11 03:41:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.004503 10.0.0.141 - - [2026-05-11 03:41:05] "POST /interface-route-tables HTTP/1.1" 200 575 0.026754 10.0.0.141 - - [2026-05-11 03:41:05] "GET /interface-route-table/a829ddf8-5aa8-4bc5-b5d5-2f2c9e8d7622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006424 10.0.0.141 - - [2026-05-11 03:41:05] "GET /virtual-machine-interface/8795816a-563d-474c-b603-d964801cdd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005371 10.0.0.141 - - [2026-05-11 03:41:05] "POST /ref-update HTTP/1.1" 200 156 0.014318 10.0.0.141 - - [2026-05-11 03:41:07] "GET /virtual-machine-interface/762f939e-152c-4238-90f3-9becc2f3689f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007609 10.0.0.141 - - [2026-05-11 03:41:07] "PUT /virtual-machine-interface/762f939e-152c-4238-90f3-9becc2f3689f HTTP/1.1" 200 284 0.017038 10.0.0.141 - - [2026-05-11 03:41:07] "GET /virtual-machine-interface/edb71c35-9476-45e5-97d1-f9899c33fda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.010269 10.0.0.141 - - [2026-05-11 03:41:07] "PUT /virtual-machine-interface/edb71c35-9476-45e5-97d1-f9899c33fda2 HTTP/1.1" 200 284 0.017048 10.0.0.141 - - [2026-05-11 03:41:07] "GET /virtual-machine-interface/8795816a-563d-474c-b603-d964801cdd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.008507 10.0.0.141 - - [2026-05-11 03:41:07] "PUT /virtual-machine-interface/8795816a-563d-474c-b603-d964801cdd5c HTTP/1.1" 200 284 0.034465 10.0.0.27 - - [2026-05-11 03:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-05-11 03:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.27 - - [2026-05-11 03:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.249 - - [2026-05-11 03:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.27 - - [2026-05-11 03:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.27 - - [2026-05-11 03:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000328 10.0.0.249 - - [2026-05-11 03:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.249 - - [2026-05-11 03:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.141 - - [2026-05-11 03:41:52] "POST /neutron/port HTTP/1.1" 200 1109 0.018360 10.0.0.141 - - [2026-05-11 03:41:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236 10.0.0.141 - - [2026-05-11 03:41:53] "POST /neutron/network HTTP/1.1" 200 929 0.009694 10.0.0.141 - - [2026-05-11 03:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2026-05-11 03:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-05-11 03:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.141 - - [2026-05-11 03:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.141 - - [2026-05-11 03:41:59] "POST /neutron/port HTTP/1.1" 200 1239 0.017140 10.0.0.141 - - [2026-05-11 03:41:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007288 10.0.0.141 - - [2026-05-11 03:41:59] "GET /virtual-machine/454e06c5-523d-481b-8443-969718bf0a4a HTTP/1.1" 200 1299 0.006477 10.0.0.141 - - [2026-05-11 03:41:59] "GET /virtual-machine-interface/66094591-f79e-4045-8b19-6943cae46d3f HTTP/1.1" 200 3174 0.005046 10.0.0.141 - - [2026-05-11 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.141 - - [2026-05-11 03:41:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003587 10.0.0.141 - - [2026-05-11 03:41:59] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002962 10.0.0.141 - - [2026-05-11 03:42:00] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005913 10.0.0.141 - - [2026-05-11 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.141 - - [2026-05-11 03:42:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003982 10.0.0.141 - - [2026-05-11 03:42:01] "GET /virtual-networks?parent_id=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002982 10.0.0.141 - - [2026-05-11 03:42:01] "GET /virtual-network/b5f3bf01-c43e-41c4-b611-c48dbb408af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007191 10.0.0.141 - - [2026-05-11 03:42:01] "GET /virtual-machine-interface/66094591-f79e-4045-8b19-6943cae46d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006685 10.0.0.141 - - [2026-05-11 03:42:01] "PUT /virtual-machine-interface/66094591-f79e-4045-8b19-6943cae46d3f HTTP/1.1" 200 284 0.016583 10.0.0.141 - - [2026-05-11 03:42:02] "POST /neutron/network HTTP/1.1" 200 1016 0.009317 10.0.0.141 - - [2026-05-11 03:42:02] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015443 10.0.0.141 - - [2026-05-11 03:42:02] "POST /neutron/network HTTP/1.1" 200 1006 0.009667 10.0.0.27 - - [2026-05-11 03:42:47] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.141 - - [2026-05-11 03:42:47] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.037472 10.0.0.141 - - [2026-05-11 03:42:47] "POST /fqname-to-id HTTP/1.1" 404 226 0.002706 10.0.0.141 - - [2026-05-11 03:42:47] "POST /interface-route-tables HTTP/1.1" 200 575 0.028370 10.0.0.141 - - [2026-05-11 03:42:47] "GET /interface-route-table/c4ff8231-75b3-4497-be29-0b306901811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005964 10.0.0.141 - - [2026-05-11 03:42:47] "GET /virtual-machine-interface/66094591-f79e-4045-8b19-6943cae46d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.011983 10.0.0.141 - - [2026-05-11 03:42:47] "POST /ref-update HTTP/1.1" 200 156 0.014911 10.0.0.141 - - [2026-05-11 03:42:49] "GET /virtual-machine-interface/edb71c35-9476-45e5-97d1-f9899c33fda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006603 10.0.0.141 - - [2026-05-11 03:42:49] "POST /ref-update HTTP/1.1" 200 156 0.017581 10.0.0.141 - - [2026-05-11 03:42:49] "DELETE /interface-route-table/c9047944-d26e-4f5c-a8f5-6adb6c400ba1 HTTP/1.1" 200 115 0.034484 10.0.0.141 - - [2026-05-11 03:42:50] "POST /neutron/port HTTP/1.1" 200 151 0.266517 10.0.0.141 - - [2026-05-11 03:42:54] "POST /neutron/network HTTP/1.1" 200 1016 0.035797 10.0.0.141 - - [2026-05-11 03:42:54] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015662 10.0.0.141 - - [2026-05-11 03:42:54] "POST /neutron/network HTTP/1.1" 200 1006 0.012415 10.0.0.141 - - [2026-05-11 03:43:04] "POST /neutron/network HTTP/1.1" 200 1016 0.006664 10.0.0.141 - - [2026-05-11 03:43:04] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014695 10.0.0.141 - - [2026-05-11 03:43:04] "POST /neutron/network HTTP/1.1" 200 1006 0.009960 10.0.0.141 - - [2026-05-11 03:43:12] "GET /virtual-machine-interface/66094591-f79e-4045-8b19-6943cae46d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.035741 10.0.0.141 - - [2026-05-11 03:43:12] "POST /ref-update HTTP/1.1" 200 156 0.015296 10.0.0.141 - - [2026-05-11 03:43:12] "DELETE /interface-route-table/c4ff8231-75b3-4497-be29-0b306901811b HTTP/1.1" 200 115 0.029927 10.0.0.141 - - [2026-05-11 03:43:12] "GET /virtual-machine-interface/8795816a-563d-474c-b603-d964801cdd5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006087 10.0.0.141 - - [2026-05-11 03:43:12] "POST /ref-update HTTP/1.1" 200 156 0.015553 10.0.0.141 - - [2026-05-11 03:43:12] "DELETE /interface-route-table/a829ddf8-5aa8-4bc5-b5d5-2f2c9e8d7622 HTTP/1.1" 200 115 0.032720 10.0.0.141 - - [2026-05-11 03:43:12] "POST /neutron/port HTTP/1.1" 200 1239 0.054805 10.0.0.141 - - [2026-05-11 03:43:12] "POST /neutron/port HTTP/1.1" 200 1239 0.017816 10.0.0.141 - - [2026-05-11 03:43:13] "POST /neutron/port HTTP/1.1" 200 1239 0.042470 10.0.0.141 - - [2026-05-11 03:43:14] "POST /neutron/network HTTP/1.1" 200 1006 0.008536 10.0.0.141 - - [2026-05-11 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.038782 10.0.0.27 - - [2026-05-11 03:43:16] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025859 10.0.0.141 - - [2026-05-11 03:43:16] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.112392 10.0.0.27 - - [2026-05-11 03:43:16] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.141 - - [2026-05-11 03:43:16] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?fields=virtual_networks HTTP/1.1" 200 1059 0.051488 10.0.0.27 - - [2026-05-11 03:43:16] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001808 10.0.0.141 - - [2026-05-11 03:43:16] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.068038 10.0.0.27 - - [2026-05-11 03:43:16] "GET /projects?obj_uuids=dc491579-86ab-4cc5-a0ed-cb31acbac150&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.141 - - [2026-05-11 03:43:16] "GET /project/dc491579-86ab-4cc5-a0ed-cb31acbac150?fields=security_groups HTTP/1.1" 200 1293 0.050068 10.0.0.141 - - [2026-05-11 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.364802 10.0.0.27 - - [2026-05-11 03:43:18] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002924 10.0.0.27 - - [2026-05-11 03:43:18] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001740 10.0.0.27 - - [2026-05-11 03:43:18] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048317 10.0.0.27 - - [2026-05-11 03:43:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.002469 10.0.0.27 - - [2026-05-11 03:43:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.007033 10.0.0.27 - - [2026-05-11 03:43:18] "POST /security-groups HTTP/1.1" 200 586 0.051779 10.0.0.27 - - [2026-05-11 03:43:18] "POST /projects HTTP/1.1" 200 575 0.307944 10.0.0.27 - - [2026-05-11 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.381233 10.0.0.141 - - [2026-05-11 03:43:18] "POST /access-control-lists HTTP/1.1" 200 591 0.048613 10.0.0.141 - - [2026-05-11 03:43:18] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.629885 10.0.0.141 - - [2026-05-11 03:43:19] "GET / HTTP/1.1" 200 35931 0.004218 10.0.0.27 - - [2026-05-11 03:43:23] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001938 10.0.0.141 - - [2026-05-11 03:43:23] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049582 10.0.0.27 - - [2026-05-11 03:43:23] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000820 10.0.0.141 - - [2026-05-11 03:43:23] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?fields=virtual_networks HTTP/1.1" 200 1033 0.047059 10.0.0.27 - - [2026-05-11 03:43:23] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001689 10.0.0.141 - - [2026-05-11 03:43:23] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.069204 10.0.0.27 - - [2026-05-11 03:43:23] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.141 - - [2026-05-11 03:43:23] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?fields=security_groups HTTP/1.1" 200 1254 0.040340 10.0.0.141 - - [2026-05-11 03:43:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.035465 10.0.0.27 - - [2026-05-11 03:43:24] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004041 10.0.0.27 - - [2026-05-11 03:43:24] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.27 - - [2026-05-11 03:43:24] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009681 10.0.0.27 - - [2026-05-11 03:43:24] "POST /id-to-fqname HTTP/1.1" 200 195 0.003007 10.0.0.27 - - [2026-05-11 03:43:24] "POST /fqname-to-id HTTP/1.1" 404 204 0.008507 10.0.0.27 - - [2026-05-11 03:43:24] "POST /security-groups HTTP/1.1" 200 596 0.032575 10.0.0.141 - - [2026-05-11 03:43:24] "POST /fqname-to-id HTTP/1.1" 404 239 0.005896 10.0.0.27 - - [2026-05-11 03:43:24] "POST /projects HTTP/1.1" 200 595 0.241077 10.0.0.27 - - [2026-05-11 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.315167 10.0.0.141 - - [2026-05-11 03:43:24] "POST /access-control-lists HTTP/1.1" 200 599 0.028827 10.0.0.141 - - [2026-05-11 03:43:24] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.484516 10.0.0.141 - - [2026-05-11 03:43:25] "GET / HTTP/1.1" 200 35931 0.002551 10.0.0.27 - - [2026-05-11 03:43:29] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000883 10.0.0.141 - - [2026-05-11 03:43:29] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.050449 10.0.0.27 - - [2026-05-11 03:43:29] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000892 10.0.0.141 - - [2026-05-11 03:43:29] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?fields=virtual_networks HTTP/1.1" 200 1052 0.066128 10.0.0.27 - - [2026-05-11 03:43:29] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001742 10.0.0.141 - - [2026-05-11 03:43:29] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.055207 10.0.0.27 - - [2026-05-11 03:43:29] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001032 10.0.0.141 - - [2026-05-11 03:43:29] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?fields=security_groups HTTP/1.1" 200 1283 0.034224 10.0.0.141 - - [2026-05-11 03:43:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.028502 10.0.0.27 - - [2026-05-11 03:43:30] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003182 10.0.0.27 - - [2026-05-11 03:43:30] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.27 - - [2026-05-11 03:43:30] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008327 10.0.0.27 - - [2026-05-11 03:43:30] "POST /id-to-fqname HTTP/1.1" 200 201 0.005999 10.0.0.27 - - [2026-05-11 03:43:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.004579 10.0.0.27 - - [2026-05-11 03:43:30] "POST /security-groups HTTP/1.1" 200 602 0.039018 10.0.0.27 - - [2026-05-11 03:43:30] "POST /projects HTTP/1.1" 200 607 0.272078 10.0.0.141 - - [2026-05-11 03:43:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.006005 10.0.0.27 - - [2026-05-11 03:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.346442 10.0.0.141 - - [2026-05-11 03:43:30] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.507339 10.0.0.141 - - [2026-05-11 03:43:31] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.27 - - [2026-05-11 03:43:34] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001196 10.0.0.141 - - [2026-05-11 03:43:34] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.054772 10.0.0.27 - - [2026-05-11 03:43:35] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.141 - - [2026-05-11 03:43:35] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?fields=virtual_networks HTTP/1.1" 200 1064 0.054443 10.0.0.27 - - [2026-05-11 03:43:35] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001493 10.0.0.141 - - [2026-05-11 03:43:35] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.053405 10.0.0.27 - - [2026-05-11 03:43:35] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001278 10.0.0.141 - - [2026-05-11 03:43:35] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?fields=security_groups HTTP/1.1" 200 1301 0.050298 10.0.0.141 - - [2026-05-11 03:43:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.035287 10.0.0.27 - - [2026-05-11 03:43:36] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003955 10.0.0.27 - - [2026-05-11 03:43:36] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.27 - - [2026-05-11 03:43:36] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008241 10.0.0.27 - - [2026-05-11 03:43:36] "POST /id-to-fqname HTTP/1.1" 200 187 0.008974 10.0.0.27 - - [2026-05-11 03:43:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.006986 10.0.0.27 - - [2026-05-11 03:43:36] "POST /security-groups HTTP/1.1" 200 588 0.077118 10.0.0.27 - - [2026-05-11 03:43:36] "POST /projects HTTP/1.1" 200 579 0.300838 10.0.0.141 - - [2026-05-11 03:43:36] "POST /access-control-lists HTTP/1.1" 200 593 0.036871 10.0.0.27 - - [2026-05-11 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.382475 10.0.0.141 - - [2026-05-11 03:43:36] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.570263 10.0.0.141 - - [2026-05-11 03:43:37] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.27 - - [2026-05-11 03:43:41] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001466 10.0.0.141 - - [2026-05-11 03:43:41] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071113 10.0.0.27 - - [2026-05-11 03:43:41] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001267 10.0.0.141 - - [2026-05-11 03:43:41] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?fields=virtual_networks HTTP/1.1" 200 1037 0.059670 10.0.0.27 - - [2026-05-11 03:43:41] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001592 10.0.0.141 - - [2026-05-11 03:43:41] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.056558 10.0.0.27 - - [2026-05-11 03:43:41] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001750 10.0.0.141 - - [2026-05-11 03:43:41] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?fields=security_groups HTTP/1.1" 200 1260 0.058761 10.0.0.141 - - [2026-05-11 03:43:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.036393 10.0.0.27 - - [2026-05-11 03:43:42] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005267 10.0.0.27 - - [2026-05-11 03:43:42] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.27 - - [2026-05-11 03:43:42] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006374 10.0.0.27 - - [2026-05-11 03:43:42] "POST /id-to-fqname HTTP/1.1" 200 184 0.005127 10.0.0.27 - - [2026-05-11 03:43:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.008540 10.0.0.27 - - [2026-05-11 03:43:42] "POST /security-groups HTTP/1.1" 200 585 0.036766 10.0.0.141 - - [2026-05-11 03:43:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.005813 10.0.0.27 - - [2026-05-11 03:43:42] "POST /projects HTTP/1.1" 200 573 0.264131 10.0.0.27 - - [2026-05-11 03:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.341237 10.0.0.141 - - [2026-05-11 03:43:42] "POST /access-control-lists HTTP/1.1" 200 588 0.035175 10.0.0.141 - - [2026-05-11 03:43:42] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.493264 10.0.0.141 - - [2026-05-11 03:43:43] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.27 - - [2026-05-11 03:43:45] "GET /obj-perms HTTP/1.1" 200 5075 0.065401 10.0.0.27 - - [2026-05-11 03:43:47] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000917 10.0.0.141 - - [2026-05-11 03:43:47] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045290 10.0.0.27 - - [2026-05-11 03:43:47] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001105 10.0.0.141 - - [2026-05-11 03:43:47] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?fields=virtual_networks HTTP/1.1" 200 1031 0.048662 10.0.0.27 - - [2026-05-11 03:43:47] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001216 10.0.0.141 - - [2026-05-11 03:43:47] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.068234 10.0.0.27 - - [2026-05-11 03:43:47] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003047 10.0.0.141 - - [2026-05-11 03:43:47] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?fields=security_groups HTTP/1.1" 200 1251 0.073522 10.0.0.141 - - [2026-05-11 03:43:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.029123 10.0.0.27 - - [2026-05-11 03:43:48] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.27 - - [2026-05-11 03:43:48] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002097 10.0.0.27 - - [2026-05-11 03:43:48] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007598 10.0.0.27 - - [2026-05-11 03:43:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.001901 10.0.0.27 - - [2026-05-11 03:43:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.009959 10.0.0.27 - - [2026-05-11 03:43:48] "POST /security-groups HTTP/1.1" 200 589 0.029406 10.0.0.27 - - [2026-05-11 03:43:48] "POST /projects HTTP/1.1" 200 581 0.250300 10.0.0.27 - - [2026-05-11 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.331721 10.0.0.141 - - [2026-05-11 03:43:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.006937 10.0.0.141 - - [2026-05-11 03:43:48] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.482472 10.0.0.141 - - [2026-05-11 03:43:50] "GET / HTTP/1.1" 200 35931 0.001413 10.0.0.141 - - [2026-05-11 03:43:51] "DELETE /access-control-list/5b544dc4-8222-4064-8b15-f380a0f620a5 HTTP/1.1" 200 115 0.060584 10.0.0.27 - - [2026-05-11 03:43:53] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.141 - - [2026-05-11 03:43:53] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040020 10.0.0.27 - - [2026-05-11 03:43:53] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.141 - - [2026-05-11 03:43:53] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?fields=virtual_networks HTTP/1.1" 200 1039 0.066754 10.0.0.27 - - [2026-05-11 03:43:53] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.141 - - [2026-05-11 03:43:53] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.052246 10.0.0.27 - - [2026-05-11 03:43:53] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.141 - - [2026-05-11 03:43:53] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?fields=security_groups HTTP/1.1" 200 1263 0.051073 10.0.0.141 - - [2026-05-11 03:43:53] "POST /neutron/port HTTP/1.1" 200 1217 0.021829 10.0.0.141 - - [2026-05-11 03:43:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007576 10.0.0.141 - - [2026-05-11 03:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.141 - - [2026-05-11 03:43:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.034660 10.0.0.27 - - [2026-05-11 03:43:54] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.27 - - [2026-05-11 03:43:54] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.27 - - [2026-05-11 03:43:54] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008292 10.0.0.27 - - [2026-05-11 03:43:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.005484 10.0.0.27 - - [2026-05-11 03:43:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.003624 10.0.0.27 - - [2026-05-11 03:43:55] "POST /security-groups HTTP/1.1" 200 589 0.041589 10.0.0.27 - - [2026-05-11 03:43:55] "POST /projects HTTP/1.1" 200 581 0.259690 10.0.0.27 - - [2026-05-11 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.295703 10.0.0.141 - - [2026-05-11 03:43:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.008645 10.0.0.141 - - [2026-05-11 03:43:55] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.454304 10.0.0.141 - - [2026-05-11 03:43:56] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.141 - - [2026-05-11 03:43:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-05-11 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.070397 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.141 - - [2026-05-11 03:43:58] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048637 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/98fb880e0e464edcb0b76bbfddffd76a HTTP/1.1" 404 173 0.092066 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/b2f8261902b1451c96aaaf45e4edb363 HTTP/1.1" 404 173 0.091658 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/f233febe1c9641cfb1375d38b74589cc HTTP/1.1" 404 173 0.091018 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/dc17f6d9ddc34618b310c6019b057e37 HTTP/1.1" 404 173 0.090482 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000812 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000782 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000682 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000750 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000999 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000827 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/446b3bbd0ace44dfa054fad432da9a7e HTTP/1.1" 404 173 0.008272 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/b19e25cc753f401f955c461c6a925dc3 HTTP/1.1" 404 173 0.009614 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/dc491579-86ab-4cc5-a0ed-cb31acbac150 HTTP/1.1" 404 177 0.009183 10.0.0.27 - - [2026-05-11 03:43:58] "DELETE /project/222d8894dc7f414ebb4c4b79b59a163e HTTP/1.1" 404 173 0.009226 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.176488 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.108725 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.221325 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003852 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.243842 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000959 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.265766 10.0.0.27 - - [2026-05-11 03:43:58] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.194579 10.0.0.27 - - [2026-05-11 03:43:58] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000854 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000878 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000797 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?fields=security_groups HTTP/1.1" 200 1359 0.187795 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?fields=security_groups HTTP/1.1" 200 1368 0.203462 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?fields=security_groups HTTP/1.1" 200 1365 0.137912 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?fields=security_groups HTTP/1.1" 200 1388 0.138369 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?fields=security_groups HTTP/1.1" 200 1406 0.159555 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?fields=security_groups HTTP/1.1" 200 1356 0.172430 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/91871458-626b-4dc2-b9ee-375d22f475c1 HTTP/1.1" 200 115 0.151072 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=b19e25cc-753f-401f-955c-461c6a925dc3&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000910 10.0.0.141 - - [2026-05-11 03:43:59] "POST /neutron/network HTTP/1.1" 200 603 0.542092 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/f35db76c-9e54-40d8-832d-e60fedef402f HTTP/1.1" 200 115 0.177492 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=f233febe-1c96-41cf-b137-5d38b74589cc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/3da2a048-d2b1-43e8-8406-e422b9d9afc9 HTTP/1.1" 200 115 0.197890 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=b2f82619-02b1-451c-96aa-af45e4edb363&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005941 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/23f614b9-98a9-4343-9d9c-a0ff84a04ce3 HTTP/1.1" 200 115 0.219852 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=222d8894-dc7f-414e-bb4c-4b79b59a163e&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000984 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/6db27a2d-c5fa-490d-806b-5fbc108a8545 HTTP/1.1" 200 115 0.209073 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/b19e25cc-753f-401f-955c-461c6a925dc3?fields=application_policy_sets HTTP/1.1" 200 1404 0.099903 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /security-group/f80993d7-aa0f-4646-8861-ea27c0b54280 HTTP/1.1" 200 115 0.220448 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=446b3bbd-0ace-44df-a054-fad432da9a7e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.27 - - [2026-05-11 03:43:59] "GET /projects?obj_uuids=98fb880e-0e46-4edc-b0b7-6bbfddffd76a&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000784 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/b2f82619-02b1-451c-96aa-af45e4edb363?fields=application_policy_sets HTTP/1.1" 200 1407 0.104860 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/f233febe-1c96-41cf-b137-5d38b74589cc?fields=application_policy_sets HTTP/1.1" 200 1398 0.137159 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a?fields=application_policy_sets HTTP/1.1" 200 1395 0.076041 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/446b3bbd-0ace-44df-a054-fad432da9a7e?fields=application_policy_sets HTTP/1.1" 200 1445 0.104640 10.0.0.27 - - [2026-05-11 03:43:59] "GET /project/222d8894-dc7f-414e-bb4c-4b79b59a163e?fields=application_policy_sets HTTP/1.1" 200 1427 0.145686 10.0.0.141 - - [2026-05-11 03:43:59] "DELETE /access-control-list/017b4519-9281-40bf-91a4-095cb9c8459e HTTP/1.1" 200 115 0.117848 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/b19e25cc-753f-401f-955c-461c6a925dc3 HTTP/1.1" 200 115 1.139011 10.0.0.141 - - [2026-05-11 03:43:59] "DELETE /access-control-list/29d5e303-a2ef-4502-aee3-634971e6b9f5 HTTP/1.1" 200 115 0.116108 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/b2f82619-02b1-451c-96aa-af45e4edb363 HTTP/1.1" 200 115 1.177535 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/98fb880e-0e46-4edc-b0b7-6bbfddffd76a HTTP/1.1" 200 115 1.191843 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/222d8894-dc7f-414e-bb4c-4b79b59a163e HTTP/1.1" 200 115 1.223871 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/f233febe-1c96-41cf-b137-5d38b74589cc HTTP/1.1" 200 115 1.228336 10.0.0.27 - - [2026-05-11 03:43:59] "DELETE /project/446b3bbd-0ace-44df-a054-fad432da9a7e HTTP/1.1" 200 115 1.225502 10.0.0.141 - - [2026-05-11 03:44:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.004975 10.0.0.141 - - [2026-05-11 03:44:00] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006150 10.0.0.141 - - [2026-05-11 03:44:00] "POST /neutron/network HTTP/1.1" 200 822 0.006882 10.0.0.141 - - [2026-05-11 03:44:00] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005965 10.0.0.141 - - [2026-05-11 03:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.141 - - [2026-05-11 03:44:00] "DELETE /access-control-list/4ead61a9-33e1-4d7c-971e-1b8879391c17 HTTP/1.1" 200 115 0.044197 10.0.0.141 - - [2026-05-11 03:44:00] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007567 10.0.0.141 - - [2026-05-11 03:44:00] "PUT /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0 HTTP/1.1" 200 264 0.083052 10.0.0.141 - - [2026-05-11 03:44:00] "DELETE /access-control-list/36ac1a35-7900-422f-81f0-3ab46c6f2170 HTTP/1.1" 200 115 0.034343 10.0.0.141 - - [2026-05-11 03:44:00] "POST /ref-update HTTP/1.1" 200 156 0.022644 10.0.0.141 - - [2026-05-11 03:44:01] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006320 10.0.0.141 - - [2026-05-11 03:44:01] "GET /obj-perms HTTP/1.1" 200 5045 0.077648 10.0.0.249 - - [2026-05-11 03:44:02] "GET /obj-perms HTTP/1.1" 200 5045 0.062320 10.0.0.141 - - [2026-05-11 03:44:02] "POST /neutron/network HTTP/1.1" 200 822 0.007177 10.0.0.141 - - [2026-05-11 03:44:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001491 10.0.0.141 - - [2026-05-11 03:44:03] "POST /neutron/network HTTP/1.1" 200 832 0.008034 10.0.0.27 - - [2026-05-11 03:44:03] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.141 - - [2026-05-11 03:44:03] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.084662 10.0.0.141 - - [2026-05-11 03:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.008033 10.0.0.141 - - [2026-05-11 03:44:04] "POST /neutron/network HTTP/1.1" 200 832 0.014110 10.0.0.141 - - [2026-05-11 03:44:04] "POST /neutron/network HTTP/1.1" 200 1122 0.019476 10.0.0.141 - - [2026-05-11 03:44:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012639 10.0.0.141 - - [2026-05-11 03:44:05] "POST /neutron/network HTTP/1.1" 200 1112 0.008504 10.0.0.141 - - [2026-05-11 03:44:05] "POST /neutron/port HTTP/1.1" 200 1112 0.116332 10.0.0.141 - - [2026-05-11 03:44:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.013412 10.0.0.141 - - [2026-05-11 03:44:09] "POST /neutron/port HTTP/1.1" 200 1122 0.018506 10.0.0.141 - - [2026-05-11 03:44:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007707 10.0.0.141 - - [2026-05-11 03:44:09] "GET /virtual-machine/5f162cfb-dbdb-4422-9e37-24c153f4dd70 HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-05-11 03:44:09] "GET /virtual-machine/5f162cfb-dbdb-4422-9e37-24c153f4dd70 HTTP/1.1" 200 1290 0.044577 10.0.0.141 - - [2026-05-11 03:44:09] "GET /virtual-machine-interface/cb3967c5-84a0-471c-8d74-103310002560 HTTP/1.1" 200 2931 0.005816 10.0.0.141 - - [2026-05-11 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.141 - - [2026-05-11 03:44:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003665 10.0.0.141 - - [2026-05-11 03:44:09] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003494 10.0.0.141 - - [2026-05-11 03:44:10] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006424 10.0.0.141 - - [2026-05-11 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.141 - - [2026-05-11 03:44:13] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006283 10.0.0.141 - - [2026-05-11 03:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.141 - - [2026-05-11 03:44:17] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007779 10.0.0.141 - - [2026-05-11 03:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.141 - - [2026-05-11 03:44:21] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005721 10.0.0.141 - - [2026-05-11 03:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.141 - - [2026-05-11 03:44:25] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005395 10.0.0.141 - - [2026-05-11 03:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2026-05-11 03:44:29] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004727 10.0.0.141 - - [2026-05-11 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.141 - - [2026-05-11 03:44:33] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007531 10.0.0.141 - - [2026-05-11 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.141 - - [2026-05-11 03:44:37] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006400 10.0.0.141 - - [2026-05-11 03:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.141 - - [2026-05-11 03:44:41] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005065 10.0.0.141 - - [2026-05-11 03:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.141 - - [2026-05-11 03:44:45] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007892 10.0.0.141 - - [2026-05-11 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2026-05-11 03:44:49] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005690 10.0.0.141 - - [2026-05-11 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.141 - - [2026-05-11 03:44:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003881 10.0.0.141 - - [2026-05-11 03:44:52] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004570 10.0.0.141 - - [2026-05-11 03:44:52] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006331 10.0.0.141 - - [2026-05-11 03:44:52] "POST /neutron/port HTTP/1.1" 200 1122 0.020369 10.0.0.141 - - [2026-05-11 03:44:54] "POST /neutron/port HTTP/1.1" 200 1109 0.021753 10.0.0.141 - - [2026-05-11 03:44:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.010341 10.0.0.141 - - [2026-05-11 03:44:57] "POST /neutron/port HTTP/1.1" 200 1122 0.024757 10.0.0.141 - - [2026-05-11 03:45:02] "POST /neutron/port HTTP/1.1" 200 1122 0.016297 10.0.0.141 - - [2026-05-11 03:45:05] "POST /neutron/port HTTP/1.1" 200 1109 0.055119 10.0.0.141 - - [2026-05-11 03:45:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.141 - - [2026-05-11 03:45:05] "POST /neutron/network HTTP/1.1" 200 929 0.008105 10.0.0.141 - - [2026-05-11 03:45:13] "POST /neutron/port HTTP/1.1" 200 1122 0.018150 10.0.0.141 - - [2026-05-11 03:45:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007398 10.0.0.141 - - [2026-05-11 03:45:13] "POST /neutron/port HTTP/1.1" 200 1122 0.021152 10.0.0.141 - - [2026-05-11 03:45:13] "POST /neutron/network HTTP/1.1" 200 822 0.007169 10.0.0.141 - - [2026-05-11 03:45:13] "POST /id-to-fqname HTTP/1.1" 200 218 0.001065 10.0.0.141 - - [2026-05-11 03:45:13] "GET /virtual-machine/5f162cfb-dbdb-4422-9e37-24c153f4dd70 HTTP/1.1" 200 1290 0.003891 10.0.0.141 - - [2026-05-11 03:45:13] "GET /virtual-machine-interface/cb3967c5-84a0-471c-8d74-103310002560 HTTP/1.1" 200 2931 0.005534 10.0.0.141 - - [2026-05-11 03:45:13] "GET /instance-ip/6d84ea00-9611-4ebf-b600-99248a2d4bf3 HTTP/1.1" 200 1616 0.007042 10.0.0.141 - - [2026-05-11 03:45:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.003183 10.0.0.141 - - [2026-05-11 03:45:13] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005621 10.0.0.27 - - [2026-05-11 03:45:13] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.141 - - [2026-05-11 03:45:13] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064270 10.0.0.141 - - [2026-05-11 03:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.141 - - [2026-05-11 03:45:13] "GET /security-group/5d43e52e-f4f1-4d40-8744-c2b35ab870e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3757 0.005660 10.0.0.141 - - [2026-05-11 03:45:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.110420 10.0.0.141 - - [2026-05-11 03:45:13] "POST /instance-ips HTTP/1.1" 200 357 0.046376 10.0.0.141 - - [2026-05-11 03:45:13] "GET /instance-ip/9c2ebf3d-12bb-481c-a5d8-c4bc3434cf71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.009472 10.0.0.141 - - [2026-05-11 03:45:13] "GET /virtual-machine-interface/f13365c0-9c6f-4505-b1ee-37ad9b673fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005980 10.0.0.141 - - [2026-05-11 03:45:13] "GET /virtual-machine-interface/f13365c0-9c6f-4505-b1ee-37ad9b673fd1?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007326 10.0.0.141 - - [2026-05-11 03:45:14] "GET /instance-ip/9c2ebf3d-12bb-481c-a5d8-c4bc3434cf71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.005327 10.0.0.141 - - [2026-05-11 03:45:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.001167 10.0.0.141 - - [2026-05-11 03:45:14] "POST /neutron/port HTTP/1.1" 200 965 0.015549 10.0.0.141 - - [2026-05-11 03:45:14] "POST /neutron/port HTTP/1.1" 200 965 0.013530 10.0.0.141 - - [2026-05-11 03:45:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021707 10.0.0.141 - - [2026-05-11 03:45:15] "POST /neutron/port HTTP/1.1" 200 965 0.012875 10.0.0.141 - - [2026-05-11 03:45:15] "POST /neutron/port HTTP/1.1" 200 965 0.013239 10.0.0.141 - - [2026-05-11 03:45:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.141 - - [2026-05-11 03:45:15] "POST /neutron/network HTTP/1.1" 200 822 0.007531 10.0.0.141 - - [2026-05-11 03:45:20] "POST /neutron/port HTTP/1.1" 200 1067 0.025770 10.0.0.141 - - [2026-05-11 03:45:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008356 10.0.0.141 - - [2026-05-11 03:45:20] "GET /virtual-machine/82afc20d-ff27-445a-a2df-dcffc520bea9 HTTP/1.1" 200 1268 0.007076 10.0.0.141 - - [2026-05-11 03:45:20] "GET /virtual-machine-interface/f13365c0-9c6f-4505-b1ee-37ad9b673fd1 HTTP/1.1" 200 2981 0.006195 10.0.0.141 - - [2026-05-11 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.141 - - [2026-05-11 03:45:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003970 10.0.0.141 - - [2026-05-11 03:45:20] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003159 10.0.0.141 - - [2026-05-11 03:45:20] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005757 10.0.0.141 - - [2026-05-11 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.141 - - [2026-05-11 03:45:23] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005544 10.0.0.141 - - [2026-05-11 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.141 - - [2026-05-11 03:45:27] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005266 10.0.0.141 - - [2026-05-11 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.141 - - [2026-05-11 03:45:31] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005881 10.0.0.141 - - [2026-05-11 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.141 - - [2026-05-11 03:45:35] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005773 10.0.0.141 - - [2026-05-11 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.141 - - [2026-05-11 03:45:39] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006326 10.0.0.141 - - [2026-05-11 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.141 - - [2026-05-11 03:45:43] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004979 10.0.0.141 - - [2026-05-11 03:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.141 - - [2026-05-11 03:45:48] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006224 10.0.0.141 - - [2026-05-11 03:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.141 - - [2026-05-11 03:45:52] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005628 10.0.0.141 - - [2026-05-11 03:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.141 - - [2026-05-11 03:45:56] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005895 10.0.0.141 - - [2026-05-11 03:45:56] "POST /neutron/network HTTP/1.1" 200 1122 0.007657 10.0.0.141 - - [2026-05-11 03:45:57] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015427 10.0.0.141 - - [2026-05-11 03:45:57] "POST /neutron/network HTTP/1.1" 200 1112 0.010159 10.0.0.141 - - [2026-05-11 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.141 - - [2026-05-11 03:46:00] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005286 10.0.0.141 - - [2026-05-11 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.141 - - [2026-05-11 03:46:04] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005507 10.0.0.141 - - [2026-05-11 03:46:06] "POST /neutron/network HTTP/1.1" 200 1122 0.007225 10.0.0.141 - - [2026-05-11 03:46:06] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014544 10.0.0.141 - - [2026-05-11 03:46:06] "POST /neutron/network HTTP/1.1" 200 1112 0.011915 10.0.0.141 - - [2026-05-11 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.141 - - [2026-05-11 03:46:08] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005856 10.0.0.141 - - [2026-05-11 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.141 - - [2026-05-11 03:46:12] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005723 10.0.0.141 - - [2026-05-11 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.141 - - [2026-05-11 03:46:16] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008403 10.0.0.141 - - [2026-05-11 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.141 - - [2026-05-11 03:46:20] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006984 10.0.0.141 - - [2026-05-11 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.141 - - [2026-05-11 03:46:24] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005507 10.0.0.141 - - [2026-05-11 03:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.141 - - [2026-05-11 03:46:28] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005743 10.0.0.141 - - [2026-05-11 03:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.141 - - [2026-05-11 03:46:33] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008166 10.0.0.141 - - [2026-05-11 03:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2026-05-11 03:46:37] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004094 10.0.0.141 - - [2026-05-11 03:46:37] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002867 10.0.0.141 - - [2026-05-11 03:46:37] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005626 10.0.0.141 - - [2026-05-11 03:46:42] "POST /neutron/port HTTP/1.1" 200 1067 0.024403 10.0.0.141 - - [2026-05-11 03:46:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.042889 10.0.0.27 - - [2026-05-11 03:46:47] "GET /obj-perms HTTP/1.1" 200 5075 0.068958 10.0.0.27 - - [2026-05-11 03:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-05-11 03:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.27 - - [2026-05-11 03:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.249 - - [2026-05-11 03:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.27 - - [2026-05-11 03:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000567 10.0.0.27 - - [2026-05-11 03:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2026-05-11 03:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.249 - - [2026-05-11 03:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.141 - - [2026-05-11 03:46:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001289 10.0.0.141 - - [2026-05-11 03:46:53] "POST /neutron/port HTTP/1.1" 200 6075 0.039670 10.0.0.27 - - [2026-05-11 03:46:53] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001626 10.0.0.141 - - [2026-05-11 03:46:53] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081653 10.0.0.141 - - [2026-05-11 03:46:53] "POST /neutron/network HTTP/1.1" 200 822 0.031918 10.0.0.141 - - [2026-05-11 03:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2026-05-11 03:46:54] "POST /neutron/port HTTP/1.1" 200 117 0.008800 10.0.0.141 - - [2026-05-11 03:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.141 - - [2026-05-11 03:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.141 - - [2026-05-11 03:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.27 - - [2026-05-11 03:46:54] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.141 - - [2026-05-11 03:46:54] "POST /neutron/port HTTP/1.1" 200 1058 0.284442 10.0.0.141 - - [2026-05-11 03:46:55] "POST /neutron/port HTTP/1.1" 200 1112 0.104145 10.0.0.141 - - [2026-05-11 03:46:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.009700 10.0.0.141 - - [2026-05-11 03:46:56] "POST /neutron/port HTTP/1.1" 200 1109 0.033118 10.0.0.141 - - [2026-05-11 03:46:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911 10.0.0.141 - - [2026-05-11 03:46:57] "POST /neutron/network HTTP/1.1" 200 929 0.006482 10.0.0.141 - - [2026-05-11 03:46:59] "POST /neutron/port HTTP/1.1" 200 1122 0.020030 10.0.0.141 - - [2026-05-11 03:46:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007051 10.0.0.141 - - [2026-05-11 03:46:59] "GET /virtual-machine/838d8adc-0cc2-4614-abe9-8cb008c0a4c2 HTTP/1.1" 200 1290 0.005700 10.0.0.141 - - [2026-05-11 03:46:59] "GET /virtual-machine-interface/9865e728-6035-468d-b068-74fe2943bec3 HTTP/1.1" 200 2931 0.012651 10.0.0.141 - - [2026-05-11 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.141 - - [2026-05-11 03:46:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003673 10.0.0.141 - - [2026-05-11 03:46:59] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003790 10.0.0.141 - - [2026-05-11 03:46:59] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006098 10.0.0.141 - - [2026-05-11 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.141 - - [2026-05-11 03:47:02] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005780 10.0.0.141 - - [2026-05-11 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.141 - - [2026-05-11 03:47:06] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007282 10.0.0.141 - - [2026-05-11 03:47:08] "POST /neutron/network HTTP/1.1" 200 939 0.008518 10.0.0.141 - - [2026-05-11 03:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.141 - - [2026-05-11 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.141 - - [2026-05-11 03:47:11] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005243 10.0.0.141 - - [2026-05-11 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.141 - - [2026-05-11 03:47:15] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005366 10.0.0.141 - - [2026-05-11 03:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.141 - - [2026-05-11 03:47:19] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005649 10.0.0.141 - - [2026-05-11 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.141 - - [2026-05-11 03:47:23] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.014023 10.0.0.141 - - [2026-05-11 03:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.141 - - [2026-05-11 03:47:27] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005672 10.0.0.141 - - [2026-05-11 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.141 - - [2026-05-11 03:47:31] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006310 10.0.0.141 - - [2026-05-11 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.141 - - [2026-05-11 03:47:35] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007666 10.0.0.141 - - [2026-05-11 03:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.141 - - [2026-05-11 03:47:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010408 10.0.0.141 - - [2026-05-11 03:47:39] "GET /virtual-networks?parent_id=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004098 10.0.0.141 - - [2026-05-11 03:47:39] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005870 10.0.0.141 - - [2026-05-11 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007190 10.0.0.249 - - [2026-05-11 03:47:48] "GET /obj-perms HTTP/1.1" 200 5075 0.056675 10.0.0.141 - - [2026-05-11 03:47:50] "POST /neutron/port HTTP/1.1" 200 1122 0.022966 10.0.0.141 - - [2026-05-11 03:47:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007033 10.0.0.141 - - [2026-05-11 03:47:58] "POST /neutron/port HTTP/1.1" 200 1217 0.044588 10.0.0.141 - - [2026-05-11 03:47:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004562 10.0.0.141 - - [2026-05-11 03:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.141 - - [2026-05-11 03:48:00] "POST /neutron/port HTTP/1.1" 200 1122 0.027528 10.0.0.141 - - [2026-05-11 03:48:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007907 10.0.0.141 - - [2026-05-11 03:48:06] "POST /neutron/port HTTP/1.1" 200 1122 0.026431 10.0.0.141 - - [2026-05-11 03:48:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009940 10.0.0.141 - - [2026-05-11 03:48:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001779 10.0.0.141 - - [2026-05-11 03:48:06] "GET /virtual-machine/838d8adc-0cc2-4614-abe9-8cb008c0a4c2 HTTP/1.1" 200 1290 0.005260 10.0.0.141 - - [2026-05-11 03:48:06] "GET /virtual-machine-interface/9865e728-6035-468d-b068-74fe2943bec3 HTTP/1.1" 200 2931 0.007689 10.0.0.141 - - [2026-05-11 03:48:06] "GET /instance-ip/7f96115d-b4d4-43d9-9854-c64a94fae347 HTTP/1.1" 200 1616 0.008041 10.0.0.141 - - [2026-05-11 03:48:06] "GET /virtual-machine-interface/9865e728-6035-468d-b068-74fe2943bec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.007571 10.0.0.141 - - [2026-05-11 03:48:06] "PUT /virtual-machine-interface/9865e728-6035-468d-b068-74fe2943bec3 HTTP/1.1" 200 284 0.021244 10.0.0.141 - - [2026-05-11 03:48:08] "POST /neutron/port HTTP/1.1" 200 1122 0.021415 10.0.0.141 - - [2026-05-11 03:48:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004465 10.0.0.141 - - [2026-05-11 03:48:08] "POST /neutron/network HTTP/1.1" 200 822 0.008964 10.0.0.141 - - [2026-05-11 03:48:48] "GET /obj-perms HTTP/1.1" 200 5075 0.051044 10.0.0.141 - - [2026-05-11 03:49:01] "POST /neutron/network HTTP/1.1" 200 939 0.007028 10.0.0.141 - - [2026-05-11 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.141 - - [2026-05-11 03:49:10] "POST /neutron/port HTTP/1.1" 200 1067 0.023751 10.0.0.141 - - [2026-05-11 03:49:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.009175 10.0.0.141 - - [2026-05-11 03:49:34] "DELETE /instance-ip/9c2ebf3d-12bb-481c-a5d8-c4bc3434cf71 HTTP/1.1" 200 115 0.072444 10.0.0.141 - - [2026-05-11 03:49:35] "DELETE /virtual-machine-interface/f13365c0-9c6f-4505-b1ee-37ad9b673fd1 HTTP/1.1" 200 115 0.097602 10.0.0.141 - - [2026-05-11 03:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.141 - - [2026-05-11 03:49:35] "GET /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004606 10.0.0.141 - - [2026-05-11 03:49:35] "PUT /virtual-network/c0c69cb7-0e65-407d-b562-ea500d2e8ef0 HTTP/1.1" 200 264 0.046180 10.0.0.141 - - [2026-05-11 03:49:35] "POST /neutron/network HTTP/1.1" 200 822 0.034933 10.0.0.141 - - [2026-05-11 03:49:35] "POST /neutron/port HTTP/1.1" 200 1112 0.013602 10.0.0.141 - - [2026-05-11 03:49:35] "POST /ref-update HTTP/1.1" 200 156 0.078669 10.0.0.141 - - [2026-05-11 03:49:35] "POST /neutron/port HTTP/1.1" 200 1112 0.022737 10.0.0.141 - - [2026-05-11 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007966 10.0.0.27 - - [2026-05-11 03:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.039376 10.0.0.27 - - [2026-05-11 03:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003158 10.0.0.141 - - [2026-05-11 03:49:37] "POST /neutron/network HTTP/1.1" 200 151 0.163461 10.0.0.27 - - [2026-05-11 03:49:39] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.141 - - [2026-05-11 03:49:39] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.078181 10.0.0.27 - - [2026-05-11 03:49:39] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.141 - - [2026-05-11 03:49:39] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?fields=virtual_networks HTTP/1.1" 200 1039 0.059579 10.0.0.27 - - [2026-05-11 03:49:39] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001390 10.0.0.141 - - [2026-05-11 03:49:39] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.035945 10.0.0.27 - - [2026-05-11 03:49:39] "GET /projects?obj_uuids=dc17f6d9-ddc3-4618-b310-c6019b057e37&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.141 - - [2026-05-11 03:49:39] "GET /project/dc17f6d9-ddc3-4618-b310-c6019b057e37?fields=security_groups HTTP/1.1" 200 1263 0.051624 10.0.0.141 - - [2026-05-11 03:49:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.032027 10.0.0.27 - - [2026-05-11 03:49:40] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003809 10.0.0.27 - - [2026-05-11 03:49:40] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.27 - - [2026-05-11 03:49:40] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035088 10.0.0.27 - - [2026-05-11 03:49:40] "POST /id-to-fqname HTTP/1.1" 200 187 0.001067 10.0.0.27 - - [2026-05-11 03:49:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.014524 10.0.0.27 - - [2026-05-11 03:49:40] "POST /security-groups HTTP/1.1" 200 588 0.036612 10.0.0.27 - - [2026-05-11 03:49:40] "POST /projects HTTP/1.1" 200 579 0.261327 10.0.0.141 - - [2026-05-11 03:49:40] "POST /access-control-lists HTTP/1.1" 200 593 0.025078 10.0.0.27 - - [2026-05-11 03:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.338917 10.0.0.141 - - [2026-05-11 03:49:40] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.503167 10.0.0.141 - - [2026-05-11 03:49:41] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.141 - - [2026-05-11 03:49:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-11 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.066447 10.0.0.27 - - [2026-05-11 03:49:44] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000844 10.0.0.141 - - [2026-05-11 03:49:44] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.042742 10.0.0.141 - - [2026-05-11 03:49:44] "POST /neutron/network HTTP/1.1" 200 117 0.057550 10.0.0.141 - - [2026-05-11 03:49:44] "POST /route-targets HTTP/1.1" 200 327 0.018929 10.0.0.141 - - [2026-05-11 03:49:44] "POST /neutron/network HTTP/1.1" 200 830 0.008051 10.0.0.141 - - [2026-05-11 03:49:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.000999 10.0.0.141 - - [2026-05-11 03:49:44] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005577 10.0.0.141 - - [2026-05-11 03:49:44] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006582 10.0.0.141 - - [2026-05-11 03:49:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.010219 10.0.0.141 - - [2026-05-11 03:49:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.004121 10.0.0.141 - - [2026-05-11 03:49:44] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005769 10.0.0.141 - - [2026-05-11 03:49:45] "GET /virtual-machine-interface/f02318af-29f5-48fd-a1f1-01fd27198f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007414 10.0.0.141 - - [2026-05-11 03:49:45] "GET /virtual-machine-interface/f02318af-29f5-48fd-a1f1-01fd27198f38?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.008546 10.0.0.141 - - [2026-05-11 03:49:45] "GET /instance-ip/769c74fc-adc3-4bcc-a17f-6785fc8c03eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004377 10.0.0.141 - - [2026-05-11 03:49:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001146 10.0.0.141 - - [2026-05-11 03:49:45] "POST /neutron/network HTTP/1.1" 200 840 0.010526 10.0.0.27 - - [2026-05-11 03:49:46] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000917 10.0.0.141 - - [2026-05-11 03:49:46] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.058837 10.0.0.141 - - [2026-05-11 03:49:46] "POST /neutron/port HTTP/1.1" 200 117 0.010016 10.0.0.141 - - [2026-05-11 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001756 10.0.0.141 - - [2026-05-11 03:49:47] "POST /neutron/port HTTP/1.1" 200 984 0.012623 10.0.0.141 - - [2026-05-11 03:49:47] "POST /neutron/network HTTP/1.1" 200 840 0.008946 10.0.0.141 - - [2026-05-11 03:49:47] "POST /neutron/port HTTP/1.1" 200 4192 0.074160 10.0.0.27 - - [2026-05-11 03:49:47] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000901 10.0.0.141 - - [2026-05-11 03:49:47] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046008 10.0.0.141 - - [2026-05-11 03:49:47] "POST /fqname-to-id HTTP/1.1" 404 208 0.005155 10.0.0.141 - - [2026-05-11 03:49:47] "POST /interface-route-tables HTTP/1.1" 200 556 0.024369 10.0.0.141 - - [2026-05-11 03:49:47] "GET /interface-route-table/3c373e87-0ed6-41aa-be0f-d6a2b95749e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.008056 10.0.0.141 - - [2026-05-11 03:49:47] "POST /neutron/port HTTP/1.1" 200 1058 0.021693 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/port HTTP/1.1" 200 1122 0.019085 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/port HTTP/1.1" 200 984 0.010952 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/port HTTP/1.1" 200 1076 0.125440 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/port HTTP/1.1" 200 1086 0.017320 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.141 - - [2026-05-11 03:49:48] "GET /virtual-machine-interface/f02318af-29f5-48fd-a1f1-01fd27198f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005557 10.0.0.141 - - [2026-05-11 03:49:48] "POST /ref-update HTTP/1.1" 200 156 0.014958 10.0.0.141 - - [2026-05-11 03:49:48] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010132 10.0.0.141 - - [2026-05-11 03:49:52] "DELETE /access-control-list/dee9733d-ec3c-4ea0-978b-7ed05cde78f0 HTTP/1.1" 200 115 0.030913 10.0.0.141 - - [2026-05-11 03:49:54] "POST /neutron/port HTTP/1.1" 200 1122 0.017280 10.0.0.141 - - [2026-05-11 03:49:54] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006737 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 401 293 0.000572 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 200 1289 0.031767 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 200 1289 0.003761 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine-interface/c164ff1b-104a-4f49-83c5-ec5539e6ffcf HTTP/1.1" 200 2937 0.005570 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 200 1289 0.003382 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine-interface/c164ff1b-104a-4f49-83c5-ec5539e6ffcf HTTP/1.1" 200 2937 0.004858 10.0.0.141 - - [2026-05-11 03:49:54] "GET /instance-ip/c81c3d2b-6e9e-4fb8-a884-71671b4a3c90 HTTP/1.1" 200 1620 0.005990 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 200 1289 0.003060 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-machine-interface/c164ff1b-104a-4f49-83c5-ec5539e6ffcf HTTP/1.1" 200 2937 0.005074 10.0.0.141 - - [2026-05-11 03:49:54] "GET /instance-ip/c81c3d2b-6e9e-4fb8-a884-71671b4a3c90 HTTP/1.1" 200 1620 0.003723 10.0.0.141 - - [2026-05-11 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.141 - - [2026-05-11 03:49:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004695 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003483 10.0.0.141 - - [2026-05-11 03:49:54] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007526 10.0.0.141 - - [2026-05-11 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004957 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003541 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007482 10.0.0.141 - - [2026-05-11 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005314 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004541 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007702 10.0.0.141 - - [2026-05-11 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005920 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004509 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007679 10.0.0.141 - - [2026-05-11 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005272 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004757 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010454 10.0.0.141 - - [2026-05-11 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004895 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004217 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007084 10.0.0.141 - - [2026-05-11 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.141 - - [2026-05-11 03:49:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004568 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003429 10.0.0.141 - - [2026-05-11 03:49:55] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005865 10.0.0.141 - - [2026-05-11 03:49:58] "POST /neutron/port HTTP/1.1" 200 1086 0.020029 10.0.0.141 - - [2026-05-11 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.141 - - [2026-05-11 03:49:58] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005304 10.0.0.141 - - [2026-05-11 03:50:00] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006958 10.0.0.27 - - [2026-05-11 03:50:00] "DELETE /project/dc17f6d9-ddc3-4618-b310-c6019b057e37 HTTP/1.1" 404 177 0.004545 10.0.0.27 - - [2026-05-11 03:50:00] "DELETE /project/a40449b608734cf18135e40ed4258e02 HTTP/1.1" 404 173 0.004943 10.0.0.141 - - [2026-05-11 03:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.141 - - [2026-05-11 03:50:00] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.141 - - [2026-05-11 03:50:00] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003329 10.0.0.141 - - [2026-05-11 03:50:01] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006370 10.0.0.141 - - [2026-05-11 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.141 - - [2026-05-11 03:50:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005575 10.0.0.141 - - [2026-05-11 03:50:01] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003418 10.0.0.141 - - [2026-05-11 03:50:01] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007915 10.0.0.141 - - [2026-05-11 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.141 - - [2026-05-11 03:50:01] "GET /routing-instance/b103fb91-43c1-45b8-9051-97867dd7bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.009111 10.0.0.141 - - [2026-05-11 03:50:01] "GET /route-target/82095ce2-f8b4-412f-b8d9-53be8d8c0ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008873 10.0.0.141 - - [2026-05-11 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2026-05-11 03:50:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004363 10.0.0.141 - - [2026-05-11 03:50:01] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003375 10.0.0.141 - - [2026-05-11 03:50:01] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006303 10.0.0.141 - - [2026-05-11 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.141 - - [2026-05-11 03:50:01] "GET /routing-instance/b103fb91-43c1-45b8-9051-97867dd7bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006371 10.0.0.141 - - [2026-05-11 03:50:01] "GET /route-target/82095ce2-f8b4-412f-b8d9-53be8d8c0ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005247 10.0.0.141 - - [2026-05-11 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.141 - - [2026-05-11 03:50:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007032 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004412 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008297 10.0.0.141 - - [2026-05-11 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.141 - - [2026-05-11 03:50:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004213 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003930 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007435 10.0.0.141 - - [2026-05-11 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.141 - - [2026-05-11 03:50:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005790 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004451 10.0.0.141 - - [2026-05-11 03:50:02] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006557 10.0.0.27 - - [2026-05-11 03:50:02] "GET /obj-perms HTTP/1.1" 200 5043 0.062042 10.0.0.141 - - [2026-05-11 03:50:03] "GET /obj-perms HTTP/1.1" 200 5043 0.068724 10.0.0.141 - - [2026-05-11 03:50:03] "GET /obj-perms HTTP/1.1" 200 5043 0.005166 10.0.0.141 - - [2026-05-11 03:50:03] "GET /obj-perms HTTP/1.1" 200 5043 0.005807 10.0.0.27 - - [2026-05-11 03:50:04] "GET /obj-perms HTTP/1.1" 200 5043 0.003978 10.0.0.141 - - [2026-05-11 03:50:04] "POST /neutron/port HTTP/1.1" 200 1086 0.017223 10.0.0.141 - - [2026-05-11 03:50:04] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007591 10.0.0.141 - - [2026-05-11 03:50:04] "GET /virtual-machine/fb8d9e66-4f6e-4417-9076-d194b5d743b7 HTTP/1.1" 200 1268 0.006723 10.0.0.141 - - [2026-05-11 03:50:04] "GET /virtual-machine-interface/f02318af-29f5-48fd-a1f1-01fd27198f38 HTTP/1.1" 200 3150 0.005831 10.0.0.141 - - [2026-05-11 03:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.141 - - [2026-05-11 03:50:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004521 10.0.0.141 - - [2026-05-11 03:50:04] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003164 10.0.0.141 - - [2026-05-11 03:50:04] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007569 10.0.0.141 - - [2026-05-11 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.141 - - [2026-05-11 03:50:05] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004476 10.0.0.141 - - [2026-05-11 03:50:05] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003393 10.0.0.141 - - [2026-05-11 03:50:05] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007286 10.0.0.141 - - [2026-05-11 03:50:06] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005778 10.0.0.249 - - [2026-05-11 03:50:06] "GET /obj-perms HTTP/1.1" 200 5043 0.058663 10.0.0.141 - - [2026-05-11 03:50:06] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 200 1289 0.004326 10.0.0.141 - - [2026-05-11 03:50:07] "POST /neutron/port HTTP/1.1" 200 151 0.176094 10.0.0.141 - - [2026-05-11 03:50:08] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 404 171 0.003697 10.0.0.141 - - [2026-05-11 03:50:08] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 404 171 0.003141 10.0.0.141 - - [2026-05-11 03:50:08] "GET /virtual-machine/2233c749-7701-48c3-8dac-9eb807bbdb3a HTTP/1.1" 404 171 0.003128 10.0.0.141 - - [2026-05-11 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.141 - - [2026-05-11 03:50:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003502 10.0.0.141 - - [2026-05-11 03:50:09] "GET /virtual-networks?parent_id=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003291 10.0.0.141 - - [2026-05-11 03:50:09] "GET /virtual-network/2087a1d5-f89a-4e62-87c5-acfaa3898e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007805 10.0.0.141 - - [2026-05-11 03:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.141 - - [2026-05-11 03:50:09] "GET /routing-instance/b103fb91-43c1-45b8-9051-97867dd7bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007390 10.0.0.141 - - [2026-05-11 03:50:09] "GET /route-target/82095ce2-f8b4-412f-b8d9-53be8d8c0ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006230 10.0.0.141 - - [2026-05-11 03:50:09] "GET /obj-perms HTTP/1.1" 200 5043 0.004002 10.0.0.141 - - [2026-05-11 03:50:10] "POST /neutron/network HTTP/1.1" 200 1122 0.033640 10.0.0.141 - - [2026-05-11 03:50:10] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014675 10.0.0.141 - - [2026-05-11 03:50:10] "POST /neutron/network HTTP/1.1" 200 1112 0.012847 10.0.0.141 - - [2026-05-11 03:50:12] "GET /obj-perms HTTP/1.1" 200 5043 0.003680 10.0.0.141 - - [2026-05-11 03:50:18] "GET /obj-perms HTTP/1.1" 200 5043 0.004756 10.0.0.141 - - [2026-05-11 03:50:21] "GET /obj-perms HTTP/1.1" 200 5043 0.003838 10.0.0.141 - - [2026-05-11 03:50:22] "GET /interface-route-table/3c373e87-0ed6-41aa-be0f-d6a2b95749e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.004658 10.0.0.141 - - [2026-05-11 03:50:22] "GET /virtual-machine-interface/f02318af-29f5-48fd-a1f1-01fd27198f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005631 10.0.0.141 - - [2026-05-11 03:50:22] "POST /ref-update HTTP/1.1" 200 156 0.020533 10.0.0.141 - - [2026-05-11 03:50:22] "DELETE /interface-route-table/3c373e87-0ed6-41aa-be0f-d6a2b95749e2 HTTP/1.1" 200 115 0.039837 10.0.0.141 - - [2026-05-11 03:50:22] "POST /neutron/network HTTP/1.1" 200 830 0.006502 10.0.0.27 - - [2026-05-11 03:50:24] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001344 10.0.0.141 - - [2026-05-11 03:50:24] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.040371 10.0.0.27 - - [2026-05-11 03:50:24] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001307 10.0.0.141 - - [2026-05-11 03:50:24] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?fields=virtual_networks HTTP/1.1" 200 1036 0.044232 10.0.0.27 - - [2026-05-11 03:50:24] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001131 10.0.0.141 - - [2026-05-11 03:50:24] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.042475 10.0.0.27 - - [2026-05-11 03:50:24] "GET /projects?obj_uuids=a40449b6-0873-4cf1-8135-e40ed4258e02&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000932 10.0.0.141 - - [2026-05-11 03:50:24] "GET /project/a40449b6-0873-4cf1-8135-e40ed4258e02?fields=security_groups HTTP/1.1" 200 1259 0.034671 10.0.0.141 - - [2026-05-11 03:50:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.032778 10.0.0.27 - - [2026-05-11 03:50:25] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.27 - - [2026-05-11 03:50:25] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.27 - - [2026-05-11 03:50:25] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006939 10.0.0.27 - - [2026-05-11 03:50:25] "POST /id-to-fqname HTTP/1.1" 200 194 0.002065 10.0.0.27 - - [2026-05-11 03:50:25] "POST /fqname-to-id HTTP/1.1" 404 203 0.011809 10.0.0.27 - - [2026-05-11 03:50:25] "POST /security-groups HTTP/1.1" 200 595 0.032207 10.0.0.141 - - [2026-05-11 03:50:25] "POST /fqname-to-id HTTP/1.1" 404 238 0.007722 10.0.0.27 - - [2026-05-11 03:50:25] "POST /projects HTTP/1.1" 200 593 0.234602 10.0.0.27 - - [2026-05-11 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.306673 10.0.0.141 - - [2026-05-11 03:50:25] "POST /access-control-lists HTTP/1.1" 200 598 0.030780 10.0.0.141 - - [2026-05-11 03:50:25] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.450353 10.0.0.141 - - [2026-05-11 03:50:27] "GET / HTTP/1.1" 200 35931 0.001838 10.0.0.141 - - [2026-05-11 03:50:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.141 - - [2026-05-11 03:50:27] "POST /neutron/port HTTP/1.1" 400 205 0.004305 10.0.0.141 - - [2026-05-11 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.073137 10.0.0.27 - - [2026-05-11 03:50:27] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.141 - - [2026-05-11 03:50:27] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050168 10.0.0.27 - - [2026-05-11 03:50:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004698 10.0.0.141 - - [2026-05-11 03:50:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.233394 10.0.0.141 - - [2026-05-11 03:50:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001251 10.0.0.141 - - [2026-05-11 03:50:28] "GET /virtual-network/c2cbfac6-0c18-4402-ae00-8dd3350dd40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005615 10.0.0.141 - - [2026-05-11 03:50:28] "GET /virtual-network/c2cbfac6-0c18-4402-ae00-8dd3350dd40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005678 10.0.0.141 - - [2026-05-11 03:50:28] "POST /neutron/network HTTP/1.1" 200 826 0.006388 10.0.0.141 - - [2026-05-11 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2026-05-11 03:50:28] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000960 10.0.0.141 - - [2026-05-11 03:50:28] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058556 10.0.0.27 - - [2026-05-11 03:50:28] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001372 10.0.0.141 - - [2026-05-11 03:50:28] "POST /neutron/network HTTP/1.1" 200 609 0.139625 10.0.0.141 - - [2026-05-11 03:50:29] "POST /route-targets HTTP/1.1" 200 327 0.013611 10.0.0.141 - - [2026-05-11 03:50:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.002827 10.0.0.141 - - [2026-05-11 03:50:29] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005656 10.0.0.141 - - [2026-05-11 03:50:29] "POST /neutron/network HTTP/1.1" 200 828 0.005957 10.0.0.141 - - [2026-05-11 03:50:29] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006940 10.0.0.141 - - [2026-05-11 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2026-05-11 03:50:29] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001100 10.0.0.141 - - [2026-05-11 03:50:29] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046409 10.0.0.141 - - [2026-05-11 03:50:29] "POST /neutron/network HTTP/1.1" 200 117 0.014771 10.0.0.141 - - [2026-05-11 03:50:29] "POST /ref-update HTTP/1.1" 200 156 0.026475 10.0.0.141 - - [2026-05-11 03:50:29] "POST /neutron/network HTTP/1.1" 200 828 0.013043 10.0.0.141 - - [2026-05-11 03:50:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001745 10.0.0.141 - - [2026-05-11 03:50:29] "GET /virtual-network/db89b979-c940-4575-ba2f-6258257b8556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005546 10.0.0.141 - - [2026-05-11 03:50:30] "GET /virtual-network/db89b979-c940-4575-ba2f-6258257b8556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006081 10.0.0.141 - - [2026-05-11 03:50:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.014318 10.0.0.141 - - [2026-05-11 03:50:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.005565 10.0.0.141 - - [2026-05-11 03:50:30] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009000 10.0.0.141 - - [2026-05-11 03:50:30] "GET /virtual-machine-interface/adce89a8-19b1-48fc-81d8-301a81a51442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.009361 10.0.0.141 - - [2026-05-11 03:50:30] "GET /virtual-machine-interface/adce89a8-19b1-48fc-81d8-301a81a51442?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.010379 10.0.0.141 - - [2026-05-11 03:50:30] "GET /instance-ip/68394e8c-9662-41ef-895a-88c31d030a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004096 10.0.0.141 - - [2026-05-11 03:50:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.003537 10.0.0.141 - - [2026-05-11 03:50:30] "GET /virtual-network/c2cbfac6-0c18-4402-ae00-8dd3350dd40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007540 10.0.0.27 - - [2026-05-11 03:50:30] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001264 10.0.0.141 - - [2026-05-11 03:50:30] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046324 10.0.0.141 - - [2026-05-11 03:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.141 - - [2026-05-11 03:50:30] "GET /security-group/68f3db39-842a-4f2e-90bf-a0788e94d0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.006767 10.0.0.141 - - [2026-05-11 03:50:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114559 10.0.0.141 - - [2026-05-11 03:50:30] "POST /instance-ips HTTP/1.1" 200 357 0.050622 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-machine-interface/73990bc8-ce2d-43b5-b53b-81acadcdc092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006629 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-machine-interface/73990bc8-ce2d-43b5-b53b-81acadcdc092?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010075 10.0.0.141 - - [2026-05-11 03:50:31] "GET /instance-ip/8fa7add6-f0a6-4faf-93d5-71659089913e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005191 10.0.0.141 - - [2026-05-11 03:50:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.003760 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005861 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-machine-interface/8581232d-7466-47e4-84d4-0dce5c5345ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.008299 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-machine-interface/8581232d-7466-47e4-84d4-0dce5c5345ea?fields=instance_ip_back_refs HTTP/1.1" 200 1331 0.010332 10.0.0.141 - - [2026-05-11 03:50:31] "GET /instance-ip/9bd3e2a0-2e87-4ddb-871e-7fcf95ea600a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004677 10.0.0.141 - - [2026-05-11 03:50:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.005441 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-network/c2cbfac6-0c18-4402-ae00-8dd3350dd40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005811 10.0.0.27 - - [2026-05-11 03:50:31] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.141 - - [2026-05-11 03:50:31] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046588 10.0.0.141 - - [2026-05-11 03:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.141 - - [2026-05-11 03:50:31] "GET /security-group/68f3db39-842a-4f2e-90bf-a0788e94d0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.006092 10.0.0.141 - - [2026-05-11 03:50:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.102327 10.0.0.141 - - [2026-05-11 03:50:31] "POST /instance-ips HTTP/1.1" 200 357 0.033557 10.0.0.141 - - [2026-05-11 03:50:31] "GET /virtual-machine-interface/94037441-c4b6-4b32-afc2-3135ff43664d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007767 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-machine-interface/94037441-c4b6-4b32-afc2-3135ff43664d?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009558 10.0.0.141 - - [2026-05-11 03:50:32] "GET /instance-ip/ec797453-2155-4d46-9ea7-254a9874d1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005064 10.0.0.141 - - [2026-05-11 03:50:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.004325 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005363 10.0.0.27 - - [2026-05-11 03:50:32] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.141 - - [2026-05-11 03:50:32] "POST /neutron/port HTTP/1.1" 200 990 0.245897 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-machine-interface/247119e0-ba80-4b27-b4b8-4ae22e384a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.005333 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-machine-interface/247119e0-ba80-4b27-b4b8-4ae22e384a5b?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.005858 10.0.0.141 - - [2026-05-11 03:50:32] "GET /instance-ip/f89aec81-4f0e-4701-832a-228fb23b987e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.021977 10.0.0.141 - - [2026-05-11 03:50:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.003570 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-network/db89b979-c940-4575-ba2f-6258257b8556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007209 10.0.0.27 - - [2026-05-11 03:50:32] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350 10.0.0.141 - - [2026-05-11 03:50:32] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.054192 10.0.0.141 - - [2026-05-11 03:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.141 - - [2026-05-11 03:50:32] "GET /security-group/68f3db39-842a-4f2e-90bf-a0788e94d0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.006336 10.0.0.141 - - [2026-05-11 03:50:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.106382 10.0.0.141 - - [2026-05-11 03:50:32] "POST /instance-ips HTTP/1.1" 200 357 0.068655 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-machine-interface/90724a12-deb1-4fa1-a28d-fb17e8701805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006275 10.0.0.141 - - [2026-05-11 03:50:32] "GET /virtual-machine-interface/90724a12-deb1-4fa1-a28d-fb17e8701805?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009269 10.0.0.141 - - [2026-05-11 03:50:33] "GET /instance-ip/7d433d72-0b18-48df-bedb-1f873fd53559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004359 10.0.0.141 - - [2026-05-11 03:50:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001155 10.0.0.141 - - [2026-05-11 03:50:34] "POST /neutron/port HTTP/1.1" 200 990 0.012768 10.0.0.141 - - [2026-05-11 03:50:34] "POST /neutron/port HTTP/1.1" 200 990 0.011933 10.0.0.141 - - [2026-05-11 03:50:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001376 10.0.0.141 - - [2026-05-11 03:50:35] "POST /neutron/port HTTP/1.1" 200 4192 0.037693 10.0.0.141 - - [2026-05-11 03:50:35] "POST /neutron/network HTTP/1.1" 200 838 0.006960 10.0.0.141 - - [2026-05-11 03:50:35] "POST /neutron/port HTTP/1.1" 200 1082 0.119482 10.0.0.141 - - [2026-05-11 03:50:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.010017 10.0.0.27 - - [2026-05-11 03:50:36] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940 10.0.0.141 - - [2026-05-11 03:50:36] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.096715 10.0.0.141 - - [2026-05-11 03:50:36] "POST /neutron/network HTTP/1.1" 200 828 0.007681 10.0.0.141 - - [2026-05-11 03:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.006574 10.0.0.141 - - [2026-05-11 03:50:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001148 10.0.0.141 - - [2026-05-11 03:50:36] "POST /neutron/port HTTP/1.1" 200 990 0.016714 10.0.0.27 - - [2026-05-11 03:50:37] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001348 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/port HTTP/1.1" 200 990 0.010383 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/port HTTP/1.1" 200 1064 0.322972 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/port HTTP/1.1" 200 1064 0.011940 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.022376 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007789 10.0.0.27 - - [2026-05-11 03:50:37] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000956 10.0.0.141 - - [2026-05-11 03:50:37] "POST /neutron/port HTTP/1.1" 200 990 0.013448 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/router HTTP/1.1" 200 344 0.345234 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/port HTTP/1.1" 200 990 0.020703 10.0.0.141 - - [2026-05-11 03:50:38] "POST /ref-update HTTP/1.1" 200 156 0.016709 10.0.0.27 - - [2026-05-11 03:50:38] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001088 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.010592 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/router HTTP/1.1" 200 344 0.393750 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/port HTTP/1.1" 200 1092 0.018865 10.0.0.141 - - [2026-05-11 03:50:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008507 10.0.0.141 - - [2026-05-11 03:50:38] "GET /virtual-machine/9196a446-f0b8-45c9-83a9-bf685cf77688 HTTP/1.1" 401 293 0.000414 10.0.0.141 - - [2026-05-11 03:50:39] "GET /virtual-machine/9196a446-f0b8-45c9-83a9-bf685cf77688 HTTP/1.1" 200 1274 0.033314 10.0.0.141 - - [2026-05-11 03:50:39] "GET /virtual-machine-interface/adce89a8-19b1-48fc-81d8-301a81a51442 HTTP/1.1" 200 3186 0.006446 10.0.0.141 - - [2026-05-11 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2026-05-11 03:50:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003810 10.0.0.141 - - [2026-05-11 03:50:39] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005043 10.0.0.141 - - [2026-05-11 03:50:39] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005449 10.0.0.141 - - [2026-05-11 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.141 - - [2026-05-11 03:50:42] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005388 10.0.0.141 - - [2026-05-11 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2026-05-11 03:50:46] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005357 10.0.0.141 - - [2026-05-11 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.141 - - [2026-05-11 03:50:50] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005020 10.0.0.27 - - [2026-05-11 03:50:50] "GET /obj-perms HTTP/1.1" 200 5075 0.054901 10.0.0.141 - - [2026-05-11 03:50:52] "DELETE /access-control-list/846aaad4-8209-49f4-8abf-d621cbf1870a HTTP/1.1" 200 115 0.048360 10.0.0.141 - - [2026-05-11 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.141 - - [2026-05-11 03:50:54] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005250 10.0.0.141 - - [2026-05-11 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.141 - - [2026-05-11 03:50:58] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005705 10.0.0.27 - - [2026-05-11 03:51:00] "DELETE /project/d677f9fe4a09481b8d5e693556d49e5c HTTP/1.1" 404 173 0.002914 10.0.0.27 - - [2026-05-11 03:51:00] "DELETE /project/a40449b6-0873-4cf1-8135-e40ed4258e02 HTTP/1.1" 404 177 0.005084 10.0.0.141 - - [2026-05-11 03:51:02] "POST /neutron/port HTTP/1.1" 200 1217 0.023064 10.0.0.141 - - [2026-05-11 03:51:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.141 - - [2026-05-11 03:51:02] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.141 - - [2026-05-11 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.141 - - [2026-05-11 03:51:02] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006347 10.0.0.141 - - [2026-05-11 03:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.141 - - [2026-05-11 03:51:07] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007853 10.0.0.141 - - [2026-05-11 03:51:10] "POST /neutron/port HTTP/1.1" 200 1109 0.018709 10.0.0.141 - - [2026-05-11 03:51:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.141 - - [2026-05-11 03:51:10] "POST /neutron/network HTTP/1.1" 200 929 0.009178 10.0.0.141 - - [2026-05-11 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.141 - - [2026-05-11 03:51:11] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006871 10.0.0.141 - - [2026-05-11 03:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.141 - - [2026-05-11 03:51:15] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006534 10.0.0.141 - - [2026-05-11 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010263 10.0.0.141 - - [2026-05-11 03:51:19] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008841 10.0.0.141 - - [2026-05-11 03:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.141 - - [2026-05-11 03:51:23] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005850 10.0.0.141 - - [2026-05-11 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005798 10.0.0.141 - - [2026-05-11 03:51:27] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006709 10.0.0.141 - - [2026-05-11 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.141 - - [2026-05-11 03:51:31] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008320 10.0.0.141 - - [2026-05-11 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076 10.0.0.141 - - [2026-05-11 03:51:35] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006870 10.0.0.141 - - [2026-05-11 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.141 - - [2026-05-11 03:51:39] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005899 10.0.0.141 - - [2026-05-11 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.141 - - [2026-05-11 03:51:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004673 10.0.0.141 - - [2026-05-11 03:51:41] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004334 10.0.0.141 - - [2026-05-11 03:51:41] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008628 10.0.0.141 - - [2026-05-11 03:51:44] "POST /neutron/port HTTP/1.1" 200 1128 0.063516 10.0.0.141 - - [2026-05-11 03:51:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.026579 10.0.0.141 - - [2026-05-11 03:51:51] "GET /obj-perms HTTP/1.1" 200 5075 0.056374 10.0.0.249 - - [2026-05-11 03:51:51] "GET /obj-perms HTTP/1.1" 200 5075 0.074270 10.0.0.27 - - [2026-05-11 03:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2026-05-11 03:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.27 - - [2026-05-11 03:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.249 - - [2026-05-11 03:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.27 - - [2026-05-11 03:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.27 - - [2026-05-11 03:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-05-11 03:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000949 10.0.0.249 - - [2026-05-11 03:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.141 - - [2026-05-11 03:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-05-11 03:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.141 - - [2026-05-11 03:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.141 - - [2026-05-11 03:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.141 - - [2026-05-11 03:51:55] "POST /neutron/port HTTP/1.1" 200 1092 0.025495 10.0.0.141 - - [2026-05-11 03:51:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006911 10.0.0.141 - - [2026-05-11 03:52:00] "POST /neutron/network HTTP/1.1" 200 939 0.009060 10.0.0.141 - - [2026-05-11 03:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.141 - - [2026-05-11 03:52:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009833 10.0.0.141 - - [2026-05-11 03:52:08] "POST /neutron/port HTTP/1.1" 200 1128 0.019840 10.0.0.141 - - [2026-05-11 03:52:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010301 10.0.0.141 - - [2026-05-11 03:52:08] "GET /virtual-machine/0e598510-cf38-4374-8301-da3520b61c39 HTTP/1.1" 200 1295 0.009624 10.0.0.141 - - [2026-05-11 03:52:08] "GET /virtual-machine-interface/bb7684e1-e5b3-4e8d-bd71-b4c1a421ab00 HTTP/1.1" 200 2961 0.007306 10.0.0.141 - - [2026-05-11 03:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006717 10.0.0.141 - - [2026-05-11 03:52:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005632 10.0.0.141 - - [2026-05-11 03:52:08] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004548 10.0.0.141 - - [2026-05-11 03:52:08] "GET /virtual-network/db89b979-c940-4575-ba2f-6258257b8556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008869 10.0.0.141 - - [2026-05-11 03:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.141 - - [2026-05-11 03:52:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005487 10.0.0.141 - - [2026-05-11 03:52:09] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004708 10.0.0.141 - - [2026-05-11 03:52:09] "GET /virtual-network/db89b979-c940-4575-ba2f-6258257b8556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006335 10.0.0.141 - - [2026-05-11 03:52:09] "POST /neutron/port HTTP/1.1" 200 1092 0.019343 10.0.0.141 - - [2026-05-11 03:52:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008206 10.0.0.141 - - [2026-05-11 03:52:10] "GET /virtual-machine/2ddb8684-fa3e-4410-b844-238ef580e1d0 HTTP/1.1" 200 1274 0.007594 10.0.0.141 - - [2026-05-11 03:52:10] "GET /virtual-machine-interface/247119e0-ba80-4b27-b4b8-4ae22e384a5b HTTP/1.1" 200 3186 0.005673 10.0.0.141 - - [2026-05-11 03:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.141 - - [2026-05-11 03:52:10] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004670 10.0.0.141 - - [2026-05-11 03:52:10] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003571 10.0.0.141 - - [2026-05-11 03:52:10] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005939 10.0.0.141 - - [2026-05-11 03:52:11] "POST /neutron/network HTTP/1.1" 200 1122 0.010850 10.0.0.141 - - [2026-05-11 03:52:11] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015867 10.0.0.141 - - [2026-05-11 03:52:11] "POST /neutron/network HTTP/1.1" 200 1112 0.009877 10.0.0.141 - - [2026-05-11 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.141 - - [2026-05-11 03:52:13] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006849 10.0.0.141 - - [2026-05-11 03:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.141 - - [2026-05-11 03:52:17] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009074 10.0.0.141 - - [2026-05-11 03:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.141 - - [2026-05-11 03:52:21] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005574 10.0.0.141 - - [2026-05-11 03:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.141 - - [2026-05-11 03:52:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003694 10.0.0.141 - - [2026-05-11 03:52:23] "GET /virtual-networks?parent_id=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004279 10.0.0.141 - - [2026-05-11 03:52:23] "GET /virtual-network/1e58f485-a3bb-460a-af0c-ad067c509b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010797 10.0.0.141 - - [2026-05-11 03:52:28] "POST /neutron/port HTTP/1.1" 200 1092 0.019722 10.0.0.141 - - [2026-05-11 03:52:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007402 10.0.0.141 - - [2026-05-11 03:52:44] "POST /neutron/port HTTP/1.1" 200 1092 0.018528 10.0.0.141 - - [2026-05-11 03:52:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006798 10.0.0.141 - - [2026-05-11 03:52:59] "POST /neutron/port HTTP/1.1" 200 1092 0.023042 10.0.0.141 - - [2026-05-11 03:53:02] "POST /neutron/port HTTP/1.1" 200 1128 0.056750 10.0.0.141 - - [2026-05-11 03:53:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.009517 10.0.0.141 - - [2026-05-11 03:53:05] "POST /neutron/port HTTP/1.1" 200 1092 0.019608 10.0.0.141 - - [2026-05-11 03:53:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008190 10.0.0.141 - - [2026-05-11 03:53:13] "POST /neutron/network HTTP/1.1" 200 939 0.007714 10.0.0.141 - - [2026-05-11 03:53:13] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.141 - - [2026-05-11 03:53:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007985 10.0.0.141 - - [2026-05-11 03:53:25] "POST /neutron/port HTTP/1.1" 200 1092 0.019685 10.0.0.141 - - [2026-05-11 03:53:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007100 10.0.0.141 - - [2026-05-11 03:53:36] "POST /neutron/port HTTP/1.1" 200 1092 0.018450 10.0.0.141 - - [2026-05-11 03:53:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007832 10.0.0.141 - - [2026-05-11 03:53:46] "POST /neutron/port HTTP/1.1" 200 1092 0.023491 10.0.0.141 - - [2026-05-11 03:53:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009062 10.0.0.141 - - [2026-05-11 03:54:02] "POST /neutron/port HTTP/1.1" 200 1092 0.020344 10.0.0.141 - - [2026-05-11 03:54:03] "POST /neutron/port HTTP/1.1" 200 1217 0.018935 10.0.0.141 - - [2026-05-11 03:54:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.141 - - [2026-05-11 03:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.141 - - [2026-05-11 03:54:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007982 10.0.0.141 - - [2026-05-11 03:54:14] "POST /neutron/port HTTP/1.1" 200 1092 0.019698 10.0.0.141 - - [2026-05-11 03:54:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006189 10.0.0.141 - - [2026-05-11 03:54:14] "POST /neutron/network HTTP/1.1" 200 828 0.006660 10.0.0.141 - - [2026-05-11 03:54:22] "POST /neutron/port HTTP/1.1" 200 1092 0.017082 10.0.0.141 - - [2026-05-11 03:54:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007363 10.0.0.141 - - [2026-05-11 03:54:38] "POST /neutron/port HTTP/1.1" 200 1092 0.019514 10.0.0.141 - - [2026-05-11 03:54:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007109 10.0.0.141 - - [2026-05-11 03:54:54] "POST /neutron/port HTTP/1.1" 200 1092 0.023244 10.0.0.141 - - [2026-05-11 03:54:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007053 10.0.0.141 - - [2026-05-11 03:55:05] "POST /neutron/port HTTP/1.1" 200 1109 0.019588 10.0.0.141 - - [2026-05-11 03:55:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005225 10.0.0.141 - - [2026-05-11 03:55:06] "POST /neutron/network HTTP/1.1" 200 929 0.009873 10.0.0.141 - - [2026-05-11 03:55:14] "POST /neutron/port HTTP/1.1" 200 1092 0.024713 10.0.0.141 - - [2026-05-11 03:55:16] "POST /neutron/port HTTP/1.1" 200 1092 0.057783 10.0.0.141 - - [2026-05-11 03:55:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.013053 10.0.0.141 - - [2026-05-11 03:55:20] "POST /neutron/port HTTP/1.1" 200 1092 0.033895 10.0.0.141 - - [2026-05-11 03:55:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008130 10.0.0.141 - - [2026-05-11 03:55:35] "POST /neutron/port HTTP/1.1" 200 1092 0.044867 10.0.0.141 - - [2026-05-11 03:55:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007926 10.0.0.141 - - [2026-05-11 03:55:51] "POST /neutron/port HTTP/1.1" 200 1092 0.018171 10.0.0.27 - - [2026-05-11 03:55:54] "GET /obj-perms HTTP/1.1" 200 5075 0.057585 10.0.0.141 - - [2026-05-11 03:55:54] "GET /obj-perms HTTP/1.1" 200 5075 0.056701 10.0.0.141 - - [2026-05-11 03:55:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008388 10.0.0.141 - - [2026-05-11 03:56:05] "POST /neutron/port HTTP/1.1" 200 1128 0.020263 10.0.0.141 - - [2026-05-11 03:56:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 10.0.0.141 - - [2026-05-11 03:56:05] "POST /neutron/network HTTP/1.1" 200 828 0.006121 10.0.0.141 - - [2026-05-11 03:56:11] "POST /neutron/port HTTP/1.1" 200 1092 0.018649 10.0.0.141 - - [2026-05-11 03:56:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007202 10.0.0.141 - - [2026-05-11 03:56:18] "POST /neutron/network HTTP/1.1" 200 1122 0.007755 10.0.0.141 - - [2026-05-11 03:56:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012486 10.0.0.141 - - [2026-05-11 03:56:18] "POST /neutron/network HTTP/1.1" 200 1112 0.009754 10.0.0.141 - - [2026-05-11 03:56:27] "POST /neutron/port HTTP/1.1" 200 1092 0.017673 10.0.0.141 - - [2026-05-11 03:56:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007702 10.0.0.141 - - [2026-05-11 03:56:43] "POST /neutron/port HTTP/1.1" 200 1092 0.017787 10.0.0.141 - - [2026-05-11 03:56:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008210 10.0.0.27 - - [2026-05-11 03:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2026-05-11 03:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.27 - - [2026-05-11 03:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-05-11 03:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.27 - - [2026-05-11 03:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.27 - - [2026-05-11 03:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2026-05-11 03:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-05-11 03:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.141 - - [2026-05-11 03:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.141 - - [2026-05-11 03:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2026-05-11 03:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.141 - - [2026-05-11 03:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2026-05-11 03:56:55] "GET /obj-perms HTTP/1.1" 200 5075 0.058726 10.0.0.141 - - [2026-05-11 03:56:58] "POST /neutron/port HTTP/1.1" 200 1092 0.022160 10.0.0.141 - - [2026-05-11 03:57:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008883 10.0.0.141 - - [2026-05-11 03:57:06] "POST /neutron/network HTTP/1.1" 200 1122 0.009122 10.0.0.141 - - [2026-05-11 03:57:06] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013267 10.0.0.141 - - [2026-05-11 03:57:06] "POST /neutron/network HTTP/1.1" 200 1112 0.009010 10.0.0.141 - - [2026-05-11 03:57:14] "POST /neutron/port HTTP/1.1" 200 1092 0.017560 10.0.0.141 - - [2026-05-11 03:57:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008768 10.0.0.141 - - [2026-05-11 03:57:20] "POST /neutron/network HTTP/1.1" 200 939 0.007163 10.0.0.141 - - [2026-05-11 03:57:20] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.141 - - [2026-05-11 03:57:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012336 10.0.0.141 - - [2026-05-11 03:57:34] "POST /neutron/port HTTP/1.1" 200 1092 0.017568 10.0.0.141 - - [2026-05-11 03:57:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007833 10.0.0.141 - - [2026-05-11 03:58:07] "POST /neutron/network HTTP/1.1" 200 939 0.037635 10.0.0.141 - - [2026-05-11 03:58:08] "POST /neutron/port HTTP/1.1" 200 117 0.001564 10.0.0.141 - - [2026-05-11 03:58:21] "POST /neutron/port HTTP/1.1" 200 1092 0.020306 10.0.0.141 - - [2026-05-11 03:58:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.008406 10.0.0.141 - - [2026-05-11 03:59:08] "POST /neutron/port HTTP/1.1" 200 1128 0.018403 10.0.0.141 - - [2026-05-11 03:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003574 10.0.0.141 - - [2026-05-11 03:59:08] "POST /neutron/network HTTP/1.1" 200 828 0.007108 10.0.0.141 - - [2026-05-11 03:59:22] "POST /neutron/router HTTP/1.1" 200 598 0.006327 10.0.0.141 - - [2026-05-11 03:59:22] "POST /neutron/router HTTP/1.1" 200 151 0.091844 10.0.0.27 - - [2026-05-11 03:59:22] "GET /logical-router/47fe4b31-9d00-42b4-8229-b5ba4111c8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.032669 10.0.0.141 - - [2026-05-11 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.039347 10.0.0.141 - - [2026-05-11 03:59:23] "POST /neutron/port HTTP/1.1" 200 151 0.186275 10.0.0.141 - - [2026-05-11 03:59:24] "POST /neutron/network HTTP/1.1" 200 828 0.006550 10.0.0.141 - - [2026-05-11 03:59:24] "POST /neutron/port HTTP/1.1" 200 1013 0.168699 10.0.0.141 - - [2026-05-11 03:59:24] "DELETE /instance-ip/7d433d72-0b18-48df-bedb-1f873fd53559 HTTP/1.1" 200 115 0.092323 10.0.0.141 - - [2026-05-11 03:59:24] "DELETE /virtual-machine-interface/90724a12-deb1-4fa1-a28d-fb17e8701805 HTTP/1.1" 200 115 0.071067 10.0.0.141 - - [2026-05-11 03:59:24] "DELETE /instance-ip/ec797453-2155-4d46-9ea7-254a9874d1e6 HTTP/1.1" 200 115 0.041267 10.0.0.141 - - [2026-05-11 03:59:25] "DELETE /virtual-machine-interface/94037441-c4b6-4b32-afc2-3135ff43664d HTTP/1.1" 200 115 0.061879 10.0.0.141 - - [2026-05-11 03:59:25] "POST /neutron/port HTTP/1.1" 200 990 0.018962 10.0.0.141 - - [2026-05-11 03:59:25] "DELETE /instance-ip/8fa7add6-f0a6-4faf-93d5-71659089913e HTTP/1.1" 200 115 0.044792 10.0.0.141 - - [2026-05-11 03:59:25] "DELETE /virtual-machine-interface/73990bc8-ce2d-43b5-b53b-81acadcdc092 HTTP/1.1" 200 115 0.061653 10.0.0.141 - - [2026-05-11 03:59:25] "POST /neutron/port HTTP/1.1" 200 151 0.101440 10.0.0.141 - - [2026-05-11 03:59:25] "DELETE /route-target/95fa268d-4e11-4425-bb4a-0eeec7ea4547 HTTP/1.1" 200 115 0.025844 10.0.0.141 - - [2026-05-11 03:59:25] "POST /neutron/network HTTP/1.1" 200 828 0.007321 10.0.0.141 - - [2026-05-11 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.27 - - [2026-05-11 03:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.064503 10.0.0.27 - - [2026-05-11 03:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002619 10.0.0.141 - - [2026-05-11 03:59:26] "POST /neutron/network HTTP/1.1" 200 151 0.181429 10.0.0.27 - - [2026-05-11 03:59:26] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001000 10.0.0.141 - - [2026-05-11 03:59:26] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.112205 10.0.0.27 - - [2026-05-11 03:59:26] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001016 10.0.0.141 - - [2026-05-11 03:59:26] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?fields=virtual_networks HTTP/1.1" 200 1051 0.039977 10.0.0.27 - - [2026-05-11 03:59:26] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001736 10.0.0.141 - - [2026-05-11 03:59:26] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.051260 10.0.0.27 - - [2026-05-11 03:59:26] "GET /projects?obj_uuids=d677f9fe-4a09-481b-8d5e-693556d49e5c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.141 - - [2026-05-11 03:59:26] "GET /project/d677f9fe-4a09-481b-8d5e-693556d49e5c?fields=security_groups HTTP/1.1" 200 1281 0.038063 10.0.0.141 - - [2026-05-11 03:59:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.028180 10.0.0.27 - - [2026-05-11 03:59:27] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003444 10.0.0.27 - - [2026-05-11 03:59:27] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.27 - - [2026-05-11 03:59:27] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036179 10.0.0.27 - - [2026-05-11 03:59:27] "POST /id-to-fqname HTTP/1.1" 200 189 0.004889 10.0.0.27 - - [2026-05-11 03:59:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.008329 10.0.0.27 - - [2026-05-11 03:59:27] "POST /security-groups HTTP/1.1" 200 590 0.030270 10.0.0.27 - - [2026-05-11 03:59:27] "POST /projects HTTP/1.1" 200 583 0.244222 10.0.0.141 - - [2026-05-11 03:59:27] "POST /access-control-lists HTTP/1.1" 200 595 0.040591 10.0.0.27 - - [2026-05-11 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.317718 10.0.0.141 - - [2026-05-11 03:59:27] "GET /project/0b837f25-0879-4910-9333-316b4818d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.503307 10.0.0.141 - - [2026-05-11 03:59:29] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.141 - - [2026-05-11 03:59:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.141 - - [2026-05-11 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.066036 10.0.0.27 - - [2026-05-11 03:59:31] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000907 10.0.0.141 - - [2026-05-11 03:59:31] "GET /project/0b837f25-0879-4910-9333-316b4818d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043810 10.0.0.141 - - [2026-05-11 03:59:31] "POST /neutron/network HTTP/1.1" 200 117 0.039168 10.0.0.141 - - [2026-05-11 03:59:31] "POST /route-targets HTTP/1.1" 200 327 0.014611 10.0.0.141 - - [2026-05-11 03:59:31] "POST /neutron/network HTTP/1.1" 200 824 0.008825 10.0.0.141 - - [2026-05-11 03:59:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001047 10.0.0.141 - - [2026-05-11 03:59:31] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004877 10.0.0.141 - - [2026-05-11 03:59:31] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005699 10.0.0.141 - - [2026-05-11 03:59:31] "POST /neutron/subnet HTTP/1.1" 200 730 0.011036 10.0.0.141 - - [2026-05-11 03:59:32] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005819 10.0.0.141 - - [2026-05-11 03:59:33] "GET /obj-perms HTTP/1.1" 200 5047 0.062634 10.0.0.27 - - [2026-05-11 03:59:33] "GET /obj-perms HTTP/1.1" 200 5047 0.052783 10.0.0.141 - - [2026-05-11 03:59:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001264 10.0.0.27 - - [2026-05-11 03:59:34] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001087 10.0.0.141 - - [2026-05-11 03:59:34] "GET /project/0b837f25-0879-4910-9333-316b4818d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.063187 10.0.0.141 - - [2026-05-11 03:59:34] "POST /neutron/network HTTP/1.1" 200 824 0.031020 10.0.0.141 - - [2026-05-11 03:59:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001221 10.0.0.141 - - [2026-05-11 03:59:35] "POST /neutron/port HTTP/1.1" 200 4192 0.050069 10.0.0.27 - - [2026-05-11 03:59:35] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001466 10.0.0.141 - - [2026-05-11 03:59:35] "POST /neutron/port HTTP/1.1" 200 1060 0.323695 10.0.0.141 - - [2026-05-11 03:59:36] "POST /neutron/port HTTP/1.1" 200 1114 0.119845 10.0.0.27 - - [2026-05-11 03:59:36] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000892 10.0.0.141 - - [2026-05-11 03:59:36] "GET /project/0b837f25-0879-4910-9333-316b4818d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067559 10.0.0.141 - - [2026-05-11 03:59:36] "POST /neutron/subnet HTTP/1.1" 200 704 0.009837 10.0.0.141 - - [2026-05-11 03:59:36] "POST /neutron/network HTTP/1.1" 200 824 0.007834 10.0.0.141 - - [2026-05-11 03:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.006505 10.0.0.141 - - [2026-05-11 03:59:36] "POST /neutron/network HTTP/1.1" 200 834 0.007711 10.0.0.141 - - [2026-05-11 03:59:37] "POST /neutron/port HTTP/1.1" 200 1060 0.017884 10.0.0.141 - - [2026-05-11 03:59:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003881 10.0.0.141 - - [2026-05-11 03:59:37] "POST /neutron/network HTTP/1.1" 200 824 0.010614 10.0.0.141 - - [2026-05-11 03:59:41] "POST /neutron/port HTTP/1.1" 200 1124 0.017594 10.0.0.141 - - [2026-05-11 03:59:41] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008240 10.0.0.141 - - [2026-05-11 03:59:41] "GET /virtual-machine/214f46c1-eb3a-4279-a53a-b21205bafffd HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-05-11 03:59:42] "GET /virtual-machine/214f46c1-eb3a-4279-a53a-b21205bafffd HTTP/1.1" 200 1291 0.030353 10.0.0.141 - - [2026-05-11 03:59:42] "GET /virtual-machine-interface/1a654374-f857-49a6-951e-eca1616c89e2 HTTP/1.1" 200 2935 0.005584 10.0.0.141 - - [2026-05-11 03:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.141 - - [2026-05-11 03:59:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003378 10.0.0.141 - - [2026-05-11 03:59:42] "GET /virtual-networks?parent_id=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003090 10.0.0.141 - - [2026-05-11 03:59:42] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005338 10.0.0.141 - - [2026-05-11 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.141 - - [2026-05-11 03:59:45] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005876 10.0.0.141 - - [2026-05-11 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.141 - - [2026-05-11 03:59:49] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005435 10.0.0.141 - - [2026-05-11 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.141 - - [2026-05-11 03:59:53] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004830 10.0.0.141 - - [2026-05-11 03:59:54] "DELETE /access-control-list/d10654a6-e249-4d8a-ba90-2b2154c946b8 HTTP/1.1" 200 115 0.058391 10.0.0.249 - - [2026-05-11 03:59:57] "GET /obj-perms HTTP/1.1" 200 5075 0.062720 10.0.0.141 - - [2026-05-11 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.141 - - [2026-05-11 03:59:57] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006183 10.0.0.27 - - [2026-05-11 04:00:00] "DELETE /project/d677f9fe-4a09-481b-8d5e-693556d49e5c HTTP/1.1" 404 177 0.007603 10.0.0.27 - - [2026-05-11 04:00:00] "DELETE /project/0b837f25087949109333316b4818d369 HTTP/1.1" 404 173 0.004941 10.0.0.141 - - [2026-05-11 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.141 - - [2026-05-11 04:00:01] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006520 10.0.0.141 - - [2026-05-11 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006445 10.0.0.141 - - [2026-05-11 04:00:05] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006067 10.0.0.141 - - [2026-05-11 04:00:09] "POST /neutron/network HTTP/1.1" 200 1122 0.007050 10.0.0.141 - - [2026-05-11 04:00:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016110 10.0.0.141 - - [2026-05-11 04:00:09] "POST /neutron/network HTTP/1.1" 200 1112 0.010269 10.0.0.141 - - [2026-05-11 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2026-05-11 04:00:09] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005035 10.0.0.141 - - [2026-05-11 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.141 - - [2026-05-11 04:00:14] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005950 10.0.0.141 - - [2026-05-11 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.141 - - [2026-05-11 04:00:18] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009653 10.0.0.141 - - [2026-05-11 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.141 - - [2026-05-11 04:00:22] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005118 10.0.0.141 - - [2026-05-11 04:00:24] "POST /neutron/network HTTP/1.1" 200 1122 0.034828 10.0.0.141 - - [2026-05-11 04:00:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019041 10.0.0.141 - - [2026-05-11 04:00:25] "POST /neutron/network HTTP/1.1" 200 1112 0.009908 10.0.0.141 - - [2026-05-11 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.141 - - [2026-05-11 04:00:26] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005123 10.0.0.141 - - [2026-05-11 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.141 - - [2026-05-11 04:00:30] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006641 10.0.0.141 - - [2026-05-11 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.141 - - [2026-05-11 04:00:34] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006122 10.0.0.141 - - [2026-05-11 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.141 - - [2026-05-11 04:00:38] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005080 10.0.0.141 - - [2026-05-11 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.141 - - [2026-05-11 04:00:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004218 10.0.0.141 - - [2026-05-11 04:00:40] "GET /virtual-networks?parent_id=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003140 10.0.0.141 - - [2026-05-11 04:00:40] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005848 10.0.0.141 - - [2026-05-11 04:00:46] "POST /neutron/port HTTP/1.1" 200 1124 0.027661 10.0.0.141 - - [2026-05-11 04:00:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033298 10.0.0.141 - - [2026-05-11 04:00:52] "POST /neutron/port HTTP/1.1" 200 1124 0.019024 10.0.0.141 - - [2026-05-11 04:00:56] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007463 10.0.0.141 - - [2026-05-11 04:01:01] "POST /neutron/port HTTP/1.1" 200 1124 0.020687 10.0.0.141 - - [2026-05-11 04:01:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008980 10.0.0.141 - - [2026-05-11 04:01:01] "GET /virtual-machine/29b64333-bce3-415b-b3c1-39d2e8a4a254 HTTP/1.1" 200 1291 0.006694 10.0.0.141 - - [2026-05-11 04:01:02] "GET /virtual-machine-interface/7e04a18d-e0c2-4233-9ad8-3f33cf0eb45f HTTP/1.1" 200 2935 0.005414 10.0.0.141 - - [2026-05-11 04:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.141 - - [2026-05-11 04:01:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010173 10.0.0.141 - - [2026-05-11 04:01:02] "GET /virtual-networks?parent_id=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004035 10.0.0.141 - - [2026-05-11 04:01:02] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007585 10.0.0.141 - - [2026-05-11 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.141 - - [2026-05-11 04:01:03] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004484 10.0.0.141 - - [2026-05-11 04:01:03] "GET /virtual-networks?parent_id=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002841 10.0.0.141 - - [2026-05-11 04:01:03] "GET /virtual-network/db79bffa-c9bb-408b-8fe3-d3f84d0e272c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006229 10.0.0.141 - - [2026-05-11 04:01:10] "POST /neutron/network HTTP/1.1" 200 939 0.006888 10.0.0.141 - - [2026-05-11 04:01:10] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.141 - - [2026-05-11 04:01:26] "POST /neutron/port HTTP/1.1" 200 1109 0.018035 10.0.0.141 - - [2026-05-11 04:01:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.009228 10.0.0.27 - - [2026-05-11 04:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.27 - - [2026-05-11 04:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000523 10.0.0.249 - - [2026-05-11 04:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-05-11 04:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.27 - - [2026-05-11 04:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.27 - - [2026-05-11 04:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000720 10.0.0.249 - - [2026-05-11 04:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2026-05-11 04:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.141 - - [2026-05-11 04:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.141 - - [2026-05-11 04:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000597 10.0.0.141 - - [2026-05-11 04:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.141 - - [2026-05-11 04:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000690 10.0.0.141 - - [2026-05-11 04:02:12] "POST /neutron/port HTTP/1.1" 200 1217 0.019054 10.0.0.141 - - [2026-05-11 04:02:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004491 10.0.0.141 - - [2026-05-11 04:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.141 - - [2026-05-11 04:02:28] "POST /neutron/port HTTP/1.1" 200 1124 0.020437 10.0.0.141 - - [2026-05-11 04:02:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004349 10.0.0.141 - - [2026-05-11 04:02:28] "POST /neutron/network HTTP/1.1" 200 824 0.007149 10.0.0.141 - - [2026-05-11 04:02:38] "POST /neutron/port HTTP/1.1" 200 1124 0.019928 10.0.0.141 - - [2026-05-11 04:02:38] "POST /neutron/port HTTP/1.1" 200 1124 0.016663 10.0.0.141 - - [2026-05-11 04:02:40] "POST /neutron/network HTTP/1.1" 200 824 0.007524 10.0.0.27 - - [2026-05-11 04:02:41] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001245 10.0.0.141 - - [2026-05-11 04:02:42] "GET /project/0b837f25-0879-4910-9333-316b4818d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058968 10.0.0.27 - - [2026-05-11 04:02:42] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001187 10.0.0.141 - - [2026-05-11 04:02:42] "GET /project/0b837f25-0879-4910-9333-316b4818d369?fields=virtual_networks HTTP/1.1" 200 1039 0.054683 10.0.0.27 - - [2026-05-11 04:02:42] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000933 10.0.0.141 - - [2026-05-11 04:02:42] "GET /project/0b837f25-0879-4910-9333-316b4818d369?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.049051 10.0.0.27 - - [2026-05-11 04:02:42] "GET /projects?obj_uuids=0b837f25-0879-4910-9333-316b4818d369&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.141 - - [2026-05-11 04:02:42] "GET /project/0b837f25-0879-4910-9333-316b4818d369?fields=security_groups HTTP/1.1" 200 1264 0.044704 10.0.0.141 - - [2026-05-11 04:02:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.031354 10.0.0.27 - - [2026-05-11 04:02:43] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003888 10.0.0.27 - - [2026-05-11 04:02:43] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000844 10.0.0.27 - - [2026-05-11 04:02:43] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006459 10.0.0.27 - - [2026-05-11 04:02:43] "POST /id-to-fqname HTTP/1.1" 200 189 0.008283 10.0.0.27 - - [2026-05-11 04:02:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.005458 10.0.0.27 - - [2026-05-11 04:02:43] "POST /security-groups HTTP/1.1" 200 590 0.084897 10.0.0.141 - - [2026-05-11 04:02:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.003567 10.0.0.27 - - [2026-05-11 04:02:43] "POST /projects HTTP/1.1" 200 583 0.309739 10.0.0.27 - - [2026-05-11 04:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.381371 10.0.0.141 - - [2026-05-11 04:02:43] "POST /access-control-lists HTTP/1.1" 200 593 0.028154 10.0.0.141 - - [2026-05-11 04:02:43] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.536659 10.0.0.141 - - [2026-05-11 04:02:44] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.141 - - [2026-05-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2026-05-11 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.062868 10.0.0.27 - - [2026-05-11 04:02:46] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001313 10.0.0.141 - - [2026-05-11 04:02:47] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044491 10.0.0.27 - - [2026-05-11 04:02:47] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001420 10.0.0.141 - - [2026-05-11 04:02:47] "POST /neutron/network HTTP/1.1" 200 604 0.188512 10.0.0.141 - - [2026-05-11 04:02:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.003529 10.0.0.141 - - [2026-05-11 04:02:47] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004978 10.0.0.141 - - [2026-05-11 04:02:47] "POST /neutron/network HTTP/1.1" 200 822 0.007632 10.0.0.141 - - [2026-05-11 04:02:47] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005825 10.0.0.141 - - [2026-05-11 04:02:48] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006453 10.0.0.141 - - [2026-05-11 04:02:48] "GET /obj-perms HTTP/1.1" 200 5047 0.070190 10.0.0.27 - - [2026-05-11 04:02:49] "GET /obj-perms HTTP/1.1" 200 5047 0.067922 10.0.0.141 - - [2026-05-11 04:02:49] "POST /id-to-fqname HTTP/1.1" 200 219 0.002186 10.0.0.141 - - [2026-05-11 04:02:49] "POST /neutron/port HTTP/1.1" 200 4192 0.048840 10.0.0.27 - - [2026-05-11 04:02:50] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001124 10.0.0.141 - - [2026-05-11 04:02:50] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.084587 10.0.0.141 - - [2026-05-11 04:02:51] "POST /neutron/port HTTP/1.1" 200 4192 0.047358 10.0.0.141 - - [2026-05-11 04:02:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.001943 10.0.0.141 - - [2026-05-11 04:02:51] "POST /neutron/network HTTP/1.1" 200 832 0.008728 10.0.0.141 - - [2026-05-11 04:02:52] "POST /neutron/port HTTP/1.1" 200 1058 0.020096 10.0.0.141 - - [2026-05-11 04:02:52] "POST /neutron/port HTTP/1.1" 200 1122 0.021760 10.0.0.141 - - [2026-05-11 04:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2026-05-11 04:02:52] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001305 10.0.0.141 - - [2026-05-11 04:02:52] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.137787 10.0.0.141 - - [2026-05-11 04:02:52] "POST /neutron/port HTTP/1.1" 200 5161 0.054376 10.0.0.141 - - [2026-05-11 04:02:53] "POST /neutron/port HTTP/1.1" 200 1122 0.027562 10.0.0.27 - - [2026-05-11 04:02:53] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001458 10.0.0.141 - - [2026-05-11 04:02:53] "POST /neutron/port HTTP/1.1" 200 1058 0.316389 10.0.0.141 - - [2026-05-11 04:02:54] "POST /neutron/port HTTP/1.1" 200 1112 0.127339 10.0.0.141 - - [2026-05-11 04:02:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.009975 10.0.0.141 - - [2026-05-11 04:02:55] "DELETE /access-control-list/d3dfa2bd-abe9-41c3-a977-9216dd59ccba HTTP/1.1" 200 115 0.040954 10.0.0.141 - - [2026-05-11 04:02:58] "POST /neutron/port HTTP/1.1" 200 1122 0.024149 10.0.0.141 - - [2026-05-11 04:02:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007945 10.0.0.141 - - [2026-05-11 04:02:58] "GET /virtual-machine/21158eff-d094-4029-b1dc-c65137af8b50 HTTP/1.1" 401 293 0.000444 10.0.0.141 - - [2026-05-11 04:02:58] "GET /virtual-machine/21158eff-d094-4029-b1dc-c65137af8b50 HTTP/1.1" 200 1291 0.042028 10.0.0.141 - - [2026-05-11 04:02:58] "GET /virtual-machine-interface/f143727c-28f4-4fb2-b7cb-1269c2fd2040 HTTP/1.1" 200 2936 0.004785 10.0.0.141 - - [2026-05-11 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.141 - - [2026-05-11 04:02:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003866 10.0.0.141 - - [2026-05-11 04:02:58] "GET /virtual-networks?parent_id=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002576 10.0.0.141 - - [2026-05-11 04:02:59] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005886 10.0.0.249 - - [2026-05-11 04:02:59] "GET /obj-perms HTTP/1.1" 200 5075 0.062518 10.0.0.27 - - [2026-05-11 04:03:01] "DELETE /project/0b837f25-0879-4910-9333-316b4818d369 HTTP/1.1" 404 177 0.004061 10.0.0.27 - - [2026-05-11 04:03:01] "DELETE /project/6853b69e6bf44e48b7fc57a45d2a3d6e HTTP/1.1" 404 173 0.005303 10.0.0.141 - - [2026-05-11 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2026-05-11 04:03:02] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004986 10.0.0.141 - - [2026-05-11 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.141 - - [2026-05-11 04:03:06] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005934 10.0.0.141 - - [2026-05-11 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.141 - - [2026-05-11 04:03:10] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006928 10.0.0.141 - - [2026-05-11 04:03:13] "POST /neutron/port HTTP/1.1" 200 1109 0.046918 10.0.0.141 - - [2026-05-11 04:03:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003899 10.0.0.141 - - [2026-05-11 04:03:13] "POST /neutron/network HTTP/1.1" 200 929 0.008005 10.0.0.141 - - [2026-05-11 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.141 - - [2026-05-11 04:03:14] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005929 10.0.0.141 - - [2026-05-11 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-11 04:03:18] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005409 10.0.0.141 - - [2026-05-11 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.141 - - [2026-05-11 04:03:22] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007655 10.0.0.141 - - [2026-05-11 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.141 - - [2026-05-11 04:03:26] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007106 10.0.0.141 - - [2026-05-11 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.141 - - [2026-05-11 04:03:30] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005127 10.0.0.141 - - [2026-05-11 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.141 - - [2026-05-11 04:03:34] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006877 10.0.0.141 - - [2026-05-11 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.141 - - [2026-05-11 04:03:38] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005986 10.0.0.141 - - [2026-05-11 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.141 - - [2026-05-11 04:03:43] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004856 10.0.0.141 - - [2026-05-11 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.141 - - [2026-05-11 04:03:45] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003958 10.0.0.141 - - [2026-05-11 04:03:45] "GET /virtual-networks?parent_id=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002739 10.0.0.141 - - [2026-05-11 04:03:45] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007304 10.0.0.141 - - [2026-05-11 04:03:50] "POST /neutron/port HTTP/1.1" 200 1122 0.022079 10.0.0.141 - - [2026-05-11 04:03:55] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007520 10.0.0.141 - - [2026-05-11 04:04:00] "POST /neutron/port HTTP/1.1" 200 1122 0.020279 10.0.0.141 - - [2026-05-11 04:04:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008087 10.0.0.141 - - [2026-05-11 04:04:11] "POST /neutron/port HTTP/1.1" 200 1122 0.020197 10.0.0.141 - - [2026-05-11 04:04:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007181 10.0.0.141 - - [2026-05-11 04:04:11] "GET /virtual-machine/9efbb3a1-80a0-430b-8749-efba37831ded HTTP/1.1" 200 1291 0.007156 10.0.0.141 - - [2026-05-11 04:04:11] "GET /virtual-machine-interface/b069fec5-00c8-4cba-9f61-223049d42da0 HTTP/1.1" 200 2936 0.005931 10.0.0.141 - - [2026-05-11 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.141 - - [2026-05-11 04:04:11] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003895 10.0.0.141 - - [2026-05-11 04:04:11] "GET /virtual-networks?parent_id=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004106 10.0.0.141 - - [2026-05-11 04:04:11] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005630 10.0.0.141 - - [2026-05-11 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.141 - - [2026-05-11 04:04:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004576 10.0.0.141 - - [2026-05-11 04:04:12] "GET /virtual-networks?parent_id=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004769 10.0.0.141 - - [2026-05-11 04:04:12] "GET /virtual-network/147e72f9-972b-4a2f-99f6-3043af34d109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007213 10.0.0.141 - - [2026-05-11 04:04:13] "POST /neutron/port HTTP/1.1" 200 1217 0.020329 10.0.0.141 - - [2026-05-11 04:04:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005678 10.0.0.141 - - [2026-05-11 04:04:13] "POST /neutron/port HTTP/1.1" 200 117 0.001852 10.0.0.141 - - [2026-05-11 04:04:31] "POST /neutron/port HTTP/1.1" 200 1217 0.020786 10.0.0.141 - - [2026-05-11 04:04:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003389 10.0.0.141 - - [2026-05-11 04:04:31] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.141 - - [2026-05-11 04:04:42] "POST /neutron/network HTTP/1.1" 200 822 0.009490 10.0.0.141 - - [2026-05-11 04:04:43] "POST /neutron/port HTTP/1.1" 200 1112 0.015165 10.0.0.141 - - [2026-05-11 04:04:43] "POST /neutron/port HTTP/1.1" 200 1112 0.024648 10.0.0.27 - - [2026-05-11 04:04:45] "POST /useragent-kv HTTP/1.1" 200 115 0.047852 10.0.0.27 - - [2026-05-11 04:04:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.141 - - [2026-05-11 04:04:45] "POST /neutron/network HTTP/1.1" 200 151 0.165162 10.0.0.141 - - [2026-05-11 04:04:45] "DELETE /route-target/ce689845-ff29-47c9-bd80-68d6ac2683f5 HTTP/1.1" 200 115 0.087145 10.0.0.27 - - [2026-05-11 04:04:46] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001019 10.0.0.141 - - [2026-05-11 04:04:46] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.083469 10.0.0.27 - - [2026-05-11 04:04:46] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000830 10.0.0.141 - - [2026-05-11 04:04:46] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?fields=virtual_networks HTTP/1.1" 200 1040 0.052933 10.0.0.27 - - [2026-05-11 04:04:46] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001081 10.0.0.141 - - [2026-05-11 04:04:46] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045696 10.0.0.27 - - [2026-05-11 04:04:46] "GET /projects?obj_uuids=6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001073 10.0.0.141 - - [2026-05-11 04:04:46] "GET /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e?fields=security_groups HTTP/1.1" 200 1265 0.039531 10.0.0.27 - - [2026-05-11 04:05:01] "DELETE /project/6853b69e-6bf4-4e48-b7fc-57a45d2a3d6e HTTP/1.1" 404 177 0.066252 10.0.0.141 - - [2026-05-11 04:05:02] "GET / HTTP/1.1" 200 35931 0.001863 10.0.0.141 - - [2026-05-11 04:05:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.141 - - [2026-05-11 04:05:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.056438 10.0.0.27 - - [2026-05-11 04:05:04] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002811 10.0.0.27 - - [2026-05-11 04:05:04] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.27 - - [2026-05-11 04:05:04] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007657 10.0.0.27 - - [2026-05-11 04:05:04] "POST /id-to-fqname HTTP/1.1" 200 203 0.001086 10.0.0.27 - - [2026-05-11 04:05:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.006409 10.0.0.27 - - [2026-05-11 04:05:04] "POST /security-groups HTTP/1.1" 200 604 0.042585 10.0.0.141 - - [2026-05-11 04:05:04] "POST /fqname-to-id HTTP/1.1" 404 247 0.003145 10.0.0.27 - - [2026-05-11 04:05:04] "POST /projects HTTP/1.1" 200 611 0.273042 10.0.0.27 - - [2026-05-11 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.353701 10.0.0.141 - - [2026-05-11 04:05:04] "POST /access-control-lists HTTP/1.1" 200 607 0.038858 10.0.0.141 - - [2026-05-11 04:05:04] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.495282 10.0.0.141 - - [2026-05-11 04:05:05] "GET / HTTP/1.1" 200 35931 0.002056 10.0.0.141 - - [2026-05-11 04:05:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000567 10.0.0.141 - - [2026-05-11 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.071468 10.0.0.27 - - [2026-05-11 04:05:06] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000838 10.0.0.141 - - [2026-05-11 04:05:06] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.043243 10.0.0.27 - - [2026-05-11 04:05:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009278 10.0.0.141 - - [2026-05-11 04:05:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.272549 10.0.0.141 - - [2026-05-11 04:05:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001194 10.0.0.141 - - [2026-05-11 04:05:07] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006036 10.0.0.141 - - [2026-05-11 04:05:07] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009013 10.0.0.141 - - [2026-05-11 04:05:07] "POST /neutron/network HTTP/1.1" 200 838 0.008487 10.0.0.141 - - [2026-05-11 04:05:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001740 10.0.0.141 - - [2026-05-11 04:05:07] "POST /neutron/network HTTP/1.1" 200 848 0.009113 10.0.0.27 - - [2026-05-11 04:05:08] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001011 10.0.0.141 - - [2026-05-11 04:05:08] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.097297 10.0.0.141 - - [2026-05-11 04:05:09] "POST /neutron/port HTTP/1.1" 200 117 0.007611 10.0.0.141 - - [2026-05-11 04:05:09] "POST /id-to-fqname HTTP/1.1" 200 234 0.001199 10.0.0.141 - - [2026-05-11 04:05:09] "POST /neutron/network HTTP/1.1" 200 848 0.006485 10.0.0.141 - - [2026-05-11 04:05:09] "POST /neutron/port HTTP/1.1" 200 1072 0.019357 10.0.0.141 - - [2026-05-11 04:05:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003340 10.0.0.27 - - [2026-05-11 04:05:10] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001528 10.0.0.141 - - [2026-05-11 04:05:10] "POST /neutron/network HTTP/1.1" 200 838 0.007226 10.0.0.141 - - [2026-05-11 04:05:10] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.121079 10.0.0.141 - - [2026-05-11 04:05:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008024 10.0.0.141 - - [2026-05-11 04:05:11] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005767 10.0.0.27 - - [2026-05-11 04:05:11] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001001 10.0.0.141 - - [2026-05-11 04:05:11] "POST /neutron/port HTTP/1.1" 200 1072 0.331835 10.0.0.141 - - [2026-05-11 04:05:12] "POST /neutron/port HTTP/1.1" 200 1126 0.119627 10.0.0.141 - - [2026-05-11 04:05:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.011096 10.0.0.141 - - [2026-05-11 04:05:12] "GET /obj-perms HTTP/1.1" 200 5075 0.060184 10.0.0.27 - - [2026-05-11 04:05:13] "GET /obj-perms HTTP/1.1" 200 5075 0.067309 10.0.0.141 - - [2026-05-11 04:05:13] "POST /neutron/port HTTP/1.1" 200 1136 0.027628 10.0.0.141 - - [2026-05-11 04:05:13] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008347 10.0.0.141 - - [2026-05-11 04:05:13] "GET /virtual-machine/5fffa6e2-a2ea-4d21-bcc1-c505536026cd HTTP/1.1" 401 293 0.000615 10.0.0.141 - - [2026-05-11 04:05:13] "GET /virtual-machine/5fffa6e2-a2ea-4d21-bcc1-c505536026cd HTTP/1.1" 200 1305 0.039100 10.0.0.141 - - [2026-05-11 04:05:13] "GET /virtual-machine-interface/d02eab42-b9ac-4820-99bb-4ebcacf843db HTTP/1.1" 200 3009 0.005409 10.0.0.141 - - [2026-05-11 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.141 - - [2026-05-11 04:05:13] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004152 10.0.0.141 - - [2026-05-11 04:05:13] "GET /virtual-networks?parent_id=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003547 10.0.0.141 - - [2026-05-11 04:05:13] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007334 10.0.0.141 - - [2026-05-11 04:05:14] "POST /neutron/port HTTP/1.1" 200 1109 0.019490 10.0.0.141 - - [2026-05-11 04:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.141 - - [2026-05-11 04:05:15] "POST /neutron/network HTTP/1.1" 200 929 0.008616 10.0.0.141 - - [2026-05-11 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.141 - - [2026-05-11 04:05:17] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004783 10.0.0.141 - - [2026-05-11 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.141 - - [2026-05-11 04:05:21] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008757 10.0.0.141 - - [2026-05-11 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.141 - - [2026-05-11 04:05:25] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005474 10.0.0.141 - - [2026-05-11 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.141 - - [2026-05-11 04:05:29] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005188 10.0.0.141 - - [2026-05-11 04:05:32] "POST /neutron/port HTTP/1.1" 200 1109 0.045333 10.0.0.141 - - [2026-05-11 04:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 10.0.0.141 - - [2026-05-11 04:05:32] "POST /neutron/network HTTP/1.1" 200 929 0.008568 10.0.0.141 - - [2026-05-11 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.141 - - [2026-05-11 04:05:33] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004901 10.0.0.141 - - [2026-05-11 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.141 - - [2026-05-11 04:05:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004419 10.0.0.141 - - [2026-05-11 04:05:35] "GET /virtual-networks?parent_id=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003178 10.0.0.141 - - [2026-05-11 04:05:35] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007870 10.0.0.141 - - [2026-05-11 04:05:36] "POST /neutron/port HTTP/1.1" 200 1136 0.026653 10.0.0.141 - - [2026-05-11 04:05:40] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008029 10.0.0.141 - - [2026-05-11 04:05:40] "POST /neutron/port HTTP/1.1" 200 1136 0.024176 10.0.0.141 - - [2026-05-11 04:05:40] "GET /virtual-machine/f4785b3c-bdc4-41e3-a1fa-5fc8bf659c29 HTTP/1.1" 200 1306 0.006462 10.0.0.141 - - [2026-05-11 04:05:40] "GET /virtual-machine-interface/9eab01d2-471e-46bd-b258-d2a4bc1291d9 HTTP/1.1" 200 3009 0.005434 10.0.0.141 - - [2026-05-11 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.141 - - [2026-05-11 04:05:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004815 10.0.0.141 - - [2026-05-11 04:05:41] "GET /virtual-networks?parent_id=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003762 10.0.0.141 - - [2026-05-11 04:05:41] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005612 10.0.0.141 - - [2026-05-11 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.141 - - [2026-05-11 04:05:42] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006083 10.0.0.141 - - [2026-05-11 04:05:42] "GET /virtual-networks?parent_id=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003215 10.0.0.141 - - [2026-05-11 04:05:42] "GET /virtual-network/c0a74581-498c-432a-88d1-fed5f8daed7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006660 10.0.0.141 - - [2026-05-11 04:05:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009094 10.0.0.141 - - [2026-05-11 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.141 - - [2026-05-11 04:05:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003870 10.0.0.141 - - [2026-05-11 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.141 - - [2026-05-11 04:05:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.141 - - [2026-05-11 04:05:48] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.012936 10.0.0.141 - - [2026-05-11 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.141 - - [2026-05-11 04:05:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004137 10.0.0.141 - - [2026-05-11 04:05:59] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.012411 10.0.0.27 - - [2026-05-11 04:06:01] "DELETE /project/4caa6e0c60814846b7230e592e662776 HTTP/1.1" 404 173 0.002857 10.0.0.249 - - [2026-05-11 04:06:02] "GET /obj-perms HTTP/1.1" 200 5075 0.058688 10.0.0.141 - - [2026-05-11 04:06:15] "POST /neutron/network HTTP/1.1" 200 1122 0.006959 10.0.0.141 - - [2026-05-11 04:06:15] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016030 10.0.0.141 - - [2026-05-11 04:06:15] "POST /neutron/network HTTP/1.1" 200 1112 0.010834 10.0.0.141 - - [2026-05-11 04:06:50] "POST /neutron/port HTTP/1.1" 200 1136 0.017675 10.0.0.141 - - [2026-05-11 04:06:51] "POST /neutron/port HTTP/1.1" 200 151 0.209418 10.0.0.27 - - [2026-05-11 04:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-05-11 04:06:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.27 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000829 10.0.0.27 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.27 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000633 10.0.0.141 - - [2026-05-11 04:06:52] "POST /neutron/network HTTP/1.1" 200 838 0.011873 10.0.0.141 - - [2026-05-11 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006991 10.0.0.249 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-05-11 04:06:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.27 - - [2026-05-11 04:06:52] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001162 10.0.0.141 - - [2026-05-11 04:06:52] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.054884 10.0.0.27 - - [2026-05-11 04:06:52] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001853 10.0.0.141 - - [2026-05-11 04:06:52] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?fields=virtual_networks HTTP/1.1" 200 1068 0.049940 10.0.0.27 - - [2026-05-11 04:06:52] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001014 10.0.0.141 - - [2026-05-11 04:06:52] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.040878 10.0.0.27 - - [2026-05-11 04:06:52] "GET /projects?obj_uuids=4caa6e0c-6081-4846-b723-0e592e662776&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000923 10.0.0.141 - - [2026-05-11 04:06:53] "GET /project/4caa6e0c-6081-4846-b723-0e592e662776?fields=security_groups HTTP/1.1" 200 1307 0.042377 10.0.0.141 - - [2026-05-11 04:06:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.039173 10.0.0.27 - - [2026-05-11 04:06:54] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004504 10.0.0.27 - - [2026-05-11 04:06:54] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.27 - - [2026-05-11 04:06:54] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008209 10.0.0.141 - - [2026-05-11 04:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.27 - - [2026-05-11 04:06:54] "POST /id-to-fqname HTTP/1.1" 200 209 0.005693 10.0.0.27 - - [2026-05-11 04:06:54] "POST /fqname-to-id HTTP/1.1" 404 217 0.005115 10.0.0.141 - - [2026-05-11 04:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.27 - - [2026-05-11 04:06:54] "POST /security-groups HTTP/1.1" 200 609 0.081137 10.0.0.27 - - [2026-05-11 04:06:54] "POST /projects HTTP/1.1" 200 621 0.302531 10.0.0.27 - - [2026-05-11 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.351621 10.0.0.141 - - [2026-05-11 04:06:54] "POST /access-control-lists HTTP/1.1" 200 614 0.027592 10.0.0.141 - - [2026-05-11 04:06:54] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.500117 10.0.0.141 - - [2026-05-11 04:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-05-11 04:06:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.141 - - [2026-05-11 04:06:55] "GET / HTTP/1.1" 200 35931 0.002113 10.0.0.141 - - [2026-05-11 04:06:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.109278 10.0.0.27 - - [2026-05-11 04:06:56] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001264 10.0.0.141 - - [2026-05-11 04:06:56] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.052697 10.0.0.27 - - [2026-05-11 04:06:57] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001541 10.0.0.141 - - [2026-05-11 04:06:57] "DELETE /access-control-list/bb0c8331-4303-4c70-9aef-46a2ae4be23c HTTP/1.1" 200 115 0.045754 10.0.0.141 - - [2026-05-11 04:06:57] "POST /neutron/network HTTP/1.1" 200 625 0.226333 10.0.0.141 - - [2026-05-11 04:06:57] "POST /ref-update HTTP/1.1" 200 156 0.038284 10.0.0.141 - - [2026-05-11 04:06:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.004263 10.0.0.141 - - [2026-05-11 04:06:57] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007185 10.0.0.141 - - [2026-05-11 04:06:57] "POST /neutron/network HTTP/1.1" 200 845 0.011854 10.0.0.141 - - [2026-05-11 04:06:57] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005438 10.0.0.141 - - [2026-05-11 04:06:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.001211 10.0.0.141 - - [2026-05-11 04:06:57] "POST /neutron/port HTTP/1.1" 200 4192 0.040940 10.0.0.27 - - [2026-05-11 04:06:58] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000901 10.0.0.141 - - [2026-05-11 04:06:58] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.079811 10.0.0.141 - - [2026-05-11 04:06:59] "POST /neutron/port HTTP/1.1" 200 4192 0.043596 10.0.0.141 - - [2026-05-11 04:06:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001249 10.0.0.141 - - [2026-05-11 04:06:59] "POST /neutron/network HTTP/1.1" 200 855 0.008530 10.0.0.141 - - [2026-05-11 04:07:00] "POST /neutron/port HTTP/1.1" 200 1079 0.021394 10.0.0.141 - - [2026-05-11 04:07:00] "POST /neutron/port HTTP/1.1" 200 1143 0.019909 10.0.0.141 - - [2026-05-11 04:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.27 - - [2026-05-11 04:07:00] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000848 10.0.0.141 - - [2026-05-11 04:07:00] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.079886 10.0.0.141 - - [2026-05-11 04:07:00] "POST /neutron/port HTTP/1.1" 200 5182 0.057294 10.0.0.141 - - [2026-05-11 04:07:01] "POST /neutron/network HTTP/1.1" 200 855 0.006912 10.0.0.141 - - [2026-05-11 04:07:01] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005310 10.0.0.27 - - [2026-05-11 04:07:01] "DELETE /project/68ddb98922c840f898d8230c4217f26d HTTP/1.1" 404 173 0.004752 10.0.0.27 - - [2026-05-11 04:07:01] "DELETE /project/4caa6e0c-6081-4846-b723-0e592e662776 HTTP/1.1" 404 177 0.004317 10.0.0.141 - - [2026-05-11 04:07:02] "POST /neutron/port HTTP/1.1" 200 1079 0.023353 10.0.0.141 - - [2026-05-11 04:07:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005572 10.0.0.141 - - [2026-05-11 04:07:02] "POST /neutron/network HTTP/1.1" 200 845 0.008680 10.0.0.141 - - [2026-05-11 04:07:04] "POST /neutron/port HTTP/1.1" 200 1143 0.022839 10.0.0.141 - - [2026-05-11 04:07:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009616 10.0.0.141 - - [2026-05-11 04:07:04] "GET /virtual-machine/a664af5d-316d-4375-8819-78b3adc40efa HTTP/1.1" 401 293 0.000641 10.0.0.141 - - [2026-05-11 04:07:04] "GET /virtual-machine/a664af5d-316d-4375-8819-78b3adc40efa HTTP/1.1" 200 1310 0.039844 10.0.0.141 - - [2026-05-11 04:07:04] "GET /virtual-machine-interface/5ad4badb-ecb9-42ac-b78c-bd751f635c1d HTTP/1.1" 200 3033 0.007586 10.0.0.141 - - [2026-05-11 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.141 - - [2026-05-11 04:07:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005851 10.0.0.141 - - [2026-05-11 04:07:04] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004653 10.0.0.141 - - [2026-05-11 04:07:04] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007751 10.0.0.141 - - [2026-05-11 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.141 - - [2026-05-11 04:07:07] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005144 10.0.0.141 - - [2026-05-11 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.141 - - [2026-05-11 04:07:11] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005871 10.0.0.141 - - [2026-05-11 04:07:14] "POST /neutron/network HTTP/1.1" 200 939 0.007433 10.0.0.141 - - [2026-05-11 04:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.141 - - [2026-05-11 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.141 - - [2026-05-11 04:07:16] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008385 10.0.0.141 - - [2026-05-11 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.141 - - [2026-05-11 04:07:20] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005363 10.0.0.141 - - [2026-05-11 04:07:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.033143 10.0.0.141 - - [2026-05-11 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.141 - - [2026-05-11 04:07:24] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005732 10.0.0.141 - - [2026-05-11 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.141 - - [2026-05-11 04:07:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003839 10.0.0.141 - - [2026-05-11 04:07:26] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002834 10.0.0.141 - - [2026-05-11 04:07:26] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006667 10.0.0.141 - - [2026-05-11 04:07:27] "POST /neutron/port HTTP/1.1" 200 1143 0.025245 10.0.0.141 - - [2026-05-11 04:07:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007590 10.0.0.141 - - [2026-05-11 04:07:34] "POST /neutron/network HTTP/1.1" 200 1122 0.007024 10.0.0.141 - - [2026-05-11 04:07:34] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013973 10.0.0.141 - - [2026-05-11 04:07:34] "POST /neutron/network HTTP/1.1" 200 1112 0.009717 10.0.0.141 - - [2026-05-11 04:07:37] "POST /neutron/port HTTP/1.1" 200 1143 0.018958 10.0.0.141 - - [2026-05-11 04:07:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008486 10.0.0.141 - - [2026-05-11 04:07:37] "GET /virtual-machine/c3130c6c-6ee5-48ad-8429-5310675f190f HTTP/1.1" 200 1310 0.007030 10.0.0.141 - - [2026-05-11 04:07:37] "GET /virtual-machine-interface/14b0ef6b-659c-4470-8479-18a142a0524d HTTP/1.1" 200 3032 0.005239 10.0.0.141 - - [2026-05-11 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.141 - - [2026-05-11 04:07:37] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003722 10.0.0.141 - - [2026-05-11 04:07:37] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002866 10.0.0.141 - - [2026-05-11 04:07:37] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006360 10.0.0.141 - - [2026-05-11 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.141 - - [2026-05-11 04:07:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003747 10.0.0.141 - - [2026-05-11 04:07:38] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003509 10.0.0.141 - - [2026-05-11 04:07:38] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007427 10.0.0.141 - - [2026-05-11 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-05-11 04:07:43] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.141 - - [2026-05-11 04:07:43] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.057922 10.0.0.141 - - [2026-05-11 04:07:43] "POST /neutron/network HTTP/1.1" 200 117 0.017509 10.0.0.141 - - [2026-05-11 04:07:44] "POST /neutron/network HTTP/1.1" 200 843 0.009986 10.0.0.141 - - [2026-05-11 04:07:44] "POST /id-to-fqname HTTP/1.1" 200 239 0.001066 10.0.0.141 - - [2026-05-11 04:07:44] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005069 10.0.0.141 - - [2026-05-11 04:07:44] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005292 10.0.0.141 - - [2026-05-11 04:07:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.008987 10.0.0.141 - - [2026-05-11 04:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2026-05-11 04:07:44] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000891 10.0.0.141 - - [2026-05-11 04:07:44] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.042364 10.0.0.141 - - [2026-05-11 04:07:44] "POST /route-targets HTTP/1.1" 200 327 0.016241 10.0.0.27 - - [2026-05-11 04:07:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008137 10.0.0.141 - - [2026-05-11 04:07:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.228155 10.0.0.141 - - [2026-05-11 04:07:45] "POST /id-to-fqname HTTP/1.1" 200 242 0.001332 10.0.0.141 - - [2026-05-11 04:07:45] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005103 10.0.0.141 - - [2026-05-11 04:07:45] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005575 10.0.0.141 - - [2026-05-11 04:07:45] "POST /neutron/network HTTP/1.1" 200 851 0.007127 10.0.0.141 - - [2026-05-11 04:07:45] "POST /id-to-fqname HTTP/1.1" 200 239 0.001382 10.0.0.141 - - [2026-05-11 04:07:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007357 10.0.0.27 - - [2026-05-11 04:07:46] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000903 10.0.0.141 - - [2026-05-11 04:07:46] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.084257 10.0.0.141 - - [2026-05-11 04:07:46] "POST /neutron/port HTTP/1.1" 200 6172 0.044072 10.0.0.141 - - [2026-05-11 04:07:46] "POST /id-to-fqname HTTP/1.1" 200 242 0.001282 10.0.0.141 - - [2026-05-11 04:07:46] "POST /neutron/port HTTP/1.1" 200 6172 0.051538 10.0.0.141 - - [2026-05-11 04:07:46] "POST /neutron/network HTTP/1.1" 200 861 0.008707 10.0.0.141 - - [2026-05-11 04:07:47] "POST /neutron/port HTTP/1.1" 200 1077 0.019410 10.0.0.141 - - [2026-05-11 04:07:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.141 - - [2026-05-11 04:07:47] "POST /neutron/network HTTP/1.1" 200 843 0.008030 10.0.0.27 - - [2026-05-11 04:07:47] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001399 10.0.0.141 - - [2026-05-11 04:07:47] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.073377 10.0.0.141 - - [2026-05-11 04:07:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008065 10.0.0.141 - - [2026-05-11 04:07:48] "POST /id-to-fqname HTTP/1.1" 200 239 0.001749 10.0.0.141 - - [2026-05-11 04:07:48] "POST /id-to-fqname HTTP/1.1" 200 239 0.001230 10.0.0.141 - - [2026-05-11 04:07:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010784 10.0.0.141 - - [2026-05-11 04:07:48] "POST /neutron/network HTTP/1.1" 200 1556 0.012330 10.0.0.141 - - [2026-05-11 04:07:49] "POST /neutron/port HTTP/1.1" 200 1133 0.123816 10.0.0.141 - - [2026-05-11 04:07:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.011314 10.0.0.27 - - [2026-05-11 04:07:49] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000915 10.0.0.141 - - [2026-05-11 04:07:49] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.069197 10.0.0.141 - - [2026-05-11 04:07:49] "POST /neutron/network HTTP/1.1" 200 845 0.055209 10.0.0.141 - - [2026-05-11 04:07:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008084 10.0.0.141 - - [2026-05-11 04:07:50] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006308 10.0.0.27 - - [2026-05-11 04:07:50] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000912 10.0.0.141 - - [2026-05-11 04:07:50] "POST /neutron/port HTTP/1.1" 200 1079 0.343656 10.0.0.141 - - [2026-05-11 04:07:50] "GET /obj-perms HTTP/1.1" 200 5085 0.110327 10.0.0.249 - - [2026-05-11 04:07:50] "GET /obj-perms HTTP/1.1" 200 5085 0.144651 10.0.0.27 - - [2026-05-11 04:07:50] "GET /obj-perms HTTP/1.1" 200 5085 0.118124 10.0.0.141 - - [2026-05-11 04:07:51] "POST /neutron/port HTTP/1.1" 200 1079 0.015737 10.0.0.141 - - [2026-05-11 04:07:51] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.015034 10.0.0.141 - - [2026-05-11 04:07:51] "POST /neutron/port HTTP/1.1" 200 1077 0.020230 10.0.0.141 - - [2026-05-11 04:07:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.141 - - [2026-05-11 04:07:51] "POST /neutron/network HTTP/1.1" 200 845 0.006651 10.0.0.141 - - [2026-05-11 04:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.141 - - [2026-05-11 04:07:51] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005767 10.0.0.141 - - [2026-05-11 04:07:52] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008957 10.0.0.141 - - [2026-05-11 04:07:52] "POST /neutron/port HTTP/1.1" 200 1143 0.020753 10.0.0.141 - - [2026-05-11 04:07:52] "GET /virtual-machine/1c932864-993e-451e-8e45-cc3e75e0b010 HTTP/1.1" 200 1310 0.006905 10.0.0.141 - - [2026-05-11 04:07:52] "GET /virtual-machine-interface/404a9dc7-f50e-47c5-a984-6e07a3047296 HTTP/1.1" 200 3042 0.006673 10.0.0.141 - - [2026-05-11 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009594 10.0.0.141 - - [2026-05-11 04:07:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004109 10.0.0.141 - - [2026-05-11 04:07:52] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004025 10.0.0.141 - - [2026-05-11 04:07:52] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.011714 10.0.0.141 - - [2026-05-11 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.141 - - [2026-05-11 04:07:55] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005458 10.0.0.141 - - [2026-05-11 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.141 - - [2026-05-11 04:07:59] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005393 10.0.0.141 - - [2026-05-11 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2026-05-11 04:08:04] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006186 10.0.0.27 - - [2026-05-11 04:08:04] "GET /obj-perms HTTP/1.1" 200 5075 0.066360 10.0.0.141 - - [2026-05-11 04:08:04] "GET /obj-perms HTTP/1.1" 200 5075 0.053257 10.0.0.141 - - [2026-05-11 04:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.141 - - [2026-05-11 04:08:08] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005824 10.0.0.141 - - [2026-05-11 04:08:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007231 10.0.0.141 - - [2026-05-11 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.141 - - [2026-05-11 04:08:12] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005445 10.0.0.141 - - [2026-05-11 04:08:14] "POST /neutron/port HTTP/1.1" 200 1143 0.020359 10.0.0.141 - - [2026-05-11 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.141 - - [2026-05-11 04:08:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003586 10.0.0.141 - - [2026-05-11 04:08:14] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003500 10.0.0.141 - - [2026-05-11 04:08:14] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006009 10.0.0.141 - - [2026-05-11 04:08:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008154 10.0.0.141 - - [2026-05-11 04:08:16] "POST /neutron/network HTTP/1.1" 200 1122 0.034911 10.0.0.141 - - [2026-05-11 04:08:16] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013892 10.0.0.141 - - [2026-05-11 04:08:16] "POST /neutron/network HTTP/1.1" 200 1112 0.009623 10.0.0.141 - - [2026-05-11 04:08:24] "POST /neutron/port HTTP/1.1" 200 1143 0.021086 10.0.0.141 - - [2026-05-11 04:08:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009353 10.0.0.141 - - [2026-05-11 04:08:30] "POST /neutron/port HTTP/1.1" 200 1141 0.022361 10.0.0.141 - - [2026-05-11 04:08:30] "GET /virtual-machine/dd115436-7bf1-451b-93fc-5dcfd3e36dc2 HTTP/1.1" 200 1311 0.010161 10.0.0.141 - - [2026-05-11 04:08:30] "GET /virtual-machine-interface/922cb22d-a7cf-498e-9805-0c6a7625c03e HTTP/1.1" 200 3034 0.006008 10.0.0.141 - - [2026-05-11 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.141 - - [2026-05-11 04:08:30] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004417 10.0.0.141 - - [2026-05-11 04:08:30] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.006559 10.0.0.141 - - [2026-05-11 04:08:30] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007204 10.0.0.141 - - [2026-05-11 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.141 - - [2026-05-11 04:08:31] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.141 - - [2026-05-11 04:08:31] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003313 10.0.0.141 - - [2026-05-11 04:08:31] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005363 10.0.0.141 - - [2026-05-11 04:08:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007820 10.0.0.141 - - [2026-05-11 04:08:32] "POST /neutron/port HTTP/1.1" 200 2132 0.025744 10.0.0.141 - - [2026-05-11 04:08:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010522 10.0.0.141 - - [2026-05-11 04:08:32] "GET /virtual-machine/cb259502-9b80-47ca-8957-72df3986547e HTTP/1.1" 200 1586 0.012536 10.0.0.141 - - [2026-05-11 04:08:32] "GET /virtual-machine-interface/3b36bcf8-ae38-4872-be36-c8c31ae92160 HTTP/1.1" 200 3033 0.006190 10.0.0.141 - - [2026-05-11 04:08:32] "GET /virtual-machine-interface/d6a89614-326b-4b5f-b929-7bea3af8ed68 HTTP/1.1" 200 3034 0.005946 10.0.0.141 - - [2026-05-11 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.141 - - [2026-05-11 04:08:32] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003687 10.0.0.141 - - [2026-05-11 04:08:32] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003855 10.0.0.141 - - [2026-05-11 04:08:32] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006104 10.0.0.141 - - [2026-05-11 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.141 - - [2026-05-11 04:08:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004293 10.0.0.141 - - [2026-05-11 04:08:33] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002994 10.0.0.141 - - [2026-05-11 04:08:33] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009542 10.0.0.141 - - [2026-05-11 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.141 - - [2026-05-11 04:08:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003902 10.0.0.141 - - [2026-05-11 04:08:33] "GET /virtual-networks?parent_id=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002835 10.0.0.141 - - [2026-05-11 04:08:33] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006020 10.0.0.141 - - [2026-05-11 04:08:34] "POST /neutron/network HTTP/1.1" 200 939 0.007145 10.0.0.141 - - [2026-05-11 04:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.141 - - [2026-05-11 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.141 - - [2026-05-11 04:08:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003892 10.0.0.141 - - [2026-05-11 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.141 - - [2026-05-11 04:08:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004473 10.0.0.141 - - [2026-05-11 04:08:35] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.012708 10.0.0.141 - - [2026-05-11 04:08:35] "POST /fqname-to-id HTTP/1.1" 404 217 0.003699 10.0.0.141 - - [2026-05-11 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2026-05-11 04:08:35] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.141 - - [2026-05-11 04:08:35] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.050202 10.0.0.141 - - [2026-05-11 04:08:35] "POST /network-policys HTTP/1.1" 200 539 0.033998 10.0.0.141 - - [2026-05-11 04:08:35] "GET /network-policy/75ed1857-73dd-47ce-8b68-26392830bd32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.006076 10.0.0.141 - - [2026-05-11 04:08:35] "POST /neutron/network HTTP/1.1" 200 939 0.091565 10.0.0.141 - - [2026-05-11 04:08:35] "POST /access-control-lists HTTP/1.1" 200 609 0.050738 10.0.0.141 - - [2026-05-11 04:08:35] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005847 10.0.0.141 - - [2026-05-11 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.141 - - [2026-05-11 04:08:35] "GET /network-policy/75ed1857-73dd-47ce-8b68-26392830bd32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004283 10.0.0.141 - - [2026-05-11 04:08:36] "POST /neutron/network HTTP/1.1" 200 937 0.097540 10.0.0.141 - - [2026-05-11 04:08:36] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.007871 10.0.0.141 - - [2026-05-11 04:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.141 - - [2026-05-11 04:08:36] "POST /ref-update HTTP/1.1" 200 156 0.032815 10.0.0.141 - - [2026-05-11 04:08:36] "GET /network-policy/75ed1857-73dd-47ce-8b68-26392830bd32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.003663 10.0.0.141 - - [2026-05-11 04:08:36] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005019 10.0.0.249 - - [2026-05-11 04:08:36] "GET /obj-perms HTTP/1.1" 200 5085 0.003172 10.0.0.141 - - [2026-05-11 04:08:36] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005253 10.0.0.141 - - [2026-05-11 04:08:37] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006665 10.0.0.141 - - [2026-05-11 04:08:37] "GET /obj-perms HTTP/1.1" 200 5085 0.003982 10.0.0.27 - - [2026-05-11 04:08:37] "GET /obj-perms HTTP/1.1" 200 5085 0.003312 10.0.0.141 - - [2026-05-11 04:08:37] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005084 10.0.0.249 - - [2026-05-11 04:08:38] "GET /obj-perms HTTP/1.1" 200 5085 0.009833 10.0.0.141 - - [2026-05-11 04:08:38] "GET /virtual-network/6bb8354d-ee13-478e-8bb6-03033b01b0c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006038 10.0.0.141 - - [2026-05-11 04:08:52] "GET /obj-perms HTTP/1.1" 200 5085 0.005425 10.0.0.27 - - [2026-05-11 04:09:05] "GET /obj-perms HTTP/1.1" 200 5075 0.074953 10.0.0.141 - - [2026-05-11 04:09:16] "POST /neutron/port HTTP/1.1" 200 1109 0.019737 10.0.0.141 - - [2026-05-11 04:09:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.011975 10.0.0.141 - - [2026-05-11 04:09:34] "POST /neutron/port HTTP/1.1" 200 1143 0.019057 10.0.0.141 - - [2026-05-11 04:09:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.141 - - [2026-05-11 04:09:34] "POST /neutron/network HTTP/1.1" 200 939 0.007536 10.0.0.141 - - [2026-05-11 04:10:05] "GET /obj-perms HTTP/1.1" 200 5075 0.075172 10.0.0.249 - - [2026-05-11 04:10:06] "GET /obj-perms HTTP/1.1" 200 5075 0.063364 10.0.0.141 - - [2026-05-11 04:10:18] "POST /neutron/network HTTP/1.1" 200 947 0.006402 10.0.0.141 - - [2026-05-11 04:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.141 - - [2026-05-11 04:10:34] "POST /neutron/port HTTP/1.1" 200 1143 0.047691 10.0.0.141 - - [2026-05-11 04:10:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.015989 10.0.0.141 - - [2026-05-11 04:11:19] "POST /neutron/port HTTP/1.1" 200 1143 0.038555 10.0.0.141 - - [2026-05-11 04:11:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005228 10.0.0.141 - - [2026-05-11 04:11:20] "POST /neutron/network HTTP/1.1" 200 851 0.009671 10.0.0.141 - - [2026-05-11 04:11:36] "POST /neutron/network HTTP/1.1" 200 1122 0.007561 10.0.0.141 - - [2026-05-11 04:11:36] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020112 10.0.0.141 - - [2026-05-11 04:11:36] "POST /neutron/network HTTP/1.1" 200 1112 0.009506 10.0.0.27 - - [2026-05-11 04:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2026-05-11 04:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.27 - - [2026-05-11 04:11:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.249 - - [2026-05-11 04:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.27 - - [2026-05-11 04:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.27 - - [2026-05-11 04:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2026-05-11 04:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.249 - - [2026-05-11 04:11:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.141 - - [2026-05-11 04:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.141 - - [2026-05-11 04:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.141 - - [2026-05-11 04:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.141 - - [2026-05-11 04:11:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.141 - - [2026-05-11 04:12:15] "GET /obj-perms HTTP/1.1" 200 5085 0.003819 10.0.0.141 - - [2026-05-11 04:12:15] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.034127 10.0.0.141 - - [2026-05-11 04:12:16] "POST /neutron/network HTTP/1.1" 200 843 0.042932 10.0.0.141 - - [2026-05-11 04:12:16] "GET /virtual-network/a58e4ce0-4d23-4ee9-8471-fd0c9746934b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006620 10.0.0.141 - - [2026-05-11 04:12:16] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.008906 10.0.0.141 - - [2026-05-11 04:12:16] "POST /neutron/network HTTP/1.1" 200 845 0.010911 10.0.0.141 - - [2026-05-11 04:12:16] "GET /virtual-network/053cbe4b-0a30-49cf-ac4c-3094438df0e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005386 10.0.0.141 - - [2026-05-11 04:12:16] "DELETE /network-policy/75ed1857-73dd-47ce-8b68-26392830bd32 HTTP/1.1" 200 115 0.037061 10.0.0.141 - - [2026-05-11 04:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2026-05-11 04:12:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004509 10.0.0.141 - - [2026-05-11 04:12:16] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.014700 10.0.0.141 - - [2026-05-11 04:12:16] "POST /ref-update HTTP/1.1" 200 156 0.064404 10.0.0.141 - - [2026-05-11 04:12:16] "POST /ref-update HTTP/1.1" 200 156 0.030512 10.0.0.141 - - [2026-05-11 04:12:18] "POST /neutron/port HTTP/1.1" 200 1143 0.018270 10.0.0.141 - - [2026-05-11 04:12:18] "POST /neutron/port HTTP/1.1" 200 1141 0.019527 10.0.0.141 - - [2026-05-11 04:12:18] "POST /neutron/port HTTP/1.1" 200 151 0.289667 10.0.0.141 - - [2026-05-11 04:12:19] "POST /neutron/port HTTP/1.1" 200 1133 0.016571 10.0.0.27 - - [2026-05-11 04:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.044155 10.0.0.27 - - [2026-05-11 04:12:20] "POST /useragent-kv HTTP/1.1" 200 115 0.019270 10.0.0.141 - - [2026-05-11 04:12:20] "POST /neutron/network HTTP/1.1" 200 151 0.232161 10.0.0.141 - - [2026-05-11 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.141 - - [2026-05-11 04:12:21] "POST /neutron/network HTTP/1.1" 200 845 0.009091 10.0.0.141 - - [2026-05-11 04:12:21] "POST /neutron/port HTTP/1.1" 200 1217 0.020567 10.0.0.141 - - [2026-05-11 04:12:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003345 10.0.0.141 - - [2026-05-11 04:12:22] "POST /neutron/port HTTP/1.1" 200 1133 0.016892 10.0.0.141 - - [2026-05-11 04:12:22] "POST /neutron/port HTTP/1.1" 200 1133 0.042750 10.0.0.141 - - [2026-05-11 04:12:22] "POST /neutron/network HTTP/1.1" 200 1112 0.014508 10.0.0.27 - - [2026-05-11 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004706 10.0.0.27 - - [2026-05-11 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004809 10.0.0.141 - - [2026-05-11 04:12:23] "POST /neutron/network HTTP/1.1" 200 151 0.144976 10.0.0.141 - - [2026-05-11 04:12:23] "DELETE /route-target/6b4289da-cc84-4f6f-8434-a47f871b4197 HTTP/1.1" 200 115 0.039608 10.0.0.27 - - [2026-05-11 04:12:23] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000900 10.0.0.141 - - [2026-05-11 04:12:23] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.080944 10.0.0.27 - - [2026-05-11 04:12:23] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001488 10.0.0.141 - - [2026-05-11 04:12:23] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?fields=virtual_networks HTTP/1.1" 200 1078 0.043221 10.0.0.27 - - [2026-05-11 04:12:23] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001271 10.0.0.141 - - [2026-05-11 04:12:23] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?fields=virtual_machine_interfaces HTTP/1.1" 200 1078 0.040289 10.0.0.27 - - [2026-05-11 04:12:23] "GET /projects?obj_uuids=68ddb989-22c8-40f8-98d8-230c4217f26d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000974 10.0.0.141 - - [2026-05-11 04:12:23] "GET /project/68ddb989-22c8-40f8-98d8-230c4217f26d?fields=security_groups HTTP/1.1" 200 1322 0.039965 10.0.0.141 - - [2026-05-11 04:12:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.029174 10.0.0.27 - - [2026-05-11 04:12:24] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004582 10.0.0.27 - - [2026-05-11 04:12:24] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.27 - - [2026-05-11 04:12:24] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034300 10.0.0.27 - - [2026-05-11 04:12:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001964 10.0.0.27 - - [2026-05-11 04:12:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002759 10.0.0.27 - - [2026-05-11 04:12:25] "POST /security-groups HTTP/1.1" 200 586 0.077473 10.0.0.27 - - [2026-05-11 04:12:25] "POST /projects HTTP/1.1" 200 575 0.294220 10.0.0.141 - - [2026-05-11 04:12:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.007572 10.0.0.27 - - [2026-05-11 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.366207 10.0.0.141 - - [2026-05-11 04:12:25] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.534601 10.0.0.141 - - [2026-05-11 04:12:26] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.27 - - [2026-05-11 04:12:26] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000938 10.0.0.141 - - [2026-05-11 04:12:26] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.040227 10.0.0.141 - - [2026-05-11 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.141 - - [2026-05-11 04:12:27] "GET /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.005505 10.0.0.141 - - [2026-05-11 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2026-05-11 04:12:27] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001250 10.0.0.141 - - [2026-05-11 04:12:27] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.055073 10.0.0.141 - - [2026-05-11 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.141 - - [2026-05-11 04:12:28] "GET /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3719 0.005801 10.0.0.141 - - [2026-05-11 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.141 - - [2026-05-11 04:12:28] "PUT /security-group/a8cb0ee8-c968-4aab-ae82-f62fc80c5927 HTTP/1.1" 200 262 0.022113 10.0.0.141 - - [2026-05-11 04:12:28] "PUT /access-control-list/334b34b6-e684-459a-8caa-cc16bc71c99e HTTP/1.1" 200 272 0.033425 10.0.0.27 - - [2026-05-11 04:12:30] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000900 10.0.0.141 - - [2026-05-11 04:12:30] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040686 10.0.0.27 - - [2026-05-11 04:12:30] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.141 - - [2026-05-11 04:12:30] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?fields=virtual_networks HTTP/1.1" 200 1033 0.040672 10.0.0.27 - - [2026-05-11 04:12:30] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.141 - - [2026-05-11 04:12:30] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037088 10.0.0.27 - - [2026-05-11 04:12:31] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.141 - - [2026-05-11 04:12:31] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?fields=security_groups HTTP/1.1" 200 1254 0.036708 10.0.0.141 - - [2026-05-11 04:12:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.031476 10.0.0.27 - - [2026-05-11 04:12:32] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002762 10.0.0.27 - - [2026-05-11 04:12:32] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.27 - - [2026-05-11 04:12:32] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006332 10.0.0.27 - - [2026-05-11 04:12:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.001910 10.0.0.27 - - [2026-05-11 04:12:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.006823 10.0.0.27 - - [2026-05-11 04:12:32] "POST /security-groups HTTP/1.1" 200 595 0.078699 10.0.0.27 - - [2026-05-11 04:12:32] "POST /projects HTTP/1.1" 200 593 0.295590 10.0.0.141 - - [2026-05-11 04:12:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.005325 10.0.0.27 - - [2026-05-11 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.371383 10.0.0.141 - - [2026-05-11 04:12:32] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.519657 10.0.0.141 - - [2026-05-11 04:12:33] "GET / HTTP/1.1" 200 35931 0.001474 10.0.0.141 - - [2026-05-11 04:12:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-11 04:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.059164 10.0.0.27 - - [2026-05-11 04:12:35] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000812 10.0.0.141 - - [2026-05-11 04:12:35] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040815 10.0.0.141 - - [2026-05-11 04:12:36] "POST /ref-update HTTP/1.1" 200 156 0.029984 10.0.0.27 - - [2026-05-11 04:12:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008901 10.0.0.141 - - [2026-05-11 04:12:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.243870 10.0.0.141 - - [2026-05-11 04:12:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001291 10.0.0.141 - - [2026-05-11 04:12:36] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006879 10.0.0.141 - - [2026-05-11 04:12:36] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005416 10.0.0.141 - - [2026-05-11 04:12:36] "POST /neutron/network HTTP/1.1" 200 844 0.006938 10.0.0.141 - - [2026-05-11 04:12:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001250 10.0.0.141 - - [2026-05-11 04:12:36] "POST /neutron/network HTTP/1.1" 200 854 0.006617 10.0.0.27 - - [2026-05-11 04:12:37] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001518 10.0.0.141 - - [2026-05-11 04:12:37] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.096362 10.0.0.141 - - [2026-05-11 04:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.007732 10.0.0.141 - - [2026-05-11 04:12:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.001649 10.0.0.27 - - [2026-05-11 04:12:38] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.141 - - [2026-05-11 04:12:38] "POST /neutron/network HTTP/1.1" 200 939 0.010115 10.0.0.141 - - [2026-05-11 04:12:38] "POST /neutron/port HTTP/1.1" 200 1066 0.343782 10.0.0.141 - - [2026-05-11 04:12:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.007931 10.0.0.141 - - [2026-05-11 04:12:38] "POST /neutron/network HTTP/1.1" 200 929 0.006376 10.0.0.141 - - [2026-05-11 04:12:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.141 - - [2026-05-11 04:12:39] "POST /neutron/network HTTP/1.1" 200 844 0.007801 10.0.0.141 - - [2026-05-11 04:12:59] "POST /neutron/network HTTP/1.1" 200 854 0.006681 10.0.0.27 - - [2026-05-11 04:13:00] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.141 - - [2026-05-11 04:13:00] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.080351 10.0.0.141 - - [2026-05-11 04:13:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009327 10.0.0.141 - - [2026-05-11 04:13:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008065 10.0.0.141 - - [2026-05-11 04:13:00] "POST /neutron/port HTTP/1.1" 200 1130 0.025813 10.0.0.141 - - [2026-05-11 04:13:01] "GET /virtual-machine/93335223-fec4-48f9-baac-c06432081d58 HTTP/1.1" 401 293 0.000404 10.0.0.27 - - [2026-05-11 04:13:01] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000955 10.0.0.141 - - [2026-05-11 04:13:01] "POST /neutron/port HTTP/1.1" 200 1066 0.345029 10.0.0.141 - - [2026-05-11 04:13:01] "GET /virtual-machine/93335223-fec4-48f9-baac-c06432081d58 HTTP/1.1" 200 1297 0.047174 10.0.0.141 - - [2026-05-11 04:13:01] "GET /virtual-machine-interface/17533766-2841-4423-886c-b7ec15315fdb HTTP/1.1" 200 2980 0.007965 10.0.0.141 - - [2026-05-11 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006648 10.0.0.141 - - [2026-05-11 04:13:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006492 10.0.0.141 - - [2026-05-11 04:13:01] "GET /virtual-networks?parent_id=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005721 10.0.0.141 - - [2026-05-11 04:13:01] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.011164 10.0.0.141 - - [2026-05-11 04:13:02] "POST /neutron/port HTTP/1.1" 200 1120 0.191988 10.0.0.27 - - [2026-05-11 04:13:02] "DELETE /project/f2df9135fca8429fae50176692cdb572 HTTP/1.1" 404 173 0.008131 10.0.0.27 - - [2026-05-11 04:13:02] "DELETE /project/68ddb989-22c8-40f8-98d8-230c4217f26d HTTP/1.1" 404 177 0.012497 10.0.0.27 - - [2026-05-11 04:13:02] "DELETE /project/bf307ce5e9954157a9a4ad5d88a7d11a HTTP/1.1" 404 173 0.014676 10.0.0.27 - - [2026-05-11 04:13:02] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001440 10.0.0.27 - - [2026-05-11 04:13:02] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054838 10.0.0.27 - - [2026-05-11 04:13:02] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.27 - - [2026-05-11 04:13:02] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?fields=security_groups HTTP/1.1" 200 1359 0.060912 10.0.0.27 - - [2026-05-11 04:13:02] "DELETE /security-group/af1a21f9-88b8-4458-8e39-8b2fc38d9ca5 HTTP/1.1" 200 115 0.095691 10.0.0.27 - - [2026-05-11 04:13:02] "GET /projects?obj_uuids=bf307ce5-e995-4157-a9a4-ad5d88a7d11a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001001 10.0.0.141 - - [2026-05-11 04:13:02] "DELETE /access-control-list/2420af7c-b467-422c-991e-c1c468b8e366 HTTP/1.1" 200 115 0.058012 10.0.0.27 - - [2026-05-11 04:13:02] "GET /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a?fields=application_policy_sets HTTP/1.1" 200 1398 0.062160 10.0.0.27 - - [2026-05-11 04:13:02] "DELETE /project/bf307ce5-e995-4157-a9a4-ad5d88a7d11a HTTP/1.1" 200 115 0.505066 10.0.0.141 - - [2026-05-11 04:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006340 10.0.0.141 - - [2026-05-11 04:13:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004947 10.0.0.141 - - [2026-05-11 04:13:02] "GET /virtual-networks?parent_id=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004222 10.0.0.141 - - [2026-05-11 04:13:02] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007241 10.0.0.141 - - [2026-05-11 04:13:05] "POST /neutron/port HTTP/1.1" 200 1130 0.028551 10.0.0.141 - - [2026-05-11 04:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.141 - - [2026-05-11 04:13:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012771 10.0.0.141 - - [2026-05-11 04:13:18] "POST /neutron/port HTTP/1.1" 200 1130 0.034665 10.0.0.141 - - [2026-05-11 04:13:22] "POST /neutron/port HTTP/1.1" 200 1109 0.046705 10.0.0.141 - - [2026-05-11 04:13:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.009417 10.0.0.141 - - [2026-05-11 04:13:23] "POST /neutron/port HTTP/1.1" 200 1130 0.030741 10.0.0.141 - - [2026-05-11 04:13:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007556 10.0.0.141 - - [2026-05-11 04:13:33] "POST /neutron/port HTTP/1.1" 200 1130 0.023797 10.0.0.141 - - [2026-05-11 04:13:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006888 10.0.0.141 - - [2026-05-11 04:13:34] "GET /virtual-machine/4296b7b5-f222-41d9-a53e-caa657fc349d HTTP/1.1" 200 1296 0.005470 10.0.0.141 - - [2026-05-11 04:13:34] "GET /virtual-machine-interface/e8eda08b-07b0-4ab0-a2f8-92a7c304e7aa HTTP/1.1" 200 2982 0.005233 10.0.0.141 - - [2026-05-11 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.141 - - [2026-05-11 04:13:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003655 10.0.0.141 - - [2026-05-11 04:13:34] "GET /virtual-networks?parent_id=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003278 10.0.0.141 - - [2026-05-11 04:13:34] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006053 10.0.0.141 - - [2026-05-11 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2026-05-11 04:13:37] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.009007 10.0.0.141 - - [2026-05-11 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.141 - - [2026-05-11 04:13:41] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006384 10.0.0.141 - - [2026-05-11 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.141 - - [2026-05-11 04:13:45] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005721 10.0.0.141 - - [2026-05-11 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.141 - - [2026-05-11 04:13:49] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005488 10.0.0.141 - - [2026-05-11 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.141 - - [2026-05-11 04:13:53] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005208 10.0.0.141 - - [2026-05-11 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.141 - - [2026-05-11 04:13:57] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005295 10.0.0.141 - - [2026-05-11 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.141 - - [2026-05-11 04:14:01] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006258 10.0.0.141 - - [2026-05-11 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.141 - - [2026-05-11 04:14:05] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005675 10.0.0.27 - - [2026-05-11 04:14:09] "GET /obj-perms HTTP/1.1" 200 5075 0.065767 10.0.0.141 - - [2026-05-11 04:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.141 - - [2026-05-11 04:14:10] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005682 10.0.0.141 - - [2026-05-11 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.141 - - [2026-05-11 04:14:14] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005230 10.0.0.141 - - [2026-05-11 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.141 - - [2026-05-11 04:14:18] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006162 10.0.0.141 - - [2026-05-11 04:14:22] "POST /neutron/network HTTP/1.1" 200 1122 0.011052 10.0.0.141 - - [2026-05-11 04:14:22] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017063 10.0.0.141 - - [2026-05-11 04:14:22] "POST /neutron/network HTTP/1.1" 200 1112 0.011252 10.0.0.141 - - [2026-05-11 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.141 - - [2026-05-11 04:14:22] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008762 10.0.0.141 - - [2026-05-11 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.141 - - [2026-05-11 04:14:26] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006422 10.0.0.141 - - [2026-05-11 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.141 - - [2026-05-11 04:14:30] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005410 10.0.0.141 - - [2026-05-11 04:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.141 - - [2026-05-11 04:14:34] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005918 10.0.0.141 - - [2026-05-11 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.141 - - [2026-05-11 04:14:38] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007404 10.0.0.141 - - [2026-05-11 04:14:40] "POST /neutron/network HTTP/1.1" 200 1122 0.007144 10.0.0.141 - - [2026-05-11 04:14:40] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015078 10.0.0.141 - - [2026-05-11 04:14:40] "POST /neutron/network HTTP/1.1" 200 1112 0.010170 10.0.0.141 - - [2026-05-11 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.141 - - [2026-05-11 04:14:42] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005461 10.0.0.141 - - [2026-05-11 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2026-05-11 04:14:46] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005528 10.0.0.141 - - [2026-05-11 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2026-05-11 04:14:51] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005737 10.0.0.141 - - [2026-05-11 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.141 - - [2026-05-11 04:14:55] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005688 10.0.0.141 - - [2026-05-11 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.141 - - [2026-05-11 04:14:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.141 - - [2026-05-11 04:14:57] "GET /virtual-networks?parent_id=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003688 10.0.0.141 - - [2026-05-11 04:14:57] "GET /virtual-network/c9ae8e40-8c02-4a45-b0e5-82dffab856a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006517 10.0.0.141 - - [2026-05-11 04:14:57] "POST /neutron/port HTTP/1.1" 200 1130 0.022198 10.0.0.141 - - [2026-05-11 04:15:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007994 10.0.0.249 - - [2026-05-11 04:15:09] "GET /obj-perms HTTP/1.1" 200 5075 0.055959 10.0.0.141 - - [2026-05-11 04:15:12] "POST /neutron/port HTTP/1.1" 200 1130 0.018125 10.0.0.141 - - [2026-05-11 04:15:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017487 10.0.0.141 - - [2026-05-11 04:15:22] "POST /neutron/network HTTP/1.1" 200 939 0.007419 10.0.0.141 - - [2026-05-11 04:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.141 - - [2026-05-11 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007430 10.0.0.141 - - [2026-05-11 04:15:33] "POST /neutron/port HTTP/1.1" 200 1130 0.017746 10.0.0.141 - - [2026-05-11 04:15:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008529 10.0.0.141 - - [2026-05-11 04:15:42] "POST /neutron/network HTTP/1.1" 200 939 0.039452 10.0.0.141 - - [2026-05-11 04:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.141 - - [2026-05-11 04:15:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008396 10.0.0.141 - - [2026-05-11 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.004079 10.0.0.141 - - [2026-05-11 04:15:49] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.037333 10.0.0.141 - - [2026-05-11 04:15:49] "GET /bgp-as-a-service/c6d58c3a-428e-4efd-9323-de996d6db9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.007462 10.0.0.141 - - [2026-05-11 04:15:49] "GET /virtual-machine-interface/e8eda08b-07b0-4ab0-a2f8-92a7c304e7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005385 10.0.0.141 - - [2026-05-11 04:15:49] "POST /ref-update HTTP/1.1" 200 156 0.014083 10.0.0.141 - - [2026-05-11 04:15:50] "POST /neutron/network HTTP/1.1" 200 844 0.017051 10.0.0.141 - - [2026-05-11 04:15:50] "POST /bgp-routers HTTP/1.1" 200 659 0.078913 10.0.0.141 - - [2026-05-11 04:15:50] "PUT /bgp-router/a2d5af6c-b008-4c90-9cdb-0bc6d6ea0dbf HTTP/1.1" 200 254 0.033559 10.0.0.141 - - [2026-05-11 04:16:10] "GET /obj-perms HTTP/1.1" 200 5075 0.068890 10.0.0.141 - - [2026-05-11 04:16:24] "GET /bgp-as-a-service/c6d58c3a-428e-4efd-9323-de996d6db9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.006351 10.0.0.141 - - [2026-05-11 04:16:24] "GET /virtual-machine-interface/e8eda08b-07b0-4ab0-a2f8-92a7c304e7aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007696 10.0.0.141 - - [2026-05-11 04:16:24] "POST /ref-update HTTP/1.1" 200 156 0.014063 10.0.0.141 - - [2026-05-11 04:16:24] "DELETE /bgp-as-a-service/c6d58c3a-428e-4efd-9323-de996d6db9a7 HTTP/1.1" 200 115 0.060877 10.0.0.141 - - [2026-05-11 04:16:24] "DELETE /bgp-router/a2d5af6c-b008-4c90-9cdb-0bc6d6ea0dbf HTTP/1.1" 200 115 0.073259 10.0.0.141 - - [2026-05-11 04:16:24] "POST /neutron/network HTTP/1.1" 400 204 0.020236 10.0.0.141 - - [2026-05-11 04:16:25] "POST /neutron/port HTTP/1.1" 200 151 0.224645 10.0.0.141 - - [2026-05-11 04:16:25] "POST /neutron/port HTTP/1.1" 200 151 0.248890 10.0.0.27 - - [2026-05-11 04:16:28] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002429 10.0.0.141 - - [2026-05-11 04:16:28] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055007 10.0.0.27 - - [2026-05-11 04:16:28] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001409 10.0.0.141 - - [2026-05-11 04:16:28] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?fields=virtual_networks HTTP/1.1" 200 1051 0.041321 10.0.0.27 - - [2026-05-11 04:16:28] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001221 10.0.0.141 - - [2026-05-11 04:16:28] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.052111 10.0.0.27 - - [2026-05-11 04:16:28] "GET /projects?obj_uuids=f2df9135-fca8-429f-ae50-176692cdb572&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001838 10.0.0.141 - - [2026-05-11 04:16:28] "GET /project/f2df9135-fca8-429f-ae50-176692cdb572?fields=security_groups HTTP/1.1" 200 1281 0.065200 10.0.0.141 - - [2026-05-11 04:16:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.028186 10.0.0.27 - - [2026-05-11 04:16:29] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003574 10.0.0.27 - - [2026-05-11 04:16:29] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.27 - - [2026-05-11 04:16:29] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007033 10.0.0.27 - - [2026-05-11 04:16:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.004219 10.0.0.27 - - [2026-05-11 04:16:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.006101 10.0.0.27 - - [2026-05-11 04:16:30] "POST /security-groups HTTP/1.1" 200 592 0.078138 10.0.0.141 - - [2026-05-11 04:16:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.003478 10.0.0.27 - - [2026-05-11 04:16:30] "POST /projects HTTP/1.1" 200 587 0.304484 10.0.0.27 - - [2026-05-11 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.381184 10.0.0.141 - - [2026-05-11 04:16:30] "POST /access-control-lists HTTP/1.1" 200 595 0.030874 10.0.0.141 - - [2026-05-11 04:16:30] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.548293 10.0.0.141 - - [2026-05-11 04:16:31] "GET / HTTP/1.1" 200 35931 0.002072 10.0.0.141 - - [2026-05-11 04:16:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2026-05-11 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.073854 10.0.0.27 - - [2026-05-11 04:16:33] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.141 - - [2026-05-11 04:16:33] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051405 10.0.0.141 - - [2026-05-11 04:16:33] "POST /neutron/network HTTP/1.1" 200 117 0.036446 10.0.0.141 - - [2026-05-11 04:16:34] "POST /neutron/network HTTP/1.1" 200 832 0.011709 10.0.0.141 - - [2026-05-11 04:16:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001093 10.0.0.141 - - [2026-05-11 04:16:34] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005764 10.0.0.141 - - [2026-05-11 04:16:34] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006523 10.0.0.141 - - [2026-05-11 04:16:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.009888 10.0.0.141 - - [2026-05-11 04:16:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001176 10.0.0.27 - - [2026-05-11 04:16:35] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001016 10.0.0.141 - - [2026-05-11 04:16:35] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078469 10.0.0.141 - - [2026-05-11 04:16:35] "POST /neutron/network HTTP/1.1" 200 832 0.060853 10.0.0.141 - - [2026-05-11 04:16:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001821 10.0.0.141 - - [2026-05-11 04:16:35] "POST /neutron/port HTTP/1.1" 200 4192 0.035643 10.0.0.27 - - [2026-05-11 04:16:36] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.141 - - [2026-05-11 04:16:36] "POST /neutron/port HTTP/1.1" 200 1060 0.368236 10.0.0.27 - - [2026-05-11 04:16:36] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.141 - - [2026-05-11 04:16:36] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.086453 10.0.0.141 - - [2026-05-11 04:16:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008307 10.0.0.141 - - [2026-05-11 04:16:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001315 10.0.0.141 - - [2026-05-11 04:16:37] "POST /neutron/port HTTP/1.1" 200 1060 0.015406 10.0.0.141 - - [2026-05-11 04:16:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015917 10.0.0.141 - - [2026-05-11 04:16:37] "POST /neutron/network HTTP/1.1" 200 842 0.010653 10.0.0.141 - - [2026-05-11 04:16:38] "POST /neutron/port HTTP/1.1" 200 1114 0.180488 10.0.0.141 - - [2026-05-11 04:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.141 - - [2026-05-11 04:16:38] "POST /neutron/network HTTP/1.1" 200 832 0.011331 10.0.0.27 - - [2026-05-11 04:16:38] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.141 - - [2026-05-11 04:16:38] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.088877 10.0.0.141 - - [2026-05-11 04:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008475 10.0.0.141 - - [2026-05-11 04:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.010774 10.0.0.141 - - [2026-05-11 04:16:40] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.27 - - [2026-05-11 04:16:40] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000985 10.0.0.141 - - [2026-05-11 04:16:41] "POST /neutron/port HTTP/1.1" 200 1060 0.295813 10.0.0.141 - - [2026-05-11 04:16:41] "POST /neutron/port HTTP/1.1" 200 1114 0.184240 10.0.0.141 - - [2026-05-11 04:16:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.009509 10.0.0.141 - - [2026-05-11 04:16:44] "POST /neutron/port HTTP/1.1" 200 1124 0.021804 10.0.0.141 - - [2026-05-11 04:16:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010936 10.0.0.27 - - [2026-05-11 04:16:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.249 - - [2026-05-11 04:16:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.27 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.27 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.27 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000327 10.0.0.249 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.001078 10.0.0.249 - - [2026-05-11 04:16:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-05-11 04:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.141 - - [2026-05-11 04:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.141 - - [2026-05-11 04:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000696 10.0.0.141 - - [2026-05-11 04:16:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.141 - - [2026-05-11 04:16:58] "DELETE /access-control-list/accc4289-1d51-443c-938b-2adbd0b6c51c HTTP/1.1" 200 115 0.040066 10.0.0.141 - - [2026-05-11 04:16:59] "POST /neutron/port HTTP/1.1" 200 1124 0.017873 10.0.0.27 - - [2026-05-11 04:17:03] "DELETE /project/00bca1a2e68d4feeabbe6007b3a6eaeb HTTP/1.1" 404 173 0.002579 10.0.0.27 - - [2026-05-11 04:17:03] "DELETE /project/f2df9135-fca8-429f-ae50-176692cdb572 HTTP/1.1" 404 177 0.004921 10.0.0.141 - - [2026-05-11 04:17:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007497 10.0.0.141 - - [2026-05-11 04:17:09] "POST /neutron/port HTTP/1.1" 200 1124 0.017663 10.0.0.141 - - [2026-05-11 04:17:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007639 10.0.0.141 - - [2026-05-11 04:17:09] "GET /virtual-machine/bcf19a72-b4d8-417c-aacc-a52a19a51c2e HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-05-11 04:17:10] "GET /virtual-machine/bcf19a72-b4d8-417c-aacc-a52a19a51c2e HTTP/1.1" 200 1294 0.029340 10.0.0.141 - - [2026-05-11 04:17:10] "GET /virtual-machine-interface/78ce9e64-40e3-4bdb-8c8f-36cc748155fc HTTP/1.1" 200 2957 0.005338 10.0.0.141 - - [2026-05-11 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.141 - - [2026-05-11 04:17:10] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004341 10.0.0.141 - - [2026-05-11 04:17:10] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003247 10.0.0.141 - - [2026-05-11 04:17:10] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006996 10.0.0.141 - - [2026-05-11 04:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.141 - - [2026-05-11 04:17:13] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005324 10.0.0.141 - - [2026-05-11 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-05-11 04:17:17] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005533 10.0.0.141 - - [2026-05-11 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.141 - - [2026-05-11 04:17:21] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007609 10.0.0.141 - - [2026-05-11 04:17:24] "POST /neutron/network HTTP/1.1" 200 1122 0.007255 10.0.0.141 - - [2026-05-11 04:17:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014808 10.0.0.141 - - [2026-05-11 04:17:25] "POST /neutron/network HTTP/1.1" 200 1112 0.010729 10.0.0.141 - - [2026-05-11 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.141 - - [2026-05-11 04:17:25] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005649 10.0.0.141 - - [2026-05-11 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.141 - - [2026-05-11 04:17:29] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005297 10.0.0.141 - - [2026-05-11 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.141 - - [2026-05-11 04:17:33] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006151 10.0.0.141 - - [2026-05-11 04:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.141 - - [2026-05-11 04:17:38] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007444 10.0.0.141 - - [2026-05-11 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.141 - - [2026-05-11 04:17:42] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007096 10.0.0.141 - - [2026-05-11 04:17:44] "POST /neutron/network HTTP/1.1" 200 1122 0.009176 10.0.0.141 - - [2026-05-11 04:17:44] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013020 10.0.0.141 - - [2026-05-11 04:17:44] "POST /neutron/network HTTP/1.1" 200 1112 0.010243 10.0.0.141 - - [2026-05-11 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.141 - - [2026-05-11 04:17:46] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005708 10.0.0.141 - - [2026-05-11 04:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.141 - - [2026-05-11 04:17:50] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005641 10.0.0.141 - - [2026-05-11 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.141 - - [2026-05-11 04:17:54] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005220 10.0.0.141 - - [2026-05-11 04:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.141 - - [2026-05-11 04:17:58] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008290 10.0.0.141 - - [2026-05-11 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.141 - - [2026-05-11 04:18:02] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005764 10.0.0.141 - - [2026-05-11 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.141 - - [2026-05-11 04:18:06] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008510 10.0.0.141 - - [2026-05-11 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.141 - - [2026-05-11 04:18:10] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006891 10.0.0.27 - - [2026-05-11 04:18:12] "GET /obj-perms HTTP/1.1" 200 5075 0.063487 10.0.0.141 - - [2026-05-11 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.141 - - [2026-05-11 04:18:14] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006420 10.0.0.141 - - [2026-05-11 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.141 - - [2026-05-11 04:18:19] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005366 10.0.0.141 - - [2026-05-11 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2026-05-11 04:18:23] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006000 10.0.0.141 - - [2026-05-11 04:18:25] "POST /neutron/port HTTP/1.1" 200 1109 0.046547 10.0.0.141 - - [2026-05-11 04:18:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.141 - - [2026-05-11 04:18:26] "POST /neutron/network HTTP/1.1" 200 929 0.008255 10.0.0.141 - - [2026-05-11 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.141 - - [2026-05-11 04:18:27] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005457 10.0.0.141 - - [2026-05-11 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.141 - - [2026-05-11 04:18:31] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005635 10.0.0.141 - - [2026-05-11 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.141 - - [2026-05-11 04:18:35] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006513 10.0.0.141 - - [2026-05-11 04:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.141 - - [2026-05-11 04:18:39] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004459 10.0.0.141 - - [2026-05-11 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.141 - - [2026-05-11 04:18:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004053 10.0.0.141 - - [2026-05-11 04:18:41] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003159 10.0.0.141 - - [2026-05-11 04:18:41] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006254 10.0.0.141 - - [2026-05-11 04:18:41] "POST /neutron/port HTTP/1.1" 200 1124 0.019721 10.0.0.141 - - [2026-05-11 04:18:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.051222 10.0.0.141 - - [2026-05-11 04:18:44] "POST /neutron/network HTTP/1.1" 200 939 0.006274 10.0.0.141 - - [2026-05-11 04:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.141 - - [2026-05-11 04:18:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008230 10.0.0.141 - - [2026-05-11 04:18:57] "POST /neutron/port HTTP/1.1" 200 1124 0.024211 10.0.0.141 - - [2026-05-11 04:19:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014799 10.0.0.141 - - [2026-05-11 04:19:12] "POST /neutron/port HTTP/1.1" 200 1124 0.031107 10.0.0.249 - - [2026-05-11 04:19:13] "GET /obj-perms HTTP/1.1" 200 5075 0.054954 10.0.0.141 - - [2026-05-11 04:19:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007987 10.0.0.141 - - [2026-05-11 04:19:25] "POST /neutron/port HTTP/1.1" 200 1124 0.022366 10.0.0.141 - - [2026-05-11 04:19:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.141 - - [2026-05-11 04:19:26] "POST /neutron/network HTTP/1.1" 200 832 0.006746 10.0.0.141 - - [2026-05-11 04:19:33] "POST /neutron/port HTTP/1.1" 200 1124 0.018465 10.0.0.141 - - [2026-05-11 04:19:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007825 10.0.0.141 - - [2026-05-11 04:19:39] "POST /neutron/port HTTP/1.1" 200 1124 0.017708 10.0.0.141 - - [2026-05-11 04:19:39] "GET /virtual-machine/bfb2daec-9573-4d2d-9efe-674a7b36ee8f HTTP/1.1" 200 1294 0.006723 10.0.0.141 - - [2026-05-11 04:19:39] "GET /virtual-machine-interface/2105e148-489e-4431-9244-dafdc8115f64 HTTP/1.1" 200 2957 0.004940 10.0.0.141 - - [2026-05-11 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.141 - - [2026-05-11 04:19:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.141 - - [2026-05-11 04:19:39] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003920 10.0.0.141 - - [2026-05-11 04:19:39] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005386 10.0.0.141 - - [2026-05-11 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.141 - - [2026-05-11 04:19:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006899 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007957 10.0.0.141 - - [2026-05-11 04:19:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008796 10.0.0.141 - - [2026-05-11 04:19:40] "POST /neutron/port HTTP/1.1" 200 1124 0.018223 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-machine/fc667a78-8094-4ed7-ac66-114d2979ba10 HTTP/1.1" 200 1294 0.005624 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-machine-interface/8b076678-1b6a-4360-b251-cec5bed3bc71 HTTP/1.1" 200 2958 0.006515 10.0.0.141 - - [2026-05-11 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.141 - - [2026-05-11 04:19:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005264 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004522 10.0.0.141 - - [2026-05-11 04:19:40] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007926 10.0.0.141 - - [2026-05-11 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.141 - - [2026-05-11 04:19:41] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005156 10.0.0.141 - - [2026-05-11 04:19:41] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.007496 10.0.0.141 - - [2026-05-11 04:19:41] "GET /virtual-network/2442f539-f0f0-4297-a3c5-390c64ea6332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007571 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003508 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.141 - - [2026-05-11 04:19:42] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005991 10.0.0.141 - - [2026-05-11 04:19:42] "POST /control-node-zones HTTP/1.1" 200 569 0.028969 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.141 - - [2026-05-11 04:19:42] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004943 10.0.0.141 - - [2026-05-11 04:19:42] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005209 10.0.0.141 - - [2026-05-11 04:19:42] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.022699 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003750 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.141 - - [2026-05-11 04:19:42] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006320 10.0.0.141 - - [2026-05-11 04:19:42] "POST /control-node-zones HTTP/1.1" 200 569 0.028041 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.141 - - [2026-05-11 04:19:42] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005119 10.0.0.141 - - [2026-05-11 04:19:42] "GET /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006309 10.0.0.141 - - [2026-05-11 04:19:42] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.020832 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003293 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2026-05-11 04:19:42] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006252 10.0.0.141 - - [2026-05-11 04:19:42] "POST /control-node-zones HTTP/1.1" 200 569 0.025708 10.0.0.141 - - [2026-05-11 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.141 - - [2026-05-11 04:19:43] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005016 10.0.0.141 - - [2026-05-11 04:19:43] "GET /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006708 10.0.0.141 - - [2026-05-11 04:19:43] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.021228 10.0.0.141 - - [2026-05-11 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.141 - - [2026-05-11 04:19:43] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007657 10.0.0.141 - - [2026-05-11 04:19:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.003023 10.0.0.141 - - [2026-05-11 04:19:43] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031200 10.0.0.141 - - [2026-05-11 04:19:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.008739 10.0.0.141 - - [2026-05-11 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.141 - - [2026-05-11 04:19:43] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005613 10.0.0.141 - - [2026-05-11 04:19:43] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005316 10.0.0.141 - - [2026-05-11 04:19:43] "POST /ref-update HTTP/1.1" 200 156 0.020879 10.0.0.141 - - [2026-05-11 04:19:45] "POST /neutron/port HTTP/1.1" 200 1124 0.022920 10.0.0.141 - - [2026-05-11 04:19:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004082 10.0.0.141 - - [2026-05-11 04:19:45] "POST /neutron/network HTTP/1.1" 200 832 0.006635 10.0.0.141 - - [2026-05-11 04:20:05] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.007216 10.0.0.141 - - [2026-05-11 04:20:05] "GET /virtual-machine-interface/78ce9e64-40e3-4bdb-8c8f-36cc748155fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006029 10.0.0.141 - - [2026-05-11 04:20:05] "POST /ref-update HTTP/1.1" 200 156 0.013520 10.0.0.141 - - [2026-05-11 04:20:05] "POST /bgp-routers HTTP/1.1" 200 640 0.102407 10.0.0.141 - - [2026-05-11 04:20:05] "PUT /bgp-router/6a5b5d96-6531-4f10-8b6b-6a25a2fce8a1 HTTP/1.1" 200 254 0.028623 10.0.0.141 - - [2026-05-11 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.141 - - [2026-05-11 04:20:06] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005562 10.0.0.141 - - [2026-05-11 04:20:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003255 10.0.0.141 - - [2026-05-11 04:20:07] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038991 10.0.0.141 - - [2026-05-11 04:20:07] "POST /neutron/network HTTP/1.1" 200 832 0.008561 10.0.0.141 - - [2026-05-11 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.141 - - [2026-05-11 04:20:07] "GET /bgp-as-a-service/74a39dae-46be-4628-b676-7ec984655119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006836 10.0.0.141 - - [2026-05-11 04:20:07] "GET /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003820 10.0.0.141 - - [2026-05-11 04:20:07] "POST /ref-update HTTP/1.1" 200 156 0.019011 10.0.0.141 - - [2026-05-11 04:20:14] "GET /obj-perms HTTP/1.1" 200 5075 0.058037 10.0.0.141 - - [2026-05-11 04:20:16] "GET /bgp-as-a-service/74a39dae-46be-4628-b676-7ec984655119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007646 10.0.0.141 - - [2026-05-11 04:20:16] "GET /virtual-machine-interface/2105e148-489e-4431-9244-dafdc8115f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.009415 10.0.0.141 - - [2026-05-11 04:20:16] "POST /ref-update HTTP/1.1" 200 156 0.017736 10.0.0.141 - - [2026-05-11 04:20:17] "POST /ref-update HTTP/1.1" 200 156 0.020752 10.0.0.141 - - [2026-05-11 04:20:26] "POST /neutron/port HTTP/1.1" 200 1217 0.019871 10.0.0.141 - - [2026-05-11 04:20:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.141 - - [2026-05-11 04:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004941 10.0.0.141 - - [2026-05-11 04:20:37] "POST /ref-update HTTP/1.1" 200 156 0.018565 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003655 10.0.0.141 - - [2026-05-11 04:20:37] "POST /ref-update HTTP/1.1" 200 156 0.021230 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003646 10.0.0.141 - - [2026-05-11 04:20:37] "POST /ref-update HTTP/1.1" 200 156 0.019561 10.0.0.141 - - [2026-05-11 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2026-05-11 04:20:37] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007522 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005087 10.0.0.141 - - [2026-05-11 04:20:37] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.020581 10.0.0.141 - - [2026-05-11 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.141 - - [2026-05-11 04:20:37] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005788 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004040 10.0.0.141 - - [2026-05-11 04:20:37] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.027327 10.0.0.141 - - [2026-05-11 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.141 - - [2026-05-11 04:20:37] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005196 10.0.0.141 - - [2026-05-11 04:20:37] "GET /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003342 10.0.0.141 - - [2026-05-11 04:20:37] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.021300 10.0.0.141 - - [2026-05-11 04:20:47] "POST /neutron/port HTTP/1.1" 200 1124 0.044400 10.0.0.141 - - [2026-05-11 04:20:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.010579 10.0.0.141 - - [2026-05-11 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.141 - - [2026-05-11 04:20:50] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006817 10.0.0.141 - - [2026-05-11 04:20:50] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003384 10.0.0.141 - - [2026-05-11 04:20:50] "POST /ref-update HTTP/1.1" 200 156 0.017459 10.0.0.141 - - [2026-05-11 04:20:50] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004068 10.0.0.141 - - [2026-05-11 04:20:50] "POST /ref-update HTTP/1.1" 200 156 0.019939 10.0.0.141 - - [2026-05-11 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.141 - - [2026-05-11 04:20:50] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006137 10.0.0.141 - - [2026-05-11 04:20:50] "POST /neutron/network HTTP/1.1" 200 832 0.006917 10.0.0.141 - - [2026-05-11 04:20:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.010011 10.0.0.141 - - [2026-05-11 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.141 - - [2026-05-11 04:20:51] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.006322 10.0.0.141 - - [2026-05-11 04:20:51] "GET /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.015288 10.0.0.141 - - [2026-05-11 04:20:51] "POST /ref-update HTTP/1.1" 200 156 0.016960 10.0.0.141 - - [2026-05-11 04:20:54] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006423 10.0.0.141 - - [2026-05-11 04:20:54] "GET /virtual-machine-interface/78ce9e64-40e3-4bdb-8c8f-36cc748155fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007376 10.0.0.141 - - [2026-05-11 04:21:07] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004230 10.0.0.141 - - [2026-05-11 04:21:07] "GET /virtual-machine-interface/78ce9e64-40e3-4bdb-8c8f-36cc748155fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005527 10.0.0.141 - - [2026-05-11 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.015466 10.0.0.141 - - [2026-05-11 04:21:07] "GET /bgp-as-a-service/74a39dae-46be-4628-b676-7ec984655119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.015015 10.0.0.141 - - [2026-05-11 04:21:07] "GET /virtual-machine-interface/2105e148-489e-4431-9244-dafdc8115f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007100 10.0.0.141 - - [2026-05-11 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.028179 10.0.0.141 - - [2026-05-11 04:21:07] "POST /ref-update HTTP/1.1" 200 156 0.029951 10.0.0.141 - - [2026-05-11 04:21:07] "DELETE /bgp-as-a-service/74a39dae-46be-4628-b676-7ec984655119 HTTP/1.1" 200 115 0.055455 10.0.0.141 - - [2026-05-11 04:21:07] "GET /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.008115 10.0.0.141 - - [2026-05-11 04:21:07] "GET /virtual-machine-interface/78ce9e64-40e3-4bdb-8c8f-36cc748155fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.013875 10.0.0.141 - - [2026-05-11 04:21:07] "DELETE /bgp-as-a-service/c1ab173e-fe93-4935-861a-646b486ad042 HTTP/1.1" 200 115 0.042542 10.0.0.141 - - [2026-05-11 04:21:07] "GET /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004413 10.0.0.141 - - [2026-05-11 04:21:08] "POST /ref-update HTTP/1.1" 200 156 0.015015 10.0.0.141 - - [2026-05-11 04:21:08] "POST /ref-update HTTP/1.1" 200 156 0.032374 10.0.0.141 - - [2026-05-11 04:21:08] "DELETE /control-node-zone/40200f01-384e-47ed-9014-e1c99242ea8a HTTP/1.1" 200 115 0.038085 10.0.0.141 - - [2026-05-11 04:21:08] "GET /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004869 10.0.0.141 - - [2026-05-11 04:21:08] "POST /ref-update HTTP/1.1" 200 156 0.020019 10.0.0.141 - - [2026-05-11 04:21:08] "DELETE /control-node-zone/731ecf1b-4230-4a2f-a087-1cd7e962c1be HTTP/1.1" 200 115 0.032265 10.0.0.141 - - [2026-05-11 04:21:08] "GET /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005473 10.0.0.141 - - [2026-05-11 04:21:08] "DELETE /control-node-zone/223404db-87f9-4c70-b0cf-4c96a7dbe87f HTTP/1.1" 200 115 0.033499 10.0.0.141 - - [2026-05-11 04:21:09] "POST /neutron/port HTTP/1.1" 200 1124 0.023240 10.0.0.141 - - [2026-05-11 04:21:09] "POST /neutron/port HTTP/1.1" 200 1124 0.024477 10.0.0.141 - - [2026-05-11 04:21:09] "POST /neutron/port HTTP/1.1" 200 1124 0.038003 10.0.0.141 - - [2026-05-11 04:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.007837 10.0.0.141 - - [2026-05-11 04:21:10] "DELETE /route-target/1238dc01-db59-4561-acb1-9a78e565aae0 HTTP/1.1" 200 115 0.030423 10.0.0.141 - - [2026-05-11 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.27 - - [2026-05-11 04:21:13] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033166 10.0.0.141 - - [2026-05-11 04:21:13] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.086194 10.0.0.27 - - [2026-05-11 04:21:13] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.141 - - [2026-05-11 04:21:13] "POST /neutron/network HTTP/1.1" 200 614 0.135388 10.0.0.141 - - [2026-05-11 04:21:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.003518 10.0.0.141 - - [2026-05-11 04:21:14] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005223 10.0.0.141 - - [2026-05-11 04:21:14] "POST /neutron/network HTTP/1.1" 200 830 0.007670 10.0.0.141 - - [2026-05-11 04:21:14] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007159 10.0.0.141 - - [2026-05-11 04:21:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001218 10.0.0.141 - - [2026-05-11 04:21:14] "POST /neutron/port HTTP/1.1" 200 4192 0.045325 10.0.0.27 - - [2026-05-11 04:21:15] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001714 10.0.0.141 - - [2026-05-11 04:21:15] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.075307 10.0.0.141 - - [2026-05-11 04:21:15] "POST /neutron/port HTTP/1.1" 200 4192 0.042925 10.0.0.141 - - [2026-05-11 04:21:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001364 10.0.0.141 - - [2026-05-11 04:21:15] "POST /neutron/network HTTP/1.1" 200 840 0.006721 10.0.0.141 - - [2026-05-11 04:21:16] "POST /neutron/port HTTP/1.1" 200 1058 0.018061 10.0.0.141 - - [2026-05-11 04:21:16] "POST /neutron/port HTTP/1.1" 200 1122 0.027013 10.0.0.27 - - [2026-05-11 04:21:16] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.141 - - [2026-05-11 04:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.003646 10.0.0.141 - - [2026-05-11 04:21:16] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.098593 10.0.0.141 - - [2026-05-11 04:21:17] "POST /neutron/port HTTP/1.1" 200 5161 0.053837 10.0.0.141 - - [2026-05-11 04:21:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001288 10.0.0.141 - - [2026-05-11 04:21:17] "POST /neutron/port HTTP/1.1" 200 5161 0.057313 10.0.0.141 - - [2026-05-11 04:21:17] "POST /neutron/network HTTP/1.1" 200 840 0.006439 10.0.0.141 - - [2026-05-11 04:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.020341 10.0.0.141 - - [2026-05-11 04:21:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003453 10.0.0.141 - - [2026-05-11 04:21:18] "POST /neutron/network HTTP/1.1" 200 830 0.007170 10.0.0.27 - - [2026-05-11 04:21:18] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.141 - - [2026-05-11 04:21:18] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.100721 10.0.0.141 - - [2026-05-11 04:21:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009029 10.0.0.141 - - [2026-05-11 04:21:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012093 10.0.0.141 - - [2026-05-11 04:21:19] "POST /neutron/port HTTP/1.1" 200 1122 0.020785 10.0.0.27 - - [2026-05-11 04:21:19] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.141 - - [2026-05-11 04:21:19] "GET /virtual-machine/61ed56f2-5ab4-4369-a5d4-0f05dc80a701 HTTP/1.1" 200 1293 0.007662 10.0.0.141 - - [2026-05-11 04:21:19] "GET /virtual-machine-interface/78da2665-61c5-4272-9d1e-d8bb79e26168 HTTP/1.1" 200 2957 0.017974 10.0.0.141 - - [2026-05-11 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010016 10.0.0.141 - - [2026-05-11 04:21:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003201 10.0.0.141 - - [2026-05-11 04:21:19] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002972 10.0.0.141 - - [2026-05-11 04:21:19] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012890 10.0.0.141 - - [2026-05-11 04:21:19] "POST /neutron/port HTTP/1.1" 200 1058 0.380641 10.0.0.141 - - [2026-05-11 04:21:19] "POST /neutron/port HTTP/1.1" 200 1112 0.151635 10.0.0.141 - - [2026-05-11 04:21:19] "POST /neutron/subnet HTTP/1.1" 200 684 0.012717 10.0.0.141 - - [2026-05-11 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.141 - - [2026-05-11 04:21:22] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005318 10.0.0.141 - - [2026-05-11 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.141 - - [2026-05-11 04:21:26] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005475 10.0.0.141 - - [2026-05-11 04:21:27] "POST /neutron/port HTTP/1.1" 200 1109 0.018025 10.0.0.141 - - [2026-05-11 04:21:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.141 - - [2026-05-11 04:21:28] "POST /neutron/network HTTP/1.1" 200 929 0.007060 10.0.0.141 - - [2026-05-11 04:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.141 - - [2026-05-11 04:21:30] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006550 10.0.0.141 - - [2026-05-11 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.036875 10.0.0.141 - - [2026-05-11 04:21:34] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005999 10.0.0.141 - - [2026-05-11 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.141 - - [2026-05-11 04:21:38] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005100 10.0.0.141 - - [2026-05-11 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.141 - - [2026-05-11 04:21:42] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005488 10.0.0.141 - - [2026-05-11 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.141 - - [2026-05-11 04:21:47] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010058 10.0.0.141 - - [2026-05-11 04:21:48] "POST /neutron/network HTTP/1.1" 200 1122 0.009655 10.0.0.141 - - [2026-05-11 04:21:48] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017168 10.0.0.141 - - [2026-05-11 04:21:48] "POST /neutron/network HTTP/1.1" 200 1112 0.010827 10.0.0.141 - - [2026-05-11 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.141 - - [2026-05-11 04:21:51] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005461 10.0.0.27 - - [2026-05-11 04:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2026-05-11 04:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.27 - - [2026-05-11 04:21:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.249 - - [2026-05-11 04:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.27 - - [2026-05-11 04:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.27 - - [2026-05-11 04:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2026-05-11 04:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-05-11 04:21:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.141 - - [2026-05-11 04:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-05-11 04:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.141 - - [2026-05-11 04:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.141 - - [2026-05-11 04:21:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-05-11 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.141 - - [2026-05-11 04:21:55] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004994 10.0.0.141 - - [2026-05-11 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.141 - - [2026-05-11 04:21:59] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005267 10.0.0.141 - - [2026-05-11 04:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.141 - - [2026-05-11 04:22:03] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005440 10.0.0.141 - - [2026-05-11 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.141 - - [2026-05-11 04:22:07] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006817 10.0.0.141 - - [2026-05-11 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.141 - - [2026-05-11 04:22:11] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007248 10.0.0.141 - - [2026-05-11 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005812 10.0.0.141 - - [2026-05-11 04:22:15] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008590 10.0.0.141 - - [2026-05-11 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.141 - - [2026-05-11 04:22:19] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006988 10.0.0.141 - - [2026-05-11 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.141 - - [2026-05-11 04:22:23] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005405 10.0.0.141 - - [2026-05-11 04:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.141 - - [2026-05-11 04:22:27] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006052 10.0.0.141 - - [2026-05-11 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.141 - - [2026-05-11 04:22:32] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005317 10.0.0.141 - - [2026-05-11 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.141 - - [2026-05-11 04:22:36] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005352 10.0.0.141 - - [2026-05-11 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.141 - - [2026-05-11 04:22:40] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006467 10.0.0.141 - - [2026-05-11 04:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.141 - - [2026-05-11 04:22:44] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005657 10.0.0.141 - - [2026-05-11 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.141 - - [2026-05-11 04:22:48] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006590 10.0.0.141 - - [2026-05-11 04:22:48] "POST /neutron/port HTTP/1.1" 200 1109 0.016531 10.0.0.141 - - [2026-05-11 04:22:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005323 10.0.0.141 - - [2026-05-11 04:22:48] "POST /neutron/network HTTP/1.1" 200 929 0.006719 10.0.0.141 - - [2026-05-11 04:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.141 - - [2026-05-11 04:22:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003811 10.0.0.141 - - [2026-05-11 04:22:50] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003319 10.0.0.141 - - [2026-05-11 04:22:50] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005925 10.0.0.141 - - [2026-05-11 04:22:50] "POST /neutron/port HTTP/1.1" 200 1122 0.042714 10.0.0.141 - - [2026-05-11 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007667 10.0.0.141 - - [2026-05-11 04:23:01] "POST /neutron/port HTTP/1.1" 200 1122 0.019069 10.0.0.141 - - [2026-05-11 04:23:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007988 10.0.0.27 - - [2026-05-11 04:23:15] "GET /obj-perms HTTP/1.1" 200 5075 0.054994 10.0.0.141 - - [2026-05-11 04:23:16] "POST /neutron/port HTTP/1.1" 200 1122 0.017401 10.0.0.141 - - [2026-05-11 04:23:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008436 10.0.0.141 - - [2026-05-11 04:23:29] "POST /neutron/port HTTP/1.1" 200 1217 0.045313 10.0.0.141 - - [2026-05-11 04:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.141 - - [2026-05-11 04:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.141 - - [2026-05-11 04:23:32] "POST /neutron/port HTTP/1.1" 200 1122 0.018125 10.0.0.141 - - [2026-05-11 04:23:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009753 10.0.0.141 - - [2026-05-11 04:23:47] "POST /neutron/port HTTP/1.1" 200 1122 0.025777 10.0.0.141 - - [2026-05-11 04:23:50] "POST /neutron/port HTTP/1.1" 200 1122 0.026409 10.0.0.141 - - [2026-05-11 04:23:50] "POST /neutron/subnet HTTP/1.1" 200 684 0.012746 10.0.0.141 - - [2026-05-11 04:23:53] "POST /neutron/port HTTP/1.1" 200 1122 0.019075 10.0.0.141 - - [2026-05-11 04:23:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008641 10.0.0.141 - - [2026-05-11 04:23:58] "POST /neutron/port HTTP/1.1" 200 1122 0.018751 10.0.0.141 - - [2026-05-11 04:23:58] "GET /virtual-machine/59b700df-3865-406a-9348-bfcc54ccb26b HTTP/1.1" 200 1293 0.041019 10.0.0.141 - - [2026-05-11 04:23:58] "GET /virtual-machine-interface/008bcd2d-418a-4cfc-bb73-d66401a0b63b HTTP/1.1" 200 2955 0.008695 10.0.0.141 - - [2026-05-11 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.141 - - [2026-05-11 04:23:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003741 10.0.0.141 - - [2026-05-11 04:23:58] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002832 10.0.0.141 - - [2026-05-11 04:23:58] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006242 10.0.0.141 - - [2026-05-11 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.141 - - [2026-05-11 04:23:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003715 10.0.0.141 - - [2026-05-11 04:23:59] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003456 10.0.0.141 - - [2026-05-11 04:23:59] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005329 10.0.0.141 - - [2026-05-11 04:24:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010850 10.0.0.141 - - [2026-05-11 04:24:00] "POST /neutron/port HTTP/1.1" 200 1122 0.022007 10.0.0.141 - - [2026-05-11 04:24:00] "GET /virtual-machine/510d8f2d-57ab-4527-b41d-0f7aa7d0fc47 HTTP/1.1" 200 1293 0.009191 10.0.0.141 - - [2026-05-11 04:24:00] "GET /virtual-machine-interface/54d4ee14-292b-4014-8236-27a09bbb9ef6 HTTP/1.1" 200 2956 0.005941 10.0.0.141 - - [2026-05-11 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.141 - - [2026-05-11 04:24:00] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004399 10.0.0.141 - - [2026-05-11 04:24:00] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004054 10.0.0.141 - - [2026-05-11 04:24:00] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010771 10.0.0.141 - - [2026-05-11 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.141 - - [2026-05-11 04:24:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004157 10.0.0.141 - - [2026-05-11 04:24:01] "GET /virtual-networks?parent_id=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003843 10.0.0.141 - - [2026-05-11 04:24:01] "GET /virtual-network/f3abcf36-536b-4422-b44c-269e20f16090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006522 10.0.0.141 - - [2026-05-11 04:24:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006959 10.0.0.141 - - [2026-05-11 04:24:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003908 10.0.0.141 - - [2026-05-11 04:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.141 - - [2026-05-11 04:24:07] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005857 10.0.0.141 - - [2026-05-11 04:24:07] "POST /control-node-zones HTTP/1.1" 200 569 0.027648 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.141 - - [2026-05-11 04:24:07] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004972 10.0.0.141 - - [2026-05-11 04:24:07] "GET /control-node-zone/8fd15e27-1abf-44b1-bdea-7e4d1845c2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006171 10.0.0.141 - - [2026-05-11 04:24:07] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.038017 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003486 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.141 - - [2026-05-11 04:24:07] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005962 10.0.0.141 - - [2026-05-11 04:24:07] "POST /control-node-zones HTTP/1.1" 200 569 0.030503 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.141 - - [2026-05-11 04:24:07] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004860 10.0.0.141 - - [2026-05-11 04:24:07] "GET /control-node-zone/06af1710-384c-42b9-8ccb-2d149a5636c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006583 10.0.0.141 - - [2026-05-11 04:24:07] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.023120 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003927 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2026-05-11 04:24:07] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005819 10.0.0.141 - - [2026-05-11 04:24:07] "POST /control-node-zones HTTP/1.1" 200 569 0.028701 10.0.0.141 - - [2026-05-11 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.141 - - [2026-05-11 04:24:07] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005159 10.0.0.141 - - [2026-05-11 04:24:07] "GET /control-node-zone/eff4c1e8-bccd-4059-a2b1-36c66696ee1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005708 10.0.0.141 - - [2026-05-11 04:24:07] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.021804 10.0.0.141 - - [2026-05-11 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006869 10.0.0.141 - - [2026-05-11 04:24:08] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006174 10.0.0.141 - - [2026-05-11 04:24:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003049 10.0.0.141 - - [2026-05-11 04:24:08] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028418 10.0.0.141 - - [2026-05-11 04:24:08] "POST /neutron/network HTTP/1.1" 200 830 0.006191 10.0.0.141 - - [2026-05-11 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2026-05-11 04:24:08] "GET /bgp-as-a-service/4ba64880-b71a-4700-940e-7a88bf3cd89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005706 10.0.0.141 - - [2026-05-11 04:24:08] "GET /control-node-zone/8fd15e27-1abf-44b1-bdea-7e4d1845c2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004834 10.0.0.141 - - [2026-05-11 04:24:08] "POST /ref-update HTTP/1.1" 200 156 0.020470 10.0.0.141 - - [2026-05-11 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.141 - - [2026-05-11 04:24:08] "GET /bgp-as-a-service/4ba64880-b71a-4700-940e-7a88bf3cd89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.007038 10.0.0.141 - - [2026-05-11 04:24:08] "GET /control-node-zone/06af1710-384c-42b9-8ccb-2d149a5636c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004067 10.0.0.141 - - [2026-05-11 04:24:08] "POST /ref-update HTTP/1.1" 200 156 0.017777 10.0.0.249 - - [2026-05-11 04:24:16] "GET /obj-perms HTTP/1.1" 200 5075 0.069602 10.0.0.141 - - [2026-05-11 04:24:31] "GET /bgp-as-a-service/4ba64880-b71a-4700-940e-7a88bf3cd89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007213 10.0.0.141 - - [2026-05-11 04:24:31] "GET /virtual-machine-interface/78da2665-61c5-4272-9d1e-d8bb79e26168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005181 10.0.0.141 - - [2026-05-11 04:24:31] "POST /ref-update HTTP/1.1" 200 156 0.015924 10.0.0.141 - - [2026-05-11 04:24:31] "POST /bgp-routers HTTP/1.1" 200 594 0.027073 10.0.0.141 - - [2026-05-11 04:24:31] "POST /ref-update HTTP/1.1" 200 156 0.024461 10.0.0.141 - - [2026-05-11 04:24:31] "POST /neutron/port HTTP/1.1" 200 1109 0.025003 10.0.0.141 - - [2026-05-11 04:24:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.007942 10.0.0.141 - - [2026-05-11 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.141 - - [2026-05-11 04:24:32] "GET /global-system-config/edddab82-b2ca-4044-bc22-ce17418fb4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005297 10.0.0.141 - - [2026-05-11 04:24:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.003034 10.0.0.141 - - [2026-05-11 04:24:32] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.029973 10.0.0.141 - - [2026-05-11 04:24:32] "POST /neutron/network HTTP/1.1" 200 830 0.006840 10.0.0.141 - - [2026-05-11 04:24:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.008776 10.0.0.141 - - [2026-05-11 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002312 10.0.0.141 - - [2026-05-11 04:24:32] "GET /bgp-as-a-service/255be638-b30f-4302-b21b-4a4502b5f6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005391 10.0.0.141 - - [2026-05-11 04:24:32] "GET /control-node-zone/8fd15e27-1abf-44b1-bdea-7e4d1845c2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004119 10.0.0.141 - - [2026-05-11 04:24:32] "POST /ref-update HTTP/1.1" 200 156 0.015927 10.0.0.141 - - [2026-05-11 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.141 - - [2026-05-11 04:24:33] "GET /bgp-as-a-service/255be638-b30f-4302-b21b-4a4502b5f6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006260 10.0.0.141 - - [2026-05-11 04:24:33] "GET /control-node-zone/06af1710-384c-42b9-8ccb-2d149a5636c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003780 10.0.0.141 - - [2026-05-11 04:24:33] "POST /ref-update HTTP/1.1" 200 156 0.013564 10.0.0.141 - - [2026-05-11 04:24:41] "GET /bgp-as-a-service/255be638-b30f-4302-b21b-4a4502b5f6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007873 10.0.0.141 - - [2026-05-11 04:24:41] "GET /virtual-machine-interface/008bcd2d-418a-4cfc-bb73-d66401a0b63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006732 10.0.0.141 - - [2026-05-11 04:24:41] "POST /ref-update HTTP/1.1" 200 156 0.018541 10.0.0.141 - - [2026-05-11 04:24:42] "POST /ref-update HTTP/1.1" 200 156 0.041683 10.0.0.141 - - [2026-05-11 04:24:50] "POST /neutron/network HTTP/1.1" 200 1122 0.006146 10.0.0.141 - - [2026-05-11 04:24:50] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013370 10.0.0.141 - - [2026-05-11 04:24:50] "POST /neutron/network HTTP/1.1" 200 1112 0.009432 10.0.0.141 - - [2026-05-11 04:25:04] "GET /bgp-as-a-service/255be638-b30f-4302-b21b-4a4502b5f6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006222 10.0.0.141 - - [2026-05-11 04:25:04] "GET /virtual-machine-interface/008bcd2d-418a-4cfc-bb73-d66401a0b63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.007251 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.016534 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.017663 10.0.0.141 - - [2026-05-11 04:25:04] "DELETE /bgp-as-a-service/255be638-b30f-4302-b21b-4a4502b5f6fc HTTP/1.1" 200 115 0.102621 10.0.0.141 - - [2026-05-11 04:25:04] "GET /bgp-as-a-service/4ba64880-b71a-4700-940e-7a88bf3cd89c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.007737 10.0.0.141 - - [2026-05-11 04:25:04] "GET /virtual-machine-interface/78da2665-61c5-4272-9d1e-d8bb79e26168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.011187 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.016349 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.016644 10.0.0.141 - - [2026-05-11 04:25:04] "DELETE /bgp-as-a-service/4ba64880-b71a-4700-940e-7a88bf3cd89c HTTP/1.1" 200 115 0.071116 10.0.0.141 - - [2026-05-11 04:25:04] "GET /control-node-zone/eff4c1e8-bccd-4059-a2b1-36c66696ee1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003534 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.030429 10.0.0.141 - - [2026-05-11 04:25:04] "DELETE /control-node-zone/eff4c1e8-bccd-4059-a2b1-36c66696ee1d HTTP/1.1" 200 115 0.029620 10.0.0.141 - - [2026-05-11 04:25:04] "GET /control-node-zone/06af1710-384c-42b9-8ccb-2d149a5636c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004501 10.0.0.141 - - [2026-05-11 04:25:04] "POST /ref-update HTTP/1.1" 200 156 0.021022 10.0.0.141 - - [2026-05-11 04:25:05] "DELETE /control-node-zone/06af1710-384c-42b9-8ccb-2d149a5636c6 HTTP/1.1" 200 115 0.029232 10.0.0.141 - - [2026-05-11 04:25:05] "GET /control-node-zone/8fd15e27-1abf-44b1-bdea-7e4d1845c2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003850 10.0.0.141 - - [2026-05-11 04:25:05] "POST /ref-update HTTP/1.1" 200 156 0.031253 10.0.0.141 - - [2026-05-11 04:25:05] "DELETE /control-node-zone/8fd15e27-1abf-44b1-bdea-7e4d1845c2b0 HTTP/1.1" 200 115 0.026688 10.0.0.141 - - [2026-05-11 04:25:05] "POST /neutron/port HTTP/1.1" 200 1122 0.020992 10.0.0.141 - - [2026-05-11 04:25:05] "POST /neutron/port HTTP/1.1" 200 1112 0.024152 10.0.0.141 - - [2026-05-11 04:25:06] "POST /neutron/port HTTP/1.1" 200 1122 0.019433 10.0.0.141 - - [2026-05-11 04:25:07] "POST /neutron/network HTTP/1.1" 200 830 0.006361 10.0.0.141 - - [2026-05-11 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.039749 10.0.0.27 - - [2026-05-11 04:25:09] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.141 - - [2026-05-11 04:25:09] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.074605 10.0.0.27 - - [2026-05-11 04:25:09] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.141 - - [2026-05-11 04:25:09] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?fields=virtual_networks HTTP/1.1" 200 1042 0.047260 10.0.0.27 - - [2026-05-11 04:25:09] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.141 - - [2026-05-11 04:25:09] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048772 10.0.0.27 - - [2026-05-11 04:25:09] "GET /projects?obj_uuids=00bca1a2-e68d-4fee-abbe-6007b3a6eaeb&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001419 10.0.0.141 - - [2026-05-11 04:25:09] "GET /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb?fields=security_groups HTTP/1.1" 200 1269 0.046612 10.0.0.141 - - [2026-05-11 04:25:10] "POST /fqname-to-id HTTP/1.1" 404 181 0.029497 10.0.0.27 - - [2026-05-11 04:25:10] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004133 10.0.0.27 - - [2026-05-11 04:25:10] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002555 10.0.0.27 - - [2026-05-11 04:25:10] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043539 10.0.0.27 - - [2026-05-11 04:25:10] "POST /id-to-fqname HTTP/1.1" 200 183 0.008092 10.0.0.27 - - [2026-05-11 04:25:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.007529 10.0.0.27 - - [2026-05-11 04:25:10] "POST /security-groups HTTP/1.1" 200 584 0.033650 10.0.0.27 - - [2026-05-11 04:25:10] "POST /projects HTTP/1.1" 200 571 0.256426 10.0.0.27 - - [2026-05-11 04:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.292466 10.0.0.141 - - [2026-05-11 04:25:10] "POST /access-control-lists HTTP/1.1" 200 589 0.032703 10.0.0.141 - - [2026-05-11 04:25:10] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.510563 10.0.0.141 - - [2026-05-11 04:25:11] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.27 - - [2026-05-11 04:25:14] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000961 10.0.0.141 - - [2026-05-11 04:25:15] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.037610 10.0.0.27 - - [2026-05-11 04:25:15] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.141 - - [2026-05-11 04:25:15] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?fields=virtual_networks HTTP/1.1" 200 1027 0.036530 10.0.0.27 - - [2026-05-11 04:25:15] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001651 10.0.0.141 - - [2026-05-11 04:25:15] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.036522 10.0.0.27 - - [2026-05-11 04:25:15] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.141 - - [2026-05-11 04:25:15] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?fields=security_groups HTTP/1.1" 200 1246 0.041327 10.0.0.141 - - [2026-05-11 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.027835 10.0.0.27 - - [2026-05-11 04:25:16] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004919 10.0.0.27 - - [2026-05-11 04:25:16] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.27 - - [2026-05-11 04:25:16] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006735 10.0.0.27 - - [2026-05-11 04:25:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.004073 10.0.0.27 - - [2026-05-11 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.010796 10.0.0.27 - - [2026-05-11 04:25:16] "POST /security-groups HTTP/1.1" 200 592 0.077691 10.0.0.141 - - [2026-05-11 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.002937 10.0.0.27 - - [2026-05-11 04:25:16] "POST /projects HTTP/1.1" 200 587 0.288083 10.0.0.27 - - [2026-05-11 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.366542 10.0.0.141 - - [2026-05-11 04:25:16] "POST /access-control-lists HTTP/1.1" 200 595 0.037287 10.0.0.141 - - [2026-05-11 04:25:16] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.513313 10.0.0.141 - - [2026-05-11 04:25:17] "GET /obj-perms HTTP/1.1" 200 5075 0.091008 10.0.0.141 - - [2026-05-11 04:25:18] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.27 - - [2026-05-11 04:25:21] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.141 - - [2026-05-11 04:25:21] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.038738 10.0.0.27 - - [2026-05-11 04:25:21] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.141 - - [2026-05-11 04:25:21] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?fields=virtual_networks HTTP/1.1" 200 1045 0.052317 10.0.0.27 - - [2026-05-11 04:25:21] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.141 - - [2026-05-11 04:25:21] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.052305 10.0.0.27 - - [2026-05-11 04:25:21] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.141 - - [2026-05-11 04:25:21] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?fields=security_groups HTTP/1.1" 200 1272 0.039258 10.0.0.141 - - [2026-05-11 04:25:22] "POST /fqname-to-id HTTP/1.1" 404 195 0.028308 10.0.0.27 - - [2026-05-11 04:25:22] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003833 10.0.0.27 - - [2026-05-11 04:25:23] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.27 - - [2026-05-11 04:25:23] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008364 10.0.0.27 - - [2026-05-11 04:25:23] "POST /id-to-fqname HTTP/1.1" 200 197 0.010185 10.0.0.27 - - [2026-05-11 04:25:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.005783 10.0.0.27 - - [2026-05-11 04:25:23] "POST /security-groups HTTP/1.1" 200 598 0.078689 10.0.0.27 - - [2026-05-11 04:25:23] "POST /projects HTTP/1.1" 200 599 0.288865 10.0.0.27 - - [2026-05-11 04:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.326666 10.0.0.141 - - [2026-05-11 04:25:23] "POST /fqname-to-id HTTP/1.1" 404 240 0.011889 10.0.0.141 - - [2026-05-11 04:25:23] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.480531 10.0.0.141 - - [2026-05-11 04:25:24] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.141 - - [2026-05-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-05-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.062115 10.0.0.141 - - [2026-05-11 04:25:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003618 10.0.0.141 - - [2026-05-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.141 - - [2026-05-11 04:25:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004798 10.0.0.141 - - [2026-05-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2026-05-11 04:25:26] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.013782 10.0.0.141 - - [2026-05-11 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-05-11 04:25:27] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000984 10.0.0.141 - - [2026-05-11 04:25:27] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.045595 10.0.0.27 - - [2026-05-11 04:25:27] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000942 10.0.0.141 - - [2026-05-11 04:25:27] "POST /neutron/network HTTP/1.1" 200 594 0.141985 10.0.0.141 - - [2026-05-11 04:25:27] "POST /ref-update HTTP/1.1" 200 156 0.039695 10.0.0.141 - - [2026-05-11 04:25:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.003900 10.0.0.141 - - [2026-05-11 04:25:27] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006064 10.0.0.141 - - [2026-05-11 04:25:27] "POST /neutron/network HTTP/1.1" 200 808 0.008380 10.0.0.141 - - [2026-05-11 04:25:27] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005069 10.0.0.141 - - [2026-05-11 04:25:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001127 10.0.0.141 - - [2026-05-11 04:25:27] "POST /neutron/port HTTP/1.1" 200 4192 0.033934 10.0.0.27 - - [2026-05-11 04:25:28] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000874 10.0.0.141 - - [2026-05-11 04:25:28] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.071399 10.0.0.141 - - [2026-05-11 04:25:29] "POST /neutron/port HTTP/1.1" 200 4192 0.036922 10.0.0.141 - - [2026-05-11 04:25:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001272 10.0.0.141 - - [2026-05-11 04:25:29] "POST /neutron/network HTTP/1.1" 200 818 0.007677 10.0.0.141 - - [2026-05-11 04:25:29] "POST /neutron/port HTTP/1.1" 200 1062 0.019245 10.0.0.27 - - [2026-05-11 04:25:30] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000860 10.0.0.141 - - [2026-05-11 04:25:30] "POST /neutron/port HTTP/1.1" 200 1126 0.021371 10.0.0.141 - - [2026-05-11 04:25:30] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.093424 10.0.0.141 - - [2026-05-11 04:25:30] "POST /neutron/network HTTP/1.1" 200 808 0.033992 10.0.0.141 - - [2026-05-11 04:25:30] "POST /neutron/port HTTP/1.1" 200 5165 0.042831 10.0.0.141 - - [2026-05-11 04:25:31] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005988 10.0.0.141 - - [2026-05-11 04:25:31] "POST /neutron/network HTTP/1.1" 200 818 0.009752 10.0.0.141 - - [2026-05-11 04:25:31] "POST /neutron/port HTTP/1.1" 200 1062 0.024361 10.0.0.141 - - [2026-05-11 04:25:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.141 - - [2026-05-11 04:25:32] "POST /neutron/network HTTP/1.1" 200 808 0.006629 10.0.0.141 - - [2026-05-11 04:25:32] "POST /neutron/port HTTP/1.1" 200 1126 0.020537 10.0.0.141 - - [2026-05-11 04:25:32] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010591 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 401 293 0.000564 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.044050 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.004619 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.005826 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.004660 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.007910 10.0.0.141 - - [2026-05-11 04:25:33] "GET /instance-ip/78f33bd3-6a19-4dbd-8b02-df48d65aa8bb HTTP/1.1" 200 1620 0.005706 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.005023 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.005267 10.0.0.141 - - [2026-05-11 04:25:33] "GET /instance-ip/78f33bd3-6a19-4dbd-8b02-df48d65aa8bb HTTP/1.1" 200 1620 0.004428 10.0.0.141 - - [2026-05-11 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-11 04:25:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004891 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003353 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010603 10.0.0.141 - - [2026-05-11 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.141 - - [2026-05-11 04:25:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005430 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003580 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005510 10.0.0.141 - - [2026-05-11 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.141 - - [2026-05-11 04:25:33] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004598 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003308 10.0.0.141 - - [2026-05-11 04:25:33] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006317 10.0.0.141 - - [2026-05-11 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.141 - - [2026-05-11 04:25:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004965 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003280 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006662 10.0.0.141 - - [2026-05-11 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.141 - - [2026-05-11 04:25:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006151 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004395 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005794 10.0.0.141 - - [2026-05-11 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2026-05-11 04:25:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005785 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003406 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005501 10.0.0.141 - - [2026-05-11 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.141 - - [2026-05-11 04:25:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003263 10.0.0.141 - - [2026-05-11 04:25:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006293 10.0.0.141 - - [2026-05-11 04:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.141 - - [2026-05-11 04:25:37] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005820 10.0.0.141 - - [2026-05-11 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.141 - - [2026-05-11 04:25:41] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006060 10.0.0.141 - - [2026-05-11 04:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.141 - - [2026-05-11 04:25:45] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005702 10.0.0.141 - - [2026-05-11 04:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.141 - - [2026-05-11 04:25:49] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006907 10.0.0.141 - - [2026-05-11 04:25:52] "POST /neutron/port HTTP/1.1" 200 1109 0.051052 10.0.0.141 - - [2026-05-11 04:25:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.141 - - [2026-05-11 04:25:52] "POST /neutron/network HTTP/1.1" 200 929 0.007065 10.0.0.141 - - [2026-05-11 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.141 - - [2026-05-11 04:25:53] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005103 10.0.0.141 - - [2026-05-11 04:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.141 - - [2026-05-11 04:25:58] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005902 10.0.0.141 - - [2026-05-11 04:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.141 - - [2026-05-11 04:26:02] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006888 10.0.0.27 - - [2026-05-11 04:26:03] "DELETE /project/b04e28735b2a4bf9aa96efeb7ef6d422 HTTP/1.1" 404 173 0.009338 10.0.0.27 - - [2026-05-11 04:26:03] "DELETE /project/85c924847ea94d95906d4da634e0b465 HTTP/1.1" 404 173 0.010823 10.0.0.27 - - [2026-05-11 04:26:03] "DELETE /project/00bca1a2-e68d-4fee-abbe-6007b3a6eaeb HTTP/1.1" 404 177 0.012217 10.0.0.27 - - [2026-05-11 04:26:03] "DELETE /project/01a61e33f6824bf6bd3911896bfd626f HTTP/1.1" 404 173 0.007820 10.0.0.27 - - [2026-05-11 04:26:03] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.27 - - [2026-05-11 04:26:03] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000736 10.0.0.27 - - [2026-05-11 04:26:03] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.062635 10.0.0.27 - - [2026-05-11 04:26:03] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073595 10.0.0.27 - - [2026-05-11 04:26:03] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.27 - - [2026-05-11 04:26:03] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000855 10.0.0.27 - - [2026-05-11 04:26:04] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?fields=security_groups HTTP/1.1" 200 1351 0.073106 10.0.0.27 - - [2026-05-11 04:26:04] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?fields=security_groups HTTP/1.1" 200 1377 0.082560 10.0.0.27 - - [2026-05-11 04:26:04] "DELETE /security-group/8a250e6c-5e77-488f-a69f-0d0bfdf07a1b HTTP/1.1" 200 115 0.053826 10.0.0.27 - - [2026-05-11 04:26:04] "GET /projects?obj_uuids=01a61e33-f682-4bf6-bd39-11896bfd626f&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000863 10.0.0.141 - - [2026-05-11 04:26:04] "DELETE /access-control-list/17612ff1-829d-43cf-b1fb-ff7cfe238c2c HTTP/1.1" 200 115 0.054118 10.0.0.27 - - [2026-05-11 04:26:04] "DELETE /security-group/64714dea-729b-4e49-b1f9-c7741b1ecdac HTTP/1.1" 200 115 0.099936 10.0.0.27 - - [2026-05-11 04:26:04] "GET /projects?obj_uuids=b04e2873-5b2a-4bf9-aa96-efeb7ef6d422&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.27 - - [2026-05-11 04:26:04] "GET /project/01a61e33-f682-4bf6-bd39-11896bfd626f?fields=application_policy_sets HTTP/1.1" 200 1390 0.073721 10.0.0.27 - - [2026-05-11 04:26:04] "GET /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422?fields=application_policy_sets HTTP/1.1" 200 1416 0.082695 10.0.0.141 - - [2026-05-11 04:26:04] "DELETE /access-control-list/23b4a2c0-9b5c-4858-894f-c8d935063843 HTTP/1.1" 200 115 0.089618 10.0.0.27 - - [2026-05-11 04:26:04] "DELETE /project/01a61e33-f682-4bf6-bd39-11896bfd626f HTTP/1.1" 200 115 0.583783 10.0.0.27 - - [2026-05-11 04:26:04] "DELETE /project/b04e2873-5b2a-4bf9-aa96-efeb7ef6d422 HTTP/1.1" 200 115 0.663743 10.0.0.141 - - [2026-05-11 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.141 - - [2026-05-11 04:26:06] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005801 10.0.0.141 - - [2026-05-11 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.141 - - [2026-05-11 04:26:10] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005725 10.0.0.141 - - [2026-05-11 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.141 - - [2026-05-11 04:26:14] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005094 10.0.0.141 - - [2026-05-11 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010515 10.0.0.141 - - [2026-05-11 04:26:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003797 10.0.0.141 - - [2026-05-11 04:26:16] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004048 10.0.0.141 - - [2026-05-11 04:26:16] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008097 10.0.0.141 - - [2026-05-11 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.141 - - [2026-05-11 04:26:16] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003818 10.0.0.141 - - [2026-05-11 04:26:16] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004233 10.0.0.141 - - [2026-05-11 04:26:16] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006428 10.0.0.141 - - [2026-05-11 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.141 - - [2026-05-11 04:26:17] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.008217 10.0.0.141 - - [2026-05-11 04:26:17] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003966 10.0.0.141 - - [2026-05-11 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.141 - - [2026-05-11 04:26:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003909 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009631 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006111 10.0.0.141 - - [2026-05-11 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.141 - - [2026-05-11 04:26:17] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004187 10.0.0.141 - - [2026-05-11 04:26:17] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003889 10.0.0.141 - - [2026-05-11 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.141 - - [2026-05-11 04:26:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004653 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002891 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005630 10.0.0.141 - - [2026-05-11 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.141 - - [2026-05-11 04:26:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005943 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004174 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006336 10.0.0.141 - - [2026-05-11 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.141 - - [2026-05-11 04:26:17] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005039 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003711 10.0.0.141 - - [2026-05-11 04:26:17] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006346 10.0.0.27 - - [2026-05-11 04:26:17] "GET /obj-perms HTTP/1.1" 200 5063 0.064186 10.0.0.141 - - [2026-05-11 04:26:18] "GET /obj-perms HTTP/1.1" 200 5063 0.071222 10.0.0.141 - - [2026-05-11 04:26:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004492 10.0.0.141 - - [2026-05-11 04:26:18] "GET /obj-perms HTTP/1.1" 200 5063 0.003770 10.0.0.249 - - [2026-05-11 04:26:18] "GET /obj-perms HTTP/1.1" 200 5063 0.179386 10.0.0.27 - - [2026-05-11 04:26:18] "GET /obj-perms HTTP/1.1" 200 5075 0.080126 10.0.0.141 - - [2026-05-11 04:26:18] "POST /neutron/port HTTP/1.1" 200 1126 0.024546 10.0.0.141 - - [2026-05-11 04:26:18] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006825 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.006164 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.004313 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.005459 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.003877 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.005496 10.0.0.141 - - [2026-05-11 04:26:19] "GET /instance-ip/41b1c482-3884-4d03-a2b5-0a631e0eabd2 HTTP/1.1" 200 1620 0.005721 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.003638 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.006604 10.0.0.141 - - [2026-05-11 04:26:19] "GET /instance-ip/41b1c482-3884-4d03-a2b5-0a631e0eabd2 HTTP/1.1" 200 1620 0.004210 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005540 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004083 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008719 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005695 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005302 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004461 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007621 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005196 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005419 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005652 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005939 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003289 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006998 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003794 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008566 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004481 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002927 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005665 10.0.0.141 - - [2026-05-11 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006002 10.0.0.141 - - [2026-05-11 04:26:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003900 10.0.0.141 - - [2026-05-11 04:26:19] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002511 10.0.0.141 - - [2026-05-11 04:26:20] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008009 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.141 - - [2026-05-11 04:26:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003468 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003570 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005620 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.141 - - [2026-05-11 04:26:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003196 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005630 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.141 - - [2026-05-11 04:26:21] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004550 10.0.0.141 - - [2026-05-11 04:26:21] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003960 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.141 - - [2026-05-11 04:26:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007189 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002558 10.0.0.141 - - [2026-05-11 04:26:21] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006609 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.141 - - [2026-05-11 04:26:21] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005631 10.0.0.141 - - [2026-05-11 04:26:21] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004672 10.0.0.141 - - [2026-05-11 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.141 - - [2026-05-11 04:26:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005648 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003440 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006408 10.0.0.141 - - [2026-05-11 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2026-05-11 04:26:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004399 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002903 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005971 10.0.0.141 - - [2026-05-11 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.141 - - [2026-05-11 04:26:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004763 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003526 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006218 10.0.0.141 - - [2026-05-11 04:26:22] "GET /obj-perms HTTP/1.1" 200 5063 0.003406 10.0.0.27 - - [2026-05-11 04:26:22] "GET /obj-perms HTTP/1.1" 200 5063 0.004716 10.0.0.141 - - [2026-05-11 04:26:22] "GET /obj-perms HTTP/1.1" 200 5063 0.004227 10.0.0.141 - - [2026-05-11 04:26:22] "GET /obj-perms HTTP/1.1" 200 5063 0.004050 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.004318 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.008587 10.0.0.141 - - [2026-05-11 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.141 - - [2026-05-11 04:26:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003695 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003983 10.0.0.141 - - [2026-05-11 04:26:22] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007316 10.0.0.141 - - [2026-05-11 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.141 - - [2026-05-11 04:26:23] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004584 10.0.0.141 - - [2026-05-11 04:26:23] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003692 10.0.0.141 - - [2026-05-11 04:26:23] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008765 10.0.0.141 - - [2026-05-11 04:26:24] "POST /neutron/port HTTP/1.1" 200 1126 0.024247 10.0.0.141 - - [2026-05-11 04:26:28] "POST /neutron/security_group HTTP/1.1" 200 2065 0.035462 10.0.0.141 - - [2026-05-11 04:26:29] "POST /neutron/port HTTP/1.1" 200 1126 0.018970 10.0.0.141 - - [2026-05-11 04:26:33] "POST /neutron/port HTTP/1.1" 200 1217 0.020591 10.0.0.141 - - [2026-05-11 04:26:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.141 - - [2026-05-11 04:26:34] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.141 - - [2026-05-11 04:26:34] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008262 10.0.0.141 - - [2026-05-11 04:26:39] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.006405 10.0.0.141 - - [2026-05-11 04:26:39] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.010666 10.0.0.141 - - [2026-05-11 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.141 - - [2026-05-11 04:26:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004336 10.0.0.141 - - [2026-05-11 04:26:39] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002969 10.0.0.141 - - [2026-05-11 04:26:39] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005787 10.0.0.141 - - [2026-05-11 04:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.141 - - [2026-05-11 04:26:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003801 10.0.0.141 - - [2026-05-11 04:26:40] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002667 10.0.0.141 - - [2026-05-11 04:26:40] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005914 10.0.0.27 - - [2026-05-11 04:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2026-05-11 04:26:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.27 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.001053 10.0.0.249 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.27 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.27 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.249 - - [2026-05-11 04:26:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.141 - - [2026-05-11 04:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2026-05-11 04:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.141 - - [2026-05-11 04:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.141 - - [2026-05-11 04:26:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.27 - - [2026-05-11 04:27:19] "GET /obj-perms HTTP/1.1" 200 5075 0.076285 10.0.0.141 - - [2026-05-11 04:27:33] "POST /neutron/network HTTP/1.1" 200 939 0.007499 10.0.0.141 - - [2026-05-11 04:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.141 - - [2026-05-11 04:27:52] "POST /neutron/port HTTP/1.1" 200 1217 0.021802 10.0.0.141 - - [2026-05-11 04:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.141 - - [2026-05-11 04:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.141 - - [2026-05-11 04:28:20] "GET /obj-perms HTTP/1.1" 200 5075 0.072028 10.0.0.249 - - [2026-05-11 04:28:20] "GET /obj-perms HTTP/1.1" 200 5075 0.050265 10.0.0.27 - - [2026-05-11 04:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.141 - - [2026-05-11 04:28:33] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009009 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.004207 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.005165 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.003007 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.006247 10.0.0.141 - - [2026-05-11 04:28:33] "GET /instance-ip/78f33bd3-6a19-4dbd-8b02-df48d65aa8bb HTTP/1.1" 200 1620 0.003649 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.003124 10.0.0.141 - - [2026-05-11 04:28:33] "GET /virtual-machine-interface/d7bb070d-332e-4872-a5bd-3abc53d6bda0 HTTP/1.1" 200 2949 0.008365 10.0.0.141 - - [2026-05-11 04:28:33] "GET /instance-ip/78f33bd3-6a19-4dbd-8b02-df48d65aa8bb HTTP/1.1" 200 1620 0.005285 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004775 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003409 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007479 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005770 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006891 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003437 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008326 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006992 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004644 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006345 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004323 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003097 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006437 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003033 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006099 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003879 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003897 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006510 10.0.0.141 - - [2026-05-11 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.141 - - [2026-05-11 04:28:34] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003400 10.0.0.141 - - [2026-05-11 04:28:34] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005748 10.0.0.141 - - [2026-05-11 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.141 - - [2026-05-11 04:28:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757 10.0.0.141 - - [2026-05-11 04:28:35] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002743 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006487 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.141 - - [2026-05-11 04:28:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003682 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003536 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006487 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.141 - - [2026-05-11 04:28:36] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004891 10.0.0.141 - - [2026-05-11 04:28:36] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004654 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.141 - - [2026-05-11 04:28:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004551 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002946 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005251 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007302 10.0.0.141 - - [2026-05-11 04:28:36] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004349 10.0.0.141 - - [2026-05-11 04:28:36] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003771 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2026-05-11 04:28:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004174 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006541 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007617 10.0.0.141 - - [2026-05-11 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.141 - - [2026-05-11 04:28:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003711 10.0.0.141 - - [2026-05-11 04:28:36] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003153 10.0.0.141 - - [2026-05-11 04:28:37] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006773 10.0.0.141 - - [2026-05-11 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2026-05-11 04:28:37] "POST /neutron/network HTTP/1.1" 200 818 0.040545 10.0.0.141 - - [2026-05-11 04:28:37] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004432 10.0.0.141 - - [2026-05-11 04:28:37] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003701 10.0.0.141 - - [2026-05-11 04:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.141 - - [2026-05-11 04:28:37] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.011348 10.0.0.27 - - [2026-05-11 04:28:41] "GET /obj-perms HTTP/1.1" 200 5063 0.003734 10.0.0.27 - - [2026-05-11 04:28:47] "GET /obj-perms HTTP/1.1" 200 5063 0.004612 10.0.0.27 - - [2026-05-11 04:28:51] "GET /obj-perms HTTP/1.1" 200 5063 0.003704 10.0.0.141 - - [2026-05-11 04:28:51] "GET /obj-perms HTTP/1.1" 200 5063 0.003723 10.0.0.141 - - [2026-05-11 04:28:51] "GET /obj-perms HTTP/1.1" 200 5063 0.004699 10.0.0.141 - - [2026-05-11 04:28:51] "GET /obj-perms HTTP/1.1" 200 5063 0.004119 10.0.0.141 - - [2026-05-11 04:28:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010028 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.005344 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.006745 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.005351 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.006341 10.0.0.141 - - [2026-05-11 04:28:51] "GET /instance-ip/41b1c482-3884-4d03-a2b5-0a631e0eabd2 HTTP/1.1" 200 1620 0.005099 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.004917 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.006367 10.0.0.141 - - [2026-05-11 04:28:51] "GET /instance-ip/41b1c482-3884-4d03-a2b5-0a631e0eabd2 HTTP/1.1" 200 1620 0.005134 10.0.0.141 - - [2026-05-11 04:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.141 - - [2026-05-11 04:28:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006099 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004507 10.0.0.141 - - [2026-05-11 04:28:51] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008877 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006319 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004682 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009132 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005186 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005176 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.010363 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006651 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003601 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007962 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005061 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004091 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007653 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008617 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003355 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007365 10.0.0.141 - - [2026-05-11 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.141 - - [2026-05-11 04:28:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006127 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004436 10.0.0.141 - - [2026-05-11 04:28:52] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007691 10.0.0.141 - - [2026-05-11 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.141 - - [2026-05-11 04:28:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003903 10.0.0.141 - - [2026-05-11 04:28:53] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004074 10.0.0.141 - - [2026-05-11 04:28:53] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007509 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.141 - - [2026-05-11 04:28:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006447 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004626 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007595 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.141 - - [2026-05-11 04:28:54] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004894 10.0.0.141 - - [2026-05-11 04:28:54] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003783 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.141 - - [2026-05-11 04:28:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005569 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003309 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008517 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.141 - - [2026-05-11 04:28:54] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006294 10.0.0.141 - - [2026-05-11 04:28:54] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008188 10.0.0.141 - - [2026-05-11 04:28:54] "POST /neutron/network HTTP/1.1" 200 939 0.012230 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.141 - - [2026-05-11 04:28:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004604 10.0.0.141 - - [2026-05-11 04:28:54] "POST /neutron/port HTTP/1.1" 200 117 0.000876 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002961 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007901 10.0.0.141 - - [2026-05-11 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.141 - - [2026-05-11 04:28:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006131 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006955 10.0.0.141 - - [2026-05-11 04:28:54] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007175 10.0.0.141 - - [2026-05-11 04:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.141 - - [2026-05-11 04:28:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005265 10.0.0.141 - - [2026-05-11 04:28:55] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003936 10.0.0.141 - - [2026-05-11 04:28:55] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006124 10.0.0.27 - - [2026-05-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5063 0.005364 10.0.0.141 - - [2026-05-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5063 0.004678 10.0.0.141 - - [2026-05-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5063 0.003652 10.0.0.141 - - [2026-05-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5063 0.004404 10.0.0.27 - - [2026-05-11 04:28:55] "GET /obj-perms HTTP/1.1" 200 5063 0.006329 10.0.0.141 - - [2026-05-11 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.141 - - [2026-05-11 04:29:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003855 10.0.0.141 - - [2026-05-11 04:29:15] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003276 10.0.0.141 - - [2026-05-11 04:29:15] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007911 10.0.0.141 - - [2026-05-11 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.141 - - [2026-05-11 04:29:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003497 10.0.0.141 - - [2026-05-11 04:29:24] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002841 10.0.0.141 - - [2026-05-11 04:29:24] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005703 10.0.0.141 - - [2026-05-11 04:29:37] "POST /neutron/port HTTP/1.1" 200 1217 0.020484 10.0.0.141 - - [2026-05-11 04:29:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006153 10.0.0.141 - - [2026-05-11 04:29:37] "POST /neutron/port HTTP/1.1" 200 117 0.001444 10.0.0.141 - - [2026-05-11 04:29:39] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.003972 10.0.0.141 - - [2026-05-11 04:29:39] "GET /virtual-machine-interface/64cab6eb-60a0-4bef-8a97-faf32cd48dca HTTP/1.1" 200 2947 0.005817 10.0.0.141 - - [2026-05-11 04:29:39] "GET /instance-ip/41b1c482-3884-4d03-a2b5-0a631e0eabd2 HTTP/1.1" 200 1620 0.004871 10.0.0.141 - - [2026-05-11 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.141 - - [2026-05-11 04:29:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003806 10.0.0.141 - - [2026-05-11 04:29:39] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005767 10.0.0.141 - - [2026-05-11 04:29:39] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006418 10.0.0.141 - - [2026-05-11 04:29:43] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 200 1300 0.005226 10.0.0.141 - - [2026-05-11 04:29:44] "POST /neutron/port HTTP/1.1" 200 1116 0.016317 10.0.0.141 - - [2026-05-11 04:29:45] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003146 10.0.0.141 - - [2026-05-11 04:29:45] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.002756 10.0.0.141 - - [2026-05-11 04:29:45] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003106 10.0.0.141 - - [2026-05-11 04:29:46] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003077 10.0.0.141 - - [2026-05-11 04:29:47] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003213 10.0.0.141 - - [2026-05-11 04:29:48] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.005676 10.0.0.141 - - [2026-05-11 04:29:49] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.002992 10.0.0.141 - - [2026-05-11 04:29:50] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.002833 10.0.0.141 - - [2026-05-11 04:29:51] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003438 10.0.0.141 - - [2026-05-11 04:29:51] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003686 10.0.0.141 - - [2026-05-11 04:29:52] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003110 10.0.0.141 - - [2026-05-11 04:29:53] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.004038 10.0.0.141 - - [2026-05-11 04:29:54] "POST /neutron/port HTTP/1.1" 200 1126 0.017500 10.0.0.141 - - [2026-05-11 04:29:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.012465 10.0.0.141 - - [2026-05-11 04:29:54] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.002365 10.0.0.141 - - [2026-05-11 04:29:55] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003520 10.0.0.141 - - [2026-05-11 04:29:56] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.002932 10.0.0.141 - - [2026-05-11 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006845 10.0.0.141 - - [2026-05-11 04:29:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004408 10.0.0.141 - - [2026-05-11 04:29:56] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002665 10.0.0.141 - - [2026-05-11 04:29:56] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005090 10.0.0.141 - - [2026-05-11 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.141 - - [2026-05-11 04:29:56] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004349 10.0.0.141 - - [2026-05-11 04:29:56] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004419 10.0.0.141 - - [2026-05-11 04:29:57] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003799 10.0.0.141 - - [2026-05-11 04:29:58] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003935 10.0.0.141 - - [2026-05-11 04:29:59] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003617 10.0.0.141 - - [2026-05-11 04:30:00] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003383 10.0.0.141 - - [2026-05-11 04:30:01] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003438 10.0.0.141 - - [2026-05-11 04:30:02] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003273 10.0.0.141 - - [2026-05-11 04:30:02] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003891 10.0.0.141 - - [2026-05-11 04:30:03] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.005381 10.0.0.141 - - [2026-05-11 04:30:04] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003101 10.0.0.141 - - [2026-05-11 04:30:05] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.004064 10.0.0.141 - - [2026-05-11 04:30:06] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.004081 10.0.0.141 - - [2026-05-11 04:30:07] "GET /virtual-machine/abdaeea9-1da7-49dd-bd55-6ecbd251d8e7 HTTP/1.1" 404 171 0.003100 10.0.0.141 - - [2026-05-11 04:30:07] "GET /obj-perms HTTP/1.1" 200 5063 0.004975 10.0.0.141 - - [2026-05-11 04:30:13] "GET /obj-perms HTTP/1.1" 200 5063 0.011285 10.0.0.141 - - [2026-05-11 04:30:13] "GET /obj-perms HTTP/1.1" 200 5063 0.003683 10.0.0.249 - - [2026-05-11 04:30:13] "GET /obj-perms HTTP/1.1" 200 5063 0.004101 10.0.0.141 - - [2026-05-11 04:30:13] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 200 1299 0.004010 10.0.0.141 - - [2026-05-11 04:30:14] "POST /neutron/port HTTP/1.1" 200 1126 0.019262 10.0.0.141 - - [2026-05-11 04:30:15] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003641 10.0.0.141 - - [2026-05-11 04:30:15] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003640 10.0.0.141 - - [2026-05-11 04:30:15] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.002974 10.0.0.141 - - [2026-05-11 04:30:15] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.004215 10.0.0.141 - - [2026-05-11 04:30:16] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003360 10.0.0.141 - - [2026-05-11 04:30:17] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003573 10.0.0.141 - - [2026-05-11 04:30:18] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003382 10.0.0.141 - - [2026-05-11 04:30:19] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003648 10.0.0.141 - - [2026-05-11 04:30:20] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003244 10.0.0.141 - - [2026-05-11 04:30:20] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.002457 10.0.0.141 - - [2026-05-11 04:30:21] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.004583 10.0.0.27 - - [2026-05-11 04:30:22] "GET /obj-perms HTTP/1.1" 200 5075 0.061681 10.0.0.141 - - [2026-05-11 04:30:22] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003035 10.0.0.141 - - [2026-05-11 04:30:23] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003438 10.0.0.141 - - [2026-05-11 04:30:24] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003235 10.0.0.141 - - [2026-05-11 04:30:25] "GET /virtual-machine/64075730-34fd-4ddf-9cf0-2a55b93dd443 HTTP/1.1" 404 171 0.003014 10.0.0.141 - - [2026-05-11 04:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.141 - - [2026-05-11 04:30:25] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003847 10.0.0.141 - - [2026-05-11 04:30:25] "GET /virtual-networks?parent_id=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003025 10.0.0.141 - - [2026-05-11 04:30:26] "GET /virtual-network/f4f9997f-7638-483c-83b4-bcc150aa41e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.034937 10.0.0.141 - - [2026-05-11 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.141 - - [2026-05-11 04:30:26] "GET /routing-instance/2eb67be5-0aba-4334-8e46-7a3261d842d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004196 10.0.0.141 - - [2026-05-11 04:30:26] "GET /route-target/bb4fd114-2a2e-424c-925d-03f7e873df4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004854 10.0.0.141 - - [2026-05-11 04:30:26] "GET /obj-perms HTTP/1.1" 200 5063 0.004772 10.0.0.141 - - [2026-05-11 04:30:26] "POST /neutron/network HTTP/1.1" 200 808 0.007318 10.0.0.141 - - [2026-05-11 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.141 - - [2026-05-11 04:30:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003732 10.0.0.141 - - [2026-05-11 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.141 - - [2026-05-11 04:30:26] "PUT /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97 HTTP/1.1" 200 276 0.025519 10.0.0.27 - - [2026-05-11 04:30:29] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.027997 10.0.0.141 - - [2026-05-11 04:30:29] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.099228 10.0.0.27 - - [2026-05-11 04:30:29] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000918 10.0.0.141 - - [2026-05-11 04:30:29] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?fields=virtual_networks HTTP/1.1" 200 1056 0.045876 10.0.0.27 - - [2026-05-11 04:30:29] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000962 10.0.0.141 - - [2026-05-11 04:30:29] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.061949 10.0.0.27 - - [2026-05-11 04:30:29] "GET /projects?obj_uuids=85c92484-7ea9-4d95-906d-4da634e0b465&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001213 10.0.0.141 - - [2026-05-11 04:30:29] "GET /project/85c92484-7ea9-4d95-906d-4da634e0b465?fields=security_groups HTTP/1.1" 200 1289 0.044729 10.0.0.141 - - [2026-05-11 04:30:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.339018 10.0.0.27 - - [2026-05-11 04:30:30] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.27 - - [2026-05-11 04:30:31] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.27 - - [2026-05-11 04:30:31] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038218 10.0.0.27 - - [2026-05-11 04:30:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.002410 10.0.0.27 - - [2026-05-11 04:30:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.006086 10.0.0.27 - - [2026-05-11 04:30:31] "POST /security-groups HTTP/1.1" 200 597 0.033702 10.0.0.27 - - [2026-05-11 04:30:31] "POST /projects HTTP/1.1" 200 597 0.250729 10.0.0.141 - - [2026-05-11 04:30:31] "POST /fqname-to-id HTTP/1.1" 404 240 0.039094 10.0.0.27 - - [2026-05-11 04:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.325181 10.0.0.141 - - [2026-05-11 04:30:31] "POST /access-control-lists HTTP/1.1" 200 600 0.030397 10.0.0.141 - - [2026-05-11 04:30:31] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.513174 10.0.0.141 - - [2026-05-11 04:30:32] "GET / HTTP/1.1" 200 35931 0.002039 10.0.0.27 - - [2026-05-11 04:30:35] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.141 - - [2026-05-11 04:30:35] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052482 10.0.0.27 - - [2026-05-11 04:30:35] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000958 10.0.0.141 - - [2026-05-11 04:30:35] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?fields=virtual_networks HTTP/1.1" 200 1055 0.051712 10.0.0.27 - - [2026-05-11 04:30:35] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001287 10.0.0.141 - - [2026-05-11 04:30:35] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.054007 10.0.0.27 - - [2026-05-11 04:30:35] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001101 10.0.0.141 - - [2026-05-11 04:30:35] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?fields=security_groups HTTP/1.1" 200 1287 0.044819 10.0.0.141 - - [2026-05-11 04:30:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.031354 10.0.0.27 - - [2026-05-11 04:30:36] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004135 10.0.0.27 - - [2026-05-11 04:30:36] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.27 - - [2026-05-11 04:30:36] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006819 10.0.0.27 - - [2026-05-11 04:30:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.004122 10.0.0.27 - - [2026-05-11 04:30:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.007696 10.0.0.27 - - [2026-05-11 04:30:37] "POST /security-groups HTTP/1.1" 200 591 0.035064 10.0.0.27 - - [2026-05-11 04:30:37] "POST /projects HTTP/1.1" 200 585 0.247852 10.0.0.141 - - [2026-05-11 04:30:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.005058 10.0.0.27 - - [2026-05-11 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.324587 10.0.0.141 - - [2026-05-11 04:30:37] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.486252 10.0.0.141 - - [2026-05-11 04:30:38] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.141 - - [2026-05-11 04:30:39] "POST /neutron/port HTTP/1.1" 200 1109 0.020870 10.0.0.141 - - [2026-05-11 04:30:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.008804 10.0.0.27 - - [2026-05-11 04:30:41] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.141 - - [2026-05-11 04:30:41] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044673 10.0.0.27 - - [2026-05-11 04:30:41] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000856 10.0.0.141 - - [2026-05-11 04:30:41] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?fields=virtual_networks HTTP/1.1" 200 1043 0.045852 10.0.0.27 - - [2026-05-11 04:30:41] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.141 - - [2026-05-11 04:30:41] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.039752 10.0.0.27 - - [2026-05-11 04:30:41] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.141 - - [2026-05-11 04:30:41] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?fields=security_groups HTTP/1.1" 200 1269 0.049045 10.0.0.141 - - [2026-05-11 04:30:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.035534 10.0.0.27 - - [2026-05-11 04:30:42] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.27 - - [2026-05-11 04:30:42] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.27 - - [2026-05-11 04:30:42] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008919 10.0.0.27 - - [2026-05-11 04:30:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.005947 10.0.0.27 - - [2026-05-11 04:30:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004092 10.0.0.27 - - [2026-05-11 04:30:43] "POST /security-groups HTTP/1.1" 200 599 0.035566 10.0.0.27 - - [2026-05-11 04:30:43] "POST /projects HTTP/1.1" 200 601 0.241137 10.0.0.141 - - [2026-05-11 04:30:43] "POST /access-control-lists HTTP/1.1" 200 604 0.030929 10.0.0.27 - - [2026-05-11 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.321561 10.0.0.141 - - [2026-05-11 04:30:43] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.477861 10.0.0.141 - - [2026-05-11 04:30:44] "GET / HTTP/1.1" 200 35931 0.001393 10.0.0.141 - - [2026-05-11 04:30:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058708 10.0.0.27 - - [2026-05-11 04:30:45] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.141 - - [2026-05-11 04:30:45] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060572 10.0.0.141 - - [2026-05-11 04:30:45] "POST /neutron/network HTTP/1.1" 200 117 0.050287 10.0.0.141 - - [2026-05-11 04:30:46] "POST /route-targets HTTP/1.1" 200 327 0.014249 10.0.0.27 - - [2026-05-11 04:30:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008729 10.0.0.141 - - [2026-05-11 04:30:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.268196 10.0.0.27 - - [2026-05-11 04:30:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.069427 10.0.0.141 - - [2026-05-11 04:30:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001158 10.0.0.141 - - [2026-05-11 04:30:46] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005193 10.0.0.141 - - [2026-05-11 04:30:46] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006275 10.0.0.141 - - [2026-05-11 04:30:46] "POST /neutron/network HTTP/1.1" 200 975 0.010963 10.0.0.141 - - [2026-05-11 04:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.27 - - [2026-05-11 04:30:46] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001484 10.0.0.141 - - [2026-05-11 04:30:46] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064408 10.0.0.141 - - [2026-05-11 04:30:46] "POST /neutron/network HTTP/1.1" 200 117 0.019197 10.0.0.141 - - [2026-05-11 04:30:46] "POST /ref-update HTTP/1.1" 200 156 0.027042 10.0.0.27 - - [2026-05-11 04:30:47] "POST /useragent-kv HTTP/1.1" 200 115 0.012826 10.0.0.141 - - [2026-05-11 04:30:47] "POST /neutron/subnet HTTP/1.1" 200 714 0.231053 10.0.0.141 - - [2026-05-11 04:30:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001652 10.0.0.141 - - [2026-05-11 04:30:47] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.009127 10.0.0.141 - - [2026-05-11 04:30:47] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007801 10.0.0.141 - - [2026-05-11 04:30:47] "POST /neutron/network HTTP/1.1" 200 973 0.010940 10.0.0.141 - - [2026-05-11 04:30:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001684 10.0.0.141 - - [2026-05-11 04:30:47] "POST /neutron/port HTTP/1.1" 200 4192 0.034276 10.0.0.27 - - [2026-05-11 04:30:48] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.141 - - [2026-05-11 04:30:48] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.088365 10.0.0.141 - - [2026-05-11 04:30:48] "POST /neutron/port HTTP/1.1" 200 4192 0.033568 10.0.0.141 - - [2026-05-11 04:30:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.141 - - [2026-05-11 04:30:48] "POST /neutron/network HTTP/1.1" 200 983 0.009869 10.0.0.141 - - [2026-05-11 04:30:49] "POST /neutron/port HTTP/1.1" 200 1153 0.021557 10.0.0.27 - - [2026-05-11 04:30:49] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.141 - - [2026-05-11 04:30:49] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074426 10.0.0.141 - - [2026-05-11 04:30:49] "POST /neutron/network HTTP/1.1" 200 973 0.060107 10.0.0.141 - - [2026-05-11 04:30:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006108 10.0.0.141 - - [2026-05-11 04:30:50] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.141 - - [2026-05-11 04:30:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009477 10.0.0.141 - - [2026-05-11 04:30:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007871 10.0.0.141 - - [2026-05-11 04:30:51] "POST /neutron/port HTTP/1.1" 200 1151 0.023462 10.0.0.141 - - [2026-05-11 04:30:51] "POST /neutron/port HTTP/1.1" 200 1215 0.022560 10.0.0.141 - - [2026-05-11 04:30:51] "POST /neutron/subnet HTTP/1.1" 200 1262 0.013954 10.0.0.141 - - [2026-05-11 04:30:51] "POST /neutron/network HTTP/1.1" 200 973 0.009324 10.0.0.141 - - [2026-05-11 04:30:54] "POST /neutron/network HTTP/1.1" 200 1122 0.040272 10.0.0.141 - - [2026-05-11 04:30:54] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018169 10.0.0.141 - - [2026-05-11 04:30:55] "POST /neutron/network HTTP/1.1" 200 1112 0.016373 10.0.0.141 - - [2026-05-11 04:30:55] "POST /neutron/port HTTP/1.1" 200 1217 0.022362 10.0.0.141 - - [2026-05-11 04:30:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012070 10.0.0.141 - - [2026-05-11 04:30:55] "GET /virtual-machine/3cc42da2-b023-49f4-a081-d488996bb37f HTTP/1.1" 401 293 0.000388 10.0.0.141 - - [2026-05-11 04:30:56] "GET /virtual-machine/3cc42da2-b023-49f4-a081-d488996bb37f HTTP/1.1" 200 1300 0.047806 10.0.0.141 - - [2026-05-11 04:30:56] "GET /virtual-machine-interface/52399aa6-26c5-4d45-a27e-36fec21b5ef6 HTTP/1.1" 200 3156 0.005555 10.0.0.141 - - [2026-05-11 04:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2026-05-11 04:30:56] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004892 10.0.0.141 - - [2026-05-11 04:30:56] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004438 10.0.0.141 - - [2026-05-11 04:30:56] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005577 10.0.0.141 - - [2026-05-11 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.141 - - [2026-05-11 04:30:59] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006170 10.0.0.141 - - [2026-05-11 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006470 10.0.0.141 - - [2026-05-11 04:31:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014107 10.0.0.141 - - [2026-05-11 04:31:01] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003977 10.0.0.141 - - [2026-05-11 04:31:01] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.012038 10.0.0.141 - - [2026-05-11 04:31:01] "POST /neutron/port HTTP/1.1" 200 1217 0.021938 10.0.0.141 - - [2026-05-11 04:31:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011246 10.0.0.27 - - [2026-05-11 04:31:04] "DELETE /project/917629f39a454f269d7f1053afff84db HTTP/1.1" 404 173 0.010145 10.0.0.27 - - [2026-05-11 04:31:04] "DELETE /project/34f9f17c0aa748b49ee6a6541c8aa34c HTTP/1.1" 404 173 0.009462 10.0.0.27 - - [2026-05-11 04:31:04] "DELETE /project/c57bc8e5539446f597b51232e4d22885 HTTP/1.1" 404 173 0.012039 10.0.0.27 - - [2026-05-11 04:31:04] "DELETE /project/85c92484-7ea9-4d95-906d-4da634e0b465 HTTP/1.1" 404 177 0.009025 10.0.0.27 - - [2026-05-11 04:31:04] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.27 - - [2026-05-11 04:31:04] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000802 10.0.0.27 - - [2026-05-11 04:31:04] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.052778 10.0.0.27 - - [2026-05-11 04:31:04] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.062239 10.0.0.27 - - [2026-05-11 04:31:04] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001024 10.0.0.27 - - [2026-05-11 04:31:04] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.27 - - [2026-05-11 04:31:04] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?fields=security_groups HTTP/1.1" 200 1374 0.059808 10.0.0.27 - - [2026-05-11 04:31:04] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?fields=security_groups HTTP/1.1" 200 1392 0.071429 10.0.0.27 - - [2026-05-11 04:31:05] "DELETE /security-group/dbc64e84-a529-447a-80e6-f6c99db1d803 HTTP/1.1" 200 115 0.073462 10.0.0.27 - - [2026-05-11 04:31:05] "GET /projects?obj_uuids=c57bc8e5-5394-46f5-97b5-1232e4d22885&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000851 10.0.0.27 - - [2026-05-11 04:31:05] "DELETE /security-group/0ea07da9-1df0-4b02-a1c0-b003abca364b HTTP/1.1" 200 115 0.078872 10.0.0.27 - - [2026-05-11 04:31:05] "GET /projects?obj_uuids=917629f3-9a45-4f26-9d7f-1053afff84db&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.141 - - [2026-05-11 04:31:05] "DELETE /access-control-list/909aaf96-2d1c-4972-b938-0596fe7af0fc HTTP/1.1" 200 115 0.071731 10.0.0.27 - - [2026-05-11 04:31:05] "GET /project/c57bc8e5-5394-46f5-97b5-1232e4d22885?fields=application_policy_sets HTTP/1.1" 200 1413 0.078180 10.0.0.27 - - [2026-05-11 04:31:05] "GET /project/917629f3-9a45-4f26-9d7f-1053afff84db?fields=application_policy_sets HTTP/1.1" 200 1431 0.125764 10.0.0.141 - - [2026-05-11 04:31:05] "DELETE /access-control-list/f8a98bc4-14d4-427d-9a1d-4554e9ee7b59 HTTP/1.1" 200 115 0.062041 10.0.0.27 - - [2026-05-11 04:31:05] "DELETE /project/c57bc8e5-5394-46f5-97b5-1232e4d22885 HTTP/1.1" 200 115 0.591366 10.0.0.27 - - [2026-05-11 04:31:05] "DELETE /project/917629f3-9a45-4f26-9d7f-1053afff84db HTTP/1.1" 200 115 0.624877 10.0.0.141 - - [2026-05-11 04:31:06] "POST /neutron/port HTTP/1.1" 200 1215 0.023672 10.0.0.141 - - [2026-05-11 04:31:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007220 10.0.0.141 - - [2026-05-11 04:31:07] "GET /virtual-machine/1b2346dc-d355-4c32-8bec-2900c1d4e231 HTTP/1.1" 200 1300 0.006213 10.0.0.141 - - [2026-05-11 04:31:07] "GET /virtual-machine-interface/6bb673bf-b3d5-4a1c-8cfe-54a99c774040 HTTP/1.1" 200 3156 0.007408 10.0.0.141 - - [2026-05-11 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.141 - - [2026-05-11 04:31:07] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.141 - - [2026-05-11 04:31:07] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004745 10.0.0.141 - - [2026-05-11 04:31:07] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006012 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2026-05-11 04:31:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004088 10.0.0.141 - - [2026-05-11 04:31:08] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003345 10.0.0.141 - - [2026-05-11 04:31:08] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005493 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 404 209 0.003660 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.27 - - [2026-05-11 04:31:08] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.141 - - [2026-05-11 04:31:08] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047286 10.0.0.141 - - [2026-05-11 04:31:08] "POST /network-policys HTTP/1.1" 200 533 0.031249 10.0.0.141 - - [2026-05-11 04:31:08] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007074 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.141 - - [2026-05-11 04:31:08] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005392 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.141 - - [2026-05-11 04:31:08] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004759 10.0.0.27 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005732 10.0.0.141 - - [2026-05-11 04:31:08] "POST /ref-update HTTP/1.1" 200 156 0.055771 10.0.0.141 - - [2026-05-11 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.141 - - [2026-05-11 04:31:08] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.012529 10.0.0.141 - - [2026-05-11 04:31:09] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.008845 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-05-11 04:31:09] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006629 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.141 - - [2026-05-11 04:31:09] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006096 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-11 04:31:09] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003914 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.005066 10.0.0.141 - - [2026-05-11 04:31:09] "POST /ref-update HTTP/1.1" 200 156 0.060886 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.141 - - [2026-05-11 04:31:09] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004415 10.0.0.141 - - [2026-05-11 04:31:09] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2859 0.012176 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.141 - - [2026-05-11 04:31:09] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005935 10.0.0.141 - - [2026-05-11 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2026-05-11 04:31:09] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.141 - - [2026-05-11 04:31:09] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045160 10.0.0.141 - - [2026-05-11 04:31:09] "POST /neutron/network HTTP/1.1" 200 117 0.016060 10.0.0.141 - - [2026-05-11 04:31:09] "POST /route-targets HTTP/1.1" 200 327 0.017452 10.0.0.141 - - [2026-05-11 04:31:10] "POST /neutron/network HTTP/1.1" 200 799 0.008420 10.0.0.141 - - [2026-05-11 04:31:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001160 10.0.0.141 - - [2026-05-11 04:31:10] "GET /virtual-network/99d4456a-deac-4102-a062-7ab2dec41554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007453 10.0.0.141 - - [2026-05-11 04:31:10] "GET /virtual-network/99d4456a-deac-4102-a062-7ab2dec41554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009073 10.0.0.141 - - [2026-05-11 04:31:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.011231 10.0.0.141 - - [2026-05-11 04:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2026-05-11 04:31:10] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.141 - - [2026-05-11 04:31:10] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054690 10.0.0.141 - - [2026-05-11 04:31:10] "POST /ref-update HTTP/1.1" 200 156 0.023595 10.0.0.27 - - [2026-05-11 04:31:10] "POST /useragent-kv HTTP/1.1" 200 115 0.013372 10.0.0.141 - - [2026-05-11 04:31:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.250633 10.0.0.141 - - [2026-05-11 04:31:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001257 10.0.0.141 - - [2026-05-11 04:31:10] "GET /virtual-network/7e9ab056-b5f7-49ca-b59b-4deb97f98541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006145 10.0.0.141 - - [2026-05-11 04:31:10] "GET /virtual-network/7e9ab056-b5f7-49ca-b59b-4deb97f98541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005741 10.0.0.141 - - [2026-05-11 04:31:10] "POST /neutron/network HTTP/1.1" 200 799 0.006560 10.0.0.141 - - [2026-05-11 04:31:10] "POST /fqname-to-id HTTP/1.1" 404 239 0.003806 10.0.0.141 - - [2026-05-11 04:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2026-05-11 04:31:10] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001465 10.0.0.141 - - [2026-05-11 04:31:10] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047367 10.0.0.141 - - [2026-05-11 04:31:11] "POST /network-policys HTTP/1.1" 200 587 0.031646 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006385 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.141 - - [2026-05-11 04:31:11] "GET /virtual-network/99d4456a-deac-4102-a062-7ab2dec41554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006579 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004157 10.0.0.141 - - [2026-05-11 04:31:11] "POST /ref-update HTTP/1.1" 200 156 0.059801 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011647 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006226 10.0.0.141 - - [2026-05-11 04:31:11] "GET /virtual-network/99d4456a-deac-4102-a062-7ab2dec41554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.007573 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004595 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.141 - - [2026-05-11 04:31:11] "GET /virtual-network/7e9ab056-b5f7-49ca-b59b-4deb97f98541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006139 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004510 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.011832 10.0.0.141 - - [2026-05-11 04:31:11] "POST /ref-update HTTP/1.1" 200 156 0.064494 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.010300 10.0.0.141 - - [2026-05-11 04:31:11] "POST /neutron/network HTTP/1.1" 200 912 0.011747 10.0.0.141 - - [2026-05-11 04:31:11] "GET /virtual-network/7e9ab056-b5f7-49ca-b59b-4deb97f98541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.010299 10.0.0.141 - - [2026-05-11 04:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.017820 10.0.0.141 - - [2026-05-11 04:31:11] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005218 10.0.0.141 - - [2026-05-11 04:31:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001035 10.0.0.141 - - [2026-05-11 04:31:12] "POST /neutron/network HTTP/1.1" 200 922 0.006784 10.0.0.27 - - [2026-05-11 04:31:12] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.141 - - [2026-05-11 04:31:12] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.082639 10.0.0.141 - - [2026-05-11 04:31:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007526 10.0.0.141 - - [2026-05-11 04:31:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001473 10.0.0.141 - - [2026-05-11 04:31:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007266 10.0.0.27 - - [2026-05-11 04:31:13] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.141 - - [2026-05-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 1063 0.348252 10.0.0.141 - - [2026-05-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 1117 0.135284 10.0.0.141 - - [2026-05-11 04:31:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.014870 10.0.0.27 - - [2026-05-11 04:31:14] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.141 - - [2026-05-11 04:31:14] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.087144 10.0.0.141 - - [2026-05-11 04:31:14] "POST /neutron/network HTTP/1.1" 200 912 0.009724 10.0.0.141 - - [2026-05-11 04:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.007832 10.0.0.141 - - [2026-05-11 04:31:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003612 10.0.0.141 - - [2026-05-11 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2026-05-11 04:31:14] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008430 10.0.0.141 - - [2026-05-11 04:31:15] "POST /neutron/port HTTP/1.1" 200 1063 0.022210 10.0.0.141 - - [2026-05-11 04:31:15] "POST /neutron/port HTTP/1.1" 200 1127 0.028073 10.0.0.141 - - [2026-05-11 04:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004248 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009016 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005246 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.036286 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.055762 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009300 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005705 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.036825 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.051724 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004133 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006978 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.041900 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.049438 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008301 10.0.0.141 - - [2026-05-11 04:31:16] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005820 10.0.0.141 - - [2026-05-11 04:31:16] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.027722 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004148 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005219 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004596 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.041803 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.038803 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008414 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005833 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.051951 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.048234 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014639 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008996 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.041566 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.058733 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010241 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005414 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.039080 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005066 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005538 10.0.0.141 - - [2026-05-11 04:31:17] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004780 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.032646 10.0.0.141 - - [2026-05-11 04:31:17] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.047897 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005507 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004439 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.040518 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.057570 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014673 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014398 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.048289 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.057547 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.027054 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015547 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.026079 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004988 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007299 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008125 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.047767 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.086093 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011026 10.0.0.141 - - [2026-05-11 04:31:18] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009032 10.0.0.141 - - [2026-05-11 04:31:18] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.043705 10.0.0.141 - - [2026-05-11 04:31:19] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.048298 10.0.0.141 - - [2026-05-11 04:31:19] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009040 10.0.0.141 - - [2026-05-11 04:31:19] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008301 10.0.0.141 - - [2026-05-11 04:31:19] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.054331 10.0.0.141 - - [2026-05-11 04:31:19] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.066020 10.0.0.249 - - [2026-05-11 04:31:22] "GET /obj-perms HTTP/1.1" 200 5075 0.055868 10.0.0.141 - - [2026-05-11 04:31:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007394 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003406 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004138 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004483 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.029649 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.035054 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008025 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006220 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.029933 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.037076 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005208 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005179 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.043370 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.037646 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007828 10.0.0.141 - - [2026-05-11 04:31:29] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006642 10.0.0.141 - - [2026-05-11 04:31:29] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.023151 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005292 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006283 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005012 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.059410 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.045568 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008071 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005916 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.039250 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.036376 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006334 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005914 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.033844 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.043889 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004605 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008981 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.032133 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003296 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004411 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004524 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.030284 10.0.0.141 - - [2026-05-11 04:31:30] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.037881 10.0.0.141 - - [2026-05-11 04:31:30] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006550 10.0.0.141 - - [2026-05-11 04:31:31] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003693 10.0.0.141 - - [2026-05-11 04:31:31] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.039015 10.0.0.141 - - [2026-05-11 04:31:31] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.040442 10.0.0.141 - - [2026-05-11 04:31:31] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008601 10.0.0.141 - - [2026-05-11 04:31:31] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005990 10.0.0.141 - - [2026-05-11 04:31:31] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.028510 10.0.0.141 - - [2026-05-11 04:31:31] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.030920 10.0.0.141 - - [2026-05-11 04:31:31] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007442 10.0.0.141 - - [2026-05-11 04:31:31] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006725 10.0.0.141 - - [2026-05-11 04:31:31] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.023756 10.0.0.141 - - [2026-05-11 04:31:31] "POST /ref-update HTTP/1.1" 200 156 0.053544 10.0.0.141 - - [2026-05-11 04:31:31] "POST /neutron/network HTTP/1.1" 200 799 0.015549 10.0.0.141 - - [2026-05-11 04:31:31] "DELETE /access-control-list/4896899a-f2be-413d-bbad-3810fc39614a HTTP/1.1" 200 115 0.048821 10.0.0.141 - - [2026-05-11 04:31:31] "GET /virtual-network/7e9ab056-b5f7-49ca-b59b-4deb97f98541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007428 10.0.0.141 - - [2026-05-11 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.141 - - [2026-05-11 04:31:31] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004849 10.0.0.141 - - [2026-05-11 04:31:31] "POST /ref-update HTTP/1.1" 200 156 0.058226 10.0.0.141 - - [2026-05-11 04:31:31] "GET /virtual-network/99d4456a-deac-4102-a062-7ab2dec41554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008797 10.0.0.141 - - [2026-05-11 04:31:31] "POST /ref-update HTTP/1.1" 200 156 0.028172 10.0.0.141 - - [2026-05-11 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.141 - - [2026-05-11 04:31:31] "GET /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004421 10.0.0.141 - - [2026-05-11 04:31:31] "DELETE /network-policy/45875ef9-de2a-4cdb-a562-d48a88ba982e HTTP/1.1" 200 115 0.035237 10.0.0.141 - - [2026-05-11 04:31:32] "POST /neutron/network HTTP/1.1" 400 204 0.014540 10.0.0.141 - - [2026-05-11 04:31:32] "POST /neutron/port HTTP/1.1" 200 1117 0.021534 10.0.0.141 - - [2026-05-11 04:31:32] "POST /neutron/port HTTP/1.1" 200 151 0.276816 10.0.0.141 - - [2026-05-11 04:31:34] "POST /neutron/network HTTP/1.1" 200 799 0.015134 10.0.0.141 - - [2026-05-11 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007272 10.0.0.141 - - [2026-05-11 04:31:34] "POST /ref-update HTTP/1.1" 200 156 0.079920 10.0.0.141 - - [2026-05-11 04:31:34] "GET /virtual-network/31db8d35-2af8-44aa-9bc2-5473791ef406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.018406 10.0.0.141 - - [2026-05-11 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.141 - - [2026-05-11 04:31:34] "POST /ref-update HTTP/1.1" 200 156 0.023699 10.0.0.141 - - [2026-05-11 04:31:34] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006051 10.0.0.27 - - [2026-05-11 04:31:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.007617 10.0.0.141 - - [2026-05-11 04:31:34] "POST /ref-update HTTP/1.1" 200 156 0.068748 10.0.0.141 - - [2026-05-11 04:31:34] "POST /neutron/network HTTP/1.1" 200 975 0.014438 10.0.0.141 - - [2026-05-11 04:31:34] "GET /virtual-network/b82612da-25b2-4bb3-8f60-755923ac04e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006069 10.0.0.141 - - [2026-05-11 04:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.141 - - [2026-05-11 04:31:34] "GET /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003800 10.0.0.141 - - [2026-05-11 04:31:34] "DELETE /network-policy/50c40fba-c4c3-4e7e-9285-1643fcde7b1c HTTP/1.1" 200 115 0.039612 10.0.0.141 - - [2026-05-11 04:31:35] "POST /neutron/port HTTP/1.1" 200 1215 0.018569 10.0.0.141 - - [2026-05-11 04:31:35] "POST /neutron/port HTTP/1.1" 200 1217 0.018298 10.0.0.141 - - [2026-05-11 04:31:37] "POST /neutron/network HTTP/1.1" 200 973 0.010307 10.0.0.141 - - [2026-05-11 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2026-05-11 04:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.27 - - [2026-05-11 04:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.27 - - [2026-05-11 04:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002012 10.0.0.27 - - [2026-05-11 04:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.141 - - [2026-05-11 04:31:37] "POST /neutron/network HTTP/1.1" 200 151 0.150630 10.0.0.141 - - [2026-05-11 04:31:37] "DELETE /route-target/c77cf023-b48b-49d5-bf2f-8cfb76cb0a44 HTTP/1.1" 200 115 0.027901 10.0.0.141 - - [2026-05-11 04:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2026-05-11 04:31:38] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.141 - - [2026-05-11 04:31:38] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.037674 10.0.0.27 - - [2026-05-11 04:31:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009780 10.0.0.141 - - [2026-05-11 04:31:39] "POST /neutron/subnet HTTP/1.1" 200 716 0.202242 10.0.0.141 - - [2026-05-11 04:31:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001180 10.0.0.141 - - [2026-05-11 04:31:39] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008288 10.0.0.141 - - [2026-05-11 04:31:39] "POST /neutron/network HTTP/1.1" 200 974 0.009150 10.0.0.141 - - [2026-05-11 04:31:39] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005040 10.0.0.141 - - [2026-05-11 04:31:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.011544 10.0.0.141 - - [2026-05-11 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2026-05-11 04:31:39] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002268 10.0.0.141 - - [2026-05-11 04:31:39] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044646 10.0.0.141 - - [2026-05-11 04:31:39] "POST /route-targets HTTP/1.1" 200 327 0.014209 10.0.0.27 - - [2026-05-11 04:31:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005728 10.0.0.27 - - [2026-05-11 04:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.013897 10.0.0.141 - - [2026-05-11 04:31:40] "POST /neutron/subnet HTTP/1.1" 200 716 0.258943 10.0.0.141 - - [2026-05-11 04:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001822 10.0.0.141 - - [2026-05-11 04:31:40] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011480 10.0.0.141 - - [2026-05-11 04:31:40] "POST /neutron/network HTTP/1.1" 200 976 0.014369 10.0.0.141 - - [2026-05-11 04:31:40] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008431 10.0.0.141 - - [2026-05-11 04:31:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.015075 10.0.0.141 - - [2026-05-11 04:31:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001806 10.0.0.27 - - [2026-05-11 04:31:41] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.141 - - [2026-05-11 04:31:41] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064540 10.0.0.141 - - [2026-05-11 04:31:41] "POST /neutron/network HTTP/1.1" 200 974 0.008398 10.0.0.141 - - [2026-05-11 04:31:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.002182 10.0.0.141 - - [2026-05-11 04:31:42] "POST /neutron/port HTTP/1.1" 200 4192 0.054274 10.0.0.27 - - [2026-05-11 04:31:42] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.141 - - [2026-05-11 04:31:42] "POST /neutron/port HTTP/1.1" 200 1152 0.404245 10.0.0.141 - - [2026-05-11 04:31:43] "POST /neutron/port HTTP/1.1" 200 1206 0.142259 10.0.0.27 - - [2026-05-11 04:31:43] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.141 - - [2026-05-11 04:31:43] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.109600 10.0.0.141 - - [2026-05-11 04:31:43] "POST /neutron/network HTTP/1.1" 200 976 0.009051 10.0.0.141 - - [2026-05-11 04:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.141 - - [2026-05-11 04:31:43] "POST /neutron/port HTTP/1.1" 200 5254 0.042468 10.0.0.141 - - [2026-05-11 04:31:43] "POST /neutron/port HTTP/1.1" 200 1216 0.022333 10.0.0.27 - - [2026-05-11 04:31:43] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.141 - - [2026-05-11 04:31:44] "POST /neutron/port HTTP/1.1" 200 1154 0.417156 10.0.0.141 - - [2026-05-11 04:31:44] "POST /neutron/port HTTP/1.1" 200 1208 0.167469 10.0.0.141 - - [2026-05-11 04:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004111 10.0.0.141 - - [2026-05-11 04:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.141 - - [2026-05-11 04:31:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007715 10.0.0.141 - - [2026-05-11 04:31:48] "POST /neutron/port HTTP/1.1" 200 1216 0.018429 10.0.0.141 - - [2026-05-11 04:31:48] "GET /virtual-machine/5851d35f-32d1-4357-87ed-09eb366b7693 HTTP/1.1" 200 1299 0.007247 10.0.0.141 - - [2026-05-11 04:31:48] "GET /virtual-machine-interface/6fa6b37f-a1dc-4502-98c1-accbf80369e9 HTTP/1.1" 200 3156 0.005784 10.0.0.141 - - [2026-05-11 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.141 - - [2026-05-11 04:31:48] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005166 10.0.0.141 - - [2026-05-11 04:31:48] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003858 10.0.0.141 - - [2026-05-11 04:31:48] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006096 10.0.0.27 - - [2026-05-11 04:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2026-05-11 04:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.27 - - [2026-05-11 04:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-05-11 04:31:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000267 10.0.0.141 - - [2026-05-11 04:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.141 - - [2026-05-11 04:31:52] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006844 10.0.0.27 - - [2026-05-11 04:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.27 - - [2026-05-11 04:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2026-05-11 04:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-05-11 04:31:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-05-11 04:31:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035505 10.0.0.141 - - [2026-05-11 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.141 - - [2026-05-11 04:31:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008564 10.0.0.141 - - [2026-05-11 04:31:54] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004321 10.0.0.141 - - [2026-05-11 04:31:54] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006785 10.0.0.141 - - [2026-05-11 04:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.141 - - [2026-05-11 04:31:54] "POST /neutron/port HTTP/1.1" 200 1216 0.024603 10.0.0.141 - - [2026-05-11 04:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2026-05-11 04:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-05-11 04:31:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.141 - - [2026-05-11 04:31:55] "POST /neutron/port HTTP/1.1" 200 1109 0.023936 10.0.0.141 - - [2026-05-11 04:31:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.010084 10.0.0.141 - - [2026-05-11 04:31:59] "POST /neutron/port HTTP/1.1" 200 1218 0.024769 10.0.0.141 - - [2026-05-11 04:31:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008079 10.0.0.141 - - [2026-05-11 04:31:59] "GET /virtual-machine/d22867fe-eb91-4a46-9645-1bbb0b037dd7 HTTP/1.1" 200 1301 0.007213 10.0.0.141 - - [2026-05-11 04:31:59] "GET /virtual-machine-interface/ac922508-ec35-4151-88f9-17b4db30e503 HTTP/1.1" 200 3156 0.005728 10.0.0.141 - - [2026-05-11 04:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.141 - - [2026-05-11 04:31:59] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005121 10.0.0.141 - - [2026-05-11 04:31:59] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004452 10.0.0.141 - - [2026-05-11 04:31:59] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006108 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.141 - - [2026-05-11 04:32:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005253 10.0.0.141 - - [2026-05-11 04:32:01] "GET /virtual-networks?parent_id=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004626 10.0.0.141 - - [2026-05-11 04:32:01] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006836 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 404 209 0.005509 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.27 - - [2026-05-11 04:32:01] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001555 10.0.0.141 - - [2026-05-11 04:32:01] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.074864 10.0.0.141 - - [2026-05-11 04:32:01] "POST /network-policys HTTP/1.1" 200 533 0.033807 10.0.0.141 - - [2026-05-11 04:32:01] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006643 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.141 - - [2026-05-11 04:32:01] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006400 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.141 - - [2026-05-11 04:32:01] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004219 10.0.0.141 - - [2026-05-11 04:32:01] "POST /ref-update HTTP/1.1" 200 156 0.055100 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.141 - - [2026-05-11 04:32:01] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003685 10.0.0.141 - - [2026-05-11 04:32:01] "POST /neutron/network HTTP/1.1" 200 1060 0.011324 10.0.0.141 - - [2026-05-11 04:32:01] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.004843 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.141 - - [2026-05-11 04:32:01] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004837 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.141 - - [2026-05-11 04:32:01] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005522 10.0.0.141 - - [2026-05-11 04:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.141 - - [2026-05-11 04:32:02] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004580 10.0.0.27 - - [2026-05-11 04:32:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.006839 10.0.0.141 - - [2026-05-11 04:32:02] "POST /access-control-lists HTTP/1.1" 200 578 0.048236 10.0.0.141 - - [2026-05-11 04:32:02] "POST /ref-update HTTP/1.1" 200 156 0.061115 10.0.0.141 - - [2026-05-11 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.141 - - [2026-05-11 04:32:02] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005318 10.0.0.141 - - [2026-05-11 04:32:02] "POST /ref-update HTTP/1.1" 200 156 0.026390 10.0.0.141 - - [2026-05-11 04:32:02] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.009499 10.0.0.141 - - [2026-05-11 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2026-05-11 04:32:02] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004411 10.0.0.141 - - [2026-05-11 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2026-05-11 04:32:02] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.141 - - [2026-05-11 04:32:02] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045033 10.0.0.27 - - [2026-05-11 04:32:02] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.141 - - [2026-05-11 04:32:02] "POST /neutron/network HTTP/1.1" 200 585 0.129173 10.0.0.141 - - [2026-05-11 04:32:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.005624 10.0.0.141 - - [2026-05-11 04:32:02] "GET /virtual-network/03ddc0ae-600d-47e0-82ce-eaae15dcc877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.007195 10.0.0.141 - - [2026-05-11 04:32:02] "POST /neutron/network HTTP/1.1" 200 799 0.008833 10.0.0.141 - - [2026-05-11 04:32:02] "GET /virtual-network/03ddc0ae-600d-47e0-82ce-eaae15dcc877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.009288 10.0.0.141 - - [2026-05-11 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-05-11 04:32:03] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.141 - - [2026-05-11 04:32:03] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053829 10.0.0.141 - - [2026-05-11 04:32:03] "POST /neutron/network HTTP/1.1" 200 117 0.020660 10.0.0.141 - - [2026-05-11 04:32:03] "POST /route-targets HTTP/1.1" 200 327 0.013488 10.0.0.141 - - [2026-05-11 04:32:03] "POST /neutron/network HTTP/1.1" 200 799 0.009956 10.0.0.141 - - [2026-05-11 04:32:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001143 10.0.0.141 - - [2026-05-11 04:32:03] "GET /virtual-network/e7b509d5-7228-4963-9fb9-3a5e71f3cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006382 10.0.0.141 - - [2026-05-11 04:32:03] "GET /virtual-network/e7b509d5-7228-4963-9fb9-3a5e71f3cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005707 10.0.0.141 - - [2026-05-11 04:32:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.010580 10.0.0.141 - - [2026-05-11 04:32:03] "POST /fqname-to-id HTTP/1.1" 404 239 0.003831 10.0.0.141 - - [2026-05-11 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2026-05-11 04:32:03] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.141 - - [2026-05-11 04:32:03] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.062223 10.0.0.141 - - [2026-05-11 04:32:03] "POST /network-policys HTTP/1.1" 200 587 0.033697 10.0.0.141 - - [2026-05-11 04:32:03] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006010 10.0.0.141 - - [2026-05-11 04:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.141 - - [2026-05-11 04:32:04] "GET /virtual-network/03ddc0ae-600d-47e0-82ce-eaae15dcc877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.005537 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004917 10.0.0.141 - - [2026-05-11 04:32:04] "POST /ref-update HTTP/1.1" 200 156 0.067607 10.0.0.141 - - [2026-05-11 04:32:04] "POST /access-control-lists HTTP/1.1" 200 554 0.047451 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009679 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005133 10.0.0.141 - - [2026-05-11 04:32:04] "GET /virtual-network/03ddc0ae-600d-47e0-82ce-eaae15dcc877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2330 0.008442 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004673 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.141 - - [2026-05-11 04:32:04] "GET /virtual-network/e7b509d5-7228-4963-9fb9-3a5e71f3cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005764 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004830 10.0.0.141 - - [2026-05-11 04:32:04] "POST /ref-update HTTP/1.1" 200 156 0.053721 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006890 10.0.0.141 - - [2026-05-11 04:32:04] "POST /ref-update HTTP/1.1" 200 156 0.039073 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008596 10.0.0.141 - - [2026-05-11 04:32:04] "GET /virtual-network/e7b509d5-7228-4963-9fb9-3a5e71f3cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.007747 10.0.0.141 - - [2026-05-11 04:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005443 10.0.0.141 - - [2026-05-11 04:32:04] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003983 10.0.0.141 - - [2026-05-11 04:32:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001481 10.0.0.141 - - [2026-05-11 04:32:04] "POST /neutron/port HTTP/1.1" 200 6318 0.042441 10.0.0.27 - - [2026-05-11 04:32:05] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.141 - - [2026-05-11 04:32:05] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.079172 10.0.0.141 - - [2026-05-11 04:32:05] "POST /neutron/network HTTP/1.1" 200 912 0.007140 10.0.0.141 - - [2026-05-11 04:32:06] "POST /neutron/port HTTP/1.1" 200 117 0.008619 10.0.0.141 - - [2026-05-11 04:32:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001681 10.0.0.141 - - [2026-05-11 04:32:06] "POST /neutron/network HTTP/1.1" 200 922 0.009453 10.0.0.141 - - [2026-05-11 04:32:07] "POST /neutron/port HTTP/1.1" 200 1063 0.022032 10.0.0.141 - - [2026-05-11 04:32:07] "POST /neutron/port HTTP/1.1" 200 1127 0.020869 10.0.0.27 - - [2026-05-11 04:32:07] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.141 - - [2026-05-11 04:32:07] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.093509 10.0.0.141 - - [2026-05-11 04:32:07] "POST /neutron/network HTTP/1.1" 200 912 0.006585 10.0.0.141 - - [2026-05-11 04:32:07] "POST /neutron/port HTTP/1.1" 200 7292 0.044466 10.0.0.141 - - [2026-05-11 04:32:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003651 10.0.0.141 - - [2026-05-11 04:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.141 - - [2026-05-11 04:32:07] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005161 10.0.0.141 - - [2026-05-11 04:32:08] "POST /neutron/network HTTP/1.1" 200 922 0.008214 10.0.0.141 - - [2026-05-11 04:32:08] "POST /neutron/port HTTP/1.1" 200 1063 0.021037 10.0.0.141 - - [2026-05-11 04:32:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004245 10.0.0.141 - - [2026-05-11 04:32:08] "POST /neutron/network HTTP/1.1" 200 912 0.008723 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003870 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004296 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004202 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.033566 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.043989 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008988 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004821 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.062661 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.051168 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009162 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004980 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.030793 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.049559 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004966 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004169 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.063164 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003910 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004519 10.0.0.141 - - [2026-05-11 04:32:09] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004111 10.0.0.141 - - [2026-05-11 04:32:09] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.028026 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.047914 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004435 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004253 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.032243 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.049373 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012230 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007135 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.059914 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.037702 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004975 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006213 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.027676 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003624 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004940 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004285 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.030507 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.038765 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005124 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003908 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.035835 10.0.0.141 - - [2026-05-11 04:32:10] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.048857 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010731 10.0.0.141 - - [2026-05-11 04:32:10] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006985 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.033876 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.053408 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010492 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004475 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.034985 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006632 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005783 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.024685 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004736 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004772 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.017216 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004851 10.0.0.141 - - [2026-05-11 04:32:11] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004031 10.0.0.141 - - [2026-05-11 04:32:11] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.018013 10.0.0.141 - - [2026-05-11 04:32:19] "POST /neutron/port HTTP/1.1" 200 1127 0.020067 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003144 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005002 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004228 10.0.0.141 - - [2026-05-11 04:32:21] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.030712 10.0.0.141 - - [2026-05-11 04:32:21] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.032354 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005964 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005538 10.0.0.141 - - [2026-05-11 04:32:21] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.042710 10.0.0.141 - - [2026-05-11 04:32:21] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.044785 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005212 10.0.0.141 - - [2026-05-11 04:32:21] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004858 10.0.0.141 - - [2026-05-11 04:32:21] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.030465 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.049840 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005554 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006907 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.020245 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003471 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007552 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005209 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.036855 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.044126 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.018527 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008821 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.043119 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.037483 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004709 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008528 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.034714 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.041497 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008699 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007092 10.0.0.141 - - [2026-05-11 04:32:22] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.017211 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003364 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004959 10.0.0.141 - - [2026-05-11 04:32:22] "GET /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004196 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.029700 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/22d119b3-b2d4-4210-af0c-64c5e3e517f4 HTTP/1.1" 200 254 0.044268 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007729 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005685 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.035271 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/fc641ae5-7d5e-4650-bd46-d513e693685e HTTP/1.1" 200 254 0.053083 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004365 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009156 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.049661 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.037217 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009968 10.0.0.141 - - [2026-05-11 04:32:23] "GET /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007715 10.0.0.141 - - [2026-05-11 04:32:23] "PUT /bgp-router/a55c41b1-4dac-4b0c-a188-1ecd149ad8ef HTTP/1.1" 200 254 0.035289 10.0.0.141 - - [2026-05-11 04:32:23] "POST /ref-update HTTP/1.1" 200 156 0.077124 10.0.0.141 - - [2026-05-11 04:32:23] "GET /virtual-network/e7b509d5-7228-4963-9fb9-3a5e71f3cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010513 10.0.0.141 - - [2026-05-11 04:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.141 - - [2026-05-11 04:32:24] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007792 10.0.0.141 - - [2026-05-11 04:32:24] "GET /obj-perms HTTP/1.1" 200 5075 0.081611 10.0.0.141 - - [2026-05-11 04:32:24] "POST /ref-update HTTP/1.1" 200 156 0.108619 10.0.0.141 - - [2026-05-11 04:32:24] "DELETE /access-control-list/fef12b76-d946-43a8-91c1-205f90f993b3 HTTP/1.1" 200 115 0.055490 10.0.0.141 - - [2026-05-11 04:32:24] "POST /neutron/network HTTP/1.1" 200 799 0.015920 10.0.0.141 - - [2026-05-11 04:32:24] "GET /virtual-network/03ddc0ae-600d-47e0-82ce-eaae15dcc877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.010851 10.0.0.141 - - [2026-05-11 04:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013766 10.0.0.141 - - [2026-05-11 04:32:24] "GET /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004101 10.0.0.141 - - [2026-05-11 04:32:24] "DELETE /network-policy/e22ae4e8-ead5-4ab7-ad14-7c8e0351bf72 HTTP/1.1" 200 115 0.042217 10.0.0.141 - - [2026-05-11 04:32:24] "POST /neutron/network HTTP/1.1" 400 204 0.013810 10.0.0.141 - - [2026-05-11 04:32:24] "POST /neutron/port HTTP/1.1" 200 151 0.208401 10.0.0.141 - - [2026-05-11 04:32:26] "POST /neutron/network HTTP/1.1" 200 799 0.006890 10.0.0.141 - - [2026-05-11 04:32:26] "DELETE /route-target/781cd157-a706-423f-9dbe-b8b02792f18c HTTP/1.1" 200 115 0.025268 10.0.0.27 - - [2026-05-11 04:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005777 10.0.0.27 - - [2026-05-11 04:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.141 - - [2026-05-11 04:32:26] "POST /neutron/network HTTP/1.1" 200 151 0.122775 10.0.0.141 - - [2026-05-11 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.061574 10.0.0.141 - - [2026-05-11 04:32:26] "DELETE /access-control-list/4fc5bbdf-92f0-4c6b-8699-fccaed330124 HTTP/1.1" 200 115 0.054139 10.0.0.141 - - [2026-05-11 04:32:26] "GET /virtual-network/9edeb626-1197-4ae7-b021-6da9edf19e41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.009179 10.0.0.141 - - [2026-05-11 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.141 - - [2026-05-11 04:32:26] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004254 10.0.0.141 - - [2026-05-11 04:32:26] "POST /ref-update HTTP/1.1" 200 156 0.045012 10.0.0.141 - - [2026-05-11 04:32:27] "POST /ref-update HTTP/1.1" 200 156 0.023832 10.0.0.141 - - [2026-05-11 04:32:27] "GET /virtual-network/bc0a75aa-f4ef-405e-ad44-2e2575bcd977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.021293 10.0.0.141 - - [2026-05-11 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.141 - - [2026-05-11 04:32:27] "GET /network-policy/6747eec3-c8a9-400f-9816-a43752e34820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004191 10.0.0.141 - - [2026-05-11 04:32:27] "DELETE /network-policy/6747eec3-c8a9-400f-9816-a43752e34820 HTTP/1.1" 200 115 0.040926 10.0.0.141 - - [2026-05-11 04:32:27] "POST /neutron/network HTTP/1.1" 200 976 0.009232 10.0.0.141 - - [2026-05-11 04:32:27] "POST /neutron/port HTTP/1.1" 200 1208 0.018332 10.0.0.141 - - [2026-05-11 04:32:28] "POST /neutron/port HTTP/1.1" 200 1206 0.014611 10.0.0.27 - - [2026-05-11 04:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007134 10.0.0.27 - - [2026-05-11 04:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.27 - - [2026-05-11 04:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003841 10.0.0.27 - - [2026-05-11 04:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002526 10.0.0.141 - - [2026-05-11 04:32:29] "POST /neutron/network HTTP/1.1" 200 151 0.145802 10.0.0.141 - - [2026-05-11 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2026-05-11 04:32:31] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.141 - - [2026-05-11 04:32:31] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050275 10.0.0.27 - - [2026-05-11 04:32:31] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.141 - - [2026-05-11 04:32:31] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?fields=virtual_networks HTTP/1.1" 200 1058 0.063132 10.0.0.27 - - [2026-05-11 04:32:31] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.141 - - [2026-05-11 04:32:31] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.051925 10.0.0.27 - - [2026-05-11 04:32:31] "GET /projects?obj_uuids=34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.141 - - [2026-05-11 04:32:31] "GET /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c?fields=security_groups HTTP/1.1" 200 1292 0.050412 10.0.0.141 - - [2026-05-11 04:32:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.026694 10.0.0.27 - - [2026-05-11 04:32:32] "GET /projects?obj_uuids=af84cb6b-81db-418b-847a-b13a1c7da4fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004112 10.0.0.27 - - [2026-05-11 04:32:32] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.27 - - [2026-05-11 04:32:32] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009266 10.0.0.27 - - [2026-05-11 04:32:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.004184 10.0.0.27 - - [2026-05-11 04:32:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.008909 10.0.0.27 - - [2026-05-11 04:32:32] "POST /security-groups HTTP/1.1" 200 586 0.090701 10.0.0.27 - - [2026-05-11 04:32:32] "POST /projects HTTP/1.1" 200 575 0.316966 10.0.0.141 - - [2026-05-11 04:32:32] "POST /access-control-lists HTTP/1.1" 200 591 0.036938 10.0.0.27 - - [2026-05-11 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.387912 10.0.0.141 - - [2026-05-11 04:32:32] "GET /project/af84cb6b-81db-418b-847a-b13a1c7da4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.549935 10.0.0.141 - - [2026-05-11 04:32:34] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.141 - - [2026-05-11 04:32:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.141 - - [2026-05-11 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.031713 10.0.0.141 - - [2026-05-11 04:32:36] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003519 10.0.0.141 - - [2026-05-11 04:32:36] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002870 10.0.0.141 - - [2026-05-11 04:32:36] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003577 10.0.0.141 - - [2026-05-11 04:32:36] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.012121 10.0.0.141 - - [2026-05-11 04:32:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.025619 10.0.0.27 - - [2026-05-11 04:32:38] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003020 10.0.0.27 - - [2026-05-11 04:32:38] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.27 - - [2026-05-11 04:32:38] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006814 10.0.0.27 - - [2026-05-11 04:32:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.003859 10.0.0.27 - - [2026-05-11 04:32:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.006045 10.0.0.27 - - [2026-05-11 04:32:39] "POST /security-groups HTTP/1.1" 200 586 0.078755 10.0.0.141 - - [2026-05-11 04:32:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003322 10.0.0.27 - - [2026-05-11 04:32:39] "POST /projects HTTP/1.1" 200 575 0.291965 10.0.0.27 - - [2026-05-11 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.368685 10.0.0.141 - - [2026-05-11 04:32:39] "POST /access-control-lists HTTP/1.1" 200 589 0.029412 10.0.0.141 - - [2026-05-11 04:32:39] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.507401 10.0.0.141 - - [2026-05-11 04:32:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.025551 10.0.0.27 - - [2026-05-11 04:32:39] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003060 10.0.0.27 - - [2026-05-11 04:32:39] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002388 10.0.0.27 - - [2026-05-11 04:32:39] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008116 10.0.0.27 - - [2026-05-11 04:32:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.002253 10.0.0.27 - - [2026-05-11 04:32:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.004281 10.0.0.27 - - [2026-05-11 04:32:39] "POST /security-groups HTTP/1.1" 200 586 0.085661 10.0.0.27 - - [2026-05-11 04:32:40] "POST /projects HTTP/1.1" 200 575 0.301170 10.0.0.141 - - [2026-05-11 04:32:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.011260 10.0.0.27 - - [2026-05-11 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.372327 10.0.0.141 - - [2026-05-11 04:32:40] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.516744 10.0.0.141 - - [2026-05-11 04:32:40] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.141 - - [2026-05-11 04:32:41] "GET / HTTP/1.1" 200 35931 0.002198 10.0.0.141 - - [2026-05-11 04:32:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.003199 10.0.0.141 - - [2026-05-11 04:32:41] "POST /api-access-lists HTTP/1.1" 200 521 0.020421 10.0.0.141 - - [2026-05-11 04:32:42] "GET /api-access-list/1fe6db53-2820-4d8b-b820-7ebd174af408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.006094 10.0.0.141 - - [2026-05-11 04:32:42] "POST /neutron/port HTTP/1.1" 200 1217 0.020971 10.0.0.141 - - [2026-05-11 04:32:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-11 04:32:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010565 10.0.0.141 - - [2026-05-11 04:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.141 - - [2026-05-11 04:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.123842 10.0.0.27 - - [2026-05-11 04:32:42] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.141 - - [2026-05-11 04:32:42] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.079633 10.0.0.141 - - [2026-05-11 04:32:43] "GET /virtual-networks?parent_id=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020711 10.0.0.141 - - [2026-05-11 04:32:43] "POST /virtual-networks HTTP/1.1" 200 568 0.113090 10.0.0.141 - - [2026-05-11 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.020775 10.0.0.141 - - [2026-05-11 04:32:43] "POST /ref-update HTTP/1.1" 200 156 0.033778 10.0.0.141 - - [2026-05-11 04:32:43] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.023635 10.0.0.27 - - [2026-05-11 04:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008876 10.0.0.141 - - [2026-05-11 04:32:43] "POST /ref-update HTTP/1.1" 200 156 0.089751 10.0.0.141 - - [2026-05-11 04:32:43] "POST /neutron/network HTTP/1.1" 200 833 0.075926 10.0.0.141 - - [2026-05-11 04:32:43] "GET /virtual-network/b8d4b7e4-c1fa-47a9-8450-7f79ad673ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.018576 10.0.0.141 - - [2026-05-11 04:32:44] "POST /neutron/subnet HTTP/1.1" 200 680 0.058996 10.0.0.141 - - [2026-05-11 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.035021 10.0.0.141 - - [2026-05-11 04:32:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.075510 10.0.0.141 - - [2026-05-11 04:32:46] "GET /virtual-network/b8d4b7e4-c1fa-47a9-8450-7f79ad673ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.066492 10.0.0.141 - - [2026-05-11 04:32:46] "POST /id-to-fqname HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 04:32:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.047555 10.0.0.27 - - [2026-05-11 04:32:48] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.141 - - [2026-05-11 04:32:48] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.073810 10.0.0.141 - - [2026-05-11 04:32:48] "POST /neutron/network HTTP/1.1" 200 833 0.006954 10.0.0.141 - - [2026-05-11 04:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.033014 10.0.0.27 - - [2026-05-11 04:32:49] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.141 - - [2026-05-11 04:32:49] "POST /neutron/port HTTP/1.1" 200 1056 0.531433 10.0.0.141 - - [2026-05-11 04:32:49] "POST /neutron/port HTTP/1.1" 200 1110 0.130507 10.0.0.141 - - [2026-05-11 04:32:49] "POST /neutron/subnet HTTP/1.1" 200 654 0.008768 10.0.0.141 - - [2026-05-11 04:32:53] "POST /neutron/port HTTP/1.1" 200 1120 0.019092 10.0.0.141 - - [2026-05-11 04:32:53] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008523 10.0.0.141 - - [2026-05-11 04:32:53] "POST /neutron/port HTTP/1.1" 200 1120 0.026847 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 200 1286 0.048880 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 200 1286 0.022527 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine-interface/bfed1c70-9e7f-40ff-8c3f-18879973689d HTTP/1.1" 200 2531 0.033463 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 200 1286 0.025062 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine-interface/bfed1c70-9e7f-40ff-8c3f-18879973689d HTTP/1.1" 200 2531 0.023463 10.0.0.141 - - [2026-05-11 04:32:54] "GET /instance-ip/036ced90-dde7-448c-87d0-c823046ffc7c HTTP/1.1" 200 1624 0.026787 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 200 1286 0.023428 10.0.0.141 - - [2026-05-11 04:32:54] "GET /virtual-machine-interface/bfed1c70-9e7f-40ff-8c3f-18879973689d HTTP/1.1" 200 2531 0.029966 10.0.0.141 - - [2026-05-11 04:32:54] "GET /instance-ip/036ced90-dde7-448c-87d0-c823046ffc7c HTTP/1.1" 200 1624 0.023027 10.0.0.141 - - [2026-05-11 04:32:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.020302 10.0.0.141 - - [2026-05-11 04:32:54] "GET / HTTP/1.1" 200 35931 0.002492 10.0.0.141 - - [2026-05-11 04:32:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.028635 10.0.0.141 - - [2026-05-11 04:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004367 10.0.0.141 - - [2026-05-11 04:32:55] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016108 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.016011 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.141 - - [2026-05-11 04:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004223 10.0.0.141 - - [2026-05-11 04:32:55] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026492 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.019098 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.141 - - [2026-05-11 04:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003719 10.0.0.141 - - [2026-05-11 04:32:55] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016990 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.020983 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.141 - - [2026-05-11 04:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.141 - - [2026-05-11 04:32:55] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020320 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 403 339 0.017208 10.0.0.141 - - [2026-05-11 04:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.141 - - [2026-05-11 04:32:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003807 10.0.0.141 - - [2026-05-11 04:32:55] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020081 10.0.0.141 - - [2026-05-11 04:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017819 10.0.0.141 - - [2026-05-11 04:32:59] "GET /virtual-network/b8d4b7e4-c1fa-47a9-8450-7f79ad673ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.020875 10.0.0.141 - - [2026-05-11 04:33:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006691 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.022029 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.141 - - [2026-05-11 04:33:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006818 10.0.0.141 - - [2026-05-11 04:33:01] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029160 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.022808 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.141 - - [2026-05-11 04:33:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005013 10.0.0.141 - - [2026-05-11 04:33:01] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021514 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 361 0.021534 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015769 10.0.0.141 - - [2026-05-11 04:33:01] "GET /routing-instance/a2c3c45b-f205-4503-9f0a-87ad5c8a1216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005936 10.0.0.141 - - [2026-05-11 04:33:01] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.047506 10.0.0.141 - - [2026-05-11 04:33:01] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008939 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.034757 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.141 - - [2026-05-11 04:33:01] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003909 10.0.0.141 - - [2026-05-11 04:33:01] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018562 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 403 361 0.038134 10.0.0.141 - - [2026-05-11 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.141 - - [2026-05-11 04:33:02] "GET /routing-instance/a2c3c45b-f205-4503-9f0a-87ad5c8a1216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.014930 10.0.0.141 - - [2026-05-11 04:33:02] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.032162 10.0.0.141 - - [2026-05-11 04:33:02] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008154 10.0.0.141 - - [2026-05-11 04:33:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.019871 10.0.0.141 - - [2026-05-11 04:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.141 - - [2026-05-11 04:33:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003148 10.0.0.141 - - [2026-05-11 04:33:02] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016879 10.0.0.141 - - [2026-05-11 04:33:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.019913 10.0.0.141 - - [2026-05-11 04:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.141 - - [2026-05-11 04:33:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003610 10.0.0.141 - - [2026-05-11 04:33:02] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017503 10.0.0.27 - - [2026-05-11 04:33:02] "GET /obj-perms HTTP/1.1" 200 4934 0.064473 10.0.0.27 - - [2026-05-11 04:33:04] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.017777 10.0.0.27 - - [2026-05-11 04:33:05] "DELETE /project/af84cb6b81db418b847ab13a1c7da4fc HTTP/1.1" 404 173 0.005599 10.0.0.27 - - [2026-05-11 04:33:05] "DELETE /project/510dc6cf5eb44815bafa188f50deedb7 HTTP/1.1" 404 173 0.005194 10.0.0.27 - - [2026-05-11 04:33:05] "DELETE /project/34f9f17c-0aa7-48b4-9ee6-a6541c8aa34c HTTP/1.1" 404 177 0.004007 10.0.0.27 - - [2026-05-11 04:33:05] "DELETE /project/048258b607dd4c31a884253b703dd92e HTTP/1.1" 404 173 0.005322 10.0.0.27 - - [2026-05-11 04:33:09] "GET /obj-perms HTTP/1.1" 200 4934 0.021055 10.0.0.27 - - [2026-05-11 04:33:11] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.022449 10.0.0.27 - - [2026-05-11 04:33:15] "GET /obj-perms HTTP/1.1" 200 4934 0.019135 10.0.0.27 - - [2026-05-11 04:33:17] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.018569 10.0.0.27 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.023044 10.0.0.141 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.050722 10.0.0.141 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.020864 10.0.0.27 - - [2026-05-11 04:33:21] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.018224 10.0.0.141 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.017808 10.0.0.141 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.015675 10.0.0.141 - - [2026-05-11 04:33:21] "GET /obj-perms HTTP/1.1" 200 4934 0.015304 10.0.0.141 - - [2026-05-11 04:33:22] "GET /obj-perms HTTP/1.1" 200 4934 0.067077 10.0.0.141 - - [2026-05-11 04:33:22] "GET /obj-perms HTTP/1.1" 200 4934 0.019761 10.0.0.141 - - [2026-05-11 04:33:23] "GET /obj-perms HTTP/1.1" 200 4934 0.084143 10.0.0.141 - - [2026-05-11 04:33:23] "GET /obj-perms HTTP/1.1" 200 4934 0.014826 10.0.0.27 - - [2026-05-11 04:33:24] "GET /obj-perms HTTP/1.1" 200 4934 0.022079 10.0.0.141 - - [2026-05-11 04:33:24] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 200 1286 0.022682 10.0.0.249 - - [2026-05-11 04:33:24] "GET /obj-perms HTTP/1.1" 200 5075 0.052147 10.0.0.141 - - [2026-05-11 04:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.215718 10.0.0.141 - - [2026-05-11 04:33:26] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 404 171 0.019247 10.0.0.141 - - [2026-05-11 04:33:26] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 404 171 0.018714 10.0.0.141 - - [2026-05-11 04:33:26] "GET /virtual-machine/056f987a-d8c7-425c-9114-b6bb08da382b HTTP/1.1" 404 171 0.020013 10.0.0.141 - - [2026-05-11 04:33:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.016293 10.0.0.141 - - [2026-05-11 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2026-05-11 04:33:26] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.141 - - [2026-05-11 04:33:26] "GET /virtual-networks?parent_id=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015986 10.0.0.141 - - [2026-05-11 04:33:26] "POST /fqname-to-id HTTP/1.1" 403 361 0.016920 10.0.0.141 - - [2026-05-11 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.141 - - [2026-05-11 04:33:26] "GET /routing-instance/a2c3c45b-f205-4503-9f0a-87ad5c8a1216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003837 10.0.0.141 - - [2026-05-11 04:33:26] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016916 10.0.0.141 - - [2026-05-11 04:33:26] "GET /route-target/a43cfacb-2108-4907-b4c6-b3fa7dfa113e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003683 10.0.0.141 - - [2026-05-11 04:33:26] "GET /obj-perms HTTP/1.1" 200 4934 0.017479 10.0.0.141 - - [2026-05-11 04:33:27] "GET /obj-perms HTTP/1.1" 200 5039 0.052179 10.0.0.141 - - [2026-05-11 04:33:30] "GET /obj-perms HTTP/1.1" 200 5039 0.005858 10.0.0.141 - - [2026-05-11 04:33:36] "GET /obj-perms HTTP/1.1" 200 5039 0.003897 10.0.0.141 - - [2026-05-11 04:33:39] "GET /obj-perms HTTP/1.1" 200 5039 0.004284 10.0.0.141 - - [2026-05-11 04:33:42] "POST /neutron/network HTTP/1.1" 200 939 0.036274 10.0.0.141 - - [2026-05-11 04:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.141 - - [2026-05-11 04:33:45] "GET /obj-perms HTTP/1.1" 200 5039 0.003785 10.0.0.141 - - [2026-05-11 04:33:48] "GET /obj-perms HTTP/1.1" 200 5039 0.004697 10.0.0.141 - - [2026-05-11 04:33:52] "GET /obj-perms HTTP/1.1" 200 5039 0.004875 10.0.0.27 - - [2026-05-11 04:33:52] "GET /obj-perms HTTP/1.1" 200 5039 0.086334 10.0.0.141 - - [2026-05-11 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.27 - - [2026-05-11 04:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007417 10.0.0.27 - - [2026-05-11 04:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.141 - - [2026-05-11 04:33:53] "DELETE /virtual-network/b8d4b7e4-c1fa-47a9-8450-7f79ad673ada HTTP/1.1" 200 115 0.181795 10.0.0.141 - - [2026-05-11 04:33:53] "DELETE /api-access-list/1fe6db53-2820-4d8b-b820-7ebd174af408 HTTP/1.1" 200 115 0.048661 10.0.0.27 - - [2026-05-11 04:33:53] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002411 10.0.0.141 - - [2026-05-11 04:33:53] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.051082 10.0.0.27 - - [2026-05-11 04:33:53] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.141 - - [2026-05-11 04:33:53] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?fields=virtual_networks HTTP/1.1" 200 1032 0.045777 10.0.0.27 - - [2026-05-11 04:33:53] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.141 - - [2026-05-11 04:33:53] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047426 10.0.0.27 - - [2026-05-11 04:33:53] "GET /projects?obj_uuids=510dc6cf-5eb4-4815-bafa-188f50deedb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001760 10.0.0.141 - - [2026-05-11 04:33:53] "GET /project/510dc6cf-5eb4-4815-bafa-188f50deedb7?fields=security_groups HTTP/1.1" 200 1253 0.070850 10.0.0.27 - - [2026-05-11 04:33:54] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.141 - - [2026-05-11 04:33:54] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.049533 10.0.0.27 - - [2026-05-11 04:33:54] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001328 10.0.0.141 - - [2026-05-11 04:33:54] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?fields=virtual_networks HTTP/1.1" 200 1031 0.047948 10.0.0.27 - - [2026-05-11 04:33:54] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001663 10.0.0.141 - - [2026-05-11 04:33:54] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.056446 10.0.0.27 - - [2026-05-11 04:33:54] "GET /projects?obj_uuids=048258b6-07dd-4c31-a884-253b703dd92e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.141 - - [2026-05-11 04:33:54] "GET /project/048258b6-07dd-4c31-a884-253b703dd92e?fields=security_groups HTTP/1.1" 200 1252 0.039917 10.0.0.141 - - [2026-05-11 04:33:57] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004936 10.0.0.141 - - [2026-05-11 04:33:57] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.023000 10.0.0.27 - - [2026-05-11 04:33:57] "GET /projects?obj_uuids=af84cb6b-81db-418b-847a-b13a1c7da4fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.141 - - [2026-05-11 04:33:57] "GET /project/af84cb6b-81db-418b-847a-b13a1c7da4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.065081 10.0.0.27 - - [2026-05-11 04:33:57] "GET /projects?obj_uuids=af84cb6b-81db-418b-847a-b13a1c7da4fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.141 - - [2026-05-11 04:33:57] "GET /project/af84cb6b-81db-418b-847a-b13a1c7da4fc?fields=virtual_networks HTTP/1.1" 200 1032 0.071071 10.0.0.27 - - [2026-05-11 04:33:57] "GET /projects?obj_uuids=af84cb6b-81db-418b-847a-b13a1c7da4fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001813 10.0.0.141 - - [2026-05-11 04:33:57] "GET /project/af84cb6b-81db-418b-847a-b13a1c7da4fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.054442 10.0.0.27 - - [2026-05-11 04:33:57] "GET /projects?obj_uuids=af84cb6b-81db-418b-847a-b13a1c7da4fc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.141 - - [2026-05-11 04:33:57] "GET /project/af84cb6b-81db-418b-847a-b13a1c7da4fc?fields=security_groups HTTP/1.1" 200 1253 0.056697 10.0.0.141 - - [2026-05-11 04:33:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.046638 10.0.0.27 - - [2026-05-11 04:33:58] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006077 10.0.0.27 - - [2026-05-11 04:33:58] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001848 10.0.0.27 - - [2026-05-11 04:33:58] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013649 10.0.0.141 - - [2026-05-11 04:33:58] "POST /neutron/port HTTP/1.1" 200 1217 0.035582 10.0.0.141 - - [2026-05-11 04:33:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.27 - - [2026-05-11 04:33:58] "POST /id-to-fqname HTTP/1.1" 200 190 0.012364 10.0.0.27 - - [2026-05-11 04:33:58] "POST /fqname-to-id HTTP/1.1" 404 199 0.006556 10.0.0.141 - - [2026-05-11 04:33:58] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.27 - - [2026-05-11 04:33:59] "POST /security-groups HTTP/1.1" 200 591 0.080285 10.0.0.27 - - [2026-05-11 04:33:59] "POST /projects HTTP/1.1" 200 585 0.330033 10.0.0.27 - - [2026-05-11 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.371105 10.0.0.141 - - [2026-05-11 04:33:59] "POST /access-control-lists HTTP/1.1" 200 596 0.052834 10.0.0.141 - - [2026-05-11 04:33:59] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.586118 10.0.0.141 - - [2026-05-11 04:34:00] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.141 - - [2026-05-11 04:34:02] "DELETE /access-control-list/11ffbce2-f6b2-49dd-8933-6f127cf0cb57 HTTP/1.1" 200 115 0.084981 10.0.0.141 - - [2026-05-11 04:34:02] "DELETE /access-control-list/43a03654-8d21-47ad-8331-194dd605034e HTTP/1.1" 200 115 0.048297 10.0.0.141 - - [2026-05-11 04:34:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.141 - - [2026-05-11 04:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.031653 10.0.0.141 - - [2026-05-11 04:34:04] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004661 10.0.0.141 - - [2026-05-11 04:34:04] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003331 10.0.0.141 - - [2026-05-11 04:34:04] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003593 10.0.0.141 - - [2026-05-11 04:34:04] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.012082 10.0.0.27 - - [2026-05-11 04:34:05] "DELETE /project/1ae25e82390745c5859e7f985731974c HTTP/1.1" 404 173 0.006580 10.0.0.27 - - [2026-05-11 04:34:05] "DELETE /project/048258b6-07dd-4c31-a884-253b703dd92e HTTP/1.1" 404 177 0.004703 10.0.0.27 - - [2026-05-11 04:34:05] "DELETE /project/af84cb6b-81db-418b-847a-b13a1c7da4fc HTTP/1.1" 404 177 0.003801 10.0.0.27 - - [2026-05-11 04:34:05] "DELETE /project/510dc6cf-5eb4-4815-bafa-188f50deedb7 HTTP/1.1" 404 177 0.007244 10.0.0.141 - - [2026-05-11 04:34:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.029755 10.0.0.27 - - [2026-05-11 04:34:05] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003191 10.0.0.27 - - [2026-05-11 04:34:05] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.27 - - [2026-05-11 04:34:05] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006834 10.0.0.27 - - [2026-05-11 04:34:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.004742 10.0.0.27 - - [2026-05-11 04:34:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.006193 10.0.0.27 - - [2026-05-11 04:34:06] "POST /security-groups HTTP/1.1" 200 591 0.033571 10.0.0.141 - - [2026-05-11 04:34:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002657 10.0.0.27 - - [2026-05-11 04:34:06] "POST /projects HTTP/1.1" 200 585 0.248796 10.0.0.27 - - [2026-05-11 04:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.331139 10.0.0.141 - - [2026-05-11 04:34:06] "POST /access-control-lists HTTP/1.1" 200 594 0.029784 10.0.0.141 - - [2026-05-11 04:34:06] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.491064 10.0.0.141 - - [2026-05-11 04:34:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.034335 10.0.0.27 - - [2026-05-11 04:34:06] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003334 10.0.0.27 - - [2026-05-11 04:34:06] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.27 - - [2026-05-11 04:34:06] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008360 10.0.0.27 - - [2026-05-11 04:34:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.005791 10.0.0.27 - - [2026-05-11 04:34:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.006663 10.0.0.27 - - [2026-05-11 04:34:07] "POST /security-groups HTTP/1.1" 200 591 0.081160 10.0.0.27 - - [2026-05-11 04:34:07] "POST /projects HTTP/1.1" 200 585 0.323396 10.0.0.27 - - [2026-05-11 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.357468 10.0.0.141 - - [2026-05-11 04:34:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.004147 10.0.0.141 - - [2026-05-11 04:34:07] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.503460 10.0.0.141 - - [2026-05-11 04:34:08] "GET / HTTP/1.1" 200 35931 0.001366 10.0.0.141 - - [2026-05-11 04:34:08] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.141 - - [2026-05-11 04:34:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.003980 10.0.0.141 - - [2026-05-11 04:34:09] "POST /api-access-lists HTTP/1.1" 200 521 0.027746 10.0.0.141 - - [2026-05-11 04:34:09] "GET /api-access-list/eadbc1de-e015-46ba-bcad-2ff9092e7ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006163 10.0.0.141 - - [2026-05-11 04:34:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401 10.0.0.141 - - [2026-05-11 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052766 10.0.0.27 - - [2026-05-11 04:34:10] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.141 - - [2026-05-11 04:34:10] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.068814 10.0.0.141 - - [2026-05-11 04:34:10] "GET /virtual-networks?parent_id=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022620 10.0.0.141 - - [2026-05-11 04:34:10] "POST /virtual-networks HTTP/1.1" 200 583 0.094116 10.0.0.141 - - [2026-05-11 04:34:10] "POST /ref-update HTTP/1.1" 200 156 0.034457 10.0.0.141 - - [2026-05-11 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.065566 10.0.0.141 - - [2026-05-11 04:34:10] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017974 10.0.0.27 - - [2026-05-11 04:34:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009549 10.0.0.141 - - [2026-05-11 04:34:10] "POST /ref-update HTTP/1.1" 200 156 0.096126 10.0.0.141 - - [2026-05-11 04:34:10] "POST /neutron/network HTTP/1.1" 200 848 0.076977 10.0.0.141 - - [2026-05-11 04:34:10] "GET /virtual-network/985db0c2-0398-4849-adcc-bf3d750eb788?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.018777 10.0.0.141 - - [2026-05-11 04:34:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.141 - - [2026-05-11 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.067369 10.0.0.27 - - [2026-05-11 04:34:11] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001622 10.0.0.141 - - [2026-05-11 04:34:11] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.084929 10.0.0.141 - - [2026-05-11 04:34:11] "GET /virtual-networks?parent_id=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.038358 10.0.0.141 - - [2026-05-11 04:34:11] "POST /virtual-networks HTTP/1.1" 200 583 0.123680 10.0.0.141 - - [2026-05-11 04:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.040943 10.0.0.141 - - [2026-05-11 04:34:11] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.019888 10.0.0.27 - - [2026-05-11 04:34:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007189 10.0.0.141 - - [2026-05-11 04:34:12] "POST /ref-update HTTP/1.1" 200 156 0.118592 10.0.0.141 - - [2026-05-11 04:34:12] "POST /neutron/network HTTP/1.1" 200 846 0.059639 10.0.0.141 - - [2026-05-11 04:34:12] "GET /virtual-network/014ef522-e180-48e9-8cab-e3e4d83a877c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.020502 10.0.0.141 - - [2026-05-11 04:34:12] "POST /neutron/subnet HTTP/1.1" 200 669 0.047854 10.0.0.141 - - [2026-05-11 04:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.141 - - [2026-05-11 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.249 - - [2026-05-11 04:34:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000424 10.0.0.27 - - [2026-05-11 04:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.031522 10.0.0.141 - - [2026-05-11 04:34:16] "GET /obj-perms HTTP/1.1" 403 257 0.064377 10.0.0.141 - - [2026-05-11 04:34:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.084275 10.0.0.141 - - [2026-05-11 04:34:16] "PUT /virtual-network/985db0c2-0398-4849-adcc-bf3d750eb788 HTTP/1.1" 200 264 0.069594 10.0.0.141 - - [2026-05-11 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.141 - - [2026-05-11 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2026-05-11 04:34:17] "GET /obj-perms HTTP/1.1" 403 257 0.054013 10.0.0.27 - - [2026-05-11 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.141 - - [2026-05-11 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-05-11 04:34:18] "GET /obj-perms HTTP/1.1" 403 257 0.072847 10.0.0.141 - - [2026-05-11 04:34:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.134817 10.0.0.141 - - [2026-05-11 04:34:18] "PUT /virtual-network/985db0c2-0398-4849-adcc-bf3d750eb788 HTTP/1.1" 200 264 0.069793 10.0.0.27 - - [2026-05-11 04:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004283 10.0.0.27 - - [2026-05-11 04:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.141 - - [2026-05-11 04:34:18] "DELETE /virtual-network/014ef522-e180-48e9-8cab-e3e4d83a877c HTTP/1.1" 200 115 0.173182 10.0.0.141 - - [2026-05-11 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.27 - - [2026-05-11 04:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006548 10.0.0.27 - - [2026-05-11 04:34:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005053 10.0.0.141 - - [2026-05-11 04:34:18] "DELETE /virtual-network/985db0c2-0398-4849-adcc-bf3d750eb788 HTTP/1.1" 200 115 0.180377 10.0.0.141 - - [2026-05-11 04:34:18] "DELETE /route-target/55fc3e42-23d6-45cb-8a93-f25f0f15756f HTTP/1.1" 200 115 0.037419 10.0.0.141 - - [2026-05-11 04:34:18] "DELETE /api-access-list/eadbc1de-e015-46ba-bcad-2ff9092e7ae7 HTTP/1.1" 200 115 0.060384 10.0.0.27 - - [2026-05-11 04:34:19] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002200 10.0.0.141 - - [2026-05-11 04:34:19] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.066188 10.0.0.27 - - [2026-05-11 04:34:19] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.141 - - [2026-05-11 04:34:19] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?fields=virtual_networks HTTP/1.1" 200 1042 0.047596 10.0.0.27 - - [2026-05-11 04:34:19] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.141 - - [2026-05-11 04:34:19] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.059543 10.0.0.27 - - [2026-05-11 04:34:19] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.141 - - [2026-05-11 04:34:19] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?fields=security_groups HTTP/1.1" 200 1268 0.060262 10.0.0.27 - - [2026-05-11 04:34:20] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.141 - - [2026-05-11 04:34:20] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064600 10.0.0.27 - - [2026-05-11 04:34:20] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.141 - - [2026-05-11 04:34:20] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?fields=virtual_networks HTTP/1.1" 200 1042 0.066704 10.0.0.27 - - [2026-05-11 04:34:20] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002102 10.0.0.141 - - [2026-05-11 04:34:20] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.070976 10.0.0.27 - - [2026-05-11 04:34:20] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.141 - - [2026-05-11 04:34:20] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?fields=security_groups HTTP/1.1" 200 1268 0.066790 10.0.0.141 - - [2026-05-11 04:34:24] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.141 - - [2026-05-11 04:34:25] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.249 - - [2026-05-11 04:34:26] "GET /obj-perms HTTP/1.1" 200 5075 0.075919 10.0.0.141 - - [2026-05-11 04:34:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000563 10.0.0.141 - - [2026-05-11 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.050140 10.0.0.27 - - [2026-05-11 04:34:26] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.141 - - [2026-05-11 04:34:26] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.078815 10.0.0.141 - - [2026-05-11 04:34:26] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.019046 10.0.0.141 - - [2026-05-11 04:34:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.016706 10.0.0.141 - - [2026-05-11 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.016573 10.0.0.27 - - [2026-05-11 04:34:26] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.141 - - [2026-05-11 04:34:26] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018641 10.0.0.141 - - [2026-05-11 04:34:26] "POST /service-templates HTTP/1.1" 403 264 0.012334 10.0.0.141 - - [2026-05-11 04:34:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.005569 10.0.0.141 - - [2026-05-11 04:34:27] "POST /api-access-lists HTTP/1.1" 200 555 0.032143 10.0.0.141 - - [2026-05-11 04:34:27] "GET /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.006089 10.0.0.141 - - [2026-05-11 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.020645 10.0.0.27 - - [2026-05-11 04:34:27] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.141 - - [2026-05-11 04:34:27] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.055494 10.0.0.141 - - [2026-05-11 04:34:27] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023533 10.0.0.141 - - [2026-05-11 04:34:27] "POST /virtual-networks HTTP/1.1" 200 583 0.117541 10.0.0.141 - - [2026-05-11 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.019354 10.0.0.141 - - [2026-05-11 04:34:27] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.018438 10.0.0.27 - - [2026-05-11 04:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009570 10.0.0.141 - - [2026-05-11 04:34:27] "POST /ref-update HTTP/1.1" 200 156 0.111678 10.0.0.141 - - [2026-05-11 04:34:28] "GET /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.037464 10.0.0.141 - - [2026-05-11 04:34:28] "POST /neutron/network HTTP/1.1" 200 848 0.074777 10.0.0.141 - - [2026-05-11 04:34:28] "GET /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007033 10.0.0.141 - - [2026-05-11 04:34:28] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005630 10.0.0.141 - - [2026-05-11 04:34:28] "GET /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006994 10.0.0.141 - - [2026-05-11 04:34:28] "GET /obj-perms HTTP/1.1" 200 5049 0.066794 10.0.0.141 - - [2026-05-11 04:34:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.020797 10.0.0.141 - - [2026-05-11 04:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.022968 10.0.0.27 - - [2026-05-11 04:34:29] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001778 10.0.0.141 - - [2026-05-11 04:34:29] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.037390 10.0.0.141 - - [2026-05-11 04:34:29] "POST /service-templates HTTP/1.1" 403 264 0.027716 10.0.0.141 - - [2026-05-11 04:34:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.005003 10.0.0.141 - - [2026-05-11 04:34:29] "POST /api-access-lists HTTP/1.1" 200 521 0.043126 10.0.0.141 - - [2026-05-11 04:34:30] "GET /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.009005 10.0.0.141 - - [2026-05-11 04:34:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.028768 10.0.0.141 - - [2026-05-11 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.027252 10.0.0.27 - - [2026-05-11 04:34:30] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002032 10.0.0.141 - - [2026-05-11 04:34:30] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.033036 10.0.0.141 - - [2026-05-11 04:34:30] "POST /service-templates HTTP/1.1" 200 551 0.062814 10.0.0.141 - - [2026-05-11 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.024595 10.0.0.141 - - [2026-05-11 04:34:30] "GET /service-template/9f913b28-bf44-49bf-860d-349b96a3f3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.022182 10.0.0.141 - - [2026-05-11 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.017932 10.0.0.141 - - [2026-05-11 04:34:30] "GET /service-template/9f913b28-bf44-49bf-860d-349b96a3f3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019618 10.0.0.141 - - [2026-05-11 04:34:31] "GET /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049992 10.0.0.249 - - [2026-05-11 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.038453 10.0.0.27 - - [2026-05-11 04:34:32] "GET /obj-perms HTTP/1.1" 403 257 0.044732 10.0.0.141 - - [2026-05-11 04:34:32] "GET /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005109 10.0.0.141 - - [2026-05-11 04:34:32] "PUT /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705 HTTP/1.1" 200 264 0.016115 10.0.0.141 - - [2026-05-11 04:34:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000631 10.0.0.141 - - [2026-05-11 04:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.044471 10.0.0.27 - - [2026-05-11 04:34:33] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.141 - - [2026-05-11 04:34:33] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.077146 10.0.0.141 - - [2026-05-11 04:34:33] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028967 10.0.0.141 - - [2026-05-11 04:34:33] "POST /virtual-networks HTTP/1.1" 403 263 0.023540 10.0.0.141 - - [2026-05-11 04:34:33] "GET /obj-perms HTTP/1.1" 403 257 0.019984 10.0.0.141 - - [2026-05-11 04:34:33] "GET /obj-perms HTTP/1.1" 403 257 0.018637 10.0.0.141 - - [2026-05-11 04:34:33] "GET /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007063 10.0.0.141 - - [2026-05-11 04:34:33] "PUT /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829 HTTP/1.1" 200 264 0.020228 10.0.0.141 - - [2026-05-11 04:34:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.020868 10.0.0.141 - - [2026-05-11 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.031225 10.0.0.27 - - [2026-05-11 04:34:34] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003582 10.0.0.141 - - [2026-05-11 04:34:34] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.035501 10.0.0.141 - - [2026-05-11 04:34:34] "POST /service-templates HTTP/1.1" 403 264 0.018880 10.0.0.141 - - [2026-05-11 04:34:34] "GET /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.006606 10.0.0.141 - - [2026-05-11 04:34:34] "PUT /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705 HTTP/1.1" 200 264 0.018374 10.0.0.141 - - [2026-05-11 04:34:34] "GET /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.006183 10.0.0.141 - - [2026-05-11 04:34:34] "PUT /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829 HTTP/1.1" 200 264 0.015360 10.0.0.141 - - [2026-05-11 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.141 - - [2026-05-11 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2026-05-11 04:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.085415 10.0.0.249 - - [2026-05-11 04:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2026-05-11 04:34:36] "GET /obj-perms HTTP/1.1" 403 257 0.014824 10.0.0.27 - - [2026-05-11 04:34:36] "GET /obj-perms HTTP/1.1" 403 257 0.046454 10.0.0.141 - - [2026-05-11 04:34:36] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.047751 10.0.0.141 - - [2026-05-11 04:34:36] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003878 10.0.0.141 - - [2026-05-11 04:34:36] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.015948 10.0.0.141 - - [2026-05-11 04:34:36] "GET /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.024722 10.0.0.141 - - [2026-05-11 04:34:37] "DELETE /api-access-list/b022ff8f-804a-4b7c-b038-6274f9d9c705 HTTP/1.1" 200 115 0.033768 10.0.0.141 - - [2026-05-11 04:34:37] "DELETE /api-access-list/ba4bf27f-7e84-45b6-b0c9-0e0fd0a45829 HTTP/1.1" 200 115 0.033474 10.0.0.141 - - [2026-05-11 04:34:38] "GET /obj-perms HTTP/1.1" 403 257 0.043823 10.0.0.249 - - [2026-05-11 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.27 - - [2026-05-11 04:34:38] "GET /obj-perms HTTP/1.1" 403 257 0.036320 10.0.0.141 - - [2026-05-11 04:34:38] "GET /obj-perms HTTP/1.1" 403 257 0.012073 10.0.0.141 - - [2026-05-11 04:34:39] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003496 10.0.0.141 - - [2026-05-11 04:34:39] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.012536 10.0.0.141 - - [2026-05-11 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.141 - - [2026-05-11 04:34:39] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.039414 10.0.0.141 - - [2026-05-11 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.015522 10.0.0.141 - - [2026-05-11 04:34:39] "DELETE /service-template/9f913b28-bf44-49bf-860d-349b96a3f3cd HTTP/1.1" 200 115 0.050004 10.0.0.141 - - [2026-05-11 04:34:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.020824 10.0.0.27 - - [2026-05-11 04:34:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.27 - - [2026-05-11 04:34:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006895 10.0.0.141 - - [2026-05-11 04:34:39] "DELETE /virtual-network/e161282b-2f68-4d5f-ae87-f5c238db7fe8 HTTP/1.1" 200 115 0.129080 10.0.0.141 - - [2026-05-11 04:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.141 - - [2026-05-11 04:34:39] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006209 10.0.0.141 - - [2026-05-11 04:34:39] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.023721 10.0.0.141 - - [2026-05-11 04:34:39] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004012 10.0.0.141 - - [2026-05-11 04:34:39] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.014395 10.0.0.141 - - [2026-05-11 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.27 - - [2026-05-11 04:34:42] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.141 - - [2026-05-11 04:34:42] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049795 10.0.0.141 - - [2026-05-11 04:34:42] "POST /neutron/network HTTP/1.1" 200 117 0.132572 10.0.0.141 - - [2026-05-11 04:34:43] "POST /ref-update HTTP/1.1" 200 156 0.039155 10.0.0.141 - - [2026-05-11 04:34:43] "POST /neutron/network HTTP/1.1" 200 861 0.012932 10.0.0.141 - - [2026-05-11 04:34:43] "POST /id-to-fqname HTTP/1.1" 200 240 0.001638 10.0.0.141 - - [2026-05-11 04:34:43] "GET /virtual-network/ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007121 10.0.0.141 - - [2026-05-11 04:34:43] "GET /virtual-network/ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005536 10.0.0.141 - - [2026-05-11 04:34:43] "POST /neutron/network HTTP/1.1" 200 861 0.008687 10.0.0.141 - - [2026-05-11 04:34:43] "POST /neutron/network HTTP/1.1" 200 861 0.008388 10.0.0.141 - - [2026-05-11 04:34:43] "GET /virtual-network/ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008145 10.0.0.141 - - [2026-05-11 04:34:43] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008313 10.0.0.141 - - [2026-05-11 04:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004893 10.0.0.141 - - [2026-05-11 04:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.141 - - [2026-05-11 04:34:43] "GET /virtual-network/ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.010583 10.0.0.27 - - [2026-05-11 04:34:44] "GET /obj-perms HTTP/1.1" 200 5049 0.079695 10.0.0.141 - - [2026-05-11 04:34:44] "POST /fqname-to-id HTTP/1.1" 404 215 0.004089 10.0.0.141 - - [2026-05-11 04:34:44] "POST /api-access-lists HTTP/1.1" 200 555 0.028596 10.0.0.141 - - [2026-05-11 04:34:44] "GET /api-access-list/3597c6a2-a35c-4eff-8022-4df3a1807468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2440 0.006284 10.0.0.141 - - [2026-05-11 04:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.020139 10.0.0.27 - - [2026-05-11 04:34:44] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.141 - - [2026-05-11 04:34:44] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.070002 10.0.0.27 - - [2026-05-11 04:34:44] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.141 - - [2026-05-11 04:34:45] "POST /neutron/network HTTP/1.1" 200 645 0.235769 10.0.0.27 - - [2026-05-11 04:34:45] "POST /useragent-kv HTTP/1.1" 200 115 0.016194 10.0.0.141 - - [2026-05-11 04:34:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.290853 10.0.0.141 - - [2026-05-11 04:34:45] "POST /id-to-fqname HTTP/1.1" 200 240 0.024193 10.0.0.141 - - [2026-05-11 04:34:45] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.029799 10.0.0.141 - - [2026-05-11 04:34:45] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.028210 10.0.0.141 - - [2026-05-11 04:34:45] "POST /neutron/network HTTP/1.1" 200 866 0.050325 10.0.0.141 - - [2026-05-11 04:34:45] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.007753 10.0.0.141 - - [2026-05-11 04:34:45] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006702 10.0.0.141 - - [2026-05-11 04:34:46] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.009445 10.0.0.249 - - [2026-05-11 04:34:46] "GET /obj-perms HTTP/1.1" 200 5049 0.113370 10.0.0.141 - - [2026-05-11 04:34:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.030531 10.0.0.27 - - [2026-05-11 04:34:46] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.141 - - [2026-05-11 04:34:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.003257 10.0.0.141 - - [2026-05-11 04:34:46] "POST /access-control-lists HTTP/1.1" 200 624 0.038093 10.0.0.141 - - [2026-05-11 04:34:47] "POST /neutron/security_group HTTP/1.1" 200 1426 0.584595 10.0.0.141 - - [2026-05-11 04:34:47] "POST /neutron/security_group HTTP/1.1" 200 1426 0.022162 10.0.0.141 - - [2026-05-11 04:34:47] "PUT /access-control-list/98ea28f7-b400-4b9d-85f7-913c30183b88 HTTP/1.1" 200 272 0.021368 10.0.0.27 - - [2026-05-11 04:34:47] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.141 - - [2026-05-11 04:34:48] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.119513 10.0.0.141 - - [2026-05-11 04:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.033839 10.0.0.141 - - [2026-05-11 04:34:48] "GET /security-group/4878f6e0-c433-4da0-9fc2-cc8d7322c228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.024873 10.0.0.141 - - [2026-05-11 04:34:49] "POST /id-to-fqname HTTP/1.1" 200 240 0.020952 10.0.0.141 - - [2026-05-11 04:34:49] "POST /neutron/port HTTP/1.1" 200 4192 0.067272 10.0.0.27 - - [2026-05-11 04:34:50] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001892 10.0.0.141 - - [2026-05-11 04:34:50] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.075670 10.0.0.141 - - [2026-05-11 04:34:50] "POST /neutron/port HTTP/1.1" 200 4192 0.045978 10.0.0.141 - - [2026-05-11 04:34:51] "POST /neutron/network HTTP/1.1" 200 876 0.042876 10.0.0.141 - - [2026-05-11 04:34:52] "POST /neutron/port HTTP/1.1" 200 1062 0.019068 10.0.0.141 - - [2026-05-11 04:34:52] "POST /neutron/port HTTP/1.1" 200 1126 0.020975 10.0.0.141 - - [2026-05-11 04:34:52] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.141 - - [2026-05-11 04:34:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008058 10.0.0.141 - - [2026-05-11 04:34:56] "POST /neutron/port HTTP/1.1" 200 1126 0.018422 10.0.0.141 - - [2026-05-11 04:34:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008467 10.0.0.141 - - [2026-05-11 04:34:56] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 401 293 0.000582 10.0.0.141 - - [2026-05-11 04:34:56] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.059332 10.0.0.141 - - [2026-05-11 04:34:56] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.021592 10.0.0.141 - - [2026-05-11 04:34:56] "GET /virtual-machine-interface/6b707ace-8ac9-44ad-81a8-b5be7907c524 HTTP/1.1" 200 3022 0.036484 10.0.0.141 - - [2026-05-11 04:34:56] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.021868 10.0.0.141 - - [2026-05-11 04:34:57] "GET /virtual-machine-interface/6b707ace-8ac9-44ad-81a8-b5be7907c524 HTTP/1.1" 200 3022 0.034421 10.0.0.141 - - [2026-05-11 04:34:57] "GET /instance-ip/ccaa8ce7-3be9-49ed-add2-f6668f323456 HTTP/1.1" 200 1643 0.025699 10.0.0.141 - - [2026-05-11 04:34:57] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.022346 10.0.0.141 - - [2026-05-11 04:34:57] "GET /virtual-machine-interface/6b707ace-8ac9-44ad-81a8-b5be7907c524 HTTP/1.1" 200 3022 0.028810 10.0.0.141 - - [2026-05-11 04:34:57] "GET /instance-ip/ccaa8ce7-3be9-49ed-add2-f6668f323456 HTTP/1.1" 200 1643 0.023188 10.0.0.141 - - [2026-05-11 04:34:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.024642 10.0.0.141 - - [2026-05-11 04:34:57] "GET / HTTP/1.1" 200 35931 0.001742 10.0.0.141 - - [2026-05-11 04:34:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.141 - - [2026-05-11 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.032618 10.0.0.141 - - [2026-05-11 04:34:57] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003661 10.0.0.141 - - [2026-05-11 04:34:57] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022787 10.0.0.141 - - [2026-05-11 04:34:57] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.027197 10.0.0.141 - - [2026-05-11 04:34:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.016480 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.141 - - [2026-05-11 04:34:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003842 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022890 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.030021 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.016490 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.141 - - [2026-05-11 04:34:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003733 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025670 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.031697 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.025474 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.141 - - [2026-05-11 04:34:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006231 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030300 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.020072 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 403 354 0.016030 10.0.0.141 - - [2026-05-11 04:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.141 - - [2026-05-11 04:34:58] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003630 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030974 10.0.0.141 - - [2026-05-11 04:34:58] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.034405 10.0.0.141 - - [2026-05-11 04:34:58] "POST /neutron/network HTTP/1.1" 200 939 0.011281 10.0.0.141 - - [2026-05-11 04:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.141 - - [2026-05-11 04:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.025517 10.0.0.141 - - [2026-05-11 04:35:01] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.033028 10.0.0.141 - - [2026-05-11 04:35:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006597 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.022939 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.141 - - [2026-05-11 04:35:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005245 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023525 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021319 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.016869 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.141 - - [2026-05-11 04:35:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004520 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022146 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.029006 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.021639 10.0.0.141 - - [2026-05-11 04:35:04] "GET /routing-instance/41e4edda-2f85-4fae-a18c-4115996decb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022377 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.021245 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.141 - - [2026-05-11 04:35:04] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006391 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025041 10.0.0.141 - - [2026-05-11 04:35:04] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.022604 10.0.0.141 - - [2026-05-11 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.016423 10.0.0.141 - - [2026-05-11 04:35:04] "GET /routing-instance/41e4edda-2f85-4fae-a18c-4115996decb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.023676 10.0.0.27 - - [2026-05-11 04:35:04] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018713 10.0.0.27 - - [2026-05-11 04:35:05] "DELETE /project/2f636bcf622c4cc097caf0d213414e0b HTTP/1.1" 404 173 0.017923 10.0.0.27 - - [2026-05-11 04:35:05] "DELETE /project/38646e70f96e4465bd32b794b685db6d HTTP/1.1" 404 173 0.013184 10.0.0.27 - - [2026-05-11 04:35:05] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442 10.0.0.27 - - [2026-05-11 04:35:05] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.27 - - [2026-05-11 04:35:05] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.077741 10.0.0.27 - - [2026-05-11 04:35:05] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.082717 10.0.0.27 - - [2026-05-11 04:35:05] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001540 10.0.0.27 - - [2026-05-11 04:35:05] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001489 10.0.0.27 - - [2026-05-11 04:35:06] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?fields=security_groups HTTP/1.1" 200 1373 0.078597 10.0.0.27 - - [2026-05-11 04:35:06] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?fields=security_groups HTTP/1.1" 200 1373 0.103482 10.0.0.27 - - [2026-05-11 04:35:06] "DELETE /security-group/e8534813-16a2-4123-9f58-c422e179dbd7 HTTP/1.1" 200 115 0.081273 10.0.0.27 - - [2026-05-11 04:35:06] "GET /projects?obj_uuids=2f636bcf-622c-4cc0-97ca-f0d213414e0b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.27 - - [2026-05-11 04:35:06] "DELETE /security-group/0942d192-a494-43dd-b4c2-3897bd6a63cf HTTP/1.1" 200 115 0.115692 10.0.0.27 - - [2026-05-11 04:35:06] "GET /projects?obj_uuids=38646e70-f96e-4465-bd32-b794b685db6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.27 - - [2026-05-11 04:35:06] "GET /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b?fields=application_policy_sets HTTP/1.1" 200 1412 0.091619 10.0.0.141 - - [2026-05-11 04:35:06] "DELETE /access-control-list/b94e7dea-1b94-496a-83f0-86887de21a5e HTTP/1.1" 200 115 0.070554 10.0.0.27 - - [2026-05-11 04:35:06] "GET /project/38646e70-f96e-4465-bd32-b794b685db6d?fields=application_policy_sets HTTP/1.1" 200 1412 0.074985 10.0.0.27 - - [2026-05-11 04:35:06] "DELETE /project/2f636bcf-622c-4cc0-97ca-f0d213414e0b HTTP/1.1" 200 115 0.627015 10.0.0.27 - - [2026-05-11 04:35:06] "DELETE /project/38646e70-f96e-4465-bd32-b794b685db6d HTTP/1.1" 200 115 0.656793 10.0.0.27 - - [2026-05-11 04:35:09] "GET /obj-perms HTTP/1.1" 403 257 0.016315 10.0.0.27 - - [2026-05-11 04:35:11] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019795 10.0.0.27 - - [2026-05-11 04:35:15] "GET /obj-perms HTTP/1.1" 403 257 0.014203 10.0.0.27 - - [2026-05-11 04:35:17] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019898 10.0.0.27 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.013235 10.0.0.141 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.014916 10.0.0.141 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.014552 10.0.0.27 - - [2026-05-11 04:35:21] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018769 10.0.0.141 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.012964 10.0.0.141 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.016622 10.0.0.141 - - [2026-05-11 04:35:21] "GET /obj-perms HTTP/1.1" 403 257 0.014561 10.0.0.141 - - [2026-05-11 04:35:22] "GET /obj-perms HTTP/1.1" 403 257 0.041897 10.0.0.141 - - [2026-05-11 04:35:22] "GET /obj-perms HTTP/1.1" 403 257 0.013691 10.0.0.141 - - [2026-05-11 04:35:22] "GET /obj-perms HTTP/1.1" 403 257 0.043698 10.0.0.141 - - [2026-05-11 04:35:22] "GET /obj-perms HTTP/1.1" 403 257 0.013556 10.0.0.27 - - [2026-05-11 04:35:22] "GET /obj-perms HTTP/1.1" 403 257 0.013207 10.0.0.141 - - [2026-05-11 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.024537 10.0.0.27 - - [2026-05-11 04:35:23] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.141 - - [2026-05-11 04:35:23] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.064450 10.0.0.141 - - [2026-05-11 04:35:23] "GET /virtual-network/ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.024045 10.0.0.141 - - [2026-05-11 04:35:23] "GET /floating-ip-pools?parent_id=ecbf4b12-91dc-41d4-82e9-1a7bb243fcf4&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.018768 10.0.0.141 - - [2026-05-11 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.020401 10.0.0.141 - - [2026-05-11 04:35:23] "GET /floating-ip-pool/52a58582-dce0-48aa-ac29-7e28a44383d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1180 0.020771 10.0.0.27 - - [2026-05-11 04:35:23] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.141 - - [2026-05-11 04:35:23] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.066118 10.0.0.141 - - [2026-05-11 04:35:23] "POST /floating-ips HTTP/1.1" 200 616 0.103050 10.0.0.141 - - [2026-05-11 04:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.026291 10.0.0.141 - - [2026-05-11 04:35:23] "GET /floating-ip/f5655595-8619-4e50-ae5b-c62f390fbfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.027833 10.0.0.141 - - [2026-05-11 04:35:23] "GET /floating-ip/f5655595-8619-4e50-ae5b-c62f390fbfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.025757 10.0.0.141 - - [2026-05-11 04:35:23] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.026005 10.0.0.141 - - [2026-05-11 04:35:23] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.026277 10.0.0.141 - - [2026-05-11 04:35:24] "GET /virtual-machine-interface/6b707ace-8ac9-44ad-81a8-b5be7907c524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.026028 10.0.0.141 - - [2026-05-11 04:35:24] "POST /ref-update HTTP/1.1" 200 156 0.034225 10.0.0.141 - - [2026-05-11 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.016379 10.0.0.141 - - [2026-05-11 04:35:24] "GET /routing-instance/bd4006a5-2ee7-4bde-84a1-d581efc17bec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.021389 10.0.0.141 - - [2026-05-11 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.141 - - [2026-05-11 04:35:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036456 10.0.0.141 - - [2026-05-11 04:35:24] "POST /neutron/port HTTP/1.1" 200 1126 0.082625 10.0.0.141 - - [2026-05-11 04:35:25] "POST /neutron/port HTTP/1.1" 200 1157 0.276946 10.0.0.141 - - [2026-05-11 04:35:25] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.023870 10.0.0.141 - - [2026-05-11 04:35:25] "GET /virtual-machine-interface/6b707ace-8ac9-44ad-81a8-b5be7907c524 HTTP/1.1" 200 3584 0.025395 10.0.0.141 - - [2026-05-11 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.016416 10.0.0.141 - - [2026-05-11 04:35:25] "GET /security-group/4878f6e0-c433-4da0-9fc2-cc8d7322c228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.021259 10.0.0.141 - - [2026-05-11 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018349 10.0.0.141 - - [2026-05-11 04:35:25] "GET /security-group/4878f6e0-c433-4da0-9fc2-cc8d7322c228?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018235 10.0.0.141 - - [2026-05-11 04:35:25] "DELETE /floating-ip/f5655595-8619-4e50-ae5b-c62f390fbfa1 HTTP/1.1" 200 115 0.081493 10.0.0.141 - - [2026-05-11 04:35:25] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 200 1292 0.023944 10.0.0.141 - - [2026-05-11 04:35:26] "POST /neutron/port HTTP/1.1" 200 1157 0.017186 10.0.0.141 - - [2026-05-11 04:35:27] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 404 171 0.020029 10.0.0.141 - - [2026-05-11 04:35:27] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 404 171 0.014608 10.0.0.141 - - [2026-05-11 04:35:27] "GET /virtual-machine/d1868036-db54-4f7d-83e4-f09eaac486c3 HTTP/1.1" 404 171 0.014827 10.0.0.141 - - [2026-05-11 04:35:28] "POST /fqname-to-id HTTP/1.1" 403 354 0.016613 10.0.0.141 - - [2026-05-11 04:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2026-05-11 04:35:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005120 10.0.0.141 - - [2026-05-11 04:35:28] "GET /virtual-networks?parent_id=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021177 10.0.0.141 - - [2026-05-11 04:35:28] "GET /virtual-network/9ecff84e-c12c-4f1e-b49b-056bf6c98f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.021910 10.0.0.141 - - [2026-05-11 04:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.016795 10.0.0.141 - - [2026-05-11 04:35:28] "GET /routing-instance/41e4edda-2f85-4fae-a18c-4115996decb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021198 10.0.0.141 - - [2026-05-11 04:35:28] "GET /obj-perms HTTP/1.1" 403 257 0.011855 10.0.0.141 - - [2026-05-11 04:35:28] "GET /obj-perms HTTP/1.1" 200 5049 0.004037 10.0.0.141 - - [2026-05-11 04:35:31] "GET /obj-perms HTTP/1.1" 200 5049 0.004334 10.0.0.141 - - [2026-05-11 04:35:38] "GET /obj-perms HTTP/1.1" 200 5049 0.003841 10.0.0.141 - - [2026-05-11 04:35:41] "GET /obj-perms HTTP/1.1" 200 5049 0.004511 10.0.0.141 - - [2026-05-11 04:35:44] "POST /neutron/port HTTP/1.1" 200 1109 0.017145 10.0.0.141 - - [2026-05-11 04:35:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.008226 10.0.0.141 - - [2026-05-11 04:35:47] "GET /obj-perms HTTP/1.1" 200 5049 0.005045 10.0.0.141 - - [2026-05-11 04:35:50] "GET /obj-perms HTTP/1.1" 200 5049 0.003894 10.0.0.249 - - [2026-05-11 04:35:50] "GET /obj-perms HTTP/1.1" 200 5049 0.003366 10.0.0.27 - - [2026-05-11 04:35:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004757 10.0.0.141 - - [2026-05-11 04:35:50] "POST /neutron/security_group HTTP/1.1" 200 568 0.015259 10.0.0.141 - - [2026-05-11 04:35:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.019834 10.0.0.141 - - [2026-05-11 04:35:50] "DELETE /access-control-list/16bd9d1f-5ea3-4b02-96a4-9a485012c766 HTTP/1.1" 200 115 0.074477 10.0.0.27 - - [2026-05-11 04:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.034485 10.0.0.27 - - [2026-05-11 04:35:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002392 10.0.0.141 - - [2026-05-11 04:35:51] "POST /neutron/network HTTP/1.1" 200 151 0.221759 10.0.0.141 - - [2026-05-11 04:35:51] "DELETE /route-target/fa6c7fe3-56a1-4e42-b30b-2ff561c112f2 HTTP/1.1" 200 115 0.025209 10.0.0.141 - - [2026-05-11 04:35:51] "DELETE /api-access-list/3597c6a2-a35c-4eff-8022-4df3a1807468 HTTP/1.1" 200 115 0.059321 10.0.0.141 - - [2026-05-11 04:35:54] "GET /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004853 10.0.0.141 - - [2026-05-11 04:35:54] "PUT /api-access-list/7f8f9d29-5afb-4bd9-a307-5559d674697d HTTP/1.1" 200 264 0.012365 10.0.0.27 - - [2026-05-11 04:35:54] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002010 10.0.0.141 - - [2026-05-11 04:35:54] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.124706 10.0.0.27 - - [2026-05-11 04:35:54] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.141 - - [2026-05-11 04:35:54] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?fields=virtual_networks HTTP/1.1" 200 1041 0.050219 10.0.0.27 - - [2026-05-11 04:35:54] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001584 10.0.0.141 - - [2026-05-11 04:35:54] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044834 10.0.0.27 - - [2026-05-11 04:35:54] "GET /projects?obj_uuids=1ae25e82-3907-45c5-859e-7f985731974c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.141 - - [2026-05-11 04:35:54] "GET /project/1ae25e82-3907-45c5-859e-7f985731974c?fields=security_groups HTTP/1.1" 200 1267 0.053399 10.0.0.27 - - [2026-05-11 04:35:55] "GET /projects?obj_uuids=c047113d-0047-4909-914b-8109fa1429b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001486 10.0.0.141 - - [2026-05-11 04:35:55] "GET /project/c047113d-0047-4909-914b-8109fa1429b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.044842 [Introspect:8084]10.0.0.141 - - [2026-05-11 04:35:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001077 10.0.0.141 - - [2026-05-11 04:35:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.047430 10.0.0.27 - - [2026-05-11 04:35:59] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002586 10.0.0.27 - - [2026-05-11 04:35:59] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.27 - - [2026-05-11 04:35:59] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037456 10.0.0.27 - - [2026-05-11 04:35:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.005111 10.0.0.27 - - [2026-05-11 04:35:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.004654 10.0.0.27 - - [2026-05-11 04:35:59] "POST /security-groups HTTP/1.1" 200 592 0.030339 10.0.0.141 - - [2026-05-11 04:35:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.003978 10.0.0.27 - - [2026-05-11 04:35:59] "POST /projects HTTP/1.1" 200 587 0.240721 10.0.0.27 - - [2026-05-11 04:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.281314 10.0.0.141 - - [2026-05-11 04:35:59] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.466775 10.0.0.141 - - [2026-05-11 04:35:59] "POST /access-control-lists HTTP/1.1" 200 595 0.058226 10.0.0.141 - - [2026-05-11 04:36:01] "GET / HTTP/1.1" 200 35931 0.003005 10.0.0.141 - - [2026-05-11 04:36:01] "POST /neutron/port HTTP/1.1" 200 1217 0.134408 10.0.0.141 - - [2026-05-11 04:36:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.141 - - [2026-05-11 04:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.141 - - [2026-05-11 04:36:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.141 - - [2026-05-11 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.056147 10.0.0.27 - - [2026-05-11 04:36:03] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001672 10.0.0.141 - - [2026-05-11 04:36:03] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048475 10.0.0.141 - - [2026-05-11 04:36:03] "POST /neutron/network HTTP/1.1" 200 117 0.082452 10.0.0.141 - - [2026-05-11 04:36:04] "POST /route-targets HTTP/1.1" 200 327 0.017701 10.0.0.141 - - [2026-05-11 04:36:04] "POST /neutron/network HTTP/1.1" 200 825 0.009456 10.0.0.141 - - [2026-05-11 04:36:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001132 10.0.0.141 - - [2026-05-11 04:36:04] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005889 10.0.0.141 - - [2026-05-11 04:36:04] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007141 10.0.0.141 - - [2026-05-11 04:36:04] "POST /neutron/subnet HTTP/1.1" 200 716 0.011580 10.0.0.141 - - [2026-05-11 04:36:05] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005484 10.0.0.141 - - [2026-05-11 04:36:05] "GET /obj-perms HTTP/1.1" 200 5051 0.062030 10.0.0.141 - - [2026-05-11 04:36:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001240 10.0.0.27 - - [2026-05-11 04:36:06] "DELETE /project/1ae25e82-3907-45c5-859e-7f985731974c HTTP/1.1" 404 177 0.004032 10.0.0.27 - - [2026-05-11 04:36:06] "DELETE /project/0170a63ddb944923861eb0e39b626b76 HTTP/1.1" 404 173 0.003593 10.0.0.27 - - [2026-05-11 04:36:07] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.141 - - [2026-05-11 04:36:07] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073838 10.0.0.141 - - [2026-05-11 04:36:07] "POST /neutron/network HTTP/1.1" 200 825 0.036281 10.0.0.141 - - [2026-05-11 04:36:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001263 10.0.0.141 - - [2026-05-11 04:36:08] "POST /neutron/port HTTP/1.1" 200 4192 0.038609 10.0.0.27 - - [2026-05-11 04:36:08] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.141 - - [2026-05-11 04:36:08] "POST /neutron/port HTTP/1.1" 200 1059 0.350517 10.0.0.141 - - [2026-05-11 04:36:08] "POST /neutron/port HTTP/1.1" 200 1113 0.111153 10.0.0.27 - - [2026-05-11 04:36:08] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.141 - - [2026-05-11 04:36:09] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.112188 10.0.0.141 - - [2026-05-11 04:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.141 - - [2026-05-11 04:36:09] "POST /neutron/network HTTP/1.1" 200 825 0.007296 10.0.0.141 - - [2026-05-11 04:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.006968 10.0.0.141 - - [2026-05-11 04:36:09] "POST /neutron/network HTTP/1.1" 200 835 0.007568 10.0.0.141 - - [2026-05-11 04:36:10] "POST /neutron/port HTTP/1.1" 200 1059 0.026162 10.0.0.141 - - [2026-05-11 04:36:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003832 10.0.0.141 - - [2026-05-11 04:36:10] "POST /neutron/network HTTP/1.1" 200 825 0.007633 10.0.0.141 - - [2026-05-11 04:36:14] "POST /neutron/port HTTP/1.1" 200 1123 0.026049 10.0.0.141 - - [2026-05-11 04:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007267 10.0.0.141 - - [2026-05-11 04:36:14] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 401 293 0.000519 10.0.0.141 - - [2026-05-11 04:36:15] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 200 1293 0.033807 10.0.0.141 - - [2026-05-11 04:36:15] "GET /virtual-machine-interface/910bf08b-6372-4e26-8c2a-fb260faba47e HTTP/1.1" 200 2949 0.006155 10.0.0.141 - - [2026-05-11 04:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.141 - - [2026-05-11 04:36:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003464 10.0.0.141 - - [2026-05-11 04:36:15] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003225 10.0.0.141 - - [2026-05-11 04:36:15] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007562 10.0.0.141 - - [2026-05-11 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.141 - - [2026-05-11 04:36:18] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005436 10.0.0.141 - - [2026-05-11 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.141 - - [2026-05-11 04:36:22] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005480 10.0.0.141 - - [2026-05-11 04:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.141 - - [2026-05-11 04:36:26] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007783 10.0.0.141 - - [2026-05-11 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2026-05-11 04:36:30] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005991 10.0.0.141 - - [2026-05-11 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.141 - - [2026-05-11 04:36:34] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007075 10.0.0.141 - - [2026-05-11 04:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.141 - - [2026-05-11 04:36:38] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006067 10.0.0.141 - - [2026-05-11 04:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.141 - - [2026-05-11 04:36:42] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005748 10.0.0.141 - - [2026-05-11 04:36:47] "POST /neutron/network HTTP/1.1" 200 1122 0.007256 10.0.0.141 - - [2026-05-11 04:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006559 10.0.0.141 - - [2026-05-11 04:36:47] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006993 10.0.0.141 - - [2026-05-11 04:36:47] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013921 10.0.0.141 - - [2026-05-11 04:36:47] "POST /neutron/network HTTP/1.1" 200 1112 0.009921 10.0.0.141 - - [2026-05-11 04:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.141 - - [2026-05-11 04:36:51] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004904 10.0.0.27 - - [2026-05-11 04:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2026-05-11 04:36:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.27 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.27 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.27 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.002108 10.0.0.249 - - [2026-05-11 04:36:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2026-05-11 04:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 04:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.141 - - [2026-05-11 04:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000737 10.0.0.141 - - [2026-05-11 04:36:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.141 - - [2026-05-11 04:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.141 - - [2026-05-11 04:36:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006422 10.0.0.141 - - [2026-05-11 04:36:55] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004438 10.0.0.141 - - [2026-05-11 04:36:55] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009499 10.0.0.141 - - [2026-05-11 04:37:00] "POST /neutron/port HTTP/1.1" 200 1109 0.029989 10.0.0.141 - - [2026-05-11 04:37:00] "POST /neutron/port HTTP/1.1" 200 1109 0.019982 10.0.0.141 - - [2026-05-11 04:37:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.010499 10.0.0.141 - - [2026-05-11 04:37:05] "POST /neutron/port HTTP/1.1" 200 1123 0.018372 10.0.0.141 - - [2026-05-11 04:37:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033966 10.0.0.141 - - [2026-05-11 04:37:11] "POST /neutron/port HTTP/1.1" 200 1123 0.021394 10.0.0.141 - - [2026-05-11 04:37:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008133 10.0.0.141 - - [2026-05-11 04:37:21] "POST /neutron/port HTTP/1.1" 200 1123 0.021495 10.0.0.141 - - [2026-05-11 04:37:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007575 10.0.0.141 - - [2026-05-11 04:37:21] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 200 1293 0.006332 10.0.0.141 - - [2026-05-11 04:37:21] "GET /virtual-machine-interface/7279933a-f3d5-4931-953e-6a7b19bc9361 HTTP/1.1" 200 2948 0.006873 10.0.0.141 - - [2026-05-11 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.141 - - [2026-05-11 04:37:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004223 10.0.0.141 - - [2026-05-11 04:37:21] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003572 10.0.0.141 - - [2026-05-11 04:37:21] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009089 10.0.0.141 - - [2026-05-11 04:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.141 - - [2026-05-11 04:37:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004454 10.0.0.141 - - [2026-05-11 04:37:22] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003403 10.0.0.141 - - [2026-05-11 04:37:22] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005642 10.0.0.249 - - [2026-05-11 04:37:28] "GET /obj-perms HTTP/1.1" 200 5075 0.050780 10.0.0.141 - - [2026-05-11 04:37:49] "POST /neutron/network HTTP/1.1" 200 939 0.007245 10.0.0.141 - - [2026-05-11 04:37:49] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.141 - - [2026-05-11 04:38:02] "POST /neutron/port HTTP/1.1" 200 1217 0.025047 10.0.0.141 - - [2026-05-11 04:38:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.141 - - [2026-05-11 04:38:02] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.27 - - [2026-05-11 04:38:28] "GET /obj-perms HTTP/1.1" 200 5075 0.059416 10.0.0.141 - - [2026-05-11 04:38:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008518 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 200 1293 0.004667 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine-interface/910bf08b-6372-4e26-8c2a-fb260faba47e HTTP/1.1" 200 2949 0.005749 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 200 1293 0.003864 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine-interface/910bf08b-6372-4e26-8c2a-fb260faba47e HTTP/1.1" 200 2949 0.007208 10.0.0.141 - - [2026-05-11 04:38:49] "GET /instance-ip/030f88d1-09b9-4ded-a61f-a9c0348eb181 HTTP/1.1" 200 1620 0.008433 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 200 1293 0.004739 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-machine-interface/910bf08b-6372-4e26-8c2a-fb260faba47e HTTP/1.1" 200 2949 0.005823 10.0.0.141 - - [2026-05-11 04:38:49] "GET /instance-ip/030f88d1-09b9-4ded-a61f-a9c0348eb181 HTTP/1.1" 200 1620 0.008463 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003953 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003494 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006106 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004701 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006715 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006927 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006433 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005883 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004437 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006001 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008032 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003183 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005614 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.141 - - [2026-05-11 04:38:49] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004700 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003239 10.0.0.141 - - [2026-05-11 04:38:49] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007121 10.0.0.141 - - [2026-05-11 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.141 - - [2026-05-11 04:38:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004437 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003247 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008011 10.0.0.141 - - [2026-05-11 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.141 - - [2026-05-11 04:38:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004026 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003634 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006531 10.0.0.141 - - [2026-05-11 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.141 - - [2026-05-11 04:38:50] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006881 10.0.0.141 - - [2026-05-11 04:38:50] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004952 10.0.0.141 - - [2026-05-11 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.141 - - [2026-05-11 04:38:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003846 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002592 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006669 10.0.0.141 - - [2026-05-11 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.141 - - [2026-05-11 04:38:50] "POST /neutron/network HTTP/1.1" 200 835 0.037667 10.0.0.141 - - [2026-05-11 04:38:50] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004239 10.0.0.141 - - [2026-05-11 04:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.141 - - [2026-05-11 04:38:50] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003441 10.0.0.141 - - [2026-05-11 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005969 10.0.0.141 - - [2026-05-11 04:38:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.141 - - [2026-05-11 04:38:50] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003456 10.0.0.141 - - [2026-05-11 04:38:51] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007986 10.0.0.141 - - [2026-05-11 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.141 - - [2026-05-11 04:38:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004251 10.0.0.141 - - [2026-05-11 04:38:51] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003656 10.0.0.141 - - [2026-05-11 04:38:51] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007256 10.0.0.141 - - [2026-05-11 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.141 - - [2026-05-11 04:38:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005010 10.0.0.141 - - [2026-05-11 04:38:51] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003100 10.0.0.141 - - [2026-05-11 04:38:51] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005539 10.0.0.141 - - [2026-05-11 04:38:51] "GET /obj-perms HTTP/1.1" 200 5051 0.003989 10.0.0.141 - - [2026-05-11 04:38:51] "GET /obj-perms HTTP/1.1" 200 5051 0.004410 10.0.0.27 - - [2026-05-11 04:38:51] "GET /obj-perms HTTP/1.1" 200 5051 0.071275 10.0.0.141 - - [2026-05-11 04:38:51] "GET /obj-perms HTTP/1.1" 200 5051 0.004765 10.0.0.141 - - [2026-05-11 04:38:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007804 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 200 1293 0.003999 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine-interface/7279933a-f3d5-4931-953e-6a7b19bc9361 HTTP/1.1" 200 2948 0.005162 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 200 1293 0.003462 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine-interface/7279933a-f3d5-4931-953e-6a7b19bc9361 HTTP/1.1" 200 2948 0.005885 10.0.0.141 - - [2026-05-11 04:38:52] "GET /instance-ip/6a875323-9954-439b-a01b-ae857e0e18b3 HTTP/1.1" 200 1621 0.005871 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 200 1293 0.003954 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-machine-interface/7279933a-f3d5-4931-953e-6a7b19bc9361 HTTP/1.1" 200 2948 0.005413 10.0.0.141 - - [2026-05-11 04:38:52] "GET /instance-ip/6a875323-9954-439b-a01b-ae857e0e18b3 HTTP/1.1" 200 1621 0.003939 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004306 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003600 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006107 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004011 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003686 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006581 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004566 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003375 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005793 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004992 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003618 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006312 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005014 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004951 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005871 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006808 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005043 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006444 10.0.0.141 - - [2026-05-11 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005812 10.0.0.141 - - [2026-05-11 04:38:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005030 10.0.0.141 - - [2026-05-11 04:38:52] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003286 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005980 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.141 - - [2026-05-11 04:38:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005349 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005464 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007900 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006475 10.0.0.141 - - [2026-05-11 04:38:53] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.010451 10.0.0.141 - - [2026-05-11 04:38:53] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005103 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.141 - - [2026-05-11 04:38:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004465 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004165 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005445 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.141 - - [2026-05-11 04:38:53] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004449 10.0.0.141 - - [2026-05-11 04:38:53] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004070 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.141 - - [2026-05-11 04:38:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005847 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004647 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007759 10.0.0.141 - - [2026-05-11 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.141 - - [2026-05-11 04:38:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005615 10.0.0.141 - - [2026-05-11 04:38:53] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004094 10.0.0.141 - - [2026-05-11 04:38:54] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008791 10.0.0.141 - - [2026-05-11 04:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.141 - - [2026-05-11 04:38:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007038 10.0.0.141 - - [2026-05-11 04:38:54] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005459 10.0.0.141 - - [2026-05-11 04:38:54] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009236 10.0.0.141 - - [2026-05-11 04:38:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004250 10.0.0.27 - - [2026-05-11 04:38:54] "GET /obj-perms HTTP/1.1" 200 5051 0.005030 10.0.0.141 - - [2026-05-11 04:38:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004332 10.0.0.141 - - [2026-05-11 04:38:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004142 10.0.0.141 - - [2026-05-11 04:38:59] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 200 1293 0.004514 10.0.0.141 - - [2026-05-11 04:39:00] "POST /neutron/port HTTP/1.1" 200 151 0.203683 10.0.0.141 - - [2026-05-11 04:39:01] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 404 171 0.004427 10.0.0.141 - - [2026-05-11 04:39:01] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 404 171 0.003922 10.0.0.141 - - [2026-05-11 04:39:01] "GET /virtual-machine/7d17c316-f0bd-42db-b325-0b46727cadd1 HTTP/1.1" 404 171 0.004175 10.0.0.141 - - [2026-05-11 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005588 10.0.0.141 - - [2026-05-11 04:39:02] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006576 10.0.0.141 - - [2026-05-11 04:39:02] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005543 10.0.0.141 - - [2026-05-11 04:39:02] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006158 10.0.0.141 - - [2026-05-11 04:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.141 - - [2026-05-11 04:39:02] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004786 10.0.0.141 - - [2026-05-11 04:39:02] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004536 10.0.0.141 - - [2026-05-11 04:39:02] "GET /obj-perms HTTP/1.1" 200 5051 0.003764 10.0.0.141 - - [2026-05-11 04:39:03] "POST /neutron/network HTTP/1.1" 200 939 0.007707 10.0.0.141 - - [2026-05-11 04:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.141 - - [2026-05-11 04:39:05] "GET /obj-perms HTTP/1.1" 200 5051 0.003967 10.0.0.141 - - [2026-05-11 04:39:11] "GET /obj-perms HTTP/1.1" 200 5051 0.003864 10.0.0.141 - - [2026-05-11 04:39:11] "GET /obj-perms HTTP/1.1" 200 5051 0.003652 10.0.0.249 - - [2026-05-11 04:39:11] "GET /obj-perms HTTP/1.1" 200 5051 0.053430 10.0.0.27 - - [2026-05-11 04:39:11] "GET /obj-perms HTTP/1.1" 200 5051 0.004117 10.0.0.141 - - [2026-05-11 04:39:11] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 200 1293 0.004110 10.0.0.141 - - [2026-05-11 04:39:12] "POST /neutron/port HTTP/1.1" 200 1113 0.014067 10.0.0.141 - - [2026-05-11 04:39:13] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 404 171 0.003839 10.0.0.141 - - [2026-05-11 04:39:13] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 404 171 0.003253 10.0.0.141 - - [2026-05-11 04:39:13] "GET /virtual-machine/5e6bfcca-33ad-4ccb-8b5b-54f1ae1dd5c9 HTTP/1.1" 404 171 0.003075 10.0.0.141 - - [2026-05-11 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.141 - - [2026-05-11 04:39:14] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716 10.0.0.141 - - [2026-05-11 04:39:14] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003198 10.0.0.141 - - [2026-05-11 04:39:14] "GET /virtual-network/530dd99d-20c7-40b6-ac8f-75a40f83f16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005609 10.0.0.141 - - [2026-05-11 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.141 - - [2026-05-11 04:39:14] "GET /routing-instance/67601da7-342a-4f95-a342-bf670ab0edba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003998 10.0.0.141 - - [2026-05-11 04:39:14] "GET /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004394 10.0.0.141 - - [2026-05-11 04:39:17] "GET /obj-perms HTTP/1.1" 200 5051 0.005096 10.0.0.141 - - [2026-05-11 04:39:20] "GET /obj-perms HTTP/1.1" 200 5051 0.005632 10.0.0.27 - - [2026-05-11 04:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.27 - - [2026-05-11 04:39:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002164 10.0.0.141 - - [2026-05-11 04:39:20] "POST /neutron/network HTTP/1.1" 200 151 0.136963 10.0.0.141 - - [2026-05-11 04:39:20] "DELETE /route-target/3ce551ca-e3ea-4c00-855c-c5d8851007c7 HTTP/1.1" 200 115 0.026991 10.0.0.141 - - [2026-05-11 04:39:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.003824 10.0.0.141 - - [2026-05-11 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2026-05-11 04:39:23] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000975 10.0.0.141 - - [2026-05-11 04:39:23] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041913 10.0.0.141 - - [2026-05-11 04:39:23] "POST /network-policys HTTP/1.1" 200 522 0.038141 10.0.0.141 - - [2026-05-11 04:39:23] "GET /network-policy/9bf5e1df-37ef-4381-b9b6-5ced9bc562da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007023 10.0.0.141 - - [2026-05-11 04:39:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002709 10.0.0.141 - - [2026-05-11 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.27 - - [2026-05-11 04:39:23] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.141 - - [2026-05-11 04:39:23] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044756 10.0.0.141 - - [2026-05-11 04:39:23] "POST /network-policys HTTP/1.1" 200 522 0.032377 10.0.0.141 - - [2026-05-11 04:39:23] "GET /network-policy/fbeecd2f-fa1f-4018-8086-216b8ea31d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005278 10.0.0.141 - - [2026-05-11 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-05-11 04:39:24] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001197 10.0.0.141 - - [2026-05-11 04:39:24] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054336 10.0.0.141 - - [2026-05-11 04:39:24] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004678 10.0.0.141 - - [2026-05-11 04:39:24] "POST /virtual-networks HTTP/1.1" 200 546 0.087543 10.0.0.141 - - [2026-05-11 04:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007098 10.0.0.141 - - [2026-05-11 04:39:24] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007842 10.0.0.27 - - [2026-05-11 04:39:24] "POST /useragent-kv HTTP/1.1" 200 115 0.012232 10.0.0.141 - - [2026-05-11 04:39:24] "POST /ref-update HTTP/1.1" 200 156 0.088203 10.0.0.141 - - [2026-05-11 04:39:24] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.005970 10.0.0.141 - - [2026-05-11 04:39:24] "POST /neutron/network HTTP/1.1" 200 809 0.006878 10.0.0.141 - - [2026-05-11 04:39:24] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.005685 10.0.0.141 - - [2026-05-11 04:39:25] "GET /obj-perms HTTP/1.1" 200 5051 0.005277 10.0.0.141 - - [2026-05-11 04:39:25] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.007822 10.0.0.141 - - [2026-05-11 04:39:25] "PUT /virtual-network/055b6afb-5875-4326-b61e-292d22108330 HTTP/1.1" 200 264 0.056112 10.0.0.141 - - [2026-05-11 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.141 - - [2026-05-11 04:39:25] "GET /network-policy/9bf5e1df-37ef-4381-b9b6-5ced9bc562da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005043 10.0.0.141 - - [2026-05-11 04:39:25] "POST /fqname-to-id HTTP/1.1" 404 237 0.007618 10.0.0.141 - - [2026-05-11 04:39:25] "POST /ref-update HTTP/1.1" 200 156 0.057070 10.0.0.141 - - [2026-05-11 04:39:25] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005340 10.0.0.141 - - [2026-05-11 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2026-05-11 04:39:25] "GET /network-policy/9bf5e1df-37ef-4381-b9b6-5ced9bc562da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005005 10.0.0.141 - - [2026-05-11 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2026-05-11 04:39:25] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.141 - - [2026-05-11 04:39:25] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044603 10.0.0.141 - - [2026-05-11 04:39:25] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003784 10.0.0.141 - - [2026-05-11 04:39:25] "POST /virtual-networks HTTP/1.1" 200 546 0.086553 10.0.0.141 - - [2026-05-11 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.141 - - [2026-05-11 04:39:25] "POST /ref-update HTTP/1.1" 200 156 0.026732 10.0.0.141 - - [2026-05-11 04:39:25] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011525 10.0.0.27 - - [2026-05-11 04:39:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008695 10.0.0.141 - - [2026-05-11 04:39:25] "POST /ref-update HTTP/1.1" 200 156 0.076099 10.0.0.141 - - [2026-05-11 04:39:26] "POST /neutron/network HTTP/1.1" 200 809 0.006784 10.0.0.141 - - [2026-05-11 04:39:26] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006231 10.0.0.141 - - [2026-05-11 04:39:26] "POST /neutron/subnet HTTP/1.1" 200 672 0.008754 10.0.0.141 - - [2026-05-11 04:39:26] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008061 10.0.0.249 - - [2026-05-11 04:39:26] "GET /obj-perms HTTP/1.1" 200 5051 0.005707 10.0.0.27 - - [2026-05-11 04:39:26] "GET /obj-perms HTTP/1.1" 200 5051 0.004708 10.0.0.141 - - [2026-05-11 04:39:26] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007970 10.0.0.141 - - [2026-05-11 04:39:26] "PUT /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf HTTP/1.1" 200 264 0.077016 10.0.0.141 - - [2026-05-11 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.141 - - [2026-05-11 04:39:26] "GET /network-policy/fbeecd2f-fa1f-4018-8086-216b8ea31d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007746 10.0.0.141 - - [2026-05-11 04:39:26] "POST /ref-update HTTP/1.1" 200 156 0.088819 10.0.0.141 - - [2026-05-11 04:39:27] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008232 10.0.0.141 - - [2026-05-11 04:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006385 10.0.0.141 - - [2026-05-11 04:39:27] "POST /ref-update HTTP/1.1" 200 156 0.037547 10.0.0.141 - - [2026-05-11 04:39:27] "GET /network-policy/fbeecd2f-fa1f-4018-8086-216b8ea31d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005369 10.0.0.141 - - [2026-05-11 04:39:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002068 10.0.0.141 - - [2026-05-11 04:39:27] "POST /neutron/network HTTP/1.1" 200 896 0.008025 10.0.0.27 - - [2026-05-11 04:39:28] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002233 10.0.0.141 - - [2026-05-11 04:39:28] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.094358 10.0.0.141 - - [2026-05-11 04:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.007406 10.0.0.141 - - [2026-05-11 04:39:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001179 10.0.0.141 - - [2026-05-11 04:39:28] "POST /neutron/network HTTP/1.1" 200 896 0.007906 10.0.0.141 - - [2026-05-11 04:39:29] "POST /neutron/port HTTP/1.1" 200 1061 0.017940 10.0.0.141 - - [2026-05-11 04:39:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.141 - - [2026-05-11 04:39:29] "POST /neutron/network HTTP/1.1" 200 886 0.006741 10.0.0.27 - - [2026-05-11 04:39:29] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.141 - - [2026-05-11 04:39:29] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.174782 10.0.0.141 - - [2026-05-11 04:39:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014285 10.0.0.141 - - [2026-05-11 04:39:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008151 10.0.0.141 - - [2026-05-11 04:39:30] "POST /neutron/port HTTP/1.1" 200 1061 0.017930 10.0.0.141 - - [2026-05-11 04:39:31] "POST /neutron/port HTTP/1.1" 200 1125 0.025441 10.0.0.141 - - [2026-05-11 04:39:31] "POST /neutron/port HTTP/1.1" 200 117 0.001919 10.0.0.141 - - [2026-05-11 04:39:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011102 10.0.0.141 - - [2026-05-11 04:39:35] "POST /neutron/port HTTP/1.1" 200 1125 0.023456 10.0.0.141 - - [2026-05-11 04:39:35] "GET /virtual-machine/e4b9f2ca-5c4a-4036-8277-2d9b8ce075e8 HTTP/1.1" 200 1293 0.008214 10.0.0.141 - - [2026-05-11 04:39:35] "GET /virtual-machine-interface/3057aa9a-a1db-43be-8d2f-a78a114a4204 HTTP/1.1" 200 2948 0.007983 10.0.0.141 - - [2026-05-11 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.141 - - [2026-05-11 04:39:35] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004042 10.0.0.141 - - [2026-05-11 04:39:35] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003688 10.0.0.141 - - [2026-05-11 04:39:35] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006668 10.0.0.141 - - [2026-05-11 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.141 - - [2026-05-11 04:39:38] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005486 10.0.0.141 - - [2026-05-11 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.141 - - [2026-05-11 04:39:42] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005644 10.0.0.141 - - [2026-05-11 04:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.141 - - [2026-05-11 04:39:46] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005245 10.0.0.141 - - [2026-05-11 04:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.141 - - [2026-05-11 04:39:51] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005529 10.0.0.141 - - [2026-05-11 04:39:53] "POST /neutron/port HTTP/1.1" 200 1217 0.019727 10.0.0.141 - - [2026-05-11 04:39:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005107 10.0.0.141 - - [2026-05-11 04:39:53] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.141 - - [2026-05-11 04:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.141 - - [2026-05-11 04:39:55] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005619 10.0.0.141 - - [2026-05-11 04:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2026-05-11 04:39:59] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006328 10.0.0.141 - - [2026-05-11 04:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.141 - - [2026-05-11 04:40:03] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005250 10.0.0.141 - - [2026-05-11 04:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.141 - - [2026-05-11 04:40:07] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005108 10.0.0.141 - - [2026-05-11 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2026-05-11 04:40:11] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.008728 10.0.0.141 - - [2026-05-11 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.141 - - [2026-05-11 04:40:15] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757 10.0.0.141 - - [2026-05-11 04:40:15] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003513 10.0.0.141 - - [2026-05-11 04:40:15] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006254 10.0.0.141 - - [2026-05-11 04:40:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007659 10.0.0.141 - - [2026-05-11 04:40:26] "POST /neutron/port HTTP/1.1" 200 1125 0.018752 10.0.0.141 - - [2026-05-11 04:40:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009935 10.0.0.141 - - [2026-05-11 04:40:31] "POST /neutron/port HTTP/1.1" 200 1125 0.034341 10.0.0.141 - - [2026-05-11 04:40:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010538 10.0.0.141 - - [2026-05-11 04:40:36] "POST /neutron/port HTTP/1.1" 200 1125 0.021753 10.0.0.141 - - [2026-05-11 04:40:36] "GET /virtual-machine/5f4090a4-3bdc-4826-9eaa-86a2f0c34400 HTTP/1.1" 200 1293 0.006303 10.0.0.141 - - [2026-05-11 04:40:36] "GET /virtual-machine-interface/bb5dd1cc-7d1b-4d65-99a8-ebcbdae00d5f HTTP/1.1" 200 2949 0.005345 10.0.0.141 - - [2026-05-11 04:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.141 - - [2026-05-11 04:40:36] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220 10.0.0.141 - - [2026-05-11 04:40:36] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003667 10.0.0.141 - - [2026-05-11 04:40:36] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005293 10.0.0.141 - - [2026-05-11 04:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.141 - - [2026-05-11 04:40:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003875 10.0.0.141 - - [2026-05-11 04:40:38] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002621 10.0.0.141 - - [2026-05-11 04:40:38] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008064 10.0.0.141 - - [2026-05-11 04:40:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006768 10.0.0.141 - - [2026-05-11 04:40:53] "POST /neutron/network HTTP/1.1" 200 939 0.009095 10.0.0.141 - - [2026-05-11 04:40:53] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.141 - - [2026-05-11 04:41:07] "POST /neutron/port HTTP/1.1" 200 1217 0.042951 10.0.0.141 - - [2026-05-11 04:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004579 10.0.0.141 - - [2026-05-11 04:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.141 - - [2026-05-11 04:41:31] "GET /obj-perms HTTP/1.1" 200 5075 0.061329 10.0.0.27 - - [2026-05-11 04:41:31] "GET /virtual-router/8bacfd69-01dc-4f4a-a5f7-ad4041d5ac3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005064 10.0.0.27 - - [2026-05-11 04:41:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.27 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.27 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.27 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-05-11 04:41:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.141 - - [2026-05-11 04:41:53] "POST /neutron/port HTTP/1.1" 200 1125 0.026523 10.0.0.141 - - [2026-05-11 04:41:53] "POST /neutron/subnet HTTP/1.1" 200 646 0.012567 10.0.0.141 - - [2026-05-11 04:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.141 - - [2026-05-11 04:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.141 - - [2026-05-11 04:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000541 10.0.0.141 - - [2026-05-11 04:41:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.141 - - [2026-05-11 04:42:09] "POST /neutron/port HTTP/1.1" 200 1109 0.018501 10.0.0.141 - - [2026-05-11 04:42:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004055 10.0.0.141 - - [2026-05-11 04:42:09] "POST /neutron/network HTTP/1.1" 200 929 0.007443 ++ 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 May 11 04:42:12 AM UTC 2026 ===================' INFO: =================== Mon May 11 04:42:12 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.249:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.249:8081 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.249:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.249:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.249:8086 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.249:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.249:8082 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.249:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.249:9161 10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.249:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.249:2181,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.249:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.249:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.249:5673,10.0.0.27: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.249:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.249:6379 10.0.0.27: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.141,10.0.0.249,10.0.0.27 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.249:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.249:9092 10.0.0.27: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.141 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ 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.141,10.0.0.249,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.249,10.0.0.27 +++ local servers=10.0.0.141,10.0.0.249,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' +++ cut -d ' ' -f 1 ++++ grep -vi host ++++ sort ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.141:9041 10.0.0.249:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/11/2026 04:42:21.214 7f878c475680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/11/2026 04:42:21.353 7f878c475680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/11/2026 04:42:21.367 7f878c475680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/11/2026 04:42:21.368 7f878c475680 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-05-11 04:42:22] "GET / HTTP/1.1" 503 181 0.000328 10.0.0.27 - - [2026-05-11 04:42:22] "GET / HTTP/1.1" 503 181 0.000162 [Introspect:8084]10.0.0.141 - - [2026-05-11 04:42:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.001680 10.0.0.27 - - [2026-05-11 04:42:23] "GET / HTTP/1.1" 200 45871 0.001652 10.0.0.27 - - [2026-05-11 04:42:23] "GET / HTTP/1.1" 200 45871 0.001811 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.27 - - [2026-05-11 04:42:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000580 10.0.0.27 - - [2026-05-11 04:42:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000254 10.0.0.27 - - [2026-05-11 04:42:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.621822 10.0.0.27 - - [2026-05-11 04:42:24] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1484 0.006317 10.0.0.27 - - [2026-05-11 04:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.353902 10.0.0.27 - - [2026-05-11 04:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 /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.27 - - [2026-05-11 04:42:24] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002243 10.0.0.27 - - [2026-05-11 04:42:24] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.060808 10.0.0.27 - - [2026-05-11 04:42:24] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000984 10.0.0.27 - - [2026-05-11 04:42:24] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=security_groups HTTP/1.1" 200 1098 0.062171 10.0.0.27 - - [2026-05-11 04:42:24] "GET /projects?obj_uuids=4522815c-592e-44e0-8e28-811e491e1650&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.27 - - [2026-05-11 04:42:24] "GET /project/4522815c-592e-44e0-8e28-811e491e1650?fields=application_policy_sets HTTP/1.1" 200 1391 0.053950 10.0.0.27 - - [2026-05-11 04:42:24] "DELETE /project/4522815c-592e-44e0-8e28-811e491e1650 HTTP/1.1" 409 278 0.276696 [Introspect:8084]10.0.0.141 - - [2026-05-11 04:42:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001051 [Introspect:8084]10.0.0.141 - - [2026-05-11 04:42:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001069 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.141 - - [2026-05-11 04:42:29] "GET /obj-perms HTTP/1.1" 200 5051 0.373380 10.0.0.141 - - [2026-05-11 04:42:30] "GET /obj-perms HTTP/1.1" 200 5051 0.004882 10.0.0.141 - - [2026-05-11 04:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.030638 10.0.0.27 - - [2026-05-11 04:42:30] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.141 - - [2026-05-11 04:42:30] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047321 10.0.0.141 - - [2026-05-11 04:42:30] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003551 10.0.0.141 - - [2026-05-11 04:42:30] "POST /virtual-networks HTTP/1.1" 200 546 0.081197 10.0.0.141 - - [2026-05-11 04:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007859 10.0.0.141 - - [2026-05-11 04:42:30] "GET /network-ipam/3c7e9511-2e4c-482e-a2ae-0a9be3c8e2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004919 10.0.0.27 - - [2026-05-11 04:42:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006908 10.0.0.141 - - [2026-05-11 04:42:30] "POST /ref-update HTTP/1.1" 200 156 0.075392 10.0.0.141 - - [2026-05-11 04:42:30] "GET /virtual-network/5ca64e62-7955-44a5-8473-beecc96197b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1929 0.006205 10.0.0.141 - - [2026-05-11 04:42:30] "POST /neutron/network HTTP/1.1" 200 809 0.041951 10.0.0.141 - - [2026-05-11 04:42:31] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006415 10.0.0.249 - - [2026-05-11 04:42:31] "GET /obj-perms HTTP/1.1" 200 5051 0.051573 10.0.0.27 - - [2026-05-11 04:42:31] "GET /obj-perms HTTP/1.1" 200 5051 0.059808 10.0.0.141 - - [2026-05-11 04:42:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001125 10.0.0.141 - - [2026-05-11 04:42:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008359 10.0.0.27 - - [2026-05-11 04:42:32] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.141 - - [2026-05-11 04:42:32] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.072625 10.0.0.141 - - [2026-05-11 04:42:33] "POST /neutron/port HTTP/1.1" 200 6136 0.049190 10.0.0.141 - - [2026-05-11 04:42:33] "POST /neutron/port HTTP/1.1" 200 117 0.007254 10.0.0.141 - - [2026-05-11 04:42:33] "POST /neutron/port HTTP/1.1" 200 1061 0.068510 10.0.0.141 - - [2026-05-11 04:42:34] "POST /neutron/port HTTP/1.1" 200 1125 0.023422 10.0.0.141 - - [2026-05-11 04:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.141 - - [2026-05-11 04:42:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007005 10.0.0.141 - - [2026-05-11 04:42:38] "POST /neutron/port HTTP/1.1" 200 1125 0.018532 10.0.0.141 - - [2026-05-11 04:42:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007407 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.031393 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.003694 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine-interface/00d92a4d-b048-4066-bdbb-cc471681294c HTTP/1.1" 200 2946 0.006817 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.003764 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine-interface/00d92a4d-b048-4066-bdbb-cc471681294c HTTP/1.1" 200 2946 0.005123 10.0.0.141 - - [2026-05-11 04:42:38] "GET /instance-ip/6334bb3f-1a3f-4e2f-8090-ec4522dcdb5d HTTP/1.1" 200 1622 0.006510 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.003724 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-machine-interface/00d92a4d-b048-4066-bdbb-cc471681294c HTTP/1.1" 200 2946 0.005283 10.0.0.141 - - [2026-05-11 04:42:38] "GET /instance-ip/6334bb3f-1a3f-4e2f-8090-ec4522dcdb5d HTTP/1.1" 200 1622 0.003945 10.0.0.141 - - [2026-05-11 04:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.141 - - [2026-05-11 04:42:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004356 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003861 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006305 10.0.0.141 - - [2026-05-11 04:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.141 - - [2026-05-11 04:42:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004339 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003510 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006104 10.0.0.141 - - [2026-05-11 04:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.141 - - [2026-05-11 04:42:38] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003937 10.0.0.141 - - [2026-05-11 04:42:38] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003927 10.0.0.141 - - [2026-05-11 04:42:39] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006059 10.0.0.141 - - [2026-05-11 04:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.141 - - [2026-05-11 04:42:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005116 10.0.0.141 - - [2026-05-11 04:42:39] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006135 10.0.0.141 - - [2026-05-11 04:42:39] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005913 10.0.0.141 - - [2026-05-11 04:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.141 - - [2026-05-11 04:42:39] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004313 10.0.0.141 - - [2026-05-11 04:42:39] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003248 10.0.0.141 - - [2026-05-11 04:42:39] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006338 10.0.0.141 - - [2026-05-11 04:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.141 - - [2026-05-11 04:42:42] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006324 10.0.0.141 - - [2026-05-11 04:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.141 - - [2026-05-11 04:42:46] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005796 10.0.0.141 - - [2026-05-11 04:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.141 - - [2026-05-11 04:42:50] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005559 10.0.0.141 - - [2026-05-11 04:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.141 - - [2026-05-11 04:42:54] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005453 10.0.0.141 - - [2026-05-11 04:42:54] "POST /neutron/network HTTP/1.1" 200 1122 0.042598 10.0.0.141 - - [2026-05-11 04:42:54] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013729 10.0.0.141 - - [2026-05-11 04:42:54] "POST /neutron/network HTTP/1.1" 200 1112 0.009635 10.0.0.141 - - [2026-05-11 04:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.141 - - [2026-05-11 04:42:58] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006810 10.0.0.141 - - [2026-05-11 04:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.141 - - [2026-05-11 04:43:02] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.009822 10.0.0.141 - - [2026-05-11 04:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.141 - - [2026-05-11 04:43:06] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006407 10.0.0.141 - - [2026-05-11 04:43:10] "POST /neutron/network HTTP/1.1" 200 896 0.006780 10.0.0.141 - - [2026-05-11 04:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.141 - - [2026-05-11 04:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.141 - - [2026-05-11 04:43:11] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006822 10.0.0.141 - - [2026-05-11 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.141 - - [2026-05-11 04:43:15] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006082 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2026-05-11 04:43:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003496 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003224 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005925 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.141 - - [2026-05-11 04:43:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004430 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003591 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.005462 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.141 - - [2026-05-11 04:43:19] "GET /routing-instance/e8a1a4f5-67d6-492a-8da4-3d6a1a14ad00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.012138 10.0.0.141 - - [2026-05-11 04:43:19] "GET /route-target/7422382b-61c6-40f5-964b-4ecd814c596b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004972 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006552 10.0.0.141 - - [2026-05-11 04:43:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003976 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003354 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.014083 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.141 - - [2026-05-11 04:43:19] "GET /routing-instance/e8a1a4f5-67d6-492a-8da4-3d6a1a14ad00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004197 10.0.0.141 - - [2026-05-11 04:43:19] "GET /route-target/7422382b-61c6-40f5-964b-4ecd814c596b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003702 10.0.0.141 - - [2026-05-11 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2026-05-11 04:43:19] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003908 10.0.0.141 - - [2026-05-11 04:43:19] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007528 10.0.0.141 - - [2026-05-11 04:43:20] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006938 10.0.0.141 - - [2026-05-11 04:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.141 - - [2026-05-11 04:43:20] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007309 10.0.0.141 - - [2026-05-11 04:43:20] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004224 10.0.0.141 - - [2026-05-11 04:43:20] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007813 10.0.0.141 - - [2026-05-11 04:43:20] "GET /obj-perms HTTP/1.1" 200 5051 0.003892 10.0.0.27 - - [2026-05-11 04:43:20] "GET /obj-perms HTTP/1.1" 200 5051 0.003431 10.0.0.141 - - [2026-05-11 04:43:20] "GET /obj-perms HTTP/1.1" 200 5051 0.003820 10.0.0.27 - - [2026-05-11 04:43:20] "GET /obj-perms HTTP/1.1" 200 5051 0.005481 10.0.0.141 - - [2026-05-11 04:43:20] "GET /obj-perms HTTP/1.1" 200 5051 0.003485 10.0.0.141 - - [2026-05-11 04:43:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001165 10.0.0.141 - - [2026-05-11 04:43:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007457 10.0.0.27 - - [2026-05-11 04:43:21] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.141 - - [2026-05-11 04:43:21] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.067586 10.0.0.141 - - [2026-05-11 04:43:22] "POST /neutron/port HTTP/1.1" 200 7108 0.070348 10.0.0.141 - - [2026-05-11 04:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.006760 10.0.0.141 - - [2026-05-11 04:43:22] "POST /neutron/port HTTP/1.1" 200 1061 0.017811 10.0.0.141 - - [2026-05-11 04:43:23] "POST /neutron/port HTTP/1.1" 200 1125 0.020301 10.0.0.141 - - [2026-05-11 04:43:23] "POST /neutron/port HTTP/1.1" 200 117 0.000993 10.0.0.141 - - [2026-05-11 04:43:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007789 10.0.0.141 - - [2026-05-11 04:43:27] "POST /neutron/port HTTP/1.1" 200 1125 0.020470 10.0.0.141 - - [2026-05-11 04:43:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007166 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.005795 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.003756 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine-interface/5d2e0523-ddc7-4882-a87b-4acbee6efcd6 HTTP/1.1" 200 2948 0.005157 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.003569 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine-interface/5d2e0523-ddc7-4882-a87b-4acbee6efcd6 HTTP/1.1" 200 2948 0.005120 10.0.0.141 - - [2026-05-11 04:43:27] "GET /instance-ip/4c986314-9f0a-48c7-8908-69629a08e266 HTTP/1.1" 200 1622 0.005701 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.003586 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-machine-interface/5d2e0523-ddc7-4882-a87b-4acbee6efcd6 HTTP/1.1" 200 2948 0.005590 10.0.0.141 - - [2026-05-11 04:43:27] "GET /instance-ip/4c986314-9f0a-48c7-8908-69629a08e266 HTTP/1.1" 200 1622 0.003820 10.0.0.141 - - [2026-05-11 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.141 - - [2026-05-11 04:43:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005013 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002835 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005507 10.0.0.141 - - [2026-05-11 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.141 - - [2026-05-11 04:43:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003253 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005709 10.0.0.141 - - [2026-05-11 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.141 - - [2026-05-11 04:43:27] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003980 10.0.0.141 - - [2026-05-11 04:43:27] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003626 10.0.0.141 - - [2026-05-11 04:43:28] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005309 10.0.0.141 - - [2026-05-11 04:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.141 - - [2026-05-11 04:43:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005648 10.0.0.141 - - [2026-05-11 04:43:28] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005613 10.0.0.141 - - [2026-05-11 04:43:28] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006804 10.0.0.141 - - [2026-05-11 04:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.141 - - [2026-05-11 04:43:28] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.062491 10.0.0.141 - - [2026-05-11 04:43:28] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003776 10.0.0.141 - - [2026-05-11 04:43:28] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005683 10.0.0.141 - - [2026-05-11 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.141 - - [2026-05-11 04:43:31] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006782 10.0.0.249 - - [2026-05-11 04:43:33] "GET /obj-perms HTTP/1.1" 200 5075 0.059436 10.0.0.141 - - [2026-05-11 04:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2026-05-11 04:43:35] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005242 10.0.0.141 - - [2026-05-11 04:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.141 - - [2026-05-11 04:43:39] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005006 10.0.0.141 - - [2026-05-11 04:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.141 - - [2026-05-11 04:43:43] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007205 10.0.0.141 - - [2026-05-11 04:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.141 - - [2026-05-11 04:43:47] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005570 10.0.0.141 - - [2026-05-11 04:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.141 - - [2026-05-11 04:43:51] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005340 10.0.0.141 - - [2026-05-11 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.141 - - [2026-05-11 04:43:56] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005562 10.0.0.141 - - [2026-05-11 04:43:57] "POST /neutron/port HTTP/1.1" 200 1109 0.018166 10.0.0.141 - - [2026-05-11 04:43:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004838 10.0.0.141 - - [2026-05-11 04:43:57] "POST /neutron/network HTTP/1.1" 200 929 0.009009 10.0.0.141 - - [2026-05-11 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.141 - - [2026-05-11 04:44:00] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006680 10.0.0.141 - - [2026-05-11 04:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.141 - - [2026-05-11 04:44:04] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005548 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.141 - - [2026-05-11 04:44:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004776 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004078 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006343 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.141 - - [2026-05-11 04:44:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003715 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004398 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006448 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.141 - - [2026-05-11 04:44:08] "GET /routing-instance/1eae46eb-abe5-4186-a308-b80aa5f6833e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005573 10.0.0.141 - - [2026-05-11 04:44:08] "GET /route-target/f5513a48-85ff-4181-972d-d25819cfbe1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003565 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.141 - - [2026-05-11 04:44:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006051 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003309 10.0.0.141 - - [2026-05-11 04:44:08] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006238 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.141 - - [2026-05-11 04:44:08] "GET /routing-instance/1eae46eb-abe5-4186-a308-b80aa5f6833e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004371 10.0.0.141 - - [2026-05-11 04:44:08] "GET /route-target/f5513a48-85ff-4181-972d-d25819cfbe1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006857 10.0.0.141 - - [2026-05-11 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.141 - - [2026-05-11 04:44:08] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004267 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003543 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007583 10.0.0.141 - - [2026-05-11 04:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.141 - - [2026-05-11 04:44:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004654 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003674 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005035 10.0.0.141 - - [2026-05-11 04:44:09] "GET /obj-perms HTTP/1.1" 200 5051 0.003529 10.0.0.27 - - [2026-05-11 04:44:09] "GET /obj-perms HTTP/1.1" 200 5051 0.007169 10.0.0.141 - - [2026-05-11 04:44:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004390 10.0.0.141 - - [2026-05-11 04:44:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004081 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.004364 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-machine-interface/00d92a4d-b048-4066-bdbb-cc471681294c HTTP/1.1" 200 2946 0.005752 10.0.0.141 - - [2026-05-11 04:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.141 - - [2026-05-11 04:44:09] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004458 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003052 10.0.0.141 - - [2026-05-11 04:44:09] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006096 10.0.0.141 - - [2026-05-11 04:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.141 - - [2026-05-11 04:44:10] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003394 10.0.0.141 - - [2026-05-11 04:44:10] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003839 10.0.0.141 - - [2026-05-11 04:44:10] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.006229 10.0.0.141 - - [2026-05-11 04:44:11] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.003814 10.0.0.141 - - [2026-05-11 04:44:11] "GET /virtual-machine-interface/5d2e0523-ddc7-4882-a87b-4acbee6efcd6 HTTP/1.1" 200 2948 0.007275 10.0.0.141 - - [2026-05-11 04:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.141 - - [2026-05-11 04:44:11] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003704 10.0.0.141 - - [2026-05-11 04:44:11] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003468 10.0.0.141 - - [2026-05-11 04:44:11] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005953 10.0.0.141 - - [2026-05-11 04:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 04:44:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004660 10.0.0.141 - - [2026-05-11 04:44:12] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004137 10.0.0.141 - - [2026-05-11 04:44:12] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007879 10.0.0.141 - - [2026-05-11 04:44:12] "POST /neutron/port HTTP/1.1" 200 1217 0.020030 10.0.0.141 - - [2026-05-11 04:44:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003546 10.0.0.141 - - [2026-05-11 04:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.141 - - [2026-05-11 04:44:17] "POST /neutron/port HTTP/1.1" 200 1125 0.021188 10.0.0.141 - - [2026-05-11 04:44:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.048193 10.0.0.141 - - [2026-05-11 04:44:27] "POST /neutron/port HTTP/1.1" 200 1125 0.018905 10.0.0.27 - - [2026-05-11 04:44:33] "GET /obj-perms HTTP/1.1" 200 5075 0.065990 10.0.0.141 - - [2026-05-11 04:44:58] "POST /neutron/port HTTP/1.1" 200 1125 0.016151 10.0.0.141 - - [2026-05-11 04:44:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.008604 10.0.0.141 - - [2026-05-11 04:45:14] "POST /neutron/port HTTP/1.1" 200 1109 0.021531 10.0.0.141 - - [2026-05-11 04:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005121 10.0.0.141 - - [2026-05-11 04:45:14] "POST /neutron/network HTTP/1.1" 200 929 0.008910 10.0.0.141 - - [2026-05-11 04:45:19] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 200 1294 0.004388 10.0.0.141 - - [2026-05-11 04:45:20] "POST /neutron/port HTTP/1.1" 200 151 0.219735 10.0.0.141 - - [2026-05-11 04:45:21] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 404 171 0.004244 10.0.0.141 - - [2026-05-11 04:45:21] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 404 171 0.003062 10.0.0.141 - - [2026-05-11 04:45:21] "GET /virtual-machine/a00c3e8e-6bd5-4c4b-a217-b2831648e850 HTTP/1.1" 404 171 0.003973 10.0.0.141 - - [2026-05-11 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.141 - - [2026-05-11 04:45:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003789 10.0.0.141 - - [2026-05-11 04:45:22] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004856 10.0.0.141 - - [2026-05-11 04:45:22] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006716 10.0.0.141 - - [2026-05-11 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.141 - - [2026-05-11 04:45:22] "GET /routing-instance/1eae46eb-abe5-4186-a308-b80aa5f6833e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006587 10.0.0.141 - - [2026-05-11 04:45:22] "GET /route-target/f5513a48-85ff-4181-972d-d25819cfbe1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006536 10.0.0.141 - - [2026-05-11 04:45:22] "GET /obj-perms HTTP/1.1" 200 5051 0.004974 10.0.0.141 - - [2026-05-11 04:45:25] "GET /obj-perms HTTP/1.1" 200 5051 0.004624 10.0.0.141 - - [2026-05-11 04:45:31] "GET /obj-perms HTTP/1.1" 200 5051 0.004194 10.0.0.141 - - [2026-05-11 04:45:34] "GET /obj-perms HTTP/1.1" 200 5051 0.004206 10.0.0.141 - - [2026-05-11 04:45:40] "GET /obj-perms HTTP/1.1" 200 5051 0.005074 10.0.0.141 - - [2026-05-11 04:45:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004463 10.0.0.249 - - [2026-05-11 04:45:40] "GET /obj-perms HTTP/1.1" 200 5051 0.003716 10.0.0.141 - - [2026-05-11 04:45:41] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 200 1293 0.004583 10.0.0.141 - - [2026-05-11 04:45:41] "POST /neutron/port HTTP/1.1" 200 151 0.174943 10.0.0.141 - - [2026-05-11 04:45:43] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 404 171 0.003652 10.0.0.141 - - [2026-05-11 04:45:43] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 404 171 0.002985 10.0.0.141 - - [2026-05-11 04:45:43] "GET /virtual-machine/1ebc8169-ae90-48ee-9a82-384463601016 HTTP/1.1" 404 171 0.002574 10.0.0.141 - - [2026-05-11 04:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.141 - - [2026-05-11 04:45:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004203 10.0.0.141 - - [2026-05-11 04:45:43] "GET /virtual-networks?parent_id=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003466 10.0.0.141 - - [2026-05-11 04:45:43] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2223 0.007984 10.0.0.141 - - [2026-05-11 04:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.141 - - [2026-05-11 04:45:43] "GET /routing-instance/e8a1a4f5-67d6-492a-8da4-3d6a1a14ad00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004887 10.0.0.141 - - [2026-05-11 04:45:43] "GET /route-target/7422382b-61c6-40f5-964b-4ecd814c596b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003889 10.0.0.27 - - [2026-05-11 04:45:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003663 10.0.0.141 - - [2026-05-11 04:45:49] "GET /obj-perms HTTP/1.1" 200 5051 0.005347 10.0.0.27 - - [2026-05-11 04:45:50] "GET /obj-perms HTTP/1.1" 200 5051 0.005939 10.0.0.27 - - [2026-05-11 04:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006003 10.0.0.27 - - [2026-05-11 04:45:50] "POST /useragent-kv HTTP/1.1" 200 115 0.008159 10.0.0.141 - - [2026-05-11 04:45:50] "DELETE /virtual-network/5ca64e62-7955-44a5-8473-beecc96197b1 HTTP/1.1" 200 115 0.126316 10.0.0.141 - - [2026-05-11 04:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.041326 10.0.0.141 - - [2026-05-11 04:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.141 - - [2026-05-11 04:45:50] "GET /network-policy/fbeecd2f-fa1f-4018-8086-216b8ea31d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003371 10.0.0.141 - - [2026-05-11 04:45:50] "POST /ref-update HTTP/1.1" 200 156 0.054807 10.0.0.141 - - [2026-05-11 04:45:50] "POST /ref-update HTTP/1.1" 200 156 0.026505 10.0.0.141 - - [2026-05-11 04:45:50] "GET /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.021995 10.0.0.141 - - [2026-05-11 04:45:50] "DELETE /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf HTTP/1.1" 409 234 0.010754 10.0.0.141 - - [2026-05-11 04:45:50] "POST /neutron/port HTTP/1.1" 200 1115 0.018309 10.0.0.141 - - [2026-05-11 04:45:51] "POST /neutron/port HTTP/1.1" 200 1115 0.013620 10.0.0.27 - - [2026-05-11 04:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003764 10.0.0.27 - - [2026-05-11 04:45:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.141 - - [2026-05-11 04:45:52] "DELETE /virtual-network/538f4bb2-2330-40e5-b1dc-4321d7ce18bf HTTP/1.1" 200 115 0.124952 10.0.0.141 - - [2026-05-11 04:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.141 - - [2026-05-11 04:45:53] "GET /network-policy/9bf5e1df-37ef-4381-b9b6-5ced9bc562da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004421 10.0.0.141 - - [2026-05-11 04:45:53] "POST /ref-update HTTP/1.1" 200 156 0.062789 10.0.0.141 - - [2026-05-11 04:45:53] "DELETE /access-control-list/983eb763-06ec-43a2-a143-acb022476968 HTTP/1.1" 200 115 0.052172 10.0.0.141 - - [2026-05-11 04:45:53] "GET /virtual-network/055b6afb-5875-4326-b61e-292d22108330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.008064 10.0.0.27 - - [2026-05-11 04:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005162 10.0.0.27 - - [2026-05-11 04:45:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005741 10.0.0.141 - - [2026-05-11 04:45:53] "DELETE /virtual-network/055b6afb-5875-4326-b61e-292d22108330 HTTP/1.1" 200 115 0.122914 10.0.0.141 - - [2026-05-11 04:45:53] "DELETE /network-policy/fbeecd2f-fa1f-4018-8086-216b8ea31d47 HTTP/1.1" 200 115 0.048302 10.0.0.141 - - [2026-05-11 04:45:53] "DELETE /network-policy/9bf5e1df-37ef-4381-b9b6-5ced9bc562da HTTP/1.1" 200 115 0.049348 10.0.0.141 - - [2026-05-11 04:45:57] "POST /neutron/port HTTP/1.1" 200 1217 0.019219 10.0.0.141 - - [2026-05-11 04:45:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005095 10.0.0.141 - - [2026-05-11 04:45:57] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.27 - - [2026-05-11 04:46:22] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.141 - - [2026-05-11 04:46:22] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.076972 10.0.0.27 - - [2026-05-11 04:46:22] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.141 - - [2026-05-11 04:46:22] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?fields=virtual_networks HTTP/1.1" 200 1042 0.046198 10.0.0.27 - - [2026-05-11 04:46:22] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.141 - - [2026-05-11 04:46:22] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043766 10.0.0.27 - - [2026-05-11 04:46:22] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.141 - - [2026-05-11 04:46:22] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?fields=security_groups HTTP/1.1" 200 1269 0.056591 10.0.0.141 - - [2026-05-11 04:46:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.028771 10.0.0.27 - - [2026-05-11 04:46:23] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002768 10.0.0.27 - - [2026-05-11 04:46:23] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.27 - - [2026-05-11 04:46:23] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006904 10.0.0.27 - - [2026-05-11 04:46:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.004689 10.0.0.27 - - [2026-05-11 04:46:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.008450 10.0.0.27 - - [2026-05-11 04:46:23] "POST /security-groups HTTP/1.1" 200 591 0.041839 10.0.0.141 - - [2026-05-11 04:46:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.006496 10.0.0.27 - - [2026-05-11 04:46:23] "POST /projects HTTP/1.1" 200 585 0.256074 10.0.0.27 - - [2026-05-11 04:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.331771 10.0.0.141 - - [2026-05-11 04:46:23] "POST /access-control-lists HTTP/1.1" 200 594 0.040347 10.0.0.141 - - [2026-05-11 04:46:24] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.513845 10.0.0.141 - - [2026-05-11 04:46:25] "GET / HTTP/1.1" 200 35931 0.002401 10.0.0.27 - - [2026-05-11 04:46:25] "DELETE /project/fdfde0528e684f1299cea4acbc099caa HTTP/1.1" 404 173 0.003264 10.0.0.27 - - [2026-05-11 04:46:25] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.27 - - [2026-05-11 04:46:25] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.039255 10.0.0.27 - - [2026-05-11 04:46:25] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.27 - - [2026-05-11 04:46:25] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?fields=security_groups HTTP/1.1" 200 1374 0.042958 10.0.0.27 - - [2026-05-11 04:46:25] "DELETE /security-group/1de8b1f5-222a-4f61-a14e-a0eeb3a62d95 HTTP/1.1" 200 115 0.048082 10.0.0.27 - - [2026-05-11 04:46:25] "GET /projects?obj_uuids=0170a63d-db94-4923-861e-b0e39b626b76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000818 10.0.0.27 - - [2026-05-11 04:46:25] "GET /project/0170a63d-db94-4923-861e-b0e39b626b76?fields=application_policy_sets HTTP/1.1" 200 1413 0.067343 10.0.0.27 - - [2026-05-11 04:46:25] "DELETE /project/0170a63d-db94-4923-861e-b0e39b626b76 HTTP/1.1" 200 115 0.449095 10.0.0.141 - - [2026-05-11 04:46:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.141 - - [2026-05-11 04:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.032732 10.0.0.27 - - [2026-05-11 04:46:27] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.141 - - [2026-05-11 04:46:27] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049774 10.0.0.141 - - [2026-05-11 04:46:27] "POST /neutron/network HTTP/1.1" 200 117 0.045196 10.0.0.141 - - [2026-05-11 04:46:27] "POST /route-targets HTTP/1.1" 200 327 0.012778 10.0.0.141 - - [2026-05-11 04:46:28] "POST /neutron/network HTTP/1.1" 200 824 0.011937 10.0.0.141 - - [2026-05-11 04:46:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.141 - - [2026-05-11 04:46:28] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006940 10.0.0.141 - - [2026-05-11 04:46:28] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007340 10.0.0.141 - - [2026-05-11 04:46:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.011299 10.0.0.141 - - [2026-05-11 04:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2026-05-11 04:46:28] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.141 - - [2026-05-11 04:46:28] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051228 10.0.0.141 - - [2026-05-11 04:46:28] "POST /ref-update HTTP/1.1" 200 156 0.023810 10.0.0.27 - - [2026-05-11 04:46:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006981 10.0.0.141 - - [2026-05-11 04:46:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.185674 10.0.0.141 - - [2026-05-11 04:46:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001255 10.0.0.141 - - [2026-05-11 04:46:28] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006007 10.0.0.141 - - [2026-05-11 04:46:28] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005230 10.0.0.141 - - [2026-05-11 04:46:28] "POST /neutron/network HTTP/1.1" 200 824 0.006715 10.0.0.141 - - [2026-05-11 04:46:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001170 10.0.0.141 - - [2026-05-11 04:46:29] "POST /neutron/network HTTP/1.1" 200 834 0.006291 10.0.0.27 - - [2026-05-11 04:46:30] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001396 10.0.0.141 - - [2026-05-11 04:46:30] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.097889 10.0.0.141 - - [2026-05-11 04:46:30] "POST /neutron/port HTTP/1.1" 200 117 0.007925 10.0.0.141 - - [2026-05-11 04:46:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001155 10.0.0.141 - - [2026-05-11 04:46:30] "POST /neutron/network HTTP/1.1" 200 834 0.006124 10.0.0.141 - - [2026-05-11 04:46:31] "POST /neutron/port HTTP/1.1" 200 1060 0.018945 10.0.0.141 - - [2026-05-11 04:46:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005164 10.0.0.27 - - [2026-05-11 04:46:31] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.141 - - [2026-05-11 04:46:31] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.080532 10.0.0.141 - - [2026-05-11 04:46:31] "POST /neutron/network HTTP/1.1" 200 824 0.015504 10.0.0.141 - - [2026-05-11 04:46:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009706 10.0.0.141 - - [2026-05-11 04:46:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010290 10.0.0.141 - - [2026-05-11 04:46:32] "POST /neutron/port HTTP/1.1" 200 1060 0.022345 10.0.0.141 - - [2026-05-11 04:46:33] "POST /neutron/port HTTP/1.1" 200 1124 0.024929 10.0.0.141 - - [2026-05-11 04:46:33] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.141 - - [2026-05-11 04:46:35] "GET /obj-perms HTTP/1.1" 200 5075 0.063504 10.0.0.141 - - [2026-05-11 04:46:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007528 10.0.0.141 - - [2026-05-11 04:46:37] "POST /neutron/port HTTP/1.1" 200 1124 0.020039 10.0.0.141 - - [2026-05-11 04:46:37] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2026-05-11 04:46:37] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 200 1292 0.032363 10.0.0.141 - - [2026-05-11 04:46:37] "GET /virtual-machine-interface/426bce95-b6a7-4f08-b004-e18d84c24d6d HTTP/1.1" 200 2940 0.005459 10.0.0.141 - - [2026-05-11 04:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.141 - - [2026-05-11 04:46:37] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004790 10.0.0.141 - - [2026-05-11 04:46:37] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003104 10.0.0.141 - - [2026-05-11 04:46:37] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005813 10.0.0.141 - - [2026-05-11 04:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.141 - - [2026-05-11 04:46:41] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006053 10.0.0.141 - - [2026-05-11 04:46:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006285 10.0.0.141 - - [2026-05-11 04:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.141 - - [2026-05-11 04:46:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004711 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003237 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006157 10.0.0.141 - - [2026-05-11 04:46:43] "POST /neutron/port HTTP/1.1" 200 1124 0.020333 10.0.0.141 - - [2026-05-11 04:46:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007574 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 200 1292 0.005387 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-machine-interface/68ba59bc-cde0-4690-8a38-99b5348fe900 HTTP/1.1" 200 2939 0.005273 10.0.0.141 - - [2026-05-11 04:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.141 - - [2026-05-11 04:46:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004154 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004190 10.0.0.141 - - [2026-05-11 04:46:43] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005607 10.0.0.141 - - [2026-05-11 04:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.141 - - [2026-05-11 04:46:44] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.141 - - [2026-05-11 04:46:44] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003000 10.0.0.141 - - [2026-05-11 04:46:44] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006668 10.0.0.141 - - [2026-05-11 04:46:44] "POST /neutron/port HTTP/1.1" 200 1124 0.021951 10.0.0.141 - - [2026-05-11 04:46:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008930 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 200 1292 0.005380 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine-interface/426bce95-b6a7-4f08-b004-e18d84c24d6d HTTP/1.1" 200 2940 0.006578 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 200 1292 0.003805 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine-interface/426bce95-b6a7-4f08-b004-e18d84c24d6d HTTP/1.1" 200 2940 0.006698 10.0.0.141 - - [2026-05-11 04:46:50] "GET /instance-ip/60886454-0389-43ab-a525-abca5f1c1d82 HTTP/1.1" 200 1620 0.006658 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 200 1292 0.004295 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-machine-interface/426bce95-b6a7-4f08-b004-e18d84c24d6d HTTP/1.1" 200 2940 0.005202 10.0.0.141 - - [2026-05-11 04:46:50] "GET /instance-ip/60886454-0389-43ab-a525-abca5f1c1d82 HTTP/1.1" 200 1620 0.003992 10.0.0.141 - - [2026-05-11 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.141 - - [2026-05-11 04:46:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003510 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003658 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005800 10.0.0.141 - - [2026-05-11 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.141 - - [2026-05-11 04:46:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004688 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003556 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005562 10.0.0.141 - - [2026-05-11 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2026-05-11 04:46:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003576 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002835 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005963 10.0.0.141 - - [2026-05-11 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.141 - - [2026-05-11 04:46:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005784 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004138 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009296 10.0.0.141 - - [2026-05-11 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.141 - - [2026-05-11 04:46:50] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006055 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003558 10.0.0.141 - - [2026-05-11 04:46:50] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005798 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.141 - - [2026-05-11 04:46:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004053 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003464 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006006 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.141 - - [2026-05-11 04:46:51] "GET /routing-instance/15ce92fc-38d6-434e-a332-d1dfa4258fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006821 10.0.0.141 - - [2026-05-11 04:46:51] "GET /route-target/4f1e8e0c-d689-4142-b17d-56d33e7f90fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005685 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2026-05-11 04:46:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005100 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005362 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005233 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.141 - - [2026-05-11 04:46:51] "GET /routing-instance/15ce92fc-38d6-434e-a332-d1dfa4258fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004622 10.0.0.141 - - [2026-05-11 04:46:51] "GET /route-target/4f1e8e0c-d689-4142-b17d-56d33e7f90fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003953 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.009615 10.0.0.141 - - [2026-05-11 04:46:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004771 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003095 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006255 10.0.0.141 - - [2026-05-11 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.141 - - [2026-05-11 04:46:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005008 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003280 10.0.0.141 - - [2026-05-11 04:46:51] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006593 10.0.0.27 - - [2026-05-11 04:46:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.27 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.27 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.27 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-05-11 04:46:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-05-11 04:46:53] "GET /obj-perms HTTP/1.1" 200 5049 0.051276 10.0.0.27 - - [2026-05-11 04:46:53] "GET /obj-perms HTTP/1.1" 200 5049 0.061546 10.0.0.141 - - [2026-05-11 04:46:53] "GET /obj-perms HTTP/1.1" 200 5049 0.005325 10.0.0.141 - - [2026-05-11 04:46:53] "GET /obj-perms HTTP/1.1" 200 5049 0.003566 10.0.0.249 - - [2026-05-11 04:46:53] "GET /obj-perms HTTP/1.1" 200 5049 0.056837 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 200 1292 0.004839 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine-interface/68ba59bc-cde0-4690-8a38-99b5348fe900 HTTP/1.1" 200 2939 0.005757 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 200 1292 0.004044 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine-interface/68ba59bc-cde0-4690-8a38-99b5348fe900 HTTP/1.1" 200 2939 0.006788 10.0.0.141 - - [2026-05-11 04:46:54] "GET /instance-ip/a9adf783-1594-4ec9-b393-0fbc564614d8 HTTP/1.1" 200 1621 0.005906 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 200 1292 0.003931 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-machine-interface/68ba59bc-cde0-4690-8a38-99b5348fe900 HTTP/1.1" 200 2939 0.005584 10.0.0.141 - - [2026-05-11 04:46:54] "GET /instance-ip/a9adf783-1594-4ec9-b393-0fbc564614d8 HTTP/1.1" 200 1621 0.004042 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005717 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003674 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006007 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005297 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006105 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006317 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004315 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003070 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005736 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003272 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006843 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004264 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003592 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005235 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005372 10.0.0.141 - - [2026-05-11 04:46:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004356 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003340 10.0.0.141 - - [2026-05-11 04:46:54] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006842 10.0.0.141 - - [2026-05-11 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.141 - - [2026-05-11 04:46:55] "GET /routing-instance/0196b3ea-d525-4edd-8620-a59229750dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.005518 10.0.0.141 - - [2026-05-11 04:46:55] "GET /route-target/c25505a9-b262-43ce-8182-d18e471aa8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005547 10.0.0.141 - - [2026-05-11 04:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.141 - - [2026-05-11 04:46:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005188 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003819 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006423 10.0.0.141 - - [2026-05-11 04:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2026-05-11 04:46:55] "GET /routing-instance/0196b3ea-d525-4edd-8620-a59229750dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.004750 10.0.0.141 - - [2026-05-11 04:46:55] "GET /route-target/c25505a9-b262-43ce-8182-d18e471aa8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004758 10.0.0.141 - - [2026-05-11 04:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.141 - - [2026-05-11 04:46:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004831 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003680 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006749 10.0.0.141 - - [2026-05-11 04:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2026-05-11 04:46:55] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004485 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002952 10.0.0.141 - - [2026-05-11 04:46:55] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006117 10.0.0.27 - - [2026-05-11 04:46:55] "GET /obj-perms HTTP/1.1" 200 5049 0.004081 10.0.0.141 - - [2026-05-11 04:46:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003588 10.0.0.141 - - [2026-05-11 04:46:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003844 10.0.0.27 - - [2026-05-11 04:46:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003963 10.0.0.141 - - [2026-05-11 04:46:58] "POST /neutron/port HTTP/1.1" 200 1109 0.018690 10.0.0.141 - - [2026-05-11 04:46:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.141 - - [2026-05-11 04:46:59] "POST /neutron/network HTTP/1.1" 200 929 0.006688 10.0.0.141 - - [2026-05-11 04:47:10] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 200 1292 0.004203 10.0.0.141 - - [2026-05-11 04:47:11] "POST /neutron/port HTTP/1.1" 200 151 0.269862 10.0.0.141 - - [2026-05-11 04:47:12] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 404 171 0.004776 10.0.0.141 - - [2026-05-11 04:47:12] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 404 171 0.004968 10.0.0.141 - - [2026-05-11 04:47:12] "GET /virtual-machine/7fab2ac4-a037-4baa-a10a-751ddcd1d241 HTTP/1.1" 404 171 0.003006 10.0.0.141 - - [2026-05-11 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.141 - - [2026-05-11 04:47:12] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005859 10.0.0.141 - - [2026-05-11 04:47:12] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003395 10.0.0.141 - - [2026-05-11 04:47:12] "GET /virtual-network/1b777d56-8d88-4ac5-a7ac-4ce52db69efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008318 10.0.0.141 - - [2026-05-11 04:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.141 - - [2026-05-11 04:47:12] "GET /routing-instance/0196b3ea-d525-4edd-8620-a59229750dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.006101 10.0.0.141 - - [2026-05-11 04:47:12] "GET /route-target/c25505a9-b262-43ce-8182-d18e471aa8f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006050 10.0.0.141 - - [2026-05-11 04:47:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004503 10.0.0.27 - - [2026-05-11 04:47:15] "GET /obj-perms HTTP/1.1" 200 5049 0.004177 10.0.0.141 - - [2026-05-11 04:47:16] "POST /neutron/network HTTP/1.1" 200 1122 0.008458 10.0.0.141 - - [2026-05-11 04:47:16] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013754 10.0.0.141 - - [2026-05-11 04:47:16] "POST /neutron/network HTTP/1.1" 200 1112 0.013846 10.0.0.141 - - [2026-05-11 04:47:19] "GET /obj-perms HTTP/1.1" 200 5049 0.004051 10.0.0.141 - - [2026-05-11 04:47:19] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 200 1292 0.005547 10.0.0.141 - - [2026-05-11 04:47:20] "POST /neutron/port HTTP/1.1" 200 151 0.273457 10.0.0.141 - - [2026-05-11 04:47:21] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 404 171 0.003095 10.0.0.141 - - [2026-05-11 04:47:21] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 404 171 0.003023 10.0.0.141 - - [2026-05-11 04:47:21] "GET /virtual-machine/564eb7a9-e002-41db-af8a-ae9bc9701fa9 HTTP/1.1" 404 171 0.003422 10.0.0.141 - - [2026-05-11 04:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.141 - - [2026-05-11 04:47:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004041 10.0.0.141 - - [2026-05-11 04:47:21] "GET /virtual-networks?parent_id=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004495 10.0.0.141 - - [2026-05-11 04:47:21] "GET /virtual-network/7b11773e-7748-431d-afb0-db7c22a3738c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008018 10.0.0.141 - - [2026-05-11 04:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.141 - - [2026-05-11 04:47:21] "GET /routing-instance/15ce92fc-38d6-434e-a332-d1dfa4258fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006233 10.0.0.141 - - [2026-05-11 04:47:21] "GET /route-target/4f1e8e0c-d689-4142-b17d-56d33e7f90fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004381 10.0.0.141 - - [2026-05-11 04:47:24] "GET /obj-perms HTTP/1.1" 200 5049 0.005532 10.0.0.141 - - [2026-05-11 04:47:28] "GET /obj-perms HTTP/1.1" 200 5049 0.004086 10.0.0.141 - - [2026-05-11 04:47:34] "GET /obj-perms HTTP/1.1" 200 5049 0.003607 10.0.0.27 - - [2026-05-11 04:47:36] "GET /obj-perms HTTP/1.1" 200 5075 0.055476 10.0.0.141 - - [2026-05-11 04:47:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004246 10.0.0.141 - - [2026-05-11 04:47:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004472 10.0.0.249 - - [2026-05-11 04:47:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003866 10.0.0.141 - - [2026-05-11 04:47:40] "POST /neutron/network HTTP/1.1" 200 824 0.007055 10.0.0.141 - - [2026-05-11 04:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.27 - - [2026-05-11 04:47:42] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.027705 10.0.0.141 - - [2026-05-11 04:47:42] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.078270 10.0.0.27 - - [2026-05-11 04:47:42] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.141 - - [2026-05-11 04:47:42] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?fields=virtual_networks HTTP/1.1" 200 1043 0.063461 10.0.0.27 - - [2026-05-11 04:47:42] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.141 - - [2026-05-11 04:47:42] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.050408 10.0.0.27 - - [2026-05-11 04:47:42] "GET /projects?obj_uuids=fdfde052-8e68-4f12-99ce-a4acbc099caa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.141 - - [2026-05-11 04:47:42] "GET /project/fdfde052-8e68-4f12-99ce-a4acbc099caa?fields=security_groups HTTP/1.1" 200 1269 0.047026 10.0.0.141 - - [2026-05-11 04:47:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.036097 10.0.0.27 - - [2026-05-11 04:47:43] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003697 10.0.0.27 - - [2026-05-11 04:47:43] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.27 - - [2026-05-11 04:47:43] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034056 10.0.0.27 - - [2026-05-11 04:47:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.004874 10.0.0.27 - - [2026-05-11 04:47:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005713 10.0.0.27 - - [2026-05-11 04:47:43] "POST /security-groups HTTP/1.1" 200 599 0.028527 10.0.0.27 - - [2026-05-11 04:47:43] "POST /projects HTTP/1.1" 200 601 0.246821 10.0.0.141 - - [2026-05-11 04:47:43] "POST /access-control-lists HTTP/1.1" 200 604 0.030804 10.0.0.27 - - [2026-05-11 04:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.319059 10.0.0.141 - - [2026-05-11 04:47:44] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.487378 10.0.0.141 - - [2026-05-11 04:47:45] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.141 - - [2026-05-11 04:47:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.141 - - [2026-05-11 04:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.091894 10.0.0.27 - - [2026-05-11 04:47:48] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.141 - - [2026-05-11 04:47:48] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047018 10.0.0.27 - - [2026-05-11 04:47:48] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.141 - - [2026-05-11 04:47:48] "POST /neutron/network HTTP/1.1" 200 613 0.145573 10.0.0.141 - - [2026-05-11 04:47:48] "POST /route-targets HTTP/1.1" 200 327 0.012752 10.0.0.27 - - [2026-05-11 04:47:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.065408 10.0.0.141 - - [2026-05-11 04:47:49] "POST /neutron/network HTTP/1.1" 200 1003 0.011916 10.0.0.141 - - [2026-05-11 04:47:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001127 10.0.0.141 - - [2026-05-11 04:47:49] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006525 10.0.0.141 - - [2026-05-11 04:47:49] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005683 10.0.0.141 - - [2026-05-11 04:47:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.010473 10.0.0.141 - - [2026-05-11 04:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.27 - - [2026-05-11 04:47:49] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001557 10.0.0.141 - - [2026-05-11 04:47:49] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.054736 10.0.0.27 - - [2026-05-11 04:47:49] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.141 - - [2026-05-11 04:47:49] "POST /neutron/network HTTP/1.1" 200 613 0.130757 10.0.0.141 - - [2026-05-11 04:47:50] "POST /ref-update HTTP/1.1" 200 156 0.031257 10.0.0.141 - - [2026-05-11 04:47:50] "POST /neutron/network HTTP/1.1" 200 1006 0.010710 10.0.0.141 - - [2026-05-11 04:47:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001242 10.0.0.141 - - [2026-05-11 04:47:50] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005526 10.0.0.141 - - [2026-05-11 04:47:50] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006393 10.0.0.141 - - [2026-05-11 04:47:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.008662 10.0.0.141 - - [2026-05-11 04:47:51] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006817 10.0.0.141 - - [2026-05-11 04:47:51] "GET /obj-perms HTTP/1.1" 200 5065 0.069963 10.0.0.141 - - [2026-05-11 04:47:52] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005862 10.0.0.27 - - [2026-05-11 04:47:53] "GET /obj-perms HTTP/1.1" 200 5065 0.129959 10.0.0.141 - - [2026-05-11 04:47:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.015425 10.0.0.141 - - [2026-05-11 04:47:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001238 10.0.0.141 - - [2026-05-11 04:47:53] "POST /neutron/network HTTP/1.1" 200 1013 0.007927 10.0.0.27 - - [2026-05-11 04:47:54] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.141 - - [2026-05-11 04:47:54] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.083977 10.0.0.141 - - [2026-05-11 04:47:55] "POST /neutron/port HTTP/1.1" 200 117 0.008892 10.0.0.27 - - [2026-05-11 04:47:55] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.141 - - [2026-05-11 04:47:55] "POST /neutron/port HTTP/1.1" 200 1172 0.362064 10.0.0.141 - - [2026-05-11 04:47:56] "POST /neutron/port HTTP/1.1" 200 1226 0.176110 10.0.0.141 - - [2026-05-11 04:47:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.141 - - [2026-05-11 04:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.141 - - [2026-05-11 04:47:59] "POST /neutron/port HTTP/1.1" 200 1217 0.045453 10.0.0.141 - - [2026-05-11 04:47:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209 10.0.0.141 - - [2026-05-11 04:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.141 - - [2026-05-11 04:48:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014049 10.0.0.141 - - [2026-05-11 04:48:00] "POST /neutron/port HTTP/1.1" 200 1236 0.025963 10.0.0.141 - - [2026-05-11 04:48:00] "GET /virtual-machine/9e75c8e2-ec6d-4135-b86c-b1de475af0d6 HTTP/1.1" 401 293 0.000414 10.0.0.141 - - [2026-05-11 04:48:00] "GET /virtual-machine/9e75c8e2-ec6d-4135-b86c-b1de475af0d6 HTTP/1.1" 200 1301 0.041471 10.0.0.141 - - [2026-05-11 04:48:00] "GET /virtual-machine-interface/256eb005-5f52-4070-8cf4-df107a1edbdb HTTP/1.1" 200 3174 0.005162 10.0.0.141 - - [2026-05-11 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.141 - - [2026-05-11 04:48:00] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004300 10.0.0.141 - - [2026-05-11 04:48:00] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002848 10.0.0.141 - - [2026-05-11 04:48:01] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006534 10.0.0.141 - - [2026-05-11 04:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.141 - - [2026-05-11 04:48:04] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007361 10.0.0.141 - - [2026-05-11 04:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2026-05-11 04:48:08] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005458 10.0.0.141 - - [2026-05-11 04:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.141 - - [2026-05-11 04:48:12] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005533 10.0.0.141 - - [2026-05-11 04:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.141 - - [2026-05-11 04:48:16] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005496 10.0.0.141 - - [2026-05-11 04:48:16] "POST /neutron/port HTTP/1.1" 200 1109 0.021476 10.0.0.141 - - [2026-05-11 04:48:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.009596 10.0.0.141 - - [2026-05-11 04:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.141 - - [2026-05-11 04:48:20] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005839 10.0.0.141 - - [2026-05-11 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.141 - - [2026-05-11 04:48:24] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005534 10.0.0.27 - - [2026-05-11 04:48:25] "DELETE /project/ad8a845aaf494ea9a8fef06cf01cb222 HTTP/1.1" 404 173 0.004642 10.0.0.27 - - [2026-05-11 04:48:25] "DELETE /project/fdfde052-8e68-4f12-99ce-a4acbc099caa HTTP/1.1" 404 177 0.004926 10.0.0.141 - - [2026-05-11 04:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.141 - - [2026-05-11 04:48:28] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005162 10.0.0.141 - - [2026-05-11 04:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.141 - - [2026-05-11 04:48:32] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008758 10.0.0.141 - - [2026-05-11 04:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.141 - - [2026-05-11 04:48:36] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008137 10.0.0.249 - - [2026-05-11 04:48:37] "GET /obj-perms HTTP/1.1" 200 5075 0.068686 10.0.0.141 - - [2026-05-11 04:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.141 - - [2026-05-11 04:48:40] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005328 10.0.0.141 - - [2026-05-11 04:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.141 - - [2026-05-11 04:48:43] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003606 10.0.0.141 - - [2026-05-11 04:48:43] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003046 10.0.0.141 - - [2026-05-11 04:48:43] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006360 10.0.0.141 - - [2026-05-11 04:48:43] "POST /neutron/port HTTP/1.1" 200 1236 0.017282 10.0.0.141 - - [2026-05-11 04:48:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008931 10.0.0.141 - - [2026-05-11 04:48:58] "POST /neutron/port HTTP/1.1" 200 1236 0.017767 10.0.0.141 - - [2026-05-11 04:49:00] "POST /neutron/port HTTP/1.1" 200 1109 0.020772 10.0.0.141 - - [2026-05-11 04:49:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.010910 10.0.0.141 - - [2026-05-11 04:49:03] "POST /neutron/port HTTP/1.1" 200 1236 0.019026 10.0.0.141 - - [2026-05-11 04:49:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007838 10.0.0.141 - - [2026-05-11 04:49:14] "POST /neutron/port HTTP/1.1" 200 1236 0.019169 10.0.0.141 - - [2026-05-11 04:49:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009018 10.0.0.141 - - [2026-05-11 04:49:14] "POST /neutron/port HTTP/1.1" 200 1236 0.018471 10.0.0.141 - - [2026-05-11 04:49:14] "POST /neutron/network HTTP/1.1" 200 1003 0.009286 10.0.0.141 - - [2026-05-11 04:49:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001024 10.0.0.141 - - [2026-05-11 04:49:14] "GET /virtual-machine/9e75c8e2-ec6d-4135-b86c-b1de475af0d6 HTTP/1.1" 200 1301 0.003880 10.0.0.141 - - [2026-05-11 04:49:14] "GET /virtual-machine-interface/256eb005-5f52-4070-8cf4-df107a1edbdb HTTP/1.1" 200 3174 0.004578 10.0.0.141 - - [2026-05-11 04:49:14] "GET /instance-ip/4bf23dcf-da33-4a32-ac7e-ac3e990b796f HTTP/1.1" 200 1655 0.009542 10.0.0.141 - - [2026-05-11 04:49:14] "GET /instance-ip/b080d14c-d1a6-4bb0-b3f3-72f70f37ebc2 HTTP/1.1" 200 1635 0.005898 10.0.0.141 - - [2026-05-11 04:49:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.003333 10.0.0.141 - - [2026-05-11 04:49:14] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004509 10.0.0.27 - - [2026-05-11 04:49:14] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.141 - - [2026-05-11 04:49:14] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.047601 10.0.0.141 - - [2026-05-11 04:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.141 - - [2026-05-11 04:49:15] "GET /security-group/6c447b8d-e6b9-4e02-9bce-98786186598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.004469 10.0.0.141 - - [2026-05-11 04:49:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.076817 10.0.0.141 - - [2026-05-11 04:49:15] "POST /instance-ips HTTP/1.1" 200 357 0.037821 10.0.0.141 - - [2026-05-11 04:49:15] "GET /instance-ip/0438de6c-dede-4eab-9917-42cac87d8c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.006439 10.0.0.141 - - [2026-05-11 04:49:15] "POST /instance-ips HTTP/1.1" 200 357 0.043423 10.0.0.141 - - [2026-05-11 04:49:15] "GET /instance-ip/ebb6d188-b05f-4310-b8e3-73e96bc1c51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006378 10.0.0.141 - - [2026-05-11 04:49:15] "GET /virtual-machine-interface/567ec475-d127-499f-bdb2-9691e252fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.005647 10.0.0.141 - - [2026-05-11 04:49:15] "GET /virtual-machine-interface/567ec475-d127-499f-bdb2-9691e252fdf5?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.008069 10.0.0.141 - - [2026-05-11 04:49:15] "GET /instance-ip/0438de6c-dede-4eab-9917-42cac87d8c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.006611 10.0.0.141 - - [2026-05-11 04:49:15] "GET /instance-ip/ebb6d188-b05f-4310-b8e3-73e96bc1c51e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005167 10.0.0.141 - - [2026-05-11 04:49:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001580 10.0.0.141 - - [2026-05-11 04:49:15] "POST /neutron/port HTTP/1.1" 200 1078 0.015256 10.0.0.141 - - [2026-05-11 04:49:16] "POST /neutron/port HTTP/1.1" 200 1078 0.016227 10.0.0.141 - - [2026-05-11 04:49:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009984 10.0.0.141 - - [2026-05-11 04:49:16] "POST /neutron/port HTTP/1.1" 200 1078 0.013930 10.0.0.141 - - [2026-05-11 04:49:16] "POST /neutron/port HTTP/1.1" 200 1078 0.015617 10.0.0.141 - - [2026-05-11 04:49:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.141 - - [2026-05-11 04:49:17] "POST /neutron/port HTTP/1.1" 200 117 0.000986 10.0.0.141 - - [2026-05-11 04:49:17] "POST /neutron/port HTTP/1.1" 200 1217 0.022323 10.0.0.141 - - [2026-05-11 04:49:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.141 - - [2026-05-11 04:49:17] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.141 - - [2026-05-11 04:49:21] "POST /neutron/port HTTP/1.1" 200 1181 0.024478 10.0.0.141 - - [2026-05-11 04:49:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009022 10.0.0.141 - - [2026-05-11 04:49:21] "GET /virtual-machine/0d1bf3ce-911f-4d21-a352-fec5b79b0e52 HTTP/1.1" 200 1277 0.006731 10.0.0.141 - - [2026-05-11 04:49:21] "GET /virtual-machine-interface/567ec475-d127-499f-bdb2-9691e252fdf5 HTTP/1.1" 200 3224 0.004993 10.0.0.141 - - [2026-05-11 04:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.141 - - [2026-05-11 04:49:21] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004367 10.0.0.141 - - [2026-05-11 04:49:21] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002971 10.0.0.141 - - [2026-05-11 04:49:21] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005968 10.0.0.141 - - [2026-05-11 04:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.141 - - [2026-05-11 04:49:24] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005303 10.0.0.141 - - [2026-05-11 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.141 - - [2026-05-11 04:49:28] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005596 10.0.0.141 - - [2026-05-11 04:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.141 - - [2026-05-11 04:49:33] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005265 10.0.0.141 - - [2026-05-11 04:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.141 - - [2026-05-11 04:49:37] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006233 10.0.0.141 - - [2026-05-11 04:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.141 - - [2026-05-11 04:49:41] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005877 10.0.0.141 - - [2026-05-11 04:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.141 - - [2026-05-11 04:49:45] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005441 10.0.0.141 - - [2026-05-11 04:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.141 - - [2026-05-11 04:49:49] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004885 10.0.0.141 - - [2026-05-11 04:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.141 - - [2026-05-11 04:49:53] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008474 10.0.0.141 - - [2026-05-11 04:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2026-05-11 04:49:57] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006756 10.0.0.141 - - [2026-05-11 04:49:59] "POST /neutron/port HTTP/1.1" 200 1217 0.018485 10.0.0.141 - - [2026-05-11 04:49:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003566 10.0.0.141 - - [2026-05-11 04:50:00] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.141 - - [2026-05-11 04:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.141 - - [2026-05-11 04:50:01] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005260 10.0.0.141 - - [2026-05-11 04:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.141 - - [2026-05-11 04:50:05] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005454 10.0.0.141 - - [2026-05-11 04:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.141 - - [2026-05-11 04:50:07] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003504 10.0.0.141 - - [2026-05-11 04:50:07] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003657 10.0.0.141 - - [2026-05-11 04:50:08] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005951 10.0.0.141 - - [2026-05-11 04:50:08] "POST /neutron/port HTTP/1.1" 200 1181 0.019128 10.0.0.141 - - [2026-05-11 04:50:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006713 10.0.0.141 - - [2026-05-11 04:50:19] "POST /neutron/port HTTP/1.1" 200 1181 0.055985 10.0.0.141 - - [2026-05-11 04:50:19] "POST /neutron/port HTTP/1.1" 200 1109 0.024848 10.0.0.141 - - [2026-05-11 04:50:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.014353 10.0.0.141 - - [2026-05-11 04:50:23] "POST /neutron/port HTTP/1.1" 200 1181 0.017956 10.0.0.141 - - [2026-05-11 04:50:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008783 10.0.0.141 - - [2026-05-11 04:50:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001257 10.0.0.141 - - [2026-05-11 04:50:34] "POST /neutron/network HTTP/1.1" 200 1016 0.007301 10.0.0.27 - - [2026-05-11 04:50:34] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.141 - - [2026-05-11 04:50:35] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063462 10.0.0.141 - - [2026-05-11 04:50:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010929 10.0.0.141 - - [2026-05-11 04:50:35] "POST /neutron/network HTTP/1.1" 200 1016 0.006674 10.0.0.141 - - [2026-05-11 04:50:36] "POST /neutron/port HTTP/1.1" 200 1175 0.025851 10.0.0.141 - - [2026-05-11 04:50:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.141 - - [2026-05-11 04:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.001695 10.0.0.141 - - [2026-05-11 04:50:39] "GET /obj-perms HTTP/1.1" 200 5075 0.065342 10.0.0.141 - - [2026-05-11 04:50:40] "POST /neutron/port HTTP/1.1" 200 1239 0.020641 10.0.0.141 - - [2026-05-11 04:50:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007401 10.0.0.141 - - [2026-05-11 04:50:40] "GET /virtual-machine/73a74bec-3299-4d48-88e9-e71cb184e0c2 HTTP/1.1" 200 1299 0.007831 10.0.0.141 - - [2026-05-11 04:50:40] "GET /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3 HTTP/1.1" 200 3173 0.005861 10.0.0.141 - - [2026-05-11 04:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.141 - - [2026-05-11 04:50:40] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004769 10.0.0.141 - - [2026-05-11 04:50:40] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003448 10.0.0.141 - - [2026-05-11 04:50:40] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005515 10.0.0.141 - - [2026-05-11 04:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.141 - - [2026-05-11 04:50:43] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006568 10.0.0.141 - - [2026-05-11 04:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.141 - - [2026-05-11 04:50:47] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005301 10.0.0.141 - - [2026-05-11 04:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007054 10.0.0.141 - - [2026-05-11 04:50:52] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007056 10.0.0.141 - - [2026-05-11 04:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.141 - - [2026-05-11 04:50:56] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009252 10.0.0.141 - - [2026-05-11 04:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.141 - - [2026-05-11 04:51:00] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005088 10.0.0.141 - - [2026-05-11 04:51:00] "POST /neutron/port HTTP/1.1" 200 1109 0.023033 10.0.0.141 - - [2026-05-11 04:51:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.141 - - [2026-05-11 04:51:01] "POST /neutron/network HTTP/1.1" 200 929 0.007674 10.0.0.141 - - [2026-05-11 04:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.141 - - [2026-05-11 04:51:04] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007351 10.0.0.141 - - [2026-05-11 04:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.141 - - [2026-05-11 04:51:08] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005304 10.0.0.141 - - [2026-05-11 04:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.141 - - [2026-05-11 04:51:12] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005980 10.0.0.141 - - [2026-05-11 04:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.141 - - [2026-05-11 04:51:16] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006517 10.0.0.141 - - [2026-05-11 04:51:20] "POST /neutron/network HTTP/1.1" 200 1013 0.007443 10.0.0.141 - - [2026-05-11 04:51:20] "POST /neutron/subnet HTTP/1.1" 200 1370 0.026532 10.0.0.141 - - [2026-05-11 04:51:20] "POST /neutron/network HTTP/1.1" 200 1003 0.012969 10.0.0.141 - - [2026-05-11 04:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.141 - - [2026-05-11 04:51:20] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005159 10.0.0.141 - - [2026-05-11 04:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.141 - - [2026-05-11 04:51:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004421 10.0.0.141 - - [2026-05-11 04:51:22] "GET /virtual-networks?parent_id=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004571 10.0.0.141 - - [2026-05-11 04:51:22] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006337 10.0.0.141 - - [2026-05-11 04:51:28] "POST /neutron/port HTTP/1.1" 200 1239 0.016862 10.0.0.141 - - [2026-05-11 04:51:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007394 10.0.0.141 - - [2026-05-11 04:51:38] "POST /neutron/port HTTP/1.1" 200 1239 0.027978 10.0.0.27 - - [2026-05-11 04:51:39] "GET /obj-perms HTTP/1.1" 200 5075 0.062208 10.0.0.141 - - [2026-05-11 04:51:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007907 10.0.0.141 - - [2026-05-11 04:51:44] "POST /neutron/port HTTP/1.1" 200 1239 0.016626 10.0.0.141 - - [2026-05-11 04:51:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007279 10.0.0.141 - - [2026-05-11 04:51:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001228 10.0.0.141 - - [2026-05-11 04:51:44] "GET /virtual-machine/73a74bec-3299-4d48-88e9-e71cb184e0c2 HTTP/1.1" 200 1299 0.003644 10.0.0.141 - - [2026-05-11 04:51:44] "GET /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3 HTTP/1.1" 200 3173 0.005951 10.0.0.141 - - [2026-05-11 04:51:44] "GET /instance-ip/1724a57f-2a78-4402-a282-4f90f95d5e89 HTTP/1.1" 200 1656 0.005902 10.0.0.141 - - [2026-05-11 04:51:44] "GET /instance-ip/5c6350a3-cd65-4d5b-9959-8a5a3876e08d HTTP/1.1" 200 1636 0.005801 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 404 230 0.003539 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-05-11 04:51:44] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.141 - - [2026-05-11 04:51:44] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053358 10.0.0.141 - - [2026-05-11 04:51:44] "POST /network-policys HTTP/1.1" 200 569 0.028322 10.0.0.141 - - [2026-05-11 04:51:44] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.008535 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.141 - - [2026-05-11 04:51:44] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007856 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.141 - - [2026-05-11 04:51:44] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005521 10.0.0.141 - - [2026-05-11 04:51:44] "POST /ref-update HTTP/1.1" 200 156 0.063323 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.141 - - [2026-05-11 04:51:44] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004086 10.0.0.141 - - [2026-05-11 04:51:44] "POST /neutron/network HTTP/1.1" 200 1107 0.011963 10.0.0.141 - - [2026-05-11 04:51:44] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005459 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.141 - - [2026-05-11 04:51:44] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004303 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.141 - - [2026-05-11 04:51:44] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005596 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2026-05-11 04:51:44] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004277 10.0.0.141 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.055933 10.0.0.27 - - [2026-05-11 04:51:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.012828 10.0.0.141 - - [2026-05-11 04:51:45] "POST /ref-update HTTP/1.1" 200 156 0.075226 10.0.0.141 - - [2026-05-11 04:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005980 10.0.0.141 - - [2026-05-11 04:51:45] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003219 10.0.0.141 - - [2026-05-11 04:51:45] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.010749 10.0.0.141 - - [2026-05-11 04:51:45] "POST /access-control-lists HTTP/1.1" 200 596 0.088257 10.0.0.141 - - [2026-05-11 04:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.020715 10.0.0.141 - - [2026-05-11 04:51:45] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007129 10.0.0.141 - - [2026-05-11 04:51:45] "GET /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005134 10.0.0.141 - - [2026-05-11 04:51:45] "PUT /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3 HTTP/1.1" 200 284 0.016978 10.0.0.141 - - [2026-05-11 04:51:45] "GET /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3067 0.007251 10.0.0.141 - - [2026-05-11 04:51:45] "PUT /virtual-machine-interface/10cf7458-c4ba-45c8-850a-bf8ca0f681a3 HTTP/1.1" 200 284 0.017120 10.0.0.27 - - [2026-05-11 04:51:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000764 10.0.0.27 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.001283 10.0.0.249 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.27 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.27 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-05-11 04:51:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.141 - - [2026-05-11 04:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.141 - - [2026-05-11 04:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.141 - - [2026-05-11 04:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.141 - - [2026-05-11 04:51:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2026-05-11 04:52:01] "POST /neutron/port HTTP/1.1" 200 1217 0.024087 10.0.0.141 - - [2026-05-11 04:52:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005333 10.0.0.141 - - [2026-05-11 04:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.141 - - [2026-05-11 04:52:21] "POST /neutron/port HTTP/1.1" 200 1217 0.017373 10.0.0.141 - - [2026-05-11 04:52:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.141 - - [2026-05-11 04:52:21] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.249 - - [2026-05-11 04:52:40] "GET /obj-perms HTTP/1.1" 200 5075 0.056559 10.0.0.141 - - [2026-05-11 04:53:03] "POST /neutron/port HTTP/1.1" 200 1109 0.055773 10.0.0.141 - - [2026-05-11 04:53:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.011618 10.0.0.141 - - [2026-05-11 04:53:22] "POST /neutron/port HTTP/1.1" 200 1109 0.049621 10.0.0.141 - - [2026-05-11 04:53:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003740 10.0.0.141 - - [2026-05-11 04:53:22] "POST /neutron/network HTTP/1.1" 200 929 0.008317 10.0.0.141 - - [2026-05-11 04:54:01] "POST /ref-update HTTP/1.1" 200 156 0.113348 10.0.0.141 - - [2026-05-11 04:54:01] "POST /ref-update HTTP/1.1" 200 156 0.031230 10.0.0.141 - - [2026-05-11 04:54:01] "GET /virtual-network/6e52198f-f047-4a37-b1ca-99e70ea09cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009708 10.0.0.141 - - [2026-05-11 04:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.141 - - [2026-05-11 04:54:01] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004594 10.0.0.141 - - [2026-05-11 04:54:01] "POST /ref-update HTTP/1.1" 200 156 0.055000 10.0.0.141 - - [2026-05-11 04:54:01] "GET /virtual-network/e6d0bf45-117c-459b-9c43-fd7c01b6ba1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010198 10.0.0.141 - - [2026-05-11 04:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.141 - - [2026-05-11 04:54:01] "GET /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005090 10.0.0.141 - - [2026-05-11 04:54:01] "DELETE /network-policy/2d196b22-050c-4ae3-be1a-c9a8568a292c HTTP/1.1" 200 115 0.035358 10.0.0.141 - - [2026-05-11 04:54:02] "DELETE /instance-ip/0438de6c-dede-4eab-9917-42cac87d8c15 HTTP/1.1" 200 115 0.073040 10.0.0.141 - - [2026-05-11 04:54:02] "DELETE /instance-ip/ebb6d188-b05f-4310-b8e3-73e96bc1c51e HTTP/1.1" 200 115 0.055802 10.0.0.141 - - [2026-05-11 04:54:02] "DELETE /virtual-machine-interface/567ec475-d127-499f-bdb2-9691e252fdf5 HTTP/1.1" 200 115 0.100012 10.0.0.141 - - [2026-05-11 04:54:02] "POST /neutron/network HTTP/1.1" 200 1006 0.037987 10.0.0.141 - - [2026-05-11 04:54:02] "POST /neutron/port HTTP/1.1" 200 1229 0.017851 10.0.0.141 - - [2026-05-11 04:54:03] "POST /neutron/port HTTP/1.1" 200 1226 0.016703 10.0.0.141 - - [2026-05-11 04:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.011091 10.0.0.27 - - [2026-05-11 04:54:04] "POST /useragent-kv HTTP/1.1" 200 115 0.048524 10.0.0.27 - - [2026-05-11 04:54:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.27 - - [2026-05-11 04:54:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.27 - - [2026-05-11 04:54:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.141 - - [2026-05-11 04:54:04] "POST /neutron/network HTTP/1.1" 200 151 0.204384 10.0.0.141 - - [2026-05-11 04:54:05] "DELETE /route-target/7b4ce9e9-743a-45e5-9a54-6403b91bda7e HTTP/1.1" 200 115 0.026451 10.0.0.141 - - [2026-05-11 04:54:07] "POST /neutron/port HTTP/1.1" 200 117 0.004913 10.0.0.27 - - [2026-05-11 04:54:07] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.141 - - [2026-05-11 04:54:08] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.069648 10.0.0.27 - - [2026-05-11 04:54:08] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000808 10.0.0.141 - - [2026-05-11 04:54:08] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?fields=virtual_networks HTTP/1.1" 200 1059 0.037408 10.0.0.27 - - [2026-05-11 04:54:08] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.141 - - [2026-05-11 04:54:08] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.037345 10.0.0.27 - - [2026-05-11 04:54:08] "GET /projects?obj_uuids=ad8a845a-af49-4ea9-a8fe-f06cf01cb222&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.141 - - [2026-05-11 04:54:08] "GET /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222?fields=security_groups HTTP/1.1" 200 1293 0.044016 10.0.0.141 - - [2026-05-11 04:54:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.033518 10.0.0.27 - - [2026-05-11 04:54:09] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003631 10.0.0.27 - - [2026-05-11 04:54:09] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.27 - - [2026-05-11 04:54:09] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036624 10.0.0.27 - - [2026-05-11 04:54:09] "POST /id-to-fqname HTTP/1.1" 200 194 0.004560 10.0.0.27 - - [2026-05-11 04:54:09] "POST /fqname-to-id HTTP/1.1" 404 203 0.006578 10.0.0.27 - - [2026-05-11 04:54:09] "POST /security-groups HTTP/1.1" 200 595 0.073307 10.0.0.27 - - [2026-05-11 04:54:09] "POST /projects HTTP/1.1" 200 593 0.281099 10.0.0.141 - - [2026-05-11 04:54:09] "POST /fqname-to-id HTTP/1.1" 404 237 0.007774 10.0.0.27 - - [2026-05-11 04:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.353484 10.0.0.141 - - [2026-05-11 04:54:09] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.530704 10.0.0.141 - - [2026-05-11 04:54:10] "DELETE /access-control-list/aa3347a9-d713-436c-831a-51d6e45b131b HTTP/1.1" 200 115 0.043888 10.0.0.141 - - [2026-05-11 04:54:11] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.141 - - [2026-05-11 04:54:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2026-05-11 04:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.058645 10.0.0.27 - - [2026-05-11 04:54:13] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000831 10.0.0.141 - - [2026-05-11 04:54:13] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041081 10.0.0.27 - - [2026-05-11 04:54:13] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002223 10.0.0.141 - - [2026-05-11 04:54:13] "POST /neutron/network HTTP/1.1" 200 609 0.195807 10.0.0.27 - - [2026-05-11 04:54:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.093916 10.0.0.141 - - [2026-05-11 04:54:14] "POST /neutron/network HTTP/1.1" 200 1004 0.011375 10.0.0.141 - - [2026-05-11 04:54:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001170 10.0.0.141 - - [2026-05-11 04:54:14] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006454 10.0.0.141 - - [2026-05-11 04:54:14] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007110 10.0.0.141 - - [2026-05-11 04:54:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.008232 10.0.0.141 - - [2026-05-11 04:54:14] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006302 10.0.0.141 - - [2026-05-11 04:54:15] "GET /obj-perms HTTP/1.1" 200 5057 0.069996 10.0.0.141 - - [2026-05-11 04:54:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001178 10.0.0.141 - - [2026-05-11 04:54:16] "POST /neutron/network HTTP/1.1" 200 1014 0.009826 10.0.0.27 - - [2026-05-11 04:54:17] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.141 - - [2026-05-11 04:54:17] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.090494 10.0.0.141 - - [2026-05-11 04:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.006408 10.0.0.141 - - [2026-05-11 04:54:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001707 10.0.0.141 - - [2026-05-11 04:54:18] "POST /neutron/network HTTP/1.1" 200 1014 0.006522 10.0.0.141 - - [2026-05-11 04:54:18] "POST /neutron/port HTTP/1.1" 200 1173 0.034659 10.0.0.27 - - [2026-05-11 04:54:19] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000932 10.0.0.141 - - [2026-05-11 04:54:19] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.110998 10.0.0.141 - - [2026-05-11 04:54:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008844 10.0.0.141 - - [2026-05-11 04:54:19] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013915 10.0.0.141 - - [2026-05-11 04:54:19] "POST /neutron/network HTTP/1.1" 200 1004 0.013294 10.0.0.141 - - [2026-05-11 04:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.010132 10.0.0.141 - - [2026-05-11 04:54:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001151 10.0.0.141 - - [2026-05-11 04:54:19] "POST /neutron/network HTTP/1.1" 200 1014 0.010398 10.0.0.141 - - [2026-05-11 04:54:20] "POST /neutron/port HTTP/1.1" 200 1173 0.044689 10.0.0.141 - - [2026-05-11 04:54:20] "POST /neutron/port HTTP/1.1" 200 1237 0.021301 10.0.0.27 - - [2026-05-11 04:54:20] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.141 - - [2026-05-11 04:54:20] "POST /neutron/subnet HTTP/1.1" 200 1394 0.012568 10.0.0.141 - - [2026-05-11 04:54:21] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.104436 10.0.0.141 - - [2026-05-11 04:54:21] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.141 - - [2026-05-11 04:54:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.020345 10.0.0.141 - - [2026-05-11 04:54:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010911 10.0.0.141 - - [2026-05-11 04:54:21] "POST /neutron/port HTTP/1.1" 200 1237 0.020660 10.0.0.141 - - [2026-05-11 04:54:21] "GET /virtual-machine/46dc24ba-68c1-449d-9051-cc08bb85ccb4 HTTP/1.1" 401 293 0.000305 10.0.0.27 - - [2026-05-11 04:54:21] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000963 10.0.0.141 - - [2026-05-11 04:54:22] "POST /neutron/port HTTP/1.1" 200 1173 0.322529 10.0.0.141 - - [2026-05-11 04:54:22] "GET /virtual-machine/46dc24ba-68c1-449d-9051-cc08bb85ccb4 HTTP/1.1" 200 1296 0.057215 10.0.0.141 - - [2026-05-11 04:54:22] "GET /virtual-machine-interface/fbc04a73-1649-42dc-94fc-fa50722cfcb7 HTTP/1.1" 200 3155 0.005348 10.0.0.141 - - [2026-05-11 04:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.141 - - [2026-05-11 04:54:22] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004831 10.0.0.141 - - [2026-05-11 04:54:22] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002669 10.0.0.141 - - [2026-05-11 04:54:22] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004901 10.0.0.141 - - [2026-05-11 04:54:22] "POST /neutron/port HTTP/1.1" 200 1227 0.121571 10.0.0.141 - - [2026-05-11 04:54:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005266 10.0.0.141 - - [2026-05-11 04:54:22] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.141 - - [2026-05-11 04:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.141 - - [2026-05-11 04:54:25] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006279 10.0.0.27 - - [2026-05-11 04:54:26] "DELETE /project/e3609f9ea6144f2fb320acab7522b609 HTTP/1.1" 404 173 0.004028 10.0.0.27 - - [2026-05-11 04:54:26] "DELETE /project/ad8a845a-af49-4ea9-a8fe-f06cf01cb222 HTTP/1.1" 404 177 0.006936 10.0.0.141 - - [2026-05-11 04:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.141 - - [2026-05-11 04:54:29] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006093 10.0.0.141 - - [2026-05-11 04:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2026-05-11 04:54:33] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005286 10.0.0.141 - - [2026-05-11 04:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.141 - - [2026-05-11 04:54:37] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005524 10.0.0.141 - - [2026-05-11 04:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.141 - - [2026-05-11 04:54:41] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007794 10.0.0.27 - - [2026-05-11 04:54:42] "GET /obj-perms HTTP/1.1" 200 5075 0.061688 10.0.0.141 - - [2026-05-11 04:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.141 - - [2026-05-11 04:54:45] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007058 10.0.0.141 - - [2026-05-11 04:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.141 - - [2026-05-11 04:54:50] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008232 10.0.0.141 - - [2026-05-11 04:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.141 - - [2026-05-11 04:54:54] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005467 10.0.0.141 - - [2026-05-11 04:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.141 - - [2026-05-11 04:54:58] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006325 10.0.0.141 - - [2026-05-11 04:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.141 - - [2026-05-11 04:55:02] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005756 10.0.0.141 - - [2026-05-11 04:55:04] "POST /neutron/port HTTP/1.1" 200 1217 0.048783 10.0.0.141 - - [2026-05-11 04:55:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.141 - - [2026-05-11 04:55:05] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.141 - - [2026-05-11 04:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.141 - - [2026-05-11 04:55:06] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005332 10.0.0.141 - - [2026-05-11 04:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.141 - - [2026-05-11 04:55:10] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007286 10.0.0.141 - - [2026-05-11 04:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.141 - - [2026-05-11 04:55:14] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008228 10.0.0.141 - - [2026-05-11 04:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.141 - - [2026-05-11 04:55:18] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005767 10.0.0.141 - - [2026-05-11 04:55:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.036812 10.0.0.141 - - [2026-05-11 04:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2026-05-11 04:55:22] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005655 10.0.0.141 - - [2026-05-11 04:55:24] "POST /neutron/network HTTP/1.1" 200 1122 0.008938 10.0.0.141 - - [2026-05-11 04:55:24] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016040 10.0.0.141 - - [2026-05-11 04:55:24] "POST /neutron/network HTTP/1.1" 200 1112 0.011140 10.0.0.141 - - [2026-05-11 04:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.141 - - [2026-05-11 04:55:24] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005462 10.0.0.141 - - [2026-05-11 04:55:24] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005049 10.0.0.141 - - [2026-05-11 04:55:24] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007488 10.0.0.141 - - [2026-05-11 04:55:30] "POST /neutron/port HTTP/1.1" 200 1237 0.019053 10.0.0.141 - - [2026-05-11 04:55:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008154 10.0.0.141 - - [2026-05-11 04:55:37] "POST /neutron/port HTTP/1.1" 200 1237 0.017858 10.0.0.141 - - [2026-05-11 04:55:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008680 10.0.0.249 - - [2026-05-11 04:55:42] "GET /obj-perms HTTP/1.1" 200 5075 0.060706 10.0.0.141 - - [2026-05-11 04:55:51] "POST /neutron/port HTTP/1.1" 200 1237 0.025011 10.0.0.141 - - [2026-05-11 04:55:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007413 10.0.0.141 - - [2026-05-11 04:55:51] "GET /virtual-machine/5ef64798-6344-4489-ac65-0e64bc19e958 HTTP/1.1" 200 1296 0.006655 10.0.0.141 - - [2026-05-11 04:55:51] "GET /virtual-machine-interface/911beb76-6db5-47bf-a59f-fc7018fd0f5a HTTP/1.1" 200 3155 0.005004 10.0.0.141 - - [2026-05-11 04:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.141 - - [2026-05-11 04:55:51] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003460 10.0.0.141 - - [2026-05-11 04:55:51] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003237 10.0.0.141 - - [2026-05-11 04:55:51] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008684 10.0.0.141 - - [2026-05-11 04:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.141 - - [2026-05-11 04:55:52] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003977 10.0.0.141 - - [2026-05-11 04:55:52] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003320 10.0.0.141 - - [2026-05-11 04:55:52] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005495 10.0.0.141 - - [2026-05-11 04:55:52] "POST /neutron/port HTTP/1.1" 200 1237 0.017933 10.0.0.141 - - [2026-05-11 04:55:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008328 10.0.0.141 - - [2026-05-11 04:55:53] "GET /virtual-machine/747010f9-73e7-4241-9564-21113f66388d HTTP/1.1" 200 1296 0.008213 10.0.0.141 - - [2026-05-11 04:55:53] "GET /virtual-machine-interface/61cd0d5d-a15f-4878-8ede-d4031ff7c143 HTTP/1.1" 200 3154 0.005441 10.0.0.141 - - [2026-05-11 04:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.141 - - [2026-05-11 04:55:53] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004385 10.0.0.141 - - [2026-05-11 04:55:53] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003165 10.0.0.141 - - [2026-05-11 04:55:53] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006379 10.0.0.141 - - [2026-05-11 04:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2026-05-11 04:55:54] "GET /global-vrouter-config/a737a2a5-de9c-4c47-951b-7cb57f1a7b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003847 10.0.0.141 - - [2026-05-11 04:55:54] "GET /virtual-networks?parent_id=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003622 10.0.0.141 - - [2026-05-11 04:55:54] "GET /virtual-network/9ffec581-c874-4326-8f67-c5ec9f243d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006488 10.0.0.141 - - [2026-05-11 04:55:54] "GET /virtual-machine-interface/61cd0d5d-a15f-4878-8ede-d4031ff7c143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006983 10.0.0.141 - - [2026-05-11 04:55:54] "PUT /virtual-machine-interface/61cd0d5d-a15f-4878-8ede-d4031ff7c143 HTTP/1.1" 200 284 0.020200 10.0.0.141 - - [2026-05-11 04:56:06] "POST /neutron/port HTTP/1.1" 200 1109 0.019369 10.0.0.141 - - [2026-05-11 04:56:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004354 10.0.0.141 - - [2026-05-11 04:56:07] "POST /neutron/network HTTP/1.1" 200 929 0.007513 10.0.0.141 - - [2026-05-11 04:56:24] "POST /neutron/network HTTP/1.1" 200 939 0.007456 10.0.0.141 - - [2026-05-11 04:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.27 - - [2026-05-11 04:56:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.27 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.249 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.27 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.001497 10.0.0.27 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-05-11 04:56:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.141 - - [2026-05-11 04:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2026-05-11 04:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.141 - - [2026-05-11 04:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.141 - - [2026-05-11 04:56:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.141 - - [2026-05-11 04:57:06] "POST /neutron/port HTTP/1.1" 200 1237 0.021465 10.0.0.141 - - [2026-05-11 04:57:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006223 10.0.0.141 - - [2026-05-11 04:57:07] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.141 - - [2026-05-11 04:57:25] "POST /neutron/port HTTP/1.1" 200 1237 0.022192 10.0.0.141 - - [2026-05-11 04:57:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004899 10.0.0.141 - - [2026-05-11 04:57:25] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.141 - - [2026-05-11 04:58:08] "POST /neutron/port HTTP/1.1" 200 1217 0.046259 10.0.0.141 - - [2026-05-11 04:58:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005216 10.0.0.141 - - [2026-05-11 04:58:08] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.141 - - [2026-05-11 04:58:27] "POST /neutron/port HTTP/1.1" 200 1237 0.043400 10.0.0.141 - - [2026-05-11 04:58:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004504 10.0.0.141 - - [2026-05-11 04:58:27] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.141 - - [2026-05-11 04:58:41] "POST /neutron/network HTTP/1.1" 400 204 0.018873 10.0.0.141 - - [2026-05-11 04:58:42] "POST /neutron/port HTTP/1.1" 200 1237 0.040516 10.0.0.141 - - [2026-05-11 04:58:42] "POST /neutron/port HTTP/1.1" 200 151 0.316660 10.0.0.141 - - [2026-05-11 04:58:42] "POST /neutron/port HTTP/1.1" 200 151 0.331243 10.0.0.141 - - [2026-05-11 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.063955 10.0.0.141 - - [2026-05-11 04:58:44] "GET /obj-perms HTTP/1.1" 200 5075 0.066918 10.0.0.27 - - [2026-05-11 04:58:45] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001452 10.0.0.141 - - [2026-05-11 04:58:45] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049432 10.0.0.27 - - [2026-05-11 04:58:45] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001287 10.0.0.141 - - [2026-05-11 04:58:45] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?fields=virtual_networks HTTP/1.1" 200 1051 0.062739 10.0.0.27 - - [2026-05-11 04:58:45] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.141 - - [2026-05-11 04:58:45] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.047545 10.0.0.27 - - [2026-05-11 04:58:45] "GET /projects?obj_uuids=e3609f9e-a614-4f2f-b320-acab7522b609&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.141 - - [2026-05-11 04:58:45] "GET /project/e3609f9e-a614-4f2f-b320-acab7522b609?fields=security_groups HTTP/1.1" 200 1281 0.046998 10.0.0.141 - - [2026-05-11 04:58:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.032181 10.0.0.27 - - [2026-05-11 04:58:46] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003581 10.0.0.27 - - [2026-05-11 04:58:46] "GET /domains?obj_uuids=a797b29a-b743-4bb0-b070-a90ae89983d0&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.27 - - [2026-05-11 04:58:46] "GET /domain/a797b29a-b743-4bb0-b070-a90ae89983d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007031 10.0.0.27 - - [2026-05-11 04:58:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.003575 10.0.0.27 - - [2026-05-11 04:58:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.005447 10.0.0.27 - - [2026-05-11 04:58:46] "POST /security-groups HTTP/1.1" 200 591 0.086582 10.0.0.27 - - [2026-05-11 04:58:46] "POST /projects HTTP/1.1" 200 585 0.318917 10.0.0.141 - - [2026-05-11 04:58:47] "POST /access-control-lists HTTP/1.1" 200 596 0.042745 10.0.0.27 - - [2026-05-11 04:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.408558 10.0.0.141 - - [2026-05-11 04:58:47] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.566027 10.0.0.141 - - [2026-05-11 04:58:48] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.27 - - [2026-05-11 04:58:53] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.141 - - [2026-05-11 04:58:53] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.045810 10.0.0.27 - - [2026-05-11 04:58:53] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.141 - - [2026-05-11 04:58:54] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?fields=virtual_networks HTTP/1.1" 200 1042 0.050295 10.0.0.27 - - [2026-05-11 04:58:54] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.141 - - [2026-05-11 04:58:54] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049836 10.0.0.27 - - [2026-05-11 04:58:54] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.141 - - [2026-05-11 04:58:54] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?fields=security_groups HTTP/1.1" 200 1268 0.055707 10.0.0.141 - - [2026-05-11 04:58:54] "DELETE /access-control-list/7a586f43-4ec1-40e6-a9c2-78bd25d928ff HTTP/1.1" 200 115 0.037160 10.0.0.141 - - [2026-05-11 04:59:08] "POST /neutron/port HTTP/1.1" 200 1109 0.024683 10.0.0.141 - - [2026-05-11 04:59:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005917 10.0.0.141 - - [2026-05-11 04:59:08] "POST /neutron/network HTTP/1.1" 200 929 0.010644 10.0.0.27 - - [2026-05-11 04:59:26] "DELETE /project/a8f0242fa4884eb184ddab7903fc35b4 HTTP/1.1" 404 173 0.054650 10.0.0.27 - - [2026-05-11 04:59:26] "DELETE /project/e3609f9e-a614-4f2f-b320-acab7522b609 HTTP/1.1" 404 177 0.070339 10.0.0.27 - - [2026-05-11 04:59:26] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001545 10.0.0.27 - - [2026-05-11 04:59:26] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.101259 10.0.0.27 - - [2026-05-11 04:59:26] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001448 10.0.0.27 - - [2026-05-11 04:59:26] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?fields=security_groups HTTP/1.1" 200 1373 0.042848 10.0.0.27 - - [2026-05-11 04:59:26] "DELETE /security-group/2f98c8d0-3e28-44d9-bfb8-ec7a201f0c2f HTTP/1.1" 200 115 0.053259 10.0.0.27 - - [2026-05-11 04:59:26] "GET /projects?obj_uuids=a8f0242f-a488-4eb1-84dd-ab7903fc35b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.27 - - [2026-05-11 04:59:26] "GET /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4?fields=application_policy_sets HTTP/1.1" 200 1412 0.042429 10.0.0.141 - - [2026-05-11 04:59:26] "DELETE /access-control-list/75848077-88a4-4126-8f30-328057f9014a HTTP/1.1" 200 115 0.060967 10.0.0.27 - - [2026-05-11 04:59:26] "DELETE /project/a8f0242f-a488-4eb1-84dd-ab7903fc35b4 HTTP/1.1" 200 115 0.523419 10.0.0.141 - - [2026-05-11 04:59:27] "POST /neutron/network HTTP/1.1" 200 1122 0.006593 10.0.0.141 - - [2026-05-11 04:59:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018288 10.0.0.141 - - [2026-05-11 04:59:27] "POST /neutron/network HTTP/1.1" 200 1112 0.012635 10.0.0.27 - - [2026-05-11 04:59:45] "GET /obj-perms HTTP/1.1" 200 5075 0.061966 10.0.0.141 - - [2026-05-11 05:00:28] "POST /neutron/network HTTP/1.1" 200 939 0.008283 10.0.0.141 - - [2026-05-11 05:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.249 - - [2026-05-11 05:00:46] "GET /obj-perms HTTP/1.1" 200 5075 0.078055 10.0.0.141 - - [2026-05-11 05:01:09] "POST /neutron/port HTTP/1.1" 200 1217 0.020375 10.0.0.141 - - [2026-05-11 05:01:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004064 10.0.0.141 - - [2026-05-11 05:01:09] "POST /neutron/port HTTP/1.1" 200 117 0.002079 10.0.0.141 - - [2026-05-11 05:01:28] "POST /neutron/port HTTP/1.1" 200 1217 0.019559 10.0.0.141 - - [2026-05-11 05:01:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.141 - - [2026-05-11 05:01:28] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.27 - - [2026-05-11 05:01:51] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.27 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.27 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.27 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.249 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2026-05-11 05:01:52] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2026-05-11 05:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.141 - - [2026-05-11 05:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.141 - - [2026-05-11 05:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.141 - - [2026-05-11 05:01:54] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 [Introspect:8084]10.0.0.27 - - [2026-05-11 05:02:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000815 [Introspect:8084]10.0.0.27 - - [2026-05-11 05:02:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.000919 10.0.0.141 - - [2026-05-11 05:02:11] "POST /neutron/port HTTP/1.1" 200 1109 0.021707 10.0.0.141 - - [2026-05-11 05:02:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.009467