++ 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 Apr 20 02:05:24 AM UTC 2026 ===================' INFO: =================== Mon Apr 20 02:05:24 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 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.38,10.0.0.27,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.38 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.27,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38,10.0.0.27,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 + cassandra_server_list='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set ++ 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: 04/20/2026 02:05:33.314 7f3c85c78400 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 02:05:33.452 7f3c85c78400 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 02:05:33.468 7f3c85c78400 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 02:05:33.468 7f3c85c78400 [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 Apr 20 02:05:53 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=) 3752 pm = self.create_singleton_entry(PolicyManagement()) 3753 self._global_pm_uuid = pm.uuid 3754 aps = self.create_singleton_entry(ApplicationPolicySet( 3755 parent_obj=pm, all_applications=True)) 3756 ok, result = self._db_conn.ref_update( aps undefined self = self.create_singleton_entry = > global ApplicationPolicySet = parent_obj undefined pm = all_applications undefined /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/application_policy_set...81fb6d84-3b0d-4651-bc63-0a4e5d185192 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: 81fb6d84-3b0d-4651-bc63-0a4e5d185192 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('application_policy_set default-policy-management:default-application-policy-set') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/application_policy_set...81fb6d84-3b0d-4651-bc63-0a4e5d185192 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/application_policy_set...81fb6d84-3b0d-4651-bc63-0a4e5d185192 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/application_policy_set...81fb6d84-3b0d-4651-bc63-0a4e5d185192 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2474, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: application_policy_set default-policy-management:default-application-policy-set 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 3754, in _db_init_entries aps = self.create_singleton_entry(ApplicationPolicySet( 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/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: 81fb6d84-3b0d-4651-bc63-0a4e5d185192 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 Apr 20 02:05:54 AM UTC 2026 ===================' INFO: =================== Mon Apr 20 02:05:54 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.38,10.0.0.27,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.27,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38,10.0.0.27,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ 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: 04/20/2026 02:06:02.734 7f7d7cc34600 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 02:06:02.872 7f7d7cc34600 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 02:06:02.883 7f7d7cc34600 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 02:06:02.883 7f7d7cc34600 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-04-20 02:06:03] "GET / HTTP/1.1" 503 181 0.000228 10.0.0.23 - - [2026-04-20 02:06:03] "GET / HTTP/1.1" 503 181 0.000126 10.0.0.23 - - [2026-04-20 02:06:04] "GET / HTTP/1.1" 200 45871 0.001322 10.0.0.23 - - [2026-04-20 02:06:04] "GET / HTTP/1.1" 200 45871 0.001003 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-04-20 02:06:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2026-04-20 02:06:04] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000285 10.0.0.23 - - [2026-04-20 02:06:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.080443 10.0.0.23 - - [2026-04-20 02:06:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.014519 10.0.0.23 - - [2026-04-20 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 2.796463 10.0.0.23 - - [2026-04-20 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006883 /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-04-20 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-04-20 02:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.23 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.23 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-04-20 02:06:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-04-20 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.38 - - [2026-04-20 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.38 - - [2026-04-20 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000742 10.0.0.38 - - [2026-04-20 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-04-20 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.032990 10.0.0.23 - - [2026-04-20 02:06:17] "POST /access-control-lists HTTP/1.1" 200 587 0.041589 10.0.0.23 - - [2026-04-20 02:06:17] "POST /route-targets HTTP/1.1" 200 327 0.018015 10.0.0.23 - - [2026-04-20 02:06:17] "POST /ref-update HTTP/1.1" 200 156 0.029629 10.0.0.23 - - [2026-04-20 02:06:18] "POST /route-targets HTTP/1.1" 200 327 0.021506 10.0.0.23 - - [2026-04-20 02:06:18] "POST /access-control-lists HTTP/1.1" 200 551 0.057362 10.0.0.23 - - [2026-04-20 02:06:46] "POST /ref-update HTTP/1.1" 200 156 0.070865 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.23 - - [2026-04-20 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.389562 10.0.0.38 - - [2026-04-20 02:10:03] "GET /obj-perms HTTP/1.1" 200 5056 0.087348 10.0.0.27 - - [2026-04-20 02:10:03] "GET /obj-perms HTTP/1.1" 200 5056 0.069981 10.0.0.23 - - [2026-04-20 02:11:07] "PUT /access-control-list/85a8c671-3b82-4916-8639-1dd9f8090295 HTTP/1.1" 200 272 0.027602 10.0.0.27 - - [2026-04-20 02:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2026-04-20 02:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.23 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2026-04-20 02:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 [Introspect:8084]10.0.0.23 - - [2026-04-20 02:11:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001137 [Introspect:8084]10.0.0.23 - - [2026-04-20 02:11:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001091 10.0.0.38 - - [2026-04-20 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2026-04-20 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-04-20 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.38 - - [2026-04-20 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 [Introspect:8084]10.0.0.23 - - [2026-04-20 02:11:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000841 [Introspect:8084]10.0.0.23 - - [2026-04-20 02:11:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000805 10.0.0.38 - - [2026-04-20 02:12:49] "GET / HTTP/1.1" 200 35931 0.001658 10.0.0.38 - - [2026-04-20 02:12:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.38 - - [2026-04-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.053895 10.0.0.23 - - [2026-04-20 02:12:51] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.053852 10.0.0.23 - - [2026-04-20 02:12:51] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.23 - - [2026-04-20 02:12:51] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033699 10.0.0.23 - - [2026-04-20 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.002766 10.0.0.23 - - [2026-04-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.015428 10.0.0.23 - - [2026-04-20 02:12:51] "POST /security-groups HTTP/1.1" 200 589 0.095677 10.0.0.23 - - [2026-04-20 02:12:51] "POST /projects HTTP/1.1" 200 581 0.354396 10.0.0.23 - - [2026-04-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.389069 10.0.0.38 - - [2026-04-20 02:12:51] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.607493 10.0.0.23 - - [2026-04-20 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.063977 10.0.0.38 - - [2026-04-20 02:12:52] "GET / HTTP/1.1" 200 35931 0.002799 10.0.0.23 - - [2026-04-20 02:12:56] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.38 - - [2026-04-20 02:12:56] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058213 10.0.0.23 - - [2026-04-20 02:12:56] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.38 - - [2026-04-20 02:12:56] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?fields=virtual_networks HTTP/1.1" 200 1029 0.060285 10.0.0.23 - - [2026-04-20 02:12:56] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.38 - - [2026-04-20 02:12:56] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.058106 10.0.0.23 - - [2026-04-20 02:12:56] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.38 - - [2026-04-20 02:12:56] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?fields=security_groups HTTP/1.1" 200 1253 0.050829 10.0.0.23 - - [2026-04-20 02:12:57] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004582 10.0.0.23 - - [2026-04-20 02:12:57] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.23 - - [2026-04-20 02:12:57] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008822 10.0.0.23 - - [2026-04-20 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 167 0.004570 10.0.0.23 - - [2026-04-20 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 176 0.007395 10.0.0.23 - - [2026-04-20 02:12:57] "POST /security-groups HTTP/1.1" 200 568 0.036579 10.0.0.23 - - [2026-04-20 02:12:57] "POST /projects HTTP/1.1" 200 539 0.279390 10.0.0.23 - - [2026-04-20 02:12:57] "POST /access-control-lists HTTP/1.1" 200 573 0.038603 10.0.0.23 - - [2026-04-20 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.355375 10.0.0.38 - - [2026-04-20 02:12:57] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.536957 [Introspect:8084]10.0.0.38 - - [2026-04-20 02:12:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000993 10.0.0.23 - - [2026-04-20 02:12:59] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000979 10.0.0.38 - - [2026-04-20 02:12:59] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.041077 10.0.0.23 - - [2026-04-20 02:13:00] "GET /obj-perms HTTP/1.1" 200 5056 0.068605 [Introspect:8084]10.0.0.38 - - [2026-04-20 02:13:02] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000767 10.0.0.38 - - [2026-04-20 02:13:02] "GET /obj-perms HTTP/1.1" 200 5056 0.048894 10.0.0.38 - - [2026-04-20 02:13:02] "GET /obj-perms HTTP/1.1" 200 5056 0.010696 10.0.0.38 - - [2026-04-20 02:13:02] "GET /obj-perms HTTP/1.1" 200 5056 0.004664 10.0.0.38 - - [2026-04-20 02:13:02] "GET /obj-perms HTTP/1.1" 200 5056 0.004436 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.005182 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.004168 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.003957 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.003945 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.003944 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.003972 10.0.0.38 - - [2026-04-20 02:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.004476 10.0.0.23 - - [2026-04-20 02:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004334 10.0.0.27 - - [2026-04-20 02:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059929 10.0.0.23 - - [2026-04-20 02:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.005227 10.0.0.23 - - [2026-04-20 02:13:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004638 10.0.0.38 - - [2026-04-20 02:13:05] "GET /obj-perms HTTP/1.1" 200 5056 0.007227 10.0.0.38 - - [2026-04-20 02:13:05] "GET /obj-perms HTTP/1.1" 200 5056 0.005481 10.0.0.38 - - [2026-04-20 02:13:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004163 10.0.0.38 - - [2026-04-20 02:13:05] "GET /obj-perms HTTP/1.1" 200 5056 0.003736 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.066489 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004976 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.003954 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004211 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.012546 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004427 10.0.0.38 - - [2026-04-20 02:13:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004296 10.0.0.38 - - [2026-04-20 02:13:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004577 10.0.0.38 - - [2026-04-20 02:13:09] "GET /obj-perms HTTP/1.1" 200 5056 0.007772 10.0.0.23 - - [2026-04-20 02:13:09] "DELETE /project/9f64e5628fe5444fb1e21e4979e50a32 HTTP/1.1" 404 173 0.005231 10.0.0.23 - - [2026-04-20 02:13:09] "DELETE /project/1500d1cb91d246e1a670ed2ad7e46009 HTTP/1.1" 404 173 0.006004 10.0.0.23 - - [2026-04-20 02:13:09] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000751 10.0.0.23 - - [2026-04-20 02:13:09] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.056446 10.0.0.23 - - [2026-04-20 02:13:09] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.38 - - [2026-04-20 02:13:09] "GET /obj-perms HTTP/1.1" 200 5056 0.005802 10.0.0.23 - - [2026-04-20 02:13:09] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?fields=security_groups HTTP/1.1" 200 1358 0.063884 10.0.0.38 - - [2026-04-20 02:13:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004009 10.0.0.23 - - [2026-04-20 02:13:09] "DELETE /security-group/be31a77c-d6c1-48c1-9014-8abbb61ca753 HTTP/1.1" 200 115 0.088520 10.0.0.23 - - [2026-04-20 02:13:09] "GET /projects?obj_uuids=9f64e562-8fe5-444f-b1e2-1e4979e50a32&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.23 - - [2026-04-20 02:13:09] "DELETE /access-control-list/2912dcea-b94f-4532-ba3c-cc158b1cb725 HTTP/1.1" 200 115 0.074698 10.0.0.23 - - [2026-04-20 02:13:09] "GET /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32?fields=application_policy_sets HTTP/1.1" 200 1397 0.063296 10.0.0.23 - - [2026-04-20 02:13:10] "DELETE /project/9f64e562-8fe5-444f-b1e2-1e4979e50a32 HTTP/1.1" 200 115 0.564051 10.0.0.38 - - [2026-04-20 02:13:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004653 10.0.0.38 - - [2026-04-20 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.027841 10.0.0.23 - - [2026-04-20 02:13:12] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.23 - - [2026-04-20 02:13:12] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.23 - - [2026-04-20 02:13:12] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008860 10.0.0.23 - - [2026-04-20 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.001294 10.0.0.23 - - [2026-04-20 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.013504 10.0.0.23 - - [2026-04-20 02:13:12] "POST /security-groups HTTP/1.1" 200 602 0.078929 10.0.0.23 - - [2026-04-20 02:13:12] "POST /projects HTTP/1.1" 200 607 0.315365 10.0.0.23 - - [2026-04-20 02:13:12] "POST /access-control-lists HTTP/1.1" 200 607 0.041010 10.0.0.23 - - [2026-04-20 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.394104 10.0.0.38 - - [2026-04-20 02:13:12] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.549055 10.0.0.38 - - [2026-04-20 02:13:13] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.38 - - [2026-04-20 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2026-04-20 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.070190 10.0.0.23 - - [2026-04-20 02:13:15] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.38 - - [2026-04-20 02:13:15] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.062599 10.0.0.23 - - [2026-04-20 02:13:16] "POST /route-targets HTTP/1.1" 200 327 0.017504 10.0.0.23 - - [2026-04-20 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012977 10.0.0.38 - - [2026-04-20 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.455940 10.0.0.38 - - [2026-04-20 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001225 10.0.0.38 - - [2026-04-20 02:13:16] "GET /virtual-network/30e7f4b1-929b-4d79-94a7-e846d4bfa900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006401 10.0.0.38 - - [2026-04-20 02:13:16] "GET /virtual-network/30e7f4b1-929b-4d79-94a7-e846d4bfa900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005650 10.0.0.38 - - [2026-04-20 02:13:16] "POST /neutron/network HTTP/1.1" 200 839 0.007684 10.0.0.38 - - [2026-04-20 02:13:17] "GET /virtual-network/30e7f4b1-929b-4d79-94a7-e846d4bfa900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005725 10.0.0.38 - - [2026-04-20 02:13:18] "GET /obj-perms HTTP/1.1" 200 5052 0.065245 10.0.0.38 - - [2026-04-20 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001264 10.0.0.23 - - [2026-04-20 02:13:21] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.38 - - [2026-04-20 02:13:21] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070423 10.0.0.38 - - [2026-04-20 02:13:22] "POST /neutron/network HTTP/1.1" 200 839 0.041995 10.0.0.38 - - [2026-04-20 02:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.008055 10.0.0.38 - - [2026-04-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 1071 0.056466 10.0.0.38 - - [2026-04-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 1135 0.032368 10.0.0.38 - - [2026-04-20 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.38 - - [2026-04-20 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009554 10.0.0.38 - - [2026-04-20 02:13:34] "GET /obj-perms HTTP/1.1" 200 5052 0.004452 10.0.0.38 - - [2026-04-20 02:13:37] "POST /neutron/network HTTP/1.1" 200 839 0.007182 10.0.0.38 - - [2026-04-20 02:13:38] "POST /neutron/port HTTP/1.1" 200 1125 0.018538 10.0.0.38 - - [2026-04-20 02:13:39] "POST /neutron/network HTTP/1.1" 200 839 0.008096 10.0.0.23 - - [2026-04-20 02:13:40] "DELETE /route-target/8238ded1-18dd-49cb-8c62-1ad10b50bee0 HTTP/1.1" 200 115 0.034691 10.0.0.23 - - [2026-04-20 02:13:41] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000898 10.0.0.38 - - [2026-04-20 02:13:41] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056609 10.0.0.23 - - [2026-04-20 02:13:41] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000873 10.0.0.38 - - [2026-04-20 02:13:41] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?fields=virtual_networks HTTP/1.1" 200 1054 0.048821 10.0.0.23 - - [2026-04-20 02:13:41] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.38 - - [2026-04-20 02:13:41] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.045614 10.0.0.23 - - [2026-04-20 02:13:41] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000905 10.0.0.38 - - [2026-04-20 02:13:41] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?fields=security_groups HTTP/1.1" 200 1291 0.058924 10.0.0.23 - - [2026-04-20 02:13:41] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002752 10.0.0.38 - - [2026-04-20 02:13:42] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.063774 10.0.0.23 - - [2026-04-20 02:13:48] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000945 10.0.0.38 - - [2026-04-20 02:13:48] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040009 10.0.0.38 - - [2026-04-20 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.036184 10.0.0.23 - - [2026-04-20 02:13:51] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003073 10.0.0.23 - - [2026-04-20 02:13:51] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000830 10.0.0.23 - - [2026-04-20 02:13:51] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007769 10.0.0.23 - - [2026-04-20 02:13:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.004621 10.0.0.23 - - [2026-04-20 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.013395 10.0.0.23 - - [2026-04-20 02:13:51] "POST /security-groups HTTP/1.1" 200 603 0.044000 10.0.0.23 - - [2026-04-20 02:13:51] "POST /projects HTTP/1.1" 200 609 0.298159 10.0.0.23 - - [2026-04-20 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.009983 10.0.0.23 - - [2026-04-20 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.372412 10.0.0.38 - - [2026-04-20 02:13:51] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.552672 10.0.0.38 - - [2026-04-20 02:13:53] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.38 - - [2026-04-20 02:13:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.38 - - [2026-04-20 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.055599 10.0.0.23 - - [2026-04-20 02:13:53] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.38 - - [2026-04-20 02:13:54] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071462 10.0.0.23 - - [2026-04-20 02:13:54] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001491 10.0.0.38 - - [2026-04-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 703 0.211096 10.0.0.38 - - [2026-04-20 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 275 0.004563 10.0.0.38 - - [2026-04-20 02:13:54] "GET /virtual-network/6affbf8e-cb00-4333-b035-9e20f3eddf9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.014817 10.0.0.38 - - [2026-04-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 921 0.006826 10.0.0.38 - - [2026-04-20 02:13:54] "GET /virtual-network/6affbf8e-cb00-4333-b035-9e20f3eddf9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005597 10.0.0.38 - - [2026-04-20 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-04-20 02:13:54] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.38 - - [2026-04-20 02:13:54] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057410 10.0.0.23 - - [2026-04-20 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.041429 10.0.0.38 - - [2026-04-20 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.028161 10.0.0.38 - - [2026-04-20 02:13:55] "POST /neutron/network HTTP/1.1" 200 920 0.009359 10.0.0.38 - - [2026-04-20 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 275 0.001027 10.0.0.38 - - [2026-04-20 02:13:55] "GET /virtual-network/666079a8-4521-4399-90b7-5000f905847d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.005041 10.0.0.38 - - [2026-04-20 02:13:55] "GET /virtual-network/666079a8-4521-4399-90b7-5000f905847d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.005961 10.0.0.38 - - [2026-04-20 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.009408 10.0.0.38 - - [2026-04-20 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2026-04-20 02:13:55] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.38 - - [2026-04-20 02:13:55] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058954 10.0.0.23 - - [2026-04-20 02:13:56] "POST /route-targets HTTP/1.1" 200 327 0.016213 10.0.0.23 - - [2026-04-20 02:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.012131 10.0.0.38 - - [2026-04-20 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.262681 10.0.0.38 - - [2026-04-20 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 276 0.001726 10.0.0.38 - - [2026-04-20 02:13:56] "GET /virtual-network/730ef0aa-b0b5-4e35-96f7-53c47d1e352d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.006843 10.0.0.38 - - [2026-04-20 02:13:56] "GET /virtual-network/730ef0aa-b0b5-4e35-96f7-53c47d1e352d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.006151 10.0.0.38 - - [2026-04-20 02:13:56] "POST /neutron/network HTTP/1.1" 200 926 0.008906 10.0.0.38 - - [2026-04-20 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 275 0.001165 10.0.0.23 - - [2026-04-20 02:13:57] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.38 - - [2026-04-20 02:13:57] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073372 10.0.0.38 - - [2026-04-20 02:13:57] "POST /neutron/network HTTP/1.1" 200 920 0.007172 10.0.0.38 - - [2026-04-20 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 276 0.001160 10.0.0.38 - - [2026-04-20 02:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.006456 10.0.0.23 - - [2026-04-20 02:13:58] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.38 - - [2026-04-20 02:13:58] "POST /neutron/port HTTP/1.1" 200 1070 0.484102 10.0.0.23 - - [2026-04-20 02:13:58] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.38 - - [2026-04-20 02:13:59] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.166379 10.0.0.38 - - [2026-04-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 1124 0.187868 10.0.0.38 - - [2026-04-20 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.38 - - [2026-04-20 02:13:59] "POST /neutron/network HTTP/1.1" 200 920 0.007053 10.0.0.38 - - [2026-04-20 02:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.38 - - [2026-04-20 02:14:00] "POST /neutron/network HTTP/1.1" 200 920 0.009951 10.0.0.38 - - [2026-04-20 02:14:01] "POST /neutron/port HTTP/1.1" 200 1074 0.062077 10.0.0.38 - - [2026-04-20 02:14:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004744 10.0.0.38 - - [2026-04-20 02:14:01] "POST /neutron/network HTTP/1.1" 200 926 0.007537 10.0.0.38 - - [2026-04-20 02:14:01] "POST /neutron/port HTTP/1.1" 200 151 0.223403 10.0.0.23 - - [2026-04-20 02:14:03] "DELETE /route-target/1ef7c5bc-a4f6-472d-83ba-3b5045fe3997 HTTP/1.1" 200 115 0.029753 10.0.0.38 - - [2026-04-20 02:14:03] "POST /neutron/network HTTP/1.1" 200 926 0.015590 10.0.0.38 - - [2026-04-20 02:14:05] "POST /neutron/port HTTP/1.1" 200 1128 0.019181 10.0.0.38 - - [2026-04-20 02:14:05] "POST /neutron/network HTTP/1.1" 400 204 0.018745 10.0.0.38 - - [2026-04-20 02:14:05] "POST /neutron/network HTTP/1.1" 200 117 0.010065 10.0.0.23 - - [2026-04-20 02:14:06] "GET /obj-perms HTTP/1.1" 200 5056 0.062346 10.0.0.38 - - [2026-04-20 02:14:07] "GET /obj-perms HTTP/1.1" 200 5056 0.054517 10.0.0.23 - - [2026-04-20 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003733 10.0.0.23 - - [2026-04-20 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.38 - - [2026-04-20 02:14:07] "POST /neutron/network HTTP/1.1" 200 151 0.154294 10.0.0.23 - - [2026-04-20 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.23 - - [2026-04-20 02:14:07] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.38 - - [2026-04-20 02:14:07] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066548 10.0.0.23 - - [2026-04-20 02:14:07] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.38 - - [2026-04-20 02:14:07] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?fields=virtual_networks HTTP/1.1" 200 1057 0.043209 10.0.0.23 - - [2026-04-20 02:14:07] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.38 - - [2026-04-20 02:14:07] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.073349 10.0.0.23 - - [2026-04-20 02:14:08] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001406 10.0.0.38 - - [2026-04-20 02:14:08] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?fields=security_groups HTTP/1.1" 200 1295 0.075862 10.0.0.38 - - [2026-04-20 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.033292 10.0.0.23 - - [2026-04-20 02:14:09] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004122 10.0.0.23 - - [2026-04-20 02:14:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.23 - - [2026-04-20 02:14:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006902 10.0.0.23 - - [2026-04-20 02:14:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.005547 10.0.0.23 - - [2026-04-20 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.007836 10.0.0.23 - - [2026-04-20 02:14:09] "POST /security-groups HTTP/1.1" 200 593 0.099300 10.0.0.23 - - [2026-04-20 02:14:09] "POST /projects HTTP/1.1" 200 589 0.311442 10.0.0.23 - - [2026-04-20 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.352227 10.0.0.23 - - [2026-04-20 02:14:09] "POST /access-control-lists HTTP/1.1" 200 598 0.042027 10.0.0.38 - - [2026-04-20 02:14:09] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.500982 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /project/6cd676d44a4f4c46aff33ddce83e6f29 HTTP/1.1" 404 173 0.008663 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /project/d11176fa2cc3460d9a44015c6cd6e385 HTTP/1.1" 404 173 0.007649 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /project/8a30b14b64cb4f3a8312c9923ee5cf44 HTTP/1.1" 404 173 0.006564 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000756 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.067013 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001292 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.079894 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000819 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?fields=security_groups HTTP/1.1" 200 1396 0.063386 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?fields=security_groups HTTP/1.1" 200 1400 0.100872 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /security-group/10722be4-561d-4278-b55f-74f9a33cb1db HTTP/1.1" 200 115 0.084559 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=6cd676d4-4a4f-4c46-aff3-3ddce83e6f29&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /access-control-list/3d58fae2-1f56-4b10-8edf-8b083d5a4aa2 HTTP/1.1" 200 115 0.049689 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /security-group/499cbbbc-aae5-4b7c-8a8d-26e029859bfd HTTP/1.1" 200 115 0.072158 10.0.0.23 - - [2026-04-20 02:14:10] "GET /projects?obj_uuids=d11176fa-2cc3-460d-9a44-015c6cd6e385&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29?fields=application_policy_sets HTTP/1.1" 200 1435 0.088935 10.0.0.23 - - [2026-04-20 02:14:10] "GET /project/d11176fa-2cc3-460d-9a44-015c6cd6e385?fields=application_policy_sets HTTP/1.1" 200 1439 0.101845 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /access-control-list/95a3eb77-3a4b-43cc-997e-4e8f5490e17e HTTP/1.1" 200 115 0.064551 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /project/6cd676d4-4a4f-4c46-aff3-3ddce83e6f29 HTTP/1.1" 200 115 0.632004 10.0.0.23 - - [2026-04-20 02:14:10] "DELETE /project/d11176fa-2cc3-460d-9a44-015c6cd6e385 HTTP/1.1" 200 115 0.704362 10.0.0.38 - - [2026-04-20 02:14:11] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.38 - - [2026-04-20 02:14:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-04-20 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.055002 10.0.0.23 - - [2026-04-20 02:14:11] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.38 - - [2026-04-20 02:14:11] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067460 10.0.0.38 - - [2026-04-20 02:14:11] "POST /neutron/network HTTP/1.1" 200 117 0.041470 10.0.0.38 - - [2026-04-20 02:14:12] "POST /neutron/network HTTP/1.1" 200 891 0.009060 10.0.0.38 - - [2026-04-20 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 255 0.000940 10.0.0.38 - - [2026-04-20 02:14:12] "GET /virtual-network/236bed68-48b4-49c2-88b2-9eb6fb78a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005986 10.0.0.38 - - [2026-04-20 02:14:12] "GET /virtual-network/236bed68-48b4-49c2-88b2-9eb6fb78a771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006973 10.0.0.38 - - [2026-04-20 02:14:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.010029 10.0.0.38 - - [2026-04-20 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.23 - - [2026-04-20 02:14:12] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.38 - - [2026-04-20 02:14:12] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048113 10.0.0.23 - - [2026-04-20 02:14:13] "POST /route-targets HTTP/1.1" 200 327 0.015834 10.0.0.23 - - [2026-04-20 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.014096 10.0.0.38 - - [2026-04-20 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.265476 10.0.0.38 - - [2026-04-20 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 255 0.001169 10.0.0.38 - - [2026-04-20 02:14:13] "GET /virtual-network/d8ac78aa-737f-46fb-98f9-e5e93ca9d767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005539 10.0.0.38 - - [2026-04-20 02:14:13] "GET /virtual-network/d8ac78aa-737f-46fb-98f9-e5e93ca9d767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005358 10.0.0.38 - - [2026-04-20 02:14:13] "POST /neutron/network HTTP/1.1" 200 894 0.007251 10.0.0.38 - - [2026-04-20 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.23 - - [2026-04-20 02:14:13] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000806 10.0.0.38 - - [2026-04-20 02:14:13] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065211 10.0.0.23 - - [2026-04-20 02:14:13] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000818 10.0.0.38 - - [2026-04-20 02:14:13] "POST /neutron/network HTTP/1.1" 200 675 0.146592 10.0.0.23 - - [2026-04-20 02:14:13] "POST /ref-update HTTP/1.1" 200 156 0.034580 10.0.0.38 - - [2026-04-20 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 256 0.005437 10.0.0.38 - - [2026-04-20 02:14:13] "GET /virtual-network/b3bc54fd-23a4-4135-9f02-6a56e18ec7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006216 10.0.0.38 - - [2026-04-20 02:14:13] "POST /neutron/network HTTP/1.1" 200 894 0.006289 10.0.0.38 - - [2026-04-20 02:14:13] "GET /virtual-network/b3bc54fd-23a4-4135-9f02-6a56e18ec7a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005627 10.0.0.38 - - [2026-04-20 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 255 0.001149 10.0.0.38 - - [2026-04-20 02:14:14] "POST /neutron/network HTTP/1.1" 200 904 0.020274 10.0.0.23 - - [2026-04-20 02:14:15] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.38 - - [2026-04-20 02:14:15] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082065 10.0.0.38 - - [2026-04-20 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.010391 10.0.0.38 - - [2026-04-20 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 256 0.001130 10.0.0.38 - - [2026-04-20 02:14:15] "POST /neutron/network HTTP/1.1" 200 904 0.007154 10.0.0.38 - - [2026-04-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 1064 0.019565 10.0.0.23 - - [2026-04-20 02:14:16] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004058 10.0.0.38 - - [2026-04-20 02:14:16] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.144429 10.0.0.38 - - [2026-04-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 1128 0.025430 10.0.0.38 - - [2026-04-20 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.38 - - [2026-04-20 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007844 10.0.0.23 - - [2026-04-20 02:14:17] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.38 - - [2026-04-20 02:14:17] "POST /neutron/port HTTP/1.1" 200 1062 0.377826 10.0.0.38 - - [2026-04-20 02:14:17] "POST /neutron/port HTTP/1.1" 200 1116 0.125779 10.0.0.38 - - [2026-04-20 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.011051 10.0.0.38 - - [2026-04-20 02:14:18] "POST /neutron/network HTTP/1.1" 200 894 0.007986 10.0.0.38 - - [2026-04-20 02:14:18] "POST /neutron/port HTTP/1.1" 200 1118 0.018069 10.0.0.38 - - [2026-04-20 02:14:19] "POST /neutron/port HTTP/1.1" 200 1116 0.014385 10.0.0.38 - - [2026-04-20 02:14:20] "POST /neutron/network HTTP/1.1" 200 894 0.009447 10.0.0.23 - - [2026-04-20 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.23 - - [2026-04-20 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006113 10.0.0.23 - - [2026-04-20 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005430 10.0.0.38 - - [2026-04-20 02:14:20] "POST /neutron/network HTTP/1.1" 200 151 0.141764 10.0.0.23 - - [2026-04-20 02:14:21] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305 10.0.0.23 - - [2026-04-20 02:14:21] "DELETE /route-target/0a1cf86e-f985-433f-be48-c6a75bead56b HTTP/1.1" 200 115 0.027705 10.0.0.38 - - [2026-04-20 02:14:21] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052544 10.0.0.23 - - [2026-04-20 02:14:21] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.38 - - [2026-04-20 02:14:21] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?fields=virtual_networks HTTP/1.1" 200 1035 0.063524 10.0.0.23 - - [2026-04-20 02:14:21] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000850 10.0.0.38 - - [2026-04-20 02:14:21] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.063931 10.0.0.23 - - [2026-04-20 02:14:21] "GET /projects?obj_uuids=8a30b14b-64cb-4f3a-8312-c9923ee5cf44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001941 10.0.0.38 - - [2026-04-20 02:14:21] "GET /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44?fields=security_groups HTTP/1.1" 200 1263 0.048639 10.0.0.38 - - [2026-04-20 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.026608 10.0.0.23 - - [2026-04-20 02:14:22] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003086 10.0.0.23 - - [2026-04-20 02:14:22] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.23 - - [2026-04-20 02:14:22] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007512 10.0.0.23 - - [2026-04-20 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.006413 10.0.0.23 - - [2026-04-20 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003883 10.0.0.23 - - [2026-04-20 02:14:22] "POST /security-groups HTTP/1.1" 200 599 0.037938 10.0.0.23 - - [2026-04-20 02:14:22] "POST /projects HTTP/1.1" 200 601 0.251153 10.0.0.23 - - [2026-04-20 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.011907 10.0.0.23 - - [2026-04-20 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.323910 10.0.0.38 - - [2026-04-20 02:14:22] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.471376 10.0.0.38 - - [2026-04-20 02:14:23] "GET / HTTP/1.1" 200 35931 0.001274 10.0.0.38 - - [2026-04-20 02:14:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.38 - - [2026-04-20 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.061780 10.0.0.23 - - [2026-04-20 02:14:24] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.38 - - [2026-04-20 02:14:24] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056614 10.0.0.38 - - [2026-04-20 02:14:24] "POST /neutron/network HTTP/1.1" 200 117 0.038605 10.0.0.23 - - [2026-04-20 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.027530 10.0.0.38 - - [2026-04-20 02:14:25] "POST /neutron/network HTTP/1.1" 200 912 0.014088 10.0.0.38 - - [2026-04-20 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001024 10.0.0.38 - - [2026-04-20 02:14:25] "GET /virtual-network/e63c9bc6-31a8-4a52-b4ec-12cd727d5579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008158 10.0.0.38 - - [2026-04-20 02:14:25] "GET /virtual-network/e63c9bc6-31a8-4a52-b4ec-12cd727d5579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006553 10.0.0.38 - - [2026-04-20 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.010350 10.0.0.38 - - [2026-04-20 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.23 - - [2026-04-20 02:14:25] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.38 - - [2026-04-20 02:14:25] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048249 10.0.0.23 - - [2026-04-20 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.38 - - [2026-04-20 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.185200 10.0.0.38 - - [2026-04-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001181 10.0.0.38 - - [2026-04-20 02:14:26] "GET /virtual-network/19838ebe-7a81-4c31-a291-3f297acff858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005352 10.0.0.38 - - [2026-04-20 02:14:26] "GET /virtual-network/19838ebe-7a81-4c31-a291-3f297acff858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006601 10.0.0.38 - - [2026-04-20 02:14:26] "POST /neutron/network HTTP/1.1" 200 909 0.006480 10.0.0.38 - - [2026-04-20 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.23 - - [2026-04-20 02:14:26] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000810 10.0.0.38 - - [2026-04-20 02:14:26] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046778 10.0.0.23 - - [2026-04-20 02:14:26] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.38 - - [2026-04-20 02:14:26] "POST /neutron/network HTTP/1.1" 200 693 0.129218 10.0.0.23 - - [2026-04-20 02:14:26] "POST /route-targets HTTP/1.1" 200 327 0.018869 10.0.0.38 - - [2026-04-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.004505 10.0.0.38 - - [2026-04-20 02:14:26] "GET /virtual-network/00553cec-83bb-4b3d-8936-a587fb207145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005830 10.0.0.38 - - [2026-04-20 02:14:26] "POST /neutron/network HTTP/1.1" 200 913 0.008781 10.0.0.38 - - [2026-04-20 02:14:26] "GET /virtual-network/00553cec-83bb-4b3d-8936-a587fb207145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005137 10.0.0.38 - - [2026-04-20 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001215 10.0.0.38 - - [2026-04-20 02:15:02] "POST /neutron/network HTTP/1.1" 200 919 0.008812 10.0.0.23 - - [2026-04-20 02:15:03] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.38 - - [2026-04-20 02:15:03] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.101451 10.0.0.38 - - [2026-04-20 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.008520 10.0.0.38 - - [2026-04-20 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 268 0.001198 10.0.0.38 - - [2026-04-20 02:15:04] "POST /neutron/network HTTP/1.1" 200 919 0.037928 10.0.0.23 - - [2026-04-20 02:15:05] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.38 - - [2026-04-20 02:15:05] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.125386 10.0.0.38 - - [2026-04-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1067 0.070106 10.0.0.38 - - [2026-04-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 1131 0.044427 10.0.0.38 - - [2026-04-20 02:15:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012493 10.0.0.23 - - [2026-04-20 02:15:05] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001336 10.0.0.38 - - [2026-04-20 02:15:05] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.071386 10.0.0.38 - - [2026-04-20 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.001971 10.0.0.23 - - [2026-04-20 02:15:06] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.38 - - [2026-04-20 02:15:06] "POST /neutron/port HTTP/1.1" 200 1069 0.612478 10.0.0.38 - - [2026-04-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.38 - - [2026-04-20 02:15:06] "GET /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.015508 10.0.0.38 - - [2026-04-20 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.23 - - [2026-04-20 02:15:06] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001428 10.0.0.38 - - [2026-04-20 02:15:06] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.098940 10.0.0.38 - - [2026-04-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2026-04-20 02:15:07] "GET /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.012691 10.0.0.38 - - [2026-04-20 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.023464 10.0.0.38 - - [2026-04-20 02:15:07] "POST /neutron/port HTTP/1.1" 200 1123 0.280951 10.0.0.38 - - [2026-04-20 02:15:07] "PUT /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46 HTTP/1.1" 200 262 0.074263 10.0.0.23 - - [2026-04-20 02:15:07] "PUT /access-control-list/bafe4e19-ed45-4d0e-9126-1645abdb8173 HTTP/1.1" 200 272 0.033701 10.0.0.38 - - [2026-04-20 02:15:07] "POST /neutron/subnet HTTP/1.1" 200 704 0.015986 10.0.0.27 - - [2026-04-20 02:15:07] "GET /obj-perms HTTP/1.1" 200 5056 0.080962 10.0.0.38 - - [2026-04-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003647 10.0.0.38 - - [2026-04-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.23 - - [2026-04-20 02:15:08] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.38 - - [2026-04-20 02:15:08] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019316 10.0.0.38 - - [2026-04-20 02:15:08] "POST /service-templates HTTP/1.1" 200 543 0.072045 10.0.0.38 - - [2026-04-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.017772 10.0.0.38 - - [2026-04-20 02:15:08] "GET /service-template/2dc25b26-10ae-4993-beb2-b004794abc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.008503 10.0.0.38 - - [2026-04-20 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.020103 10.0.0.38 - - [2026-04-20 02:15:08] "GET /service-template/2dc25b26-10ae-4993-beb2-b004794abc50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005728 10.0.0.38 - - [2026-04-20 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 267 0.007938 10.0.0.38 - - [2026-04-20 02:15:08] "POST /id-to-fqname HTTP/1.1" 200 267 0.004277 10.0.0.38 - - [2026-04-20 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 268 0.002273 10.0.0.38 - - [2026-04-20 02:15:09] "POST /neutron/port HTTP/1.1" 200 2112 0.090526 10.0.0.38 - - [2026-04-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007512 10.0.0.38 - - [2026-04-20 02:15:09] "DELETE /service-template/2dc25b26-10ae-4993-beb2-b004794abc50 HTTP/1.1" 200 115 0.090382 10.0.0.38 - - [2026-04-20 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.007057 10.0.0.23 - - [2026-04-20 02:15:10] "DELETE /project/615a5428a49e4707bad7ae2489b8f535 HTTP/1.1" 404 173 0.008105 10.0.0.23 - - [2026-04-20 02:15:10] "DELETE /project/8a30b14b-64cb-4f3a-8312-c9923ee5cf44 HTTP/1.1" 404 177 0.012730 10.0.0.38 - - [2026-04-20 02:15:12] "POST /neutron/network HTTP/1.1" 400 204 0.024609 10.0.0.38 - - [2026-04-20 02:15:16] "POST /neutron/network HTTP/1.1" 200 909 0.025396 10.0.0.38 - - [2026-04-20 02:15:19] "POST /neutron/network HTTP/1.1" 400 204 0.055589 10.0.0.38 - - [2026-04-20 02:15:23] "POST /neutron/network HTTP/1.1" 200 909 0.009255 10.0.0.38 - - [2026-04-20 02:15:25] "POST /neutron/network HTTP/1.1" 400 204 0.043336 10.0.0.38 - - [2026-04-20 02:15:29] "POST /neutron/network HTTP/1.1" 200 909 0.023360 10.0.0.38 - - [2026-04-20 02:15:31] "POST /neutron/network HTTP/1.1" 400 204 0.033132 10.0.0.38 - - [2026-04-20 02:15:35] "POST /neutron/network HTTP/1.1" 200 909 0.019845 10.0.0.38 - - [2026-04-20 02:15:38] "POST /neutron/network HTTP/1.1" 400 204 0.046367 10.0.0.38 - - [2026-04-20 02:15:42] "POST /neutron/network HTTP/1.1" 200 909 0.011953 10.0.0.38 - - [2026-04-20 02:15:44] "POST /neutron/network HTTP/1.1" 400 204 0.045440 10.0.0.38 - - [2026-04-20 02:15:48] "POST /neutron/network HTTP/1.1" 200 909 0.026427 10.0.0.38 - - [2026-04-20 02:15:50] "POST /neutron/network HTTP/1.1" 400 204 0.026744 10.0.0.38 - - [2026-04-20 02:15:54] "POST /neutron/network HTTP/1.1" 200 909 0.019974 10.0.0.38 - - [2026-04-20 02:15:57] "POST /neutron/network HTTP/1.1" 400 204 0.052856 10.0.0.38 - - [2026-04-20 02:16:01] "POST /neutron/network HTTP/1.1" 200 909 0.008088 10.0.0.38 - - [2026-04-20 02:16:03] "POST /neutron/network HTTP/1.1" 400 204 0.017695 10.0.0.38 - - [2026-04-20 02:16:05] "POST /neutron/network HTTP/1.1" 200 913 0.006693 10.0.0.38 - - [2026-04-20 02:16:07] "POST /neutron/network HTTP/1.1" 400 204 0.018574 10.0.0.38 - - [2026-04-20 02:16:11] "POST /neutron/network HTTP/1.1" 200 913 0.007171 10.0.0.27 - - [2026-04-20 02:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2026-04-20 02:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.23 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000321 10.0.0.38 - - [2026-04-20 02:16:13] "POST /neutron/network HTTP/1.1" 400 204 0.016644 10.0.0.27 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2026-04-20 02:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-04-20 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-04-20 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000829 10.0.0.38 - - [2026-04-20 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-04-20 02:16:17] "POST /neutron/network HTTP/1.1" 200 913 0.010888 10.0.0.38 - - [2026-04-20 02:16:19] "POST /neutron/network HTTP/1.1" 400 204 0.012759 10.0.0.38 - - [2026-04-20 02:16:23] "POST /neutron/network HTTP/1.1" 200 913 0.007004 10.0.0.38 - - [2026-04-20 02:16:25] "POST /neutron/network HTTP/1.1" 400 204 0.013286 10.0.0.38 - - [2026-04-20 02:16:29] "POST /neutron/network HTTP/1.1" 200 913 0.006215 10.0.0.38 - - [2026-04-20 02:16:29] "POST /neutron/port HTTP/1.1" 200 1123 0.013583 10.0.0.38 - - [2026-04-20 02:16:31] "POST /neutron/network HTTP/1.1" 200 913 0.013894 10.0.0.23 - - [2026-04-20 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2026-04-20 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006557 10.0.0.23 - - [2026-04-20 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.38 - - [2026-04-20 02:16:32] "POST /neutron/network HTTP/1.1" 200 151 0.134386 10.0.0.23 - - [2026-04-20 02:16:32] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.23 - - [2026-04-20 02:16:32] "DELETE /route-target/940c8119-32b1-4975-8b8f-f8b1c8eca3f1 HTTP/1.1" 200 115 0.035427 10.0.0.38 - - [2026-04-20 02:16:32] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.112735 10.0.0.23 - - [2026-04-20 02:16:32] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.38 - - [2026-04-20 02:16:32] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.057819 10.0.0.23 - - [2026-04-20 02:16:34] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.38 - - [2026-04-20 02:16:34] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041940 10.0.0.23 - - [2026-04-20 02:16:34] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.38 - - [2026-04-20 02:16:34] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.044966 10.0.0.23 - - [2026-04-20 02:16:36] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.38 - - [2026-04-20 02:16:36] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043831 10.0.0.23 - - [2026-04-20 02:16:36] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.38 - - [2026-04-20 02:16:36] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.050037 10.0.0.23 - - [2026-04-20 02:16:38] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.38 - - [2026-04-20 02:16:38] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067940 10.0.0.23 - - [2026-04-20 02:16:38] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.38 - - [2026-04-20 02:16:38] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.078804 10.0.0.38 - - [2026-04-20 02:16:38] "POST /neutron/port HTTP/1.1" 200 151 0.255800 10.0.0.23 - - [2026-04-20 02:16:40] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001682 10.0.0.38 - - [2026-04-20 02:16:40] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057925 10.0.0.23 - - [2026-04-20 02:16:40] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.38 - - [2026-04-20 02:16:41] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.051205 10.0.0.23 - - [2026-04-20 02:16:43] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.38 - - [2026-04-20 02:16:43] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053614 10.0.0.23 - - [2026-04-20 02:16:43] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001496 10.0.0.38 - - [2026-04-20 02:16:43] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.065564 10.0.0.23 - - [2026-04-20 02:16:45] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.38 - - [2026-04-20 02:16:45] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045837 10.0.0.23 - - [2026-04-20 02:16:45] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.38 - - [2026-04-20 02:16:45] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.035647 10.0.0.23 - - [2026-04-20 02:16:47] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.38 - - [2026-04-20 02:16:47] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041283 10.0.0.23 - - [2026-04-20 02:16:47] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.38 - - [2026-04-20 02:16:47] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.046887 10.0.0.23 - - [2026-04-20 02:16:49] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.38 - - [2026-04-20 02:16:49] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043518 10.0.0.23 - - [2026-04-20 02:16:49] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.38 - - [2026-04-20 02:16:49] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.058878 10.0.0.23 - - [2026-04-20 02:16:51] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.38 - - [2026-04-20 02:16:51] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053920 10.0.0.23 - - [2026-04-20 02:16:51] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.38 - - [2026-04-20 02:16:51] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.045605 10.0.0.23 - - [2026-04-20 02:16:53] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.38 - - [2026-04-20 02:16:53] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048346 10.0.0.23 - - [2026-04-20 02:16:53] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.38 - - [2026-04-20 02:16:53] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.057392 10.0.0.23 - - [2026-04-20 02:16:55] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.38 - - [2026-04-20 02:16:56] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050994 10.0.0.23 - - [2026-04-20 02:16:56] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.38 - - [2026-04-20 02:16:56] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.066533 10.0.0.23 - - [2026-04-20 02:16:58] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.38 - - [2026-04-20 02:16:58] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045599 10.0.0.23 - - [2026-04-20 02:16:58] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.38 - - [2026-04-20 02:16:58] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.048921 10.0.0.23 - - [2026-04-20 02:17:00] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.38 - - [2026-04-20 02:17:00] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049945 10.0.0.23 - - [2026-04-20 02:17:00] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.38 - - [2026-04-20 02:17:00] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.052581 10.0.0.23 - - [2026-04-20 02:17:02] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.38 - - [2026-04-20 02:17:02] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038385 10.0.0.23 - - [2026-04-20 02:17:02] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.38 - - [2026-04-20 02:17:02] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.067055 10.0.0.23 - - [2026-04-20 02:17:04] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.38 - - [2026-04-20 02:17:04] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037331 10.0.0.23 - - [2026-04-20 02:17:04] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.38 - - [2026-04-20 02:17:04] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.096303 10.0.0.23 - - [2026-04-20 02:17:06] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.38 - - [2026-04-20 02:17:06] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044761 10.0.0.23 - - [2026-04-20 02:17:06] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000795 10.0.0.38 - - [2026-04-20 02:17:06] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.037459 10.0.0.23 - - [2026-04-20 02:17:08] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.38 - - [2026-04-20 02:17:08] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049063 10.0.0.23 - - [2026-04-20 02:17:08] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.38 - - [2026-04-20 02:17:08] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.042699 10.0.0.23 - - [2026-04-20 02:17:11] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.38 - - [2026-04-20 02:17:11] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034258 10.0.0.23 - - [2026-04-20 02:17:11] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.38 - - [2026-04-20 02:17:11] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.085426 10.0.0.23 - - [2026-04-20 02:17:13] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.38 - - [2026-04-20 02:17:13] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042959 10.0.0.23 - - [2026-04-20 02:17:13] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.38 - - [2026-04-20 02:17:13] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.055571 10.0.0.23 - - [2026-04-20 02:17:15] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.38 - - [2026-04-20 02:17:15] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043994 10.0.0.23 - - [2026-04-20 02:17:15] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001927 10.0.0.38 - - [2026-04-20 02:17:15] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.056736 10.0.0.23 - - [2026-04-20 02:17:17] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.38 - - [2026-04-20 02:17:17] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061871 10.0.0.23 - - [2026-04-20 02:17:17] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.38 - - [2026-04-20 02:17:17] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.064665 10.0.0.23 - - [2026-04-20 02:17:19] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.38 - - [2026-04-20 02:17:19] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061041 10.0.0.23 - - [2026-04-20 02:17:19] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001299 10.0.0.38 - - [2026-04-20 02:17:19] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.050537 10.0.0.23 - - [2026-04-20 02:17:21] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.38 - - [2026-04-20 02:17:21] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036106 10.0.0.23 - - [2026-04-20 02:17:21] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001906 10.0.0.38 - - [2026-04-20 02:17:21] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.090742 10.0.0.23 - - [2026-04-20 02:17:24] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.38 - - [2026-04-20 02:17:24] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040270 10.0.0.23 - - [2026-04-20 02:17:24] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.38 - - [2026-04-20 02:17:24] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.045458 10.0.0.23 - - [2026-04-20 02:17:26] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.38 - - [2026-04-20 02:17:26] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041577 10.0.0.23 - - [2026-04-20 02:17:26] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.38 - - [2026-04-20 02:17:26] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.044065 10.0.0.23 - - [2026-04-20 02:17:28] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.38 - - [2026-04-20 02:17:28] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049133 10.0.0.23 - - [2026-04-20 02:17:28] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.38 - - [2026-04-20 02:17:28] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.047462 10.0.0.23 - - [2026-04-20 02:17:30] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.38 - - [2026-04-20 02:17:30] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048544 10.0.0.23 - - [2026-04-20 02:17:30] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006441 10.0.0.38 - - [2026-04-20 02:17:30] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.057523 10.0.0.23 - - [2026-04-20 02:17:32] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.38 - - [2026-04-20 02:17:32] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038967 10.0.0.23 - - [2026-04-20 02:17:32] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.38 - - [2026-04-20 02:17:32] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.048774 10.0.0.23 - - [2026-04-20 02:17:34] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.38 - - [2026-04-20 02:17:34] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032964 10.0.0.23 - - [2026-04-20 02:17:34] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.38 - - [2026-04-20 02:17:34] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.084381 10.0.0.23 - - [2026-04-20 02:17:36] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.38 - - [2026-04-20 02:17:36] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039544 10.0.0.23 - - [2026-04-20 02:17:36] "GET /projects?obj_uuids=615a5428-a49e-4707-bad7-ae2489b8f535&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001400 10.0.0.38 - - [2026-04-20 02:17:36] "GET /project/615a5428-a49e-4707-bad7-ae2489b8f535?fields=virtual_networks HTTP/1.1" 200 1333 0.052255 10.0.0.38 - - [2026-04-20 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.032146 10.0.0.23 - - [2026-04-20 02:17:37] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.23 - - [2026-04-20 02:17:37] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.23 - - [2026-04-20 02:17:37] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006425 10.0.0.23 - - [2026-04-20 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.005372 10.0.0.23 - - [2026-04-20 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.007975 10.0.0.23 - - [2026-04-20 02:17:37] "POST /security-groups HTTP/1.1" 200 592 0.074858 10.0.0.23 - - [2026-04-20 02:17:37] "POST /projects HTTP/1.1" 200 587 0.279083 10.0.0.23 - - [2026-04-20 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.009372 10.0.0.23 - - [2026-04-20 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.349406 10.0.0.38 - - [2026-04-20 02:17:37] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.487709 10.0.0.38 - - [2026-04-20 02:17:38] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.38 - - [2026-04-20 02:17:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2026-04-20 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.056214 10.0.0.23 - - [2026-04-20 02:17:39] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.38 - - [2026-04-20 02:17:39] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055479 10.0.0.23 - - [2026-04-20 02:17:39] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.38 - - [2026-04-20 02:17:40] "POST /neutron/network HTTP/1.1" 200 670 0.196814 10.0.0.23 - - [2026-04-20 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.024197 10.0.0.38 - - [2026-04-20 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.004646 10.0.0.38 - - [2026-04-20 02:17:40] "GET /virtual-network/8e43d64a-1fae-45ff-b4d5-87bb5df0155b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004777 10.0.0.38 - - [2026-04-20 02:17:40] "POST /neutron/network HTTP/1.1" 200 890 0.006480 10.0.0.38 - - [2026-04-20 02:17:40] "GET /virtual-network/8e43d64a-1fae-45ff-b4d5-87bb5df0155b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005710 10.0.0.38 - - [2026-04-20 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.23 - - [2026-04-20 02:17:40] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000847 10.0.0.38 - - [2026-04-20 02:17:40] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052450 10.0.0.38 - - [2026-04-20 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.015109 10.0.0.38 - - [2026-04-20 02:17:41] "POST /neutron/network HTTP/1.1" 200 890 0.009143 10.0.0.38 - - [2026-04-20 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 253 0.001568 10.0.0.38 - - [2026-04-20 02:17:41] "GET /virtual-network/dae4f5e7-d3c2-49d9-bd35-097860e53846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006798 10.0.0.38 - - [2026-04-20 02:17:41] "GET /virtual-network/dae4f5e7-d3c2-49d9-bd35-097860e53846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004940 10.0.0.38 - - [2026-04-20 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.009279 10.0.0.38 - - [2026-04-20 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-20 02:17:41] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.38 - - [2026-04-20 02:17:41] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043675 10.0.0.23 - - [2026-04-20 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.011467 10.0.0.23 - - [2026-04-20 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007976 10.0.0.38 - - [2026-04-20 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.188130 10.0.0.38 - - [2026-04-20 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 254 0.001217 10.0.0.38 - - [2026-04-20 02:17:41] "GET /virtual-network/d02e36fc-9f36-47fb-9d49-4ec00105415f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.004828 10.0.0.38 - - [2026-04-20 02:17:41] "GET /virtual-network/d02e36fc-9f36-47fb-9d49-4ec00105415f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005725 10.0.0.38 - - [2026-04-20 02:17:41] "POST /neutron/network HTTP/1.1" 200 893 0.006957 10.0.0.38 - - [2026-04-20 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 253 0.002691 10.0.0.23 - - [2026-04-20 02:17:42] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001976 10.0.0.38 - - [2026-04-20 02:17:42] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.097676 10.0.0.38 - - [2026-04-20 02:17:42] "POST /neutron/network HTTP/1.1" 200 890 0.009482 10.0.0.38 - - [2026-04-20 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 254 0.001145 10.0.0.38 - - [2026-04-20 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.006172 10.0.0.23 - - [2026-04-20 02:17:43] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.38 - - [2026-04-20 02:17:43] "POST /neutron/port HTTP/1.1" 200 1062 0.352625 10.0.0.23 - - [2026-04-20 02:17:44] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001714 10.0.0.38 - - [2026-04-20 02:17:44] "POST /neutron/port HTTP/1.1" 200 1116 0.130960 10.0.0.38 - - [2026-04-20 02:17:44] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.150578 10.0.0.38 - - [2026-04-20 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003487 10.0.0.38 - - [2026-04-20 02:17:44] "POST /neutron/network HTTP/1.1" 200 890 0.006896 10.0.0.38 - - [2026-04-20 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.009748 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.007867 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.23 - - [2026-04-20 02:17:45] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.38 - - [2026-04-20 02:17:45] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006800 10.0.0.38 - - [2026-04-20 02:17:45] "POST /neutron/port HTTP/1.1" 200 1063 0.032236 10.0.0.38 - - [2026-04-20 02:17:45] "POST /service-templates HTTP/1.1" 200 543 0.049185 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.012252 10.0.0.38 - - [2026-04-20 02:17:45] "GET /service-template/d81df9eb-8896-4a0d-a713-eeecec2039bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009113 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.38 - - [2026-04-20 02:17:45] "GET /service-template/d81df9eb-8896-4a0d-a713-eeecec2039bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013216 10.0.0.38 - - [2026-04-20 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001612 10.0.0.38 - - [2026-04-20 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001260 10.0.0.38 - - [2026-04-20 02:17:45] "POST /neutron/port HTTP/1.1" 200 1127 0.026739 10.0.0.38 - - [2026-04-20 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 254 0.001209 10.0.0.38 - - [2026-04-20 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.38 - - [2026-04-20 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007424 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006401 10.0.0.38 - - [2026-04-20 02:17:45] "DELETE /service-template/d81df9eb-8896-4a0d-a713-eeecec2039bb HTTP/1.1" 200 115 0.032442 10.0.0.38 - - [2026-04-20 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003199 10.0.0.38 - - [2026-04-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1127 0.017407 10.0.0.38 - - [2026-04-20 02:17:48] "POST /neutron/port HTTP/1.1" 200 1126 0.033666 10.0.0.38 - - [2026-04-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 890 0.006535 10.0.0.23 - - [2026-04-20 02:17:50] "DELETE /route-target/266d16d7-627c-42eb-98a5-49bab71bcae7 HTTP/1.1" 200 115 0.018607 10.0.0.23 - - [2026-04-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003482 10.0.0.23 - - [2026-04-20 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.38 - - [2026-04-20 02:17:50] "POST /neutron/network HTTP/1.1" 200 151 0.140882 10.0.0.23 - - [2026-04-20 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008198 10.0.0.23 - - [2026-04-20 02:17:50] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.38 - - [2026-04-20 02:17:50] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061141 10.0.0.23 - - [2026-04-20 02:17:50] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.38 - - [2026-04-20 02:17:50] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?fields=virtual_networks HTTP/1.1" 200 1034 0.041011 10.0.0.23 - - [2026-04-20 02:17:50] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000874 10.0.0.38 - - [2026-04-20 02:17:50] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050895 10.0.0.23 - - [2026-04-20 02:17:50] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.38 - - [2026-04-20 02:17:50] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?fields=security_groups HTTP/1.1" 200 1261 0.054233 10.0.0.38 - - [2026-04-20 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.054301 10.0.0.23 - - [2026-04-20 02:17:52] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.057084 10.0.0.23 - - [2026-04-20 02:17:52] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2026-04-20 02:17:52] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031439 10.0.0.23 - - [2026-04-20 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 195 0.002123 10.0.0.23 - - [2026-04-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.005555 10.0.0.23 - - [2026-04-20 02:17:52] "POST /security-groups HTTP/1.1" 200 596 0.078621 10.0.0.23 - - [2026-04-20 02:17:52] "POST /projects HTTP/1.1" 200 595 0.284085 10.0.0.23 - - [2026-04-20 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.362576 10.0.0.23 - - [2026-04-20 02:17:52] "POST /access-control-lists HTTP/1.1" 200 601 0.069008 10.0.0.38 - - [2026-04-20 02:17:52] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.570437 10.0.0.38 - - [2026-04-20 02:17:53] "GET / HTTP/1.1" 200 35931 0.002207 10.0.0.38 - - [2026-04-20 02:17:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.38 - - [2026-04-20 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.064639 10.0.0.23 - - [2026-04-20 02:17:54] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000919 10.0.0.38 - - [2026-04-20 02:17:54] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041372 10.0.0.38 - - [2026-04-20 02:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.036043 10.0.0.23 - - [2026-04-20 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.014334 10.0.0.23 - - [2026-04-20 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006852 10.0.0.38 - - [2026-04-20 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.179983 10.0.0.38 - - [2026-04-20 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 261 0.001575 10.0.0.38 - - [2026-04-20 02:17:55] "GET /virtual-network/7913cdb9-2793-42dc-babe-f9b80052a1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005663 10.0.0.38 - - [2026-04-20 02:17:55] "GET /virtual-network/7913cdb9-2793-42dc-babe-f9b80052a1a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.006825 10.0.0.38 - - [2026-04-20 02:17:55] "POST /neutron/network HTTP/1.1" 200 1073 0.009757 10.0.0.23 - - [2026-04-20 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.037780 10.0.0.38 - - [2026-04-20 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2026-04-20 02:17:55] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001014 10.0.0.38 - - [2026-04-20 02:17:55] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.053982 10.0.0.38 - - [2026-04-20 02:17:55] "POST /neutron/network HTTP/1.1" 200 117 0.014765 10.0.0.23 - - [2026-04-20 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.028929 10.0.0.23 - - [2026-04-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.016081 10.0.0.23 - - [2026-04-20 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.015881 10.0.0.38 - - [2026-04-20 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.244579 10.0.0.38 - - [2026-04-20 02:17:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001369 10.0.0.38 - - [2026-04-20 02:17:56] "GET /virtual-network/7450e9e8-9d14-4393-9f44-a3d5da8054da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005893 10.0.0.38 - - [2026-04-20 02:17:56] "GET /virtual-network/7450e9e8-9d14-4393-9f44-a3d5da8054da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006742 10.0.0.38 - - [2026-04-20 02:17:56] "POST /neutron/network HTTP/1.1" 200 1075 0.009968 10.0.0.38 - - [2026-04-20 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2026-04-20 02:17:56] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000847 10.0.0.38 - - [2026-04-20 02:17:56] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047647 10.0.0.38 - - [2026-04-20 02:17:56] "POST /neutron/network HTTP/1.1" 200 117 0.014686 10.0.0.23 - - [2026-04-20 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008802 10.0.0.38 - - [2026-04-20 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 719 0.179626 10.0.0.38 - - [2026-04-20 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001213 10.0.0.38 - - [2026-04-20 02:17:57] "GET /virtual-network/a5934553-fc2a-4dd6-a239-f61d4bf8db5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005573 10.0.0.38 - - [2026-04-20 02:17:57] "GET /virtual-network/a5934553-fc2a-4dd6-a239-f61d4bf8db5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006346 10.0.0.38 - - [2026-04-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 1075 0.009217 10.0.0.38 - - [2026-04-20 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001219 10.0.0.38 - - [2026-04-20 02:17:57] "POST /neutron/network HTTP/1.1" 200 1085 0.006438 10.0.0.23 - - [2026-04-20 02:17:58] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001286 10.0.0.38 - - [2026-04-20 02:17:58] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.078339 10.0.0.38 - - [2026-04-20 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.006022 10.0.0.38 - - [2026-04-20 02:17:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.001176 10.0.0.38 - - [2026-04-20 02:17:59] "POST /neutron/network HTTP/1.1" 200 1085 0.007225 10.0.0.38 - - [2026-04-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1172 0.022973 10.0.0.23 - - [2026-04-20 02:17:59] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000978 10.0.0.38 - - [2026-04-20 02:17:59] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.113693 10.0.0.38 - - [2026-04-20 02:17:59] "POST /neutron/port HTTP/1.1" 200 1236 0.022389 10.0.0.38 - - [2026-04-20 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014784 10.0.0.38 - - [2026-04-20 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.38 - - [2026-04-20 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.006550 10.0.0.38 - - [2026-04-20 02:18:00] "POST /neutron/port HTTP/1.1" 200 1170 0.023382 10.0.0.38 - - [2026-04-20 02:18:01] "POST /neutron/port HTTP/1.1" 200 1234 0.022452 10.0.0.38 - - [2026-04-20 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014184 10.0.0.38 - - [2026-04-20 02:18:01] "POST /neutron/network HTTP/1.1" 200 1075 0.013120 10.0.0.38 - - [2026-04-20 02:18:02] "POST /neutron/port HTTP/1.1" 200 1236 0.020152 10.0.0.38 - - [2026-04-20 02:18:02] "POST /neutron/port HTTP/1.1" 200 1234 0.024083 10.0.0.38 - - [2026-04-20 02:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.007112 10.0.0.23 - - [2026-04-20 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006249 10.0.0.38 - - [2026-04-20 02:18:04] "POST /neutron/network HTTP/1.1" 200 1075 0.018392 10.0.0.23 - - [2026-04-20 02:18:04] "DELETE /route-target/73376d22-797c-4b96-a503-9a72d34674df HTTP/1.1" 200 115 0.025745 10.0.0.23 - - [2026-04-20 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.23 - - [2026-04-20 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002368 10.0.0.23 - - [2026-04-20 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004510 10.0.0.23 - - [2026-04-20 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005723 10.0.0.38 - - [2026-04-20 02:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.153753 10.0.0.23 - - [2026-04-20 02:18:04] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000938 10.0.0.38 - - [2026-04-20 02:18:04] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.095171 10.0.0.23 - - [2026-04-20 02:18:04] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001031 10.0.0.38 - - [2026-04-20 02:18:04] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?fields=virtual_networks HTTP/1.1" 200 1042 0.066020 10.0.0.23 - - [2026-04-20 02:18:04] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000930 10.0.0.38 - - [2026-04-20 02:18:04] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.072616 10.0.0.23 - - [2026-04-20 02:18:04] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001053 10.0.0.38 - - [2026-04-20 02:18:04] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?fields=security_groups HTTP/1.1" 200 1273 0.049294 10.0.0.38 - - [2026-04-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.032304 10.0.0.23 - - [2026-04-20 02:18:05] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004062 10.0.0.23 - - [2026-04-20 02:18:05] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.23 - - [2026-04-20 02:18:05] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008377 10.0.0.23 - - [2026-04-20 02:18:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.001064 10.0.0.23 - - [2026-04-20 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.009365 10.0.0.23 - - [2026-04-20 02:18:06] "POST /security-groups HTTP/1.1" 200 599 0.032430 10.0.0.23 - - [2026-04-20 02:18:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.010590 10.0.0.23 - - [2026-04-20 02:18:06] "POST /projects HTTP/1.1" 200 601 0.248150 10.0.0.23 - - [2026-04-20 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.327163 10.0.0.23 - - [2026-04-20 02:18:06] "POST /access-control-lists HTTP/1.1" 200 602 0.031482 10.0.0.38 - - [2026-04-20 02:18:06] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.514349 10.0.0.38 - - [2026-04-20 02:18:07] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.38 - - [2026-04-20 02:18:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.38 - - [2026-04-20 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.069292 10.0.0.23 - - [2026-04-20 02:18:08] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.38 - - [2026-04-20 02:18:08] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043845 10.0.0.23 - - [2026-04-20 02:18:08] "POST /useragent-kv HTTP/1.1" 200 115 0.011006 10.0.0.38 - - [2026-04-20 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.287049 10.0.0.38 - - [2026-04-20 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.002012 10.0.0.38 - - [2026-04-20 02:18:09] "GET /virtual-network/011f5268-f379-478c-96eb-68da2b3b6a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005784 10.0.0.38 - - [2026-04-20 02:18:09] "GET /virtual-network/011f5268-f379-478c-96eb-68da2b3b6a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005761 10.0.0.38 - - [2026-04-20 02:18:09] "POST /neutron/network HTTP/1.1" 200 909 0.006589 10.0.0.38 - - [2026-04-20 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-04-20 02:18:09] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.38 - - [2026-04-20 02:18:09] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043944 10.0.0.23 - - [2026-04-20 02:18:09] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.38 - - [2026-04-20 02:18:09] "POST /neutron/network HTTP/1.1" 200 691 0.121807 10.0.0.23 - - [2026-04-20 02:18:09] "POST /route-targets HTTP/1.1" 200 327 0.012570 10.0.0.38 - - [2026-04-20 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.002819 10.0.0.38 - - [2026-04-20 02:18:09] "GET /virtual-network/6eea0d4e-03bc-47c3-aee1-0c4f38afbf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006104 10.0.0.38 - - [2026-04-20 02:18:09] "POST /neutron/network HTTP/1.1" 200 908 0.010857 10.0.0.38 - - [2026-04-20 02:18:09] "GET /virtual-network/6eea0d4e-03bc-47c3-aee1-0c4f38afbf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005919 10.0.0.38 - - [2026-04-20 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2026-04-20 02:18:09] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.38 - - [2026-04-20 02:18:09] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047503 10.0.0.38 - - [2026-04-20 02:18:09] "POST /neutron/network HTTP/1.1" 200 117 0.023782 10.0.0.23 - - [2026-04-20 02:18:10] "POST /ref-update HTTP/1.1" 200 156 0.043397 10.0.0.38 - - [2026-04-20 02:18:10] "POST /neutron/network HTTP/1.1" 200 912 0.009017 10.0.0.38 - - [2026-04-20 02:18:10] "POST /id-to-fqname HTTP/1.1" 200 268 0.001155 10.0.0.38 - - [2026-04-20 02:18:10] "GET /virtual-network/b9b6961a-f024-47b8-abbe-d5a20d1157da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005314 10.0.0.38 - - [2026-04-20 02:18:10] "GET /virtual-network/b9b6961a-f024-47b8-abbe-d5a20d1157da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005649 10.0.0.38 - - [2026-04-20 02:18:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.008796 10.0.0.38 - - [2026-04-20 02:18:10] "POST /id-to-fqname HTTP/1.1" 200 267 0.001062 10.0.0.23 - - [2026-04-20 02:18:10] "GET /obj-perms HTTP/1.1" 200 5056 0.079060 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /project/8670ce8d3cd540c39a71ca95c5b5bdff HTTP/1.1" 404 173 0.012919 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /project/c53d77e2480c479bb3c7981f27305923 HTTP/1.1" 404 173 0.009211 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /project/537cef85cc484232b69fbae7148ded46 HTTP/1.1" 404 173 0.010427 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000833 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.059801 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001122 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.076553 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?fields=security_groups HTTP/1.1" 200 1378 0.064565 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?fields=security_groups HTTP/1.1" 200 1366 0.111472 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /security-group/09405084-5073-40fd-b934-0309056b34dc HTTP/1.1" 200 115 0.072619 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000821 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff?fields=application_policy_sets HTTP/1.1" 200 1417 0.068125 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /security-group/6c88118e-bc6e-484a-905e-8f5915d8859d HTTP/1.1" 200 115 0.111753 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=537cef85-cc48-4232-b69f-bae7148ded46&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.23 - - [2026-04-20 02:18:11] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.23 - - [2026-04-20 02:18:11] "GET /project/537cef85-cc48-4232-b69f-bae7148ded46?fields=application_policy_sets HTTP/1.1" 200 1405 0.074694 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /access-control-list/231e3295-c18a-4ce9-b5b1-9ada88e9cd04 HTTP/1.1" 200 115 0.050936 10.0.0.38 - - [2026-04-20 02:18:11] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.219362 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /project/8670ce8d-3cd5-40c3-9a71-ca95c5b5bdff HTTP/1.1" 200 115 0.614198 10.0.0.23 - - [2026-04-20 02:18:11] "DELETE /project/537cef85-cc48-4232-b69f-bae7148ded46 HTTP/1.1" 200 115 0.666908 10.0.0.38 - - [2026-04-20 02:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.007041 10.0.0.38 - - [2026-04-20 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 268 0.001236 10.0.0.38 - - [2026-04-20 02:18:12] "POST /neutron/network HTTP/1.1" 200 922 0.006428 10.0.0.38 - - [2026-04-20 02:18:12] "POST /neutron/port HTTP/1.1" 200 1066 0.017552 10.0.0.38 - - [2026-04-20 02:18:12] "POST /neutron/port HTTP/1.1" 200 1130 0.018102 10.0.0.23 - - [2026-04-20 02:18:12] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.38 - - [2026-04-20 02:18:12] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075868 10.0.0.38 - - [2026-04-20 02:18:12] "POST /neutron/network HTTP/1.1" 200 912 0.008258 10.0.0.38 - - [2026-04-20 02:18:13] "POST /neutron/port HTTP/1.1" 200 1130 0.021876 10.0.0.38 - - [2026-04-20 02:18:13] "POST /neutron/network HTTP/1.1" 200 922 0.007107 10.0.0.38 - - [2026-04-20 02:18:14] "POST /neutron/port HTTP/1.1" 200 1068 0.016463 10.0.0.38 - - [2026-04-20 02:18:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006607 10.0.0.38 - - [2026-04-20 02:18:14] "POST /neutron/network HTTP/1.1" 200 912 0.015870 10.0.0.38 - - [2026-04-20 02:18:15] "POST /neutron/port HTTP/1.1" 200 1130 0.018164 10.0.0.38 - - [2026-04-20 02:18:15] "POST /neutron/port HTTP/1.1" 200 1132 0.027450 10.0.0.38 - - [2026-04-20 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.005419 10.0.0.23 - - [2026-04-20 02:18:17] "DELETE /route-target/25312f83-8bfe-4dd2-a89a-4d117c68b14c HTTP/1.1" 200 115 0.023762 10.0.0.38 - - [2026-04-20 02:18:17] "POST /neutron/network HTTP/1.1" 200 912 0.012216 10.0.0.23 - - [2026-04-20 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.23 - - [2026-04-20 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.024683 10.0.0.23 - - [2026-04-20 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.38 - - [2026-04-20 02:18:17] "POST /neutron/network HTTP/1.1" 200 151 0.140446 10.0.0.23 - - [2026-04-20 02:18:17] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001617 10.0.0.38 - - [2026-04-20 02:18:17] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080071 10.0.0.23 - - [2026-04-20 02:18:17] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.38 - - [2026-04-20 02:18:17] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?fields=virtual_networks HTTP/1.1" 200 1049 0.085880 10.0.0.23 - - [2026-04-20 02:18:17] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.38 - - [2026-04-20 02:18:17] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.040532 10.0.0.23 - - [2026-04-20 02:18:17] "GET /projects?obj_uuids=c53d77e2-480c-479b-b3c7-981f27305923&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.38 - - [2026-04-20 02:18:17] "GET /project/c53d77e2-480c-479b-b3c7-981f27305923?fields=security_groups HTTP/1.1" 200 1283 0.042325 10.0.0.38 - - [2026-04-20 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.028662 10.0.0.23 - - [2026-04-20 02:18:18] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003264 10.0.0.23 - - [2026-04-20 02:18:18] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002462 10.0.0.23 - - [2026-04-20 02:18:18] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008470 10.0.0.23 - - [2026-04-20 02:18:19] "POST /id-to-fqname HTTP/1.1" 200 195 0.008573 10.0.0.23 - - [2026-04-20 02:18:19] "POST /fqname-to-id HTTP/1.1" 404 204 0.004765 10.0.0.23 - - [2026-04-20 02:18:19] "POST /security-groups HTTP/1.1" 200 596 0.070138 10.0.0.23 - - [2026-04-20 02:18:19] "POST /projects HTTP/1.1" 200 595 0.313969 10.0.0.23 - - [2026-04-20 02:18:19] "POST /access-control-lists HTTP/1.1" 200 601 0.026063 10.0.0.23 - - [2026-04-20 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.385980 10.0.0.38 - - [2026-04-20 02:18:19] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.535187 10.0.0.38 - - [2026-04-20 02:18:20] "GET / HTTP/1.1" 200 35931 0.001358 10.0.0.38 - - [2026-04-20 02:18:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-04-20 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.050338 10.0.0.23 - - [2026-04-20 02:18:21] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000882 10.0.0.38 - - [2026-04-20 02:18:21] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.040857 10.0.0.23 - - [2026-04-20 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.022135 10.0.0.23 - - [2026-04-20 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009491 10.0.0.38 - - [2026-04-20 02:18:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.220414 10.0.0.38 - - [2026-04-20 02:18:21] "POST /id-to-fqname HTTP/1.1" 200 261 0.001260 10.0.0.38 - - [2026-04-20 02:18:21] "GET /virtual-network/d4ffeac6-2a9a-40b2-bb75-7ac547d7e822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006859 10.0.0.38 - - [2026-04-20 02:18:21] "GET /virtual-network/d4ffeac6-2a9a-40b2-bb75-7ac547d7e822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005069 10.0.0.38 - - [2026-04-20 02:18:22] "POST /neutron/network HTTP/1.1" 200 902 0.006641 10.0.0.38 - - [2026-04-20 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.23 - - [2026-04-20 02:18:22] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000852 10.0.0.38 - - [2026-04-20 02:18:22] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041388 10.0.0.23 - - [2026-04-20 02:18:22] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000852 10.0.0.38 - - [2026-04-20 02:18:22] "POST /neutron/network HTTP/1.1" 200 682 0.130480 10.0.0.23 - - [2026-04-20 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.021629 10.0.0.38 - - [2026-04-20 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 261 0.002952 10.0.0.38 - - [2026-04-20 02:18:22] "GET /virtual-network/9cf9cebc-ad05-42be-99e0-e39bdff1c32c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.004545 10.0.0.38 - - [2026-04-20 02:18:22] "POST /neutron/network HTTP/1.1" 200 900 0.006030 10.0.0.38 - - [2026-04-20 02:18:22] "GET /virtual-network/9cf9cebc-ad05-42be-99e0-e39bdff1c32c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.004720 10.0.0.38 - - [2026-04-20 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-04-20 02:18:22] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000874 10.0.0.38 - - [2026-04-20 02:18:22] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.040202 10.0.0.38 - - [2026-04-20 02:18:22] "POST /neutron/network HTTP/1.1" 200 117 0.014989 10.0.0.38 - - [2026-04-20 02:18:23] "POST /neutron/network HTTP/1.1" 200 902 0.010037 10.0.0.38 - - [2026-04-20 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 262 0.001411 10.0.0.38 - - [2026-04-20 02:18:23] "GET /virtual-network/7d15badf-8527-4676-8485-77213d5d520b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005922 10.0.0.38 - - [2026-04-20 02:18:23] "GET /virtual-network/7d15badf-8527-4676-8485-77213d5d520b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005963 10.0.0.38 - - [2026-04-20 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.009768 10.0.0.38 - - [2026-04-20 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.001143 10.0.0.23 - - [2026-04-20 02:18:24] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000890 10.0.0.38 - - [2026-04-20 02:18:24] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.067728 10.0.0.38 - - [2026-04-20 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.005396 10.0.0.38 - - [2026-04-20 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 262 0.001327 10.0.0.38 - - [2026-04-20 02:18:24] "POST /neutron/network HTTP/1.1" 200 912 0.007361 10.0.0.23 - - [2026-04-20 02:18:25] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000849 10.0.0.38 - - [2026-04-20 02:18:25] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.098930 10.0.0.38 - - [2026-04-20 02:18:25] "POST /neutron/port HTTP/1.1" 200 1064 0.113455 10.0.0.38 - - [2026-04-20 02:18:25] "POST /neutron/port HTTP/1.1" 200 1118 0.117674 10.0.0.38 - - [2026-04-20 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2063 0.010906 10.0.0.38 - - [2026-04-20 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.010602 10.0.0.38 - - [2026-04-20 02:18:26] "POST /neutron/network HTTP/1.1" 200 912 0.006415 10.0.0.38 - - [2026-04-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.007345 10.0.0.38 - - [2026-04-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-04-20 02:18:26] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.38 - - [2026-04-20 02:18:26] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008625 10.0.0.38 - - [2026-04-20 02:18:26] "POST /neutron/port HTTP/1.1" 200 1064 0.017303 10.0.0.38 - - [2026-04-20 02:18:26] "POST /service-templates HTTP/1.1" 200 543 0.030336 10.0.0.38 - - [2026-04-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.38 - - [2026-04-20 02:18:26] "GET /service-template/cb0b183b-63e8-44f3-b76c-a38219ad6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.012955 10.0.0.38 - - [2026-04-20 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.38 - - [2026-04-20 02:18:26] "GET /service-template/cb0b183b-63e8-44f3-b76c-a38219ad6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.011188 10.0.0.38 - - [2026-04-20 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001287 10.0.0.38 - - [2026-04-20 02:18:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003671 10.0.0.38 - - [2026-04-20 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001209 10.0.0.38 - - [2026-04-20 02:18:27] "POST /neutron/network HTTP/1.1" 200 902 0.008196 10.0.0.38 - - [2026-04-20 02:18:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001182 10.0.0.38 - - [2026-04-20 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.38 - - [2026-04-20 02:18:27] "DELETE /service-template/cb0b183b-63e8-44f3-b76c-a38219ad6cd4 HTTP/1.1" 200 115 0.028814 10.0.0.38 - - [2026-04-20 02:18:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.009720 10.0.0.38 - - [2026-04-20 02:18:29] "POST /neutron/network HTTP/1.1" 200 900 0.008036 10.0.0.38 - - [2026-04-20 02:18:29] "POST /neutron/port HTTP/1.1" 200 1118 0.018715 10.0.0.38 - - [2026-04-20 02:18:30] "POST /neutron/port HTTP/1.1" 200 1118 0.026918 10.0.0.23 - - [2026-04-20 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006811 10.0.0.23 - - [2026-04-20 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002737 10.0.0.23 - - [2026-04-20 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002560 10.0.0.38 - - [2026-04-20 02:18:31] "POST /neutron/network HTTP/1.1" 200 151 0.164153 10.0.0.38 - - [2026-04-20 02:18:31] "POST /neutron/network HTTP/1.1" 200 902 0.007404 10.0.0.23 - - [2026-04-20 02:18:31] "DELETE /route-target/8108c137-60c6-4f93-9a3f-5028fae59f23 HTTP/1.1" 200 115 0.037172 10.0.0.23 - - [2026-04-20 02:18:32] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000920 10.0.0.38 - - [2026-04-20 02:18:32] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.058815 10.0.0.23 - - [2026-04-20 02:18:32] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001173 10.0.0.38 - - [2026-04-20 02:18:32] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?fields=virtual_networks HTTP/1.1" 200 1042 0.048512 10.0.0.23 - - [2026-04-20 02:18:32] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001482 10.0.0.38 - - [2026-04-20 02:18:32] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.041198 10.0.0.23 - - [2026-04-20 02:18:32] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000921 10.0.0.38 - - [2026-04-20 02:18:32] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?fields=security_groups HTTP/1.1" 200 1273 0.039901 10.0.0.38 - - [2026-04-20 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.026901 10.0.0.23 - - [2026-04-20 02:18:33] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002970 10.0.0.23 - - [2026-04-20 02:18:33] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.23 - - [2026-04-20 02:18:33] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006496 10.0.0.23 - - [2026-04-20 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 199 0.001085 10.0.0.23 - - [2026-04-20 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003975 10.0.0.23 - - [2026-04-20 02:18:33] "POST /security-groups HTTP/1.1" 200 600 0.034461 10.0.0.23 - - [2026-04-20 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 243 0.005946 10.0.0.23 - - [2026-04-20 02:18:33] "POST /projects HTTP/1.1" 200 603 0.258170 10.0.0.23 - - [2026-04-20 02:18:33] "POST /access-control-lists HTTP/1.1" 200 603 0.028154 10.0.0.23 - - [2026-04-20 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.342185 10.0.0.38 - - [2026-04-20 02:18:33] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.474023 10.0.0.38 - - [2026-04-20 02:18:34] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.38 - - [2026-04-20 02:18:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.38 - - [2026-04-20 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.065548 10.0.0.23 - - [2026-04-20 02:18:35] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000808 10.0.0.38 - - [2026-04-20 02:18:35] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.037166 10.0.0.23 - - [2026-04-20 02:18:35] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001060 10.0.0.38 - - [2026-04-20 02:18:36] "POST /neutron/network HTTP/1.1" 200 694 0.140934 10.0.0.23 - - [2026-04-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005223 10.0.0.38 - - [2026-04-20 02:18:36] "POST /neutron/network HTTP/1.1" 200 1088 0.010904 10.0.0.38 - - [2026-04-20 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 269 0.001029 10.0.0.38 - - [2026-04-20 02:18:36] "GET /virtual-network/65514761-8906-4050-b2eb-21d67dc2d806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.007277 10.0.0.38 - - [2026-04-20 02:18:36] "GET /virtual-network/65514761-8906-4050-b2eb-21d67dc2d806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006184 10.0.0.38 - - [2026-04-20 02:18:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.008632 10.0.0.38 - - [2026-04-20 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.23 - - [2026-04-20 02:18:36] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000863 10.0.0.38 - - [2026-04-20 02:18:36] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.040199 10.0.0.23 - - [2026-04-20 02:18:36] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000891 10.0.0.38 - - [2026-04-20 02:18:36] "POST /neutron/network HTTP/1.1" 200 694 0.122283 10.0.0.23 - - [2026-04-20 02:18:37] "POST /route-targets HTTP/1.1" 200 327 0.012774 10.0.0.23 - - [2026-04-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.007293 10.0.0.38 - - [2026-04-20 02:18:37] "POST /neutron/network HTTP/1.1" 200 1087 0.009977 10.0.0.38 - - [2026-04-20 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001017 10.0.0.38 - - [2026-04-20 02:18:37] "GET /virtual-network/852679aa-2b5f-4f24-b013-1f65d2710de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005045 10.0.0.38 - - [2026-04-20 02:18:37] "GET /virtual-network/852679aa-2b5f-4f24-b013-1f65d2710de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005038 10.0.0.38 - - [2026-04-20 02:18:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.008292 10.0.0.38 - - [2026-04-20 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.23 - - [2026-04-20 02:18:37] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000823 10.0.0.38 - - [2026-04-20 02:18:37] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.035890 10.0.0.23 - - [2026-04-20 02:18:37] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001183 10.0.0.38 - - [2026-04-20 02:18:37] "POST /neutron/network HTTP/1.1" 200 696 0.127168 10.0.0.23 - - [2026-04-20 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.032661 10.0.0.38 - - [2026-04-20 02:18:38] "POST /neutron/network HTTP/1.1" 200 1089 0.012038 10.0.0.38 - - [2026-04-20 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 270 0.001069 10.0.0.38 - - [2026-04-20 02:18:38] "GET /virtual-network/2ea33a84-dc17-4529-bf6a-5f1451b1a544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.004749 10.0.0.38 - - [2026-04-20 02:18:38] "GET /virtual-network/2ea33a84-dc17-4529-bf6a-5f1451b1a544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005486 10.0.0.38 - - [2026-04-20 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.009413 10.0.0.38 - - [2026-04-20 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.001268 10.0.0.23 - - [2026-04-20 02:18:39] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001423 10.0.0.38 - - [2026-04-20 02:18:39] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.070781 10.0.0.38 - - [2026-04-20 02:18:39] "POST /neutron/network HTTP/1.1" 200 1087 0.038052 10.0.0.38 - - [2026-04-20 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 270 0.001275 10.0.0.38 - - [2026-04-20 02:18:39] "POST /neutron/port HTTP/1.1" 200 117 0.006855 10.0.0.23 - - [2026-04-20 02:18:40] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000892 10.0.0.38 - - [2026-04-20 02:18:40] "POST /neutron/port HTTP/1.1" 200 1176 0.375557 10.0.0.38 - - [2026-04-20 02:18:40] "POST /neutron/port HTTP/1.1" 200 1230 0.101855 10.0.0.23 - - [2026-04-20 02:18:40] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000883 10.0.0.38 - - [2026-04-20 02:18:40] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.121543 10.0.0.38 - - [2026-04-20 02:18:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004748 10.0.0.38 - - [2026-04-20 02:18:40] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.38 - - [2026-04-20 02:18:40] "POST /neutron/port HTTP/1.1" 200 1240 0.026623 10.0.0.38 - - [2026-04-20 02:18:41] "POST /neutron/network HTTP/1.1" 200 1099 0.006859 10.0.0.38 - - [2026-04-20 02:18:41] "POST /neutron/port HTTP/1.1" 200 1176 0.032181 10.0.0.38 - - [2026-04-20 02:18:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.38 - - [2026-04-20 02:18:42] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.38 - - [2026-04-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.010983 10.0.0.38 - - [2026-04-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.23 - - [2026-04-20 02:18:42] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.38 - - [2026-04-20 02:18:42] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009586 10.0.0.38 - - [2026-04-20 02:18:42] "POST /service-templates HTTP/1.1" 200 543 0.038708 10.0.0.38 - - [2026-04-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2026-04-20 02:18:42] "GET /service-template/5c094af7-6096-4145-90cf-18ebc101fbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006031 10.0.0.38 - - [2026-04-20 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.38 - - [2026-04-20 02:18:42] "GET /service-template/5c094af7-6096-4145-90cf-18ebc101fbf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.003960 10.0.0.38 - - [2026-04-20 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 269 0.001184 10.0.0.38 - - [2026-04-20 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 269 0.001087 10.0.0.38 - - [2026-04-20 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 270 0.001109 10.0.0.38 - - [2026-04-20 02:18:42] "POST /neutron/port HTTP/1.1" 200 2326 0.026658 10.0.0.38 - - [2026-04-20 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2026-04-20 02:18:43] "DELETE /service-template/5c094af7-6096-4145-90cf-18ebc101fbf0 HTTP/1.1" 200 115 0.030637 10.0.0.38 - - [2026-04-20 02:18:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003841 10.0.0.38 - - [2026-04-20 02:18:44] "POST /neutron/port HTTP/1.1" 200 1240 0.021245 10.0.0.38 - - [2026-04-20 02:18:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004376 10.0.0.38 - - [2026-04-20 02:18:44] "POST /neutron/network HTTP/1.1" 200 1087 0.012265 10.0.0.38 - - [2026-04-20 02:18:44] "POST /neutron/network HTTP/1.1" 200 1087 0.010274 10.0.0.38 - - [2026-04-20 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.318674 10.0.0.38 - - [2026-04-20 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.319839 10.0.0.38 - - [2026-04-20 02:18:46] "POST /neutron/network HTTP/1.1" 200 1089 0.015165 10.0.0.23 - - [2026-04-20 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.23 - - [2026-04-20 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.23 - - [2026-04-20 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.23 - - [2026-04-20 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003795 10.0.0.23 - - [2026-04-20 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002896 10.0.0.38 - - [2026-04-20 02:18:47] "POST /neutron/network HTTP/1.1" 200 151 0.140230 10.0.0.23 - - [2026-04-20 02:18:47] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002635 10.0.0.23 - - [2026-04-20 02:18:47] "DELETE /route-target/a37c1956-4f0a-4960-88dc-a20e07f0f873 HTTP/1.1" 200 115 0.033762 10.0.0.38 - - [2026-04-20 02:18:47] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.104650 10.0.0.23 - - [2026-04-20 02:18:47] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000833 10.0.0.38 - - [2026-04-20 02:18:47] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?fields=virtual_networks HTTP/1.1" 200 1051 0.039259 10.0.0.23 - - [2026-04-20 02:18:47] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000855 10.0.0.38 - - [2026-04-20 02:18:47] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.035502 10.0.0.23 - - [2026-04-20 02:18:47] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000869 10.0.0.38 - - [2026-04-20 02:18:47] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?fields=security_groups HTTP/1.1" 200 1286 0.043506 10.0.0.38 - - [2026-04-20 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.028840 10.0.0.23 - - [2026-04-20 02:18:48] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004039 10.0.0.23 - - [2026-04-20 02:18:48] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.23 - - [2026-04-20 02:18:48] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006397 10.0.0.23 - - [2026-04-20 02:18:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.002796 10.0.0.23 - - [2026-04-20 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.012888 10.0.0.23 - - [2026-04-20 02:18:49] "POST /security-groups HTTP/1.1" 200 603 0.079035 10.0.0.23 - - [2026-04-20 02:18:49] "POST /projects HTTP/1.1" 200 609 0.322715 10.0.0.23 - - [2026-04-20 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.409120 10.0.0.23 - - [2026-04-20 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.010490 10.0.0.38 - - [2026-04-20 02:18:49] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.558153 10.0.0.38 - - [2026-04-20 02:18:50] "GET / HTTP/1.1" 200 35931 0.001308 10.0.0.38 - - [2026-04-20 02:18:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-04-20 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.074395 10.0.0.23 - - [2026-04-20 02:18:51] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.38 - - [2026-04-20 02:18:51] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049722 10.0.0.23 - - [2026-04-20 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.078655 10.0.0.23 - - [2026-04-20 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007936 10.0.0.38 - - [2026-04-20 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.248060 10.0.0.38 - - [2026-04-20 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001168 10.0.0.38 - - [2026-04-20 02:18:52] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005199 10.0.0.38 - - [2026-04-20 02:18:52] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005889 10.0.0.38 - - [2026-04-20 02:18:52] "POST /neutron/network HTTP/1.1" 200 838 0.007489 10.0.0.38 - - [2026-04-20 02:18:53] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005138 10.0.0.38 - - [2026-04-20 02:18:53] "GET /obj-perms HTTP/1.1" 200 5054 0.064671 10.0.0.27 - - [2026-04-20 02:18:54] "GET /obj-perms HTTP/1.1" 200 5054 0.061493 10.0.0.38 - - [2026-04-20 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-04-20 02:18:54] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.38 - - [2026-04-20 02:18:54] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040888 10.0.0.23 - - [2026-04-20 02:18:54] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.38 - - [2026-04-20 02:18:54] "POST /neutron/network HTTP/1.1" 200 619 0.126120 10.0.0.38 - - [2026-04-20 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.002795 10.0.0.38 - - [2026-04-20 02:18:55] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004439 10.0.0.38 - - [2026-04-20 02:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.006387 10.0.0.38 - - [2026-04-20 02:18:55] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004349 10.0.0.38 - - [2026-04-20 02:18:55] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006474 10.0.0.38 - - [2026-04-20 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.23 - - [2026-04-20 02:19:11] "DELETE /access-control-list/72fc2f8d-fab1-4acd-9bf3-6d1ec454dd8c HTTP/1.1" 200 115 0.049737 10.0.0.23 - - [2026-04-20 02:19:11] "DELETE /project/5cc579fff3ae47b9ac0cc176a6cf0d24 HTTP/1.1" 404 173 0.014023 10.0.0.23 - - [2026-04-20 02:19:11] "DELETE /project/e9c0ba30ed5e49c8bdb050c9a08788ed HTTP/1.1" 404 173 0.016432 10.0.0.23 - - [2026-04-20 02:19:11] "DELETE /project/af1ce77147b840c9923e0420babcc1e2 HTTP/1.1" 404 173 0.015632 10.0.0.23 - - [2026-04-20 02:19:11] "DELETE /project/c53d77e2-480c-479b-b3c7-981f27305923 HTTP/1.1" 404 177 0.013952 10.0.0.23 - - [2026-04-20 02:19:11] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000761 10.0.0.23 - - [2026-04-20 02:19:11] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000687 10.0.0.23 - - [2026-04-20 02:19:11] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.064936 10.0.0.23 - - [2026-04-20 02:19:11] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.066339 10.0.0.23 - - [2026-04-20 02:19:11] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000763 10.0.0.23 - - [2026-04-20 02:19:11] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000696 10.0.0.23 - - [2026-04-20 02:19:11] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?fields=security_groups HTTP/1.1" 200 1378 0.041428 10.0.0.23 - - [2026-04-20 02:19:11] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?fields=security_groups HTTP/1.1" 200 1391 0.042814 10.0.0.23 - - [2026-04-20 02:19:12] "DELETE /security-group/96e5887e-975d-405d-9b34-611706062f47 HTTP/1.1" 200 115 0.070778 10.0.0.23 - - [2026-04-20 02:19:12] "GET /projects?obj_uuids=e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000803 10.0.0.23 - - [2026-04-20 02:19:12] "DELETE /security-group/97042587-497e-4afd-b738-e4929cfc82e7 HTTP/1.1" 200 115 0.081429 10.0.0.23 - - [2026-04-20 02:19:12] "GET /projects?obj_uuids=5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000702 10.0.0.23 - - [2026-04-20 02:19:12] "GET /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed?fields=application_policy_sets HTTP/1.1" 200 1430 0.054712 10.0.0.23 - - [2026-04-20 02:19:12] "GET /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24?fields=application_policy_sets HTTP/1.1" 200 1417 0.083074 10.0.0.23 - - [2026-04-20 02:19:12] "DELETE /access-control-list/9c504f1c-a4ec-4f3d-b2c7-8d32986f6cc5 HTTP/1.1" 200 115 0.051146 10.0.0.23 - - [2026-04-20 02:19:12] "DELETE /project/e9c0ba30-ed5e-49c8-bdb0-50c9a08788ed HTTP/1.1" 200 115 0.497177 10.0.0.23 - - [2026-04-20 02:19:12] "DELETE /project/5cc579ff-f3ae-47b9-ac0c-c176a6cf0d24 HTTP/1.1" 200 115 0.552145 10.0.0.38 - - [2026-04-20 02:19:28] "POST /neutron/network HTTP/1.1" 200 849 0.008792 10.0.0.23 - - [2026-04-20 02:19:28] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.38 - - [2026-04-20 02:19:29] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068393 10.0.0.38 - - [2026-04-20 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.007033 10.0.0.38 - - [2026-04-20 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001134 10.0.0.38 - - [2026-04-20 02:19:29] "POST /neutron/network HTTP/1.1" 200 849 0.006523 10.0.0.23 - - [2026-04-20 02:19:30] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001482 10.0.0.38 - - [2026-04-20 02:19:30] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.143422 10.0.0.38 - - [2026-04-20 02:19:30] "POST /neutron/port HTTP/1.1" 200 1073 0.039750 10.0.0.38 - - [2026-04-20 02:19:30] "POST /neutron/port HTTP/1.1" 200 1095 0.151170 10.0.0.38 - - [2026-04-20 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.38 - - [2026-04-20 02:19:31] "POST /neutron/port HTTP/1.1" 200 1137 0.049041 10.0.0.23 - - [2026-04-20 02:19:31] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.38 - - [2026-04-20 02:19:31] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.088400 10.0.0.38 - - [2026-04-20 02:19:31] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006330 10.0.0.38 - - [2026-04-20 02:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.004766 10.0.0.38 - - [2026-04-20 02:19:31] "GET /floating-ip-pools?parent_id=12c58163-bf3d-4f76-bf43-2a3e7c158fcc&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.018804 10.0.0.38 - - [2026-04-20 02:19:31] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005388 10.0.0.38 - - [2026-04-20 02:19:31] "POST /floating-ip-pools HTTP/1.1" 200 609 0.121247 10.0.0.23 - - [2026-04-20 02:19:31] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.38 - - [2026-04-20 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.043964 10.0.0.38 - - [2026-04-20 02:19:31] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005825 10.0.0.38 - - [2026-04-20 02:19:32] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005545 10.0.0.38 - - [2026-04-20 02:19:32] "POST /neutron/port HTTP/1.1" 200 1072 0.838154 10.0.0.38 - - [2026-04-20 02:19:32] "POST /neutron/port HTTP/1.1" 200 1072 0.083253 10.0.0.38 - - [2026-04-20 02:19:33] "POST /neutron/port HTTP/1.1" 200 1136 0.076434 10.0.0.38 - - [2026-04-20 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.005651 10.0.0.38 - - [2026-04-20 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030278 10.0.0.38 - - [2026-04-20 02:19:47] "POST /neutron/port HTTP/1.1" 200 1137 0.048693 10.0.0.38 - - [2026-04-20 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032235 10.0.0.38 - - [2026-04-20 02:20:03] "POST /neutron/port HTTP/1.1" 200 1137 0.059191 10.0.0.38 - - [2026-04-20 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034017 10.0.0.23 - - [2026-04-20 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.081301 10.0.0.38 - - [2026-04-20 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.075230 10.0.0.38 - - [2026-04-20 02:20:19] "POST /neutron/port HTTP/1.1" 200 1137 0.077086 10.0.0.38 - - [2026-04-20 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006506 10.0.0.38 - - [2026-04-20 02:20:34] "POST /neutron/port HTTP/1.1" 200 1137 0.016514 10.0.0.38 - - [2026-04-20 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007190 10.0.0.38 - - [2026-04-20 02:20:49] "POST /neutron/port HTTP/1.1" 200 1137 0.015025 10.0.0.38 - - [2026-04-20 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009011 10.0.0.38 - - [2026-04-20 02:21:04] "POST /neutron/port HTTP/1.1" 200 1137 0.017821 10.0.0.38 - - [2026-04-20 02:21:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007378 10.0.0.38 - - [2026-04-20 02:21:05] "GET /virtual-machine/5dd4c9c7-91ed-46d2-ab57-eb1cdc5998fb HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-04-20 02:21:05] "GET /virtual-machine/5dd4c9c7-91ed-46d2-ab57-eb1cdc5998fb HTTP/1.1" 200 1304 0.034015 10.0.0.38 - - [2026-04-20 02:21:05] "GET /virtual-machine-interface/cf9198a8-e7b5-464c-8a3d-07c7de9ac54e HTTP/1.1" 200 3004 0.005430 10.0.0.38 - - [2026-04-20 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.38 - - [2026-04-20 02:21:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003609 10.0.0.38 - - [2026-04-20 02:21:05] "GET /virtual-networks?parent_id=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003046 10.0.0.38 - - [2026-04-20 02:21:05] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005891 10.0.0.38 - - [2026-04-20 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2026-04-20 02:21:08] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005405 10.0.0.27 - - [2026-04-20 02:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-04-20 02:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-04-20 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.38 - - [2026-04-20 02:21:12] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004877 10.0.0.23 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000315 10.0.0.23 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2026-04-20 02:21:13] "GET /obj-perms HTTP/1.1" 200 5056 0.098082 10.0.0.23 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000654 10.0.0.27 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-04-20 02:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2026-04-20 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-04-20 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-04-20 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.38 - - [2026-04-20 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-04-20 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.38 - - [2026-04-20 02:21:16] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005325 10.0.0.38 - - [2026-04-20 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.38 - - [2026-04-20 02:21:20] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005585 10.0.0.38 - - [2026-04-20 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.38 - - [2026-04-20 02:21:24] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005497 10.0.0.38 - - [2026-04-20 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2026-04-20 02:21:28] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004710 10.0.0.38 - - [2026-04-20 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.38 - - [2026-04-20 02:21:32] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006956 10.0.0.38 - - [2026-04-20 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.38 - - [2026-04-20 02:21:37] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006825 10.0.0.38 - - [2026-04-20 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.38 - - [2026-04-20 02:21:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003296 10.0.0.38 - - [2026-04-20 02:21:39] "GET /virtual-networks?parent_id=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003880 10.0.0.38 - - [2026-04-20 02:21:39] "GET /virtual-network/87e46399-c959-4177-97a2-84db5206a6c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005650 10.0.0.38 - - [2026-04-20 02:21:39] "POST /neutron/port HTTP/1.1" 200 1137 0.016420 10.0.0.38 - - [2026-04-20 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007763 10.0.0.38 - - [2026-04-20 02:21:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007482 10.0.0.38 - - [2026-04-20 02:21:50] "POST /neutron/port HTTP/1.1" 200 1136 0.044399 10.0.0.38 - - [2026-04-20 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006396 10.0.0.38 - - [2026-04-20 02:21:50] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.38 - - [2026-04-20 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006353 10.0.0.38 - - [2026-04-20 02:21:57] "POST /neutron/network HTTP/1.1" 200 848 0.008428 10.0.0.38 - - [2026-04-20 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.38 - - [2026-04-20 02:21:59] "POST /neutron/port HTTP/1.1" 200 1137 0.015821 10.0.0.38 - - [2026-04-20 02:21:59] "POST /neutron/port HTTP/1.1" 200 1136 0.019696 10.0.0.38 - - [2026-04-20 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006797 10.0.0.38 - - [2026-04-20 02:22:00] "GET /virtual-machine/a93a22b4-8792-4e83-a5e4-a2389ffad7bb HTTP/1.1" 200 1305 0.006089 10.0.0.38 - - [2026-04-20 02:22:00] "GET /virtual-machine-interface/575ba756-17d5-4279-9a26-54e9f1ecf88c HTTP/1.1" 200 3004 0.006057 10.0.0.38 - - [2026-04-20 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.38 - - [2026-04-20 02:22:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003855 10.0.0.38 - - [2026-04-20 02:22:00] "GET /virtual-networks?parent_id=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002681 10.0.0.38 - - [2026-04-20 02:22:00] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005396 10.0.0.38 - - [2026-04-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.38 - - [2026-04-20 02:22:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.38 - - [2026-04-20 02:22:01] "GET /virtual-networks?parent_id=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003539 10.0.0.38 - - [2026-04-20 02:22:01] "GET /virtual-network/12c58163-bf3d-4f76-bf43-2a3e7c158fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007040 10.0.0.38 - - [2026-04-20 02:22:01] "POST /neutron/floatingip HTTP/1.1" 200 578 0.019422 10.0.0.38 - - [2026-04-20 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.38 - - [2026-04-20 02:22:01] "GET /routing-instance/6ae7b2bd-1217-4e09-a1fb-3ef7b0841d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004833 10.0.0.38 - - [2026-04-20 02:22:01] "GET /route-target/98578302-7dae-4c5b-9941-80a4aee331b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004467 10.0.0.38 - - [2026-04-20 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 530 0.008944 10.0.0.38 - - [2026-04-20 02:22:23] "GET /floating-ip-pool/54833ccb-4dc5-4b3f-8bd1-2707432d2fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004453 10.0.0.38 - - [2026-04-20 02:22:23] "POST /ref-update HTTP/1.1" 200 156 0.013619 10.0.0.38 - - [2026-04-20 02:22:23] "DELETE /floating-ip-pool/54833ccb-4dc5-4b3f-8bd1-2707432d2fe1 HTTP/1.1" 200 115 0.031770 10.0.0.38 - - [2026-04-20 02:22:24] "POST /neutron/network HTTP/1.1" 400 204 0.018672 10.0.0.38 - - [2026-04-20 02:22:24] "POST /neutron/port HTTP/1.1" 200 151 0.223359 10.0.0.38 - - [2026-04-20 02:22:25] "POST /neutron/port HTTP/1.1" 200 151 0.190910 10.0.0.23 - - [2026-04-20 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2026-04-20 02:22:26] "POST /neutron/network HTTP/1.1" 200 838 0.006348 10.0.0.23 - - [2026-04-20 02:22:26] "DELETE /route-target/98578302-7dae-4c5b-9941-80a4aee331b3 HTTP/1.1" 200 115 0.019166 10.0.0.23 - - [2026-04-20 02:22:28] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.38 - - [2026-04-20 02:22:28] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040043 10.0.0.23 - - [2026-04-20 02:22:28] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.38 - - [2026-04-20 02:22:28] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?fields=virtual_networks HTTP/1.1" 200 1057 0.040526 10.0.0.23 - - [2026-04-20 02:22:28] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.38 - - [2026-04-20 02:22:28] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.046112 10.0.0.23 - - [2026-04-20 02:22:28] "GET /projects?obj_uuids=af1ce771-47b8-40c9-923e-0420babcc1e2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001199 10.0.0.38 - - [2026-04-20 02:22:28] "GET /project/af1ce771-47b8-40c9-923e-0420babcc1e2?fields=security_groups HTTP/1.1" 200 1295 0.048339 10.0.0.38 - - [2026-04-20 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.031234 10.0.0.23 - - [2026-04-20 02:22:29] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003292 10.0.0.23 - - [2026-04-20 02:22:29] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.23 - - [2026-04-20 02:22:29] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006598 10.0.0.23 - - [2026-04-20 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.005436 10.0.0.23 - - [2026-04-20 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.007533 10.0.0.23 - - [2026-04-20 02:22:29] "POST /security-groups HTTP/1.1" 200 591 0.031995 10.0.0.23 - - [2026-04-20 02:22:29] "POST /projects HTTP/1.1" 200 585 0.245408 10.0.0.23 - - [2026-04-20 02:22:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.018302 10.0.0.23 - - [2026-04-20 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.322497 10.0.0.38 - - [2026-04-20 02:22:29] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.461637 10.0.0.38 - - [2026-04-20 02:22:30] "GET / HTTP/1.1" 200 35931 0.001351 10.0.0.23 - - [2026-04-20 02:22:33] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611 10.0.0.38 - - [2026-04-20 02:22:33] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044593 10.0.0.23 - - [2026-04-20 02:22:33] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002103 10.0.0.38 - - [2026-04-20 02:22:34] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?fields=virtual_networks HTTP/1.1" 200 1032 0.059340 10.0.0.23 - - [2026-04-20 02:22:34] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.38 - - [2026-04-20 02:22:34] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.057641 10.0.0.23 - - [2026-04-20 02:22:34] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.38 - - [2026-04-20 02:22:34] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?fields=security_groups HTTP/1.1" 200 1258 0.056287 10.0.0.38 - - [2026-04-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.027070 10.0.0.23 - - [2026-04-20 02:22:35] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005288 10.0.0.23 - - [2026-04-20 02:22:35] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.23 - - [2026-04-20 02:22:35] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008984 10.0.0.23 - - [2026-04-20 02:22:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.008610 10.0.0.23 - - [2026-04-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.005439 10.0.0.23 - - [2026-04-20 02:22:35] "POST /security-groups HTTP/1.1" 200 586 0.074450 10.0.0.23 - - [2026-04-20 02:22:35] "POST /projects HTTP/1.1" 200 575 0.293044 10.0.0.23 - - [2026-04-20 02:22:35] "POST /access-control-lists HTTP/1.1" 200 591 0.030885 10.0.0.23 - - [2026-04-20 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.370636 10.0.0.38 - - [2026-04-20 02:22:35] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.545562 10.0.0.38 - - [2026-04-20 02:22:36] "GET / HTTP/1.1" 200 35931 0.001323 10.0.0.23 - - [2026-04-20 02:22:42] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000825 10.0.0.38 - - [2026-04-20 02:22:42] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055603 10.0.0.23 - - [2026-04-20 02:22:42] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.38 - - [2026-04-20 02:22:42] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?fields=virtual_networks HTTP/1.1" 200 1023 0.060999 10.0.0.23 - - [2026-04-20 02:22:42] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.38 - - [2026-04-20 02:22:42] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.043737 10.0.0.23 - - [2026-04-20 02:22:42] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000830 10.0.0.38 - - [2026-04-20 02:22:42] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?fields=security_groups HTTP/1.1" 200 1244 0.046237 10.0.0.38 - - [2026-04-20 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.040251 10.0.0.23 - - [2026-04-20 02:22:43] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003295 10.0.0.23 - - [2026-04-20 02:22:43] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.23 - - [2026-04-20 02:22:43] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006384 10.0.0.23 - - [2026-04-20 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 189 0.006527 10.0.0.23 - - [2026-04-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003649 10.0.0.23 - - [2026-04-20 02:22:44] "POST /security-groups HTTP/1.1" 200 590 0.032265 10.0.0.23 - - [2026-04-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.004247 10.0.0.23 - - [2026-04-20 02:22:44] "POST /projects HTTP/1.1" 200 583 0.261215 10.0.0.23 - - [2026-04-20 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.337698 10.0.0.23 - - [2026-04-20 02:22:44] "POST /access-control-lists HTTP/1.1" 200 593 0.035376 10.0.0.38 - - [2026-04-20 02:22:44] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.504572 10.0.0.38 - - [2026-04-20 02:22:45] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.23 - - [2026-04-20 02:22:48] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001114 10.0.0.38 - - [2026-04-20 02:22:48] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.058552 10.0.0.23 - - [2026-04-20 02:22:48] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001217 10.0.0.38 - - [2026-04-20 02:22:48] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?fields=virtual_networks HTTP/1.1" 200 1031 0.049281 10.0.0.23 - - [2026-04-20 02:22:48] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001115 10.0.0.38 - - [2026-04-20 02:22:48] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.056035 10.0.0.23 - - [2026-04-20 02:22:48] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001106 10.0.0.38 - - [2026-04-20 02:22:48] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?fields=security_groups HTTP/1.1" 200 1256 0.059861 10.0.0.38 - - [2026-04-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.030039 10.0.0.23 - - [2026-04-20 02:22:49] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003167 10.0.0.23 - - [2026-04-20 02:22:49] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000834 10.0.0.23 - - [2026-04-20 02:22:49] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007282 10.0.0.23 - - [2026-04-20 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.004422 10.0.0.23 - - [2026-04-20 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.006010 10.0.0.23 - - [2026-04-20 02:22:50] "POST /security-groups HTTP/1.1" 200 591 0.073965 10.0.0.23 - - [2026-04-20 02:22:50] "POST /projects HTTP/1.1" 200 585 0.274155 10.0.0.23 - - [2026-04-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 233 0.009176 10.0.0.23 - - [2026-04-20 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.354642 10.0.0.38 - - [2026-04-20 02:22:50] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.499585 10.0.0.38 - - [2026-04-20 02:22:51] "GET / HTTP/1.1" 200 35931 0.002732 10.0.0.23 - - [2026-04-20 02:22:54] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.032515 10.0.0.38 - - [2026-04-20 02:22:54] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.138156 10.0.0.23 - - [2026-04-20 02:22:54] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.38 - - [2026-04-20 02:22:54] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?fields=virtual_networks HTTP/1.1" 200 1032 0.041645 10.0.0.23 - - [2026-04-20 02:22:54] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.38 - - [2026-04-20 02:22:54] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038886 10.0.0.23 - - [2026-04-20 02:22:54] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.38 - - [2026-04-20 02:22:54] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?fields=security_groups HTTP/1.1" 200 1258 0.036180 10.0.0.38 - - [2026-04-20 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.024620 10.0.0.23 - - [2026-04-20 02:22:55] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002763 10.0.0.23 - - [2026-04-20 02:22:55] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.23 - - [2026-04-20 02:22:55] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049531 10.0.0.23 - - [2026-04-20 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 194 0.007627 10.0.0.23 - - [2026-04-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.007843 10.0.0.23 - - [2026-04-20 02:22:56] "POST /security-groups HTTP/1.1" 200 595 0.045843 10.0.0.23 - - [2026-04-20 02:22:56] "POST /projects HTTP/1.1" 200 593 0.279029 10.0.0.23 - - [2026-04-20 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.354192 10.0.0.23 - - [2026-04-20 02:22:56] "POST /access-control-lists HTTP/1.1" 200 600 0.053771 10.0.0.38 - - [2026-04-20 02:22:56] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.566551 10.0.0.38 - - [2026-04-20 02:22:57] "GET / HTTP/1.1" 200 35931 0.003221 10.0.0.23 - - [2026-04-20 02:23:00] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.38 - - [2026-04-20 02:23:00] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050268 10.0.0.23 - - [2026-04-20 02:23:00] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001317 10.0.0.38 - - [2026-04-20 02:23:00] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?fields=virtual_networks HTTP/1.1" 200 1040 0.042858 10.0.0.23 - - [2026-04-20 02:23:00] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001229 10.0.0.38 - - [2026-04-20 02:23:00] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.040143 10.0.0.23 - - [2026-04-20 02:23:00] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000875 10.0.0.38 - - [2026-04-20 02:23:00] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?fields=security_groups HTTP/1.1" 200 1270 0.063059 10.0.0.23 - - [2026-04-20 02:23:01] "DELETE /access-control-list/5a4b0f3f-6195-4d52-831e-7171d47148dd HTTP/1.1" 200 115 0.034271 10.0.0.38 - - [2026-04-20 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.028219 10.0.0.23 - - [2026-04-20 02:23:01] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.23 - - [2026-04-20 02:23:01] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.23 - - [2026-04-20 02:23:01] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009100 10.0.0.23 - - [2026-04-20 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.006407 10.0.0.23 - - [2026-04-20 02:23:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.013345 10.0.0.23 - - [2026-04-20 02:23:02] "POST /security-groups HTTP/1.1" 200 586 0.048519 10.0.0.23 - - [2026-04-20 02:23:02] "POST /projects HTTP/1.1" 200 575 0.271771 10.0.0.23 - - [2026-04-20 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.306745 10.0.0.23 - - [2026-04-20 02:23:02] "POST /access-control-lists HTTP/1.1" 200 591 0.029484 10.0.0.38 - - [2026-04-20 02:23:02] "GET /project/bdd85813-0f66-449b-885e-ca01868004e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.445835 10.0.0.38 - - [2026-04-20 02:23:03] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.38 - - [2026-04-20 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.002769 10.0.0.23 - - [2026-04-20 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.004477 10.0.0.23 - - [2026-04-20 02:23:04] "POST /access-control-lists HTTP/1.1" 200 588 0.025431 10.0.0.23 - - [2026-04-20 02:23:04] "PUT /access-control-list/b2156385-bd5d-47fb-8e36-883c2c20d4f4 HTTP/1.1" 200 272 0.020611 10.0.0.23 - - [2026-04-20 02:23:04] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000881 10.0.0.38 - - [2026-04-20 02:23:04] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.096144 10.0.0.38 - - [2026-04-20 02:23:04] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015984 10.0.0.38 - - [2026-04-20 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.002859 10.0.0.23 - - [2026-04-20 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.003482 10.0.0.23 - - [2026-04-20 02:23:05] "POST /access-control-lists HTTP/1.1" 200 588 0.028728 10.0.0.23 - - [2026-04-20 02:23:05] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000969 10.0.0.23 - - [2026-04-20 02:23:05] "PUT /access-control-list/e1d89356-b208-4848-afba-115ed6103fbe HTTP/1.1" 200 272 0.022905 10.0.0.38 - - [2026-04-20 02:23:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.049157 10.0.0.38 - - [2026-04-20 02:23:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013728 10.0.0.38 - - [2026-04-20 02:23:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.38 - - [2026-04-20 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 210 0.026972 10.0.0.23 - - [2026-04-20 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.003771 10.0.0.23 - - [2026-04-20 02:23:06] "POST /access-control-lists HTTP/1.1" 200 605 0.033273 10.0.0.23 - - [2026-04-20 02:23:06] "PUT /access-control-list/a457c757-3748-4da4-885a-86235e653d4c HTTP/1.1" 200 272 0.081317 10.0.0.23 - - [2026-04-20 02:23:06] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000898 10.0.0.38 - - [2026-04-20 02:23:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.109758 10.0.0.38 - - [2026-04-20 02:23:07] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015194 10.0.0.38 - - [2026-04-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.004064 10.0.0.23 - - [2026-04-20 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.006689 10.0.0.23 - - [2026-04-20 02:23:07] "POST /access-control-lists HTTP/1.1" 200 605 0.028690 10.0.0.23 - - [2026-04-20 02:23:07] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000858 10.0.0.23 - - [2026-04-20 02:23:07] "PUT /access-control-list/3de277ad-2070-4fa3-a017-131a6706007c HTTP/1.1" 200 272 0.021006 10.0.0.38 - - [2026-04-20 02:23:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.056095 10.0.0.38 - - [2026-04-20 02:23:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020846 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.006981 10.0.0.23 - - [2026-04-20 02:23:09] "POST /route-targets HTTP/1.1" 200 327 0.013486 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.011026 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.004524 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.004882 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.005506 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.005670 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.005541 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.005872 10.0.0.38 - - [2026-04-20 02:23:09] "POST /neutron/router HTTP/1.1" 200 541 0.004172 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 541 0.004845 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 541 0.004038 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 541 0.005509 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 151 0.071098 10.0.0.23 - - [2026-04-20 02:23:10] "DELETE /route-target/f5ec995a-90db-4595-9c3f-64b919331666 HTTP/1.1" 200 115 0.028470 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.010230 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.007081 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.004102 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.004332 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.003540 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.003776 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.004290 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.003769 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.003475 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.004021 10.0.0.38 - - [2026-04-20 02:23:10] "POST /neutron/router HTTP/1.1" 200 559 0.003521 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 560 0.040461 10.0.0.23 - - [2026-04-20 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009451 10.0.0.23 - - [2026-04-20 02:23:11] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000862 10.0.0.27 - - [2026-04-20 02:23:11] "GET /logical-router/4dfe1820-7a6a-46fc-8158-d20b640b058c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.062037 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.081717 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003164 10.0.0.23 - - [2026-04-20 02:23:11] "PUT /logical-router/e87cb931-3c83-4fff-a2e1-ddc6322e6add HTTP/1.1" 200 262 0.034996 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.005863 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003882 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003440 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003697 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.004484 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003553 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.004331 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003902 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.003531 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.029834 10.0.0.38 - - [2026-04-20 02:23:11] "POST /neutron/router HTTP/1.1" 200 542 0.004108 10.0.0.38 - - [2026-04-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.076618 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /access-control-list/52c9d5b5-16a0-400b-8d23-4f9a820f613b HTTP/1.1" 200 115 0.036494 10.0.0.38 - - [2026-04-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 506 0.003997 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /access-control-list/a457c757-3748-4da4-885a-86235e653d4c HTTP/1.1" 200 115 0.034283 10.0.0.38 - - [2026-04-20 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.066779 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /access-control-list/8322362d-ab7c-4394-8d3a-29aa25b711a4 HTTP/1.1" 200 115 0.027530 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/af1ce771-47b8-40c9-923e-0420babcc1e2 HTTP/1.1" 404 177 0.017433 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/55f77f2c69df4dd7b9472351b8a4e758 HTTP/1.1" 404 173 0.020223 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/2ba3f313d09146a59c2e8f2009cb6f08 HTTP/1.1" 404 173 0.019365 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/bdd858130f66449b885eca01868004e8 HTTP/1.1" 404 173 0.009732 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/2af23ea337ed45c09d844ca7630a3643 HTTP/1.1" 404 173 0.016252 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/b1784a6e11e34aa6986d094a273bd6bb HTTP/1.1" 404 173 0.015383 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001937 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.23 - - [2026-04-20 02:23:12] "DELETE /project/8e1a3234b9334a30a8d404556356fc9a HTTP/1.1" 404 173 0.006451 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000791 10.0.0.23 - - [2026-04-20 02:23:12] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.077690 10.0.0.23 - - [2026-04-20 02:23:12] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.095445 10.0.0.23 - - [2026-04-20 02:23:12] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.111879 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001909 10.0.0.23 - - [2026-04-20 02:23:12] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.134139 10.0.0.23 - - [2026-04-20 02:23:12] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001349 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.188882 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?fields=security_groups HTTP/1.1" 200 1349 0.140935 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004249 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?fields=security_groups HTTP/1.1" 200 1363 0.141562 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?fields=security_groups HTTP/1.1" 200 1361 0.174249 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?fields=security_groups HTTP/1.1" 200 1363 0.190871 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?fields=security_groups HTTP/1.1" 200 1375 0.161568 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /security-group/c15afbd8-0576-4916-9a76-f776b6000114 HTTP/1.1" 200 115 0.108279 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=8e1a3234-b933-4a30-a8d4-04556356fc9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002137 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/8e1a3234-b933-4a30-a8d4-04556356fc9a?fields=application_policy_sets HTTP/1.1" 200 1388 0.113064 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /security-group/6cdcc58d-d3e0-4f51-82da-ae0880492d8c HTTP/1.1" 200 115 0.177659 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=2ba3f313-d091-46a5-9c2e-8f2009cb6f08&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /security-group/258a4839-4a48-474b-be51-682e034ddc1e HTTP/1.1" 200 115 0.198143 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /access-control-list/6a2cad13-0366-4292-9c31-a2784b6d2afd HTTP/1.1" 200 115 0.110827 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=b1784a6e-11e3-4aa6-986d-094a273bd6bb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000919 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /security-group/8d7ca2ab-eb57-4e73-964a-0f12f7ffbb76 HTTP/1.1" 200 115 0.186349 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=55f77f2c-69df-4dd7-b947-2351b8a4e758&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /security-group/3cf34421-c0f3-4eb1-8be1-db1707981011 HTTP/1.1" 200 115 0.170595 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=2af23ea3-37ed-45c0-9d84-4ca7630a3643&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001385 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08?fields=application_policy_sets HTTP/1.1" 200 1402 0.095732 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643?fields=application_policy_sets HTTP/1.1" 200 1414 0.105326 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb?fields=application_policy_sets HTTP/1.1" 200 1400 0.188232 10.0.0.23 - - [2026-04-20 02:23:13] "GET /project/55f77f2c-69df-4dd7-b947-2351b8a4e758?fields=application_policy_sets HTTP/1.1" 200 1402 0.180502 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /access-control-list/40aab68e-badd-44b8-8384-ae5525eb0b4f HTTP/1.1" 200 115 0.099463 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /project/8e1a3234-b933-4a30-a8d4-04556356fc9a HTTP/1.1" 200 115 0.908522 10.0.0.38 - - [2026-04-20 02:23:13] "GET /project/bdd85813-0f66-449b-885e-ca01868004e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.160094 10.0.0.23 - - [2026-04-20 02:23:13] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.38 - - [2026-04-20 02:23:13] "GET /project/bdd85813-0f66-449b-885e-ca01868004e8?fields=virtual_networks HTTP/1.1" 200 1022 0.147419 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /project/2ba3f313-d091-46a5-9c2e-8f2009cb6f08 HTTP/1.1" 200 115 1.125262 10.0.0.23 - - [2026-04-20 02:23:13] "DELETE /access-control-list/29b5c6d5-9d3f-4dd0-92d9-47eef42cbd46 HTTP/1.1" 200 115 0.133726 10.0.0.23 - - [2026-04-20 02:23:14] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005064 10.0.0.23 - - [2026-04-20 02:23:14] "DELETE /project/b1784a6e-11e3-4aa6-986d-094a273bd6bb HTTP/1.1" 200 115 1.194402 10.0.0.23 - - [2026-04-20 02:23:14] "DELETE /project/2af23ea3-37ed-45c0-9d84-4ca7630a3643 HTTP/1.1" 200 115 1.214399 10.0.0.23 - - [2026-04-20 02:23:14] "DELETE /project/55f77f2c-69df-4dd7-b947-2351b8a4e758 HTTP/1.1" 200 115 1.245629 10.0.0.38 - - [2026-04-20 02:23:14] "GET /project/bdd85813-0f66-449b-885e-ca01868004e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.103132 10.0.0.23 - - [2026-04-20 02:23:14] "GET /projects?obj_uuids=bdd85813-0f66-449b-885e-ca01868004e8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.38 - - [2026-04-20 02:23:14] "GET /project/bdd85813-0f66-449b-885e-ca01868004e8?fields=security_groups HTTP/1.1" 200 1243 0.061023 10.0.0.38 - - [2026-04-20 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.031908 10.0.0.23 - - [2026-04-20 02:23:15] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003919 10.0.0.23 - - [2026-04-20 02:23:16] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.23 - - [2026-04-20 02:23:16] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009544 10.0.0.23 - - [2026-04-20 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 186 0.012139 10.0.0.23 - - [2026-04-20 02:23:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.004080 10.0.0.23 - - [2026-04-20 02:23:16] "POST /security-groups HTTP/1.1" 200 587 0.030127 10.0.0.23 - - [2026-04-20 02:23:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.003913 10.0.0.23 - - [2026-04-20 02:23:16] "POST /projects HTTP/1.1" 200 577 0.284980 10.0.0.23 - - [2026-04-20 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.330316 10.0.0.38 - - [2026-04-20 02:23:16] "GET /project/b94d2119-b634-4694-b490-921d389f3994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.499231 10.0.0.23 - - [2026-04-20 02:23:16] "POST /access-control-lists HTTP/1.1" 200 590 0.067012 10.0.0.38 - - [2026-04-20 02:23:17] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.38 - - [2026-04-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-04-20 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.055901 10.0.0.23 - - [2026-04-20 02:23:19] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000844 10.0.0.38 - - [2026-04-20 02:23:19] "GET /project/b94d2119-b634-4694-b490-921d389f3994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047642 10.0.0.23 - - [2026-04-20 02:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009260 10.0.0.38 - - [2026-04-20 02:23:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.278846 10.0.0.38 - - [2026-04-20 02:23:20] "POST /id-to-fqname HTTP/1.1" 200 216 0.001167 10.0.0.38 - - [2026-04-20 02:23:20] "GET /virtual-network/dcbe43ac-5b64-4e8b-b860-be4e023f4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004963 10.0.0.38 - - [2026-04-20 02:23:20] "GET /virtual-network/dcbe43ac-5b64-4e8b-b860-be4e023f4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005772 10.0.0.38 - - [2026-04-20 02:23:20] "POST /neutron/network HTTP/1.1" 200 819 0.007451 10.0.0.38 - - [2026-04-20 02:23:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003208 10.0.0.38 - - [2026-04-20 02:23:20] "GET /virtual-network/dcbe43ac-5b64-4e8b-b860-be4e023f4199?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005454 10.0.0.38 - - [2026-04-20 02:23:20] "GET /virtual-machine-interface/1fdf1b89-6fe6-4678-b270-63e891277843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.007029 10.0.0.38 - - [2026-04-20 02:23:20] "GET /virtual-machine-interface/1fdf1b89-6fe6-4678-b270-63e891277843?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008376 10.0.0.38 - - [2026-04-20 02:23:20] "GET /instance-ip/59513002-e306-45cd-b053-ec84ff28eb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004237 10.0.0.38 - - [2026-04-20 02:23:21] "POST /neutron/port HTTP/1.1" 200 1016 0.011479 10.0.0.23 - - [2026-04-20 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.23 - - [2026-04-20 02:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010454 10.0.0.23 - - [2026-04-20 02:23:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002829 10.0.0.38 - - [2026-04-20 02:23:21] "POST /neutron/network HTTP/1.1" 200 151 0.126366 10.0.0.38 - - [2026-04-20 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2026-04-20 02:23:24] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000904 10.0.0.38 - - [2026-04-20 02:23:24] "GET /project/b94d2119-b634-4694-b490-921d389f3994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.037911 10.0.0.23 - - [2026-04-20 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.028131 10.0.0.23 - - [2026-04-20 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009189 10.0.0.38 - - [2026-04-20 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.236233 10.0.0.38 - - [2026-04-20 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001555 10.0.0.38 - - [2026-04-20 02:23:24] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008898 10.0.0.38 - - [2026-04-20 02:23:24] "POST /neutron/network HTTP/1.1" 200 980 0.008779 10.0.0.38 - - [2026-04-20 02:23:24] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005278 10.0.0.38 - - [2026-04-20 02:23:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.010343 10.0.0.38 - - [2026-04-20 02:23:25] "POST /id-to-fqname HTTP/1.1" 200 217 0.001223 10.0.0.38 - - [2026-04-20 02:23:25] "POST /neutron/port HTTP/1.1" 200 1019 0.018282 10.0.0.38 - - [2026-04-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1019 0.013992 10.0.0.38 - - [2026-04-20 02:23:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.001268 10.0.0.38 - - [2026-04-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 117 0.005665 10.0.0.38 - - [2026-04-20 02:23:26] "POST /neutron/network HTTP/1.1" 200 980 0.008190 10.0.0.38 - - [2026-04-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 1019 0.020764 10.0.0.38 - - [2026-04-20 02:23:26] "POST /neutron/port HTTP/1.1" 200 117 0.006598 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 990 0.006194 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1019 0.033526 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1019 0.009181 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/port HTTP/1.1" 200 1121 0.022228 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004528 10.0.0.38 - - [2026-04-20 02:23:27] "POST /neutron/network HTTP/1.1" 200 980 0.008112 10.0.0.38 - - [2026-04-20 02:23:31] "POST /neutron/port HTTP/1.1" 200 1121 0.017208 10.0.0.38 - - [2026-04-20 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006886 10.0.0.38 - - [2026-04-20 02:23:32] "GET /virtual-machine/f1a2aa4c-0eb9-4447-b0a8-5fcd02cb9605 HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-20 02:23:32] "GET /virtual-machine/f1a2aa4c-0eb9-4447-b0a8-5fcd02cb9605 HTTP/1.1" 200 1285 0.029193 10.0.0.38 - - [2026-04-20 02:23:32] "GET /virtual-machine-interface/46531343-af82-4912-8634-2e716cbb7f39 HTTP/1.1" 200 2923 0.005203 10.0.0.38 - - [2026-04-20 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.38 - - [2026-04-20 02:23:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003896 10.0.0.38 - - [2026-04-20 02:23:32] "GET /virtual-networks?parent_id=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005032 10.0.0.38 - - [2026-04-20 02:23:32] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005250 10.0.0.38 - - [2026-04-20 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.38 - - [2026-04-20 02:23:35] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006579 10.0.0.38 - - [2026-04-20 02:23:36] "POST /neutron/port HTTP/1.1" 200 1121 0.020665 10.0.0.38 - - [2026-04-20 02:23:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007845 10.0.0.38 - - [2026-04-20 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.38 - - [2026-04-20 02:23:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003283 10.0.0.38 - - [2026-04-20 02:23:37] "GET /virtual-networks?parent_id=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002974 10.0.0.38 - - [2026-04-20 02:23:37] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005320 10.0.0.38 - - [2026-04-20 02:23:43] "POST /neutron/port HTTP/1.1" 200 1121 0.041043 10.0.0.38 - - [2026-04-20 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.013336 10.0.0.38 - - [2026-04-20 02:23:43] "GET /virtual-machine/b90ab121-084b-404c-80f8-c313adb1ae2c HTTP/1.1" 200 1284 0.007106 10.0.0.38 - - [2026-04-20 02:23:43] "GET /virtual-machine-interface/427bf161-3cf8-49ab-b056-d92abb176137 HTTP/1.1" 200 2924 0.007000 10.0.0.38 - - [2026-04-20 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008156 10.0.0.38 - - [2026-04-20 02:23:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.38 - - [2026-04-20 02:23:43] "GET /virtual-networks?parent_id=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.007197 10.0.0.38 - - [2026-04-20 02:23:43] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006338 10.0.0.38 - - [2026-04-20 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 02:23:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.38 - - [2026-04-20 02:23:44] "GET /virtual-networks?parent_id=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005490 10.0.0.38 - - [2026-04-20 02:23:44] "GET /virtual-network/134ef7bb-81cc-4245-8743-7e12b414fff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.004996 10.0.0.38 - - [2026-04-20 02:23:48] "POST /neutron/port HTTP/1.1" 200 1111 0.016651 10.0.0.38 - - [2026-04-20 02:23:48] "POST /neutron/port HTTP/1.1" 200 1111 0.012617 10.0.0.38 - - [2026-04-20 02:23:48] "POST /neutron/network HTTP/1.1" 200 980 0.009171 10.0.0.23 - - [2026-04-20 02:23:50] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.38 - - [2026-04-20 02:23:50] "GET /project/b94d2119-b634-4694-b490-921d389f3994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050552 10.0.0.23 - - [2026-04-20 02:23:50] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.38 - - [2026-04-20 02:23:50] "GET /project/b94d2119-b634-4694-b490-921d389f3994?fields=virtual_networks HTTP/1.1" 200 1025 0.040106 10.0.0.23 - - [2026-04-20 02:23:50] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.38 - - [2026-04-20 02:23:50] "GET /project/b94d2119-b634-4694-b490-921d389f3994?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.040480 10.0.0.23 - - [2026-04-20 02:23:50] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000913 10.0.0.38 - - [2026-04-20 02:23:50] "GET /project/b94d2119-b634-4694-b490-921d389f3994?fields=security_groups HTTP/1.1" 200 1247 0.055405 10.0.0.38 - - [2026-04-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.026703 10.0.0.23 - - [2026-04-20 02:23:51] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003048 10.0.0.23 - - [2026-04-20 02:23:51] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.23 - - [2026-04-20 02:23:51] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007816 10.0.0.23 - - [2026-04-20 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001058 10.0.0.23 - - [2026-04-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.006015 10.0.0.23 - - [2026-04-20 02:23:51] "POST /security-groups HTTP/1.1" 200 589 0.029701 10.0.0.23 - - [2026-04-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.006758 10.0.0.23 - - [2026-04-20 02:23:51] "POST /projects HTTP/1.1" 200 581 0.255927 10.0.0.23 - - [2026-04-20 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.338250 10.0.0.23 - - [2026-04-20 02:23:51] "POST /access-control-lists HTTP/1.1" 200 592 0.040260 10.0.0.38 - - [2026-04-20 02:23:51] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.493181 10.0.0.38 - - [2026-04-20 02:23:53] "GET / HTTP/1.1" 200 35931 0.001900 10.0.0.38 - - [2026-04-20 02:23:53] "POST /neutron/port HTTP/1.1" 400 205 0.004255 10.0.0.38 - - [2026-04-20 02:23:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.38 - - [2026-04-20 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.057343 10.0.0.23 - - [2026-04-20 02:23:55] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.38 - - [2026-04-20 02:23:55] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044689 10.0.0.38 - - [2026-04-20 02:23:55] "POST /neutron/network HTTP/1.1" 200 117 0.043573 10.0.0.38 - - [2026-04-20 02:23:55] "POST /neutron/network HTTP/1.1" 200 824 0.008435 10.0.0.38 - - [2026-04-20 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.000939 10.0.0.38 - - [2026-04-20 02:23:55] "GET /virtual-network/03595b82-7873-4aef-8dee-8771729fef75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005875 10.0.0.38 - - [2026-04-20 02:23:55] "GET /virtual-network/03595b82-7873-4aef-8dee-8771729fef75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007051 10.0.0.38 - - [2026-04-20 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.009673 10.0.0.38 - - [2026-04-20 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.23 - - [2026-04-20 02:23:55] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000843 10.0.0.38 - - [2026-04-20 02:23:56] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044836 10.0.0.23 - - [2026-04-20 02:23:56] "POST /route-targets HTTP/1.1" 200 327 0.015579 10.0.0.23 - - [2026-04-20 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005539 10.0.0.38 - - [2026-04-20 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.239910 10.0.0.38 - - [2026-04-20 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001269 10.0.0.38 - - [2026-04-20 02:23:56] "GET /virtual-network/4917626d-ee88-44d4-b500-5221d6eb4a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004873 10.0.0.38 - - [2026-04-20 02:23:56] "GET /virtual-network/4917626d-ee88-44d4-b500-5221d6eb4a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005339 10.0.0.38 - - [2026-04-20 02:23:56] "POST /neutron/network HTTP/1.1" 200 826 0.006385 10.0.0.38 - - [2026-04-20 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001173 10.0.0.23 - - [2026-04-20 02:23:57] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.38 - - [2026-04-20 02:23:57] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063243 10.0.0.38 - - [2026-04-20 02:23:57] "POST /neutron/network HTTP/1.1" 200 824 0.036543 10.0.0.38 - - [2026-04-20 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001776 10.0.0.38 - - [2026-04-20 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.007249 10.0.0.23 - - [2026-04-20 02:23:58] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.38 - - [2026-04-20 02:23:58] "POST /neutron/port HTTP/1.1" 200 1058 0.299173 10.0.0.38 - - [2026-04-20 02:23:58] "POST /neutron/port HTTP/1.1" 200 1112 0.096472 10.0.0.23 - - [2026-04-20 02:23:58] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.38 - - [2026-04-20 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.010798 10.0.0.38 - - [2026-04-20 02:23:58] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075622 10.0.0.38 - - [2026-04-20 02:23:58] "POST /neutron/network HTTP/1.1" 200 824 0.006774 10.0.0.38 - - [2026-04-20 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.006134 10.0.0.23 - - [2026-04-20 02:23:59] "PUT /logical-router/9ea1c01d-9a0a-41a8-986f-90aae7bba95a HTTP/1.1" 200 262 0.037542 10.0.0.23 - - [2026-04-20 02:23:59] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.38 - - [2026-04-20 02:23:59] "POST /neutron/router HTTP/1.1" 200 344 0.299251 10.0.0.23 - - [2026-04-20 02:23:59] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.38 - - [2026-04-20 02:24:00] "POST /neutron/port HTTP/1.1" 200 1060 0.312794 10.0.0.38 - - [2026-04-20 02:24:00] "POST /neutron/port HTTP/1.1" 200 1060 0.012518 10.0.0.38 - - [2026-04-20 02:24:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003924 10.0.0.38 - - [2026-04-20 02:24:00] "POST /neutron/network HTTP/1.1" 200 826 0.006010 10.0.0.38 - - [2026-04-20 02:24:05] "POST /neutron/port HTTP/1.1" 200 1122 0.018426 10.0.0.38 - - [2026-04-20 02:24:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007999 10.0.0.38 - - [2026-04-20 02:24:05] "GET /virtual-machine/7427d9a5-5c66-4e35-ad40-0450fccabc44 HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2026-04-20 02:24:05] "GET /virtual-machine/7427d9a5-5c66-4e35-ad40-0450fccabc44 HTTP/1.1" 200 1290 0.038959 10.0.0.38 - - [2026-04-20 02:24:05] "GET /virtual-machine-interface/fad0eca0-9221-40ab-badf-4ba200669438 HTTP/1.1" 200 2935 0.006274 10.0.0.38 - - [2026-04-20 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2026-04-20 02:24:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003216 10.0.0.38 - - [2026-04-20 02:24:05] "GET /virtual-networks?parent_id=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002786 10.0.0.38 - - [2026-04-20 02:24:05] "GET /virtual-network/03595b82-7873-4aef-8dee-8771729fef75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006609 10.0.0.38 - - [2026-04-20 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.38 - - [2026-04-20 02:24:08] "GET /virtual-network/03595b82-7873-4aef-8dee-8771729fef75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005897 10.0.0.38 - - [2026-04-20 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.38 - - [2026-04-20 02:24:11] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003945 10.0.0.38 - - [2026-04-20 02:24:11] "GET /virtual-networks?parent_id=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002829 10.0.0.38 - - [2026-04-20 02:24:11] "GET /virtual-network/03595b82-7873-4aef-8dee-8771729fef75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007598 10.0.0.38 - - [2026-04-20 02:24:11] "POST /neutron/port HTTP/1.1" 200 1122 0.018771 10.0.0.23 - - [2026-04-20 02:24:12] "DELETE /access-control-list/060489a8-b8ca-4d75-a313-04ade8564bb4 HTTP/1.1" 200 115 0.046686 10.0.0.38 - - [2026-04-20 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005346 10.0.0.23 - - [2026-04-20 02:24:14] "DELETE /project/230236aca7aa495b96a65115dd7122cb HTTP/1.1" 404 173 0.007880 10.0.0.23 - - [2026-04-20 02:24:14] "DELETE /project/bdd85813-0f66-449b-885e-ca01868004e8 HTTP/1.1" 404 177 0.007107 10.0.0.23 - - [2026-04-20 02:24:14] "DELETE /project/b94d2119b6344694b490921d389f3994 HTTP/1.1" 404 173 0.006374 10.0.0.23 - - [2026-04-20 02:24:14] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000781 10.0.0.23 - - [2026-04-20 02:24:14] "GET /project/b94d2119-b634-4694-b490-921d389f3994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.059808 10.0.0.23 - - [2026-04-20 02:24:14] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001255 10.0.0.23 - - [2026-04-20 02:24:14] "GET /project/b94d2119-b634-4694-b490-921d389f3994?fields=security_groups HTTP/1.1" 200 1352 0.054786 10.0.0.23 - - [2026-04-20 02:24:14] "DELETE /security-group/4a52847f-583a-4005-9ad5-8d9dcd7fb9b1 HTTP/1.1" 200 115 0.067984 10.0.0.23 - - [2026-04-20 02:24:14] "GET /projects?obj_uuids=b94d2119-b634-4694-b490-921d389f3994&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000849 10.0.0.23 - - [2026-04-20 02:24:14] "GET /project/b94d2119-b634-4694-b490-921d389f3994?fields=application_policy_sets HTTP/1.1" 200 1391 0.076638 10.0.0.23 - - [2026-04-20 02:24:14] "DELETE /project/b94d2119-b634-4694-b490-921d389f3994 HTTP/1.1" 200 115 0.496269 10.0.0.23 - - [2026-04-20 02:24:16] "GET /obj-perms HTTP/1.1" 200 5056 0.066732 10.0.0.38 - - [2026-04-20 02:24:16] "POST /neutron/port HTTP/1.1" 200 1124 0.027335 10.0.0.38 - - [2026-04-20 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008204 10.0.0.38 - - [2026-04-20 02:24:16] "GET /virtual-machine/4081a999-d036-4b21-ba22-7014e5f27ae1 HTTP/1.1" 200 1290 0.005817 10.0.0.38 - - [2026-04-20 02:24:16] "GET /virtual-machine-interface/98d61e64-f98d-4e40-a71e-6c1b169b3a3e HTTP/1.1" 200 2935 0.004712 10.0.0.38 - - [2026-04-20 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2026-04-20 02:24:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004592 10.0.0.38 - - [2026-04-20 02:24:16] "GET /virtual-networks?parent_id=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002766 10.0.0.38 - - [2026-04-20 02:24:16] "GET /virtual-network/4917626d-ee88-44d4-b500-5221d6eb4a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006326 10.0.0.38 - - [2026-04-20 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2026-04-20 02:24:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003486 10.0.0.38 - - [2026-04-20 02:24:17] "GET /virtual-networks?parent_id=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003673 10.0.0.38 - - [2026-04-20 02:24:17] "GET /virtual-network/4917626d-ee88-44d4-b500-5221d6eb4a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005112 10.0.0.38 - - [2026-04-20 02:24:22] "POST /neutron/port HTTP/1.1" 200 1922 0.027082 10.0.0.23 - - [2026-04-20 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.012102 10.0.0.38 - - [2026-04-20 02:24:32] "POST /neutron/router HTTP/1.1" 200 580 0.005630 10.0.0.23 - - [2026-04-20 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.036438 10.0.0.38 - - [2026-04-20 02:24:35] "POST /neutron/router HTTP/1.1" 200 344 0.267420 10.0.0.38 - - [2026-04-20 02:24:35] "POST /neutron/router HTTP/1.1" 200 580 0.006915 10.0.0.23 - - [2026-04-20 02:24:35] "DELETE /route-target/7a2174fd-83a4-451d-8dee-db2bd3c3c555 HTTP/1.1" 200 115 0.023298 10.0.0.38 - - [2026-04-20 02:24:35] "POST /neutron/network HTTP/1.1" 400 204 0.012815 10.0.0.38 - - [2026-04-20 02:24:36] "POST /neutron/port HTTP/1.1" 200 151 0.209307 10.0.0.38 - - [2026-04-20 02:24:36] "POST /neutron/port HTTP/1.1" 200 151 0.229682 10.0.0.38 - - [2026-04-20 02:24:37] "POST /neutron/network HTTP/1.1" 200 824 0.006201 10.0.0.23 - - [2026-04-20 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-04-20 02:24:39] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001462 10.0.0.38 - - [2026-04-20 02:24:39] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040548 10.0.0.23 - - [2026-04-20 02:24:39] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.38 - - [2026-04-20 02:24:39] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?fields=virtual_networks HTTP/1.1" 200 1028 0.041682 10.0.0.23 - - [2026-04-20 02:24:39] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.38 - - [2026-04-20 02:24:39] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.036084 10.0.0.23 - - [2026-04-20 02:24:39] "GET /projects?obj_uuids=230236ac-a7aa-495b-96a6-5115dd7122cb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.38 - - [2026-04-20 02:24:39] "GET /project/230236ac-a7aa-495b-96a6-5115dd7122cb?fields=security_groups HTTP/1.1" 200 1252 0.040944 10.0.0.38 - - [2026-04-20 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.036733 10.0.0.23 - - [2026-04-20 02:24:40] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002546 10.0.0.23 - - [2026-04-20 02:24:40] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.23 - - [2026-04-20 02:24:40] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007277 10.0.0.23 - - [2026-04-20 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 193 0.001010 10.0.0.23 - - [2026-04-20 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.012490 10.0.0.23 - - [2026-04-20 02:24:40] "POST /security-groups HTTP/1.1" 200 594 0.080413 10.0.0.23 - - [2026-04-20 02:24:40] "POST /projects HTTP/1.1" 200 591 0.284706 10.0.0.23 - - [2026-04-20 02:24:40] "POST /access-control-lists HTTP/1.1" 200 599 0.027630 10.0.0.23 - - [2026-04-20 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.360303 10.0.0.38 - - [2026-04-20 02:24:41] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.494232 10.0.0.38 - - [2026-04-20 02:24:42] "GET / HTTP/1.1" 200 35931 0.001307 10.0.0.38 - - [2026-04-20 02:24:44] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2026-04-20 02:24:44] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000893 10.0.0.38 - - [2026-04-20 02:24:44] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.059651 10.0.0.38 - - [2026-04-20 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.38 - - [2026-04-20 02:24:44] "GET /security-group/5f448f79-4645-4891-a629-fa891c8d399f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005777 10.0.0.38 - - [2026-04-20 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2026-04-20 02:24:44] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.38 - - [2026-04-20 02:24:44] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049589 10.0.0.38 - - [2026-04-20 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.38 - - [2026-04-20 02:24:44] "GET /security-group/5f448f79-4645-4891-a629-fa891c8d399f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003879 10.0.0.38 - - [2026-04-20 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002402 10.0.0.38 - - [2026-04-20 02:24:45] "PUT /security-group/5f448f79-4645-4891-a629-fa891c8d399f HTTP/1.1" 200 262 0.020760 10.0.0.23 - - [2026-04-20 02:24:45] "PUT /access-control-list/65dc9ec7-4593-4524-a7de-a2f1dd3bd392 HTTP/1.1" 200 272 0.012642 10.0.0.38 - - [2026-04-20 02:24:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.006407 10.0.0.38 - - [2026-04-20 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.23 - - [2026-04-20 02:24:45] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002336 10.0.0.38 - - [2026-04-20 02:24:45] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043528 10.0.0.23 - - [2026-04-20 02:24:45] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.38 - - [2026-04-20 02:24:45] "POST /neutron/network HTTP/1.1" 200 608 0.151530 10.0.0.23 - - [2026-04-20 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.028661 10.0.0.38 - - [2026-04-20 02:24:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.004256 10.0.0.38 - - [2026-04-20 02:24:45] "GET /virtual-network/903dba76-06ac-4cbb-83ba-b3b7e7af8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006032 10.0.0.38 - - [2026-04-20 02:24:45] "POST /neutron/network HTTP/1.1" 200 827 0.006557 10.0.0.38 - - [2026-04-20 02:24:45] "GET /virtual-network/903dba76-06ac-4cbb-83ba-b3b7e7af8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004753 10.0.0.38 - - [2026-04-20 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2026-04-20 02:24:45] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.38 - - [2026-04-20 02:24:45] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055351 10.0.0.38 - - [2026-04-20 02:24:46] "POST /neutron/network HTTP/1.1" 200 117 0.013684 10.0.0.38 - - [2026-04-20 02:24:46] "POST /neutron/network HTTP/1.1" 200 834 0.011314 10.0.0.38 - - [2026-04-20 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001182 10.0.0.38 - - [2026-04-20 02:24:46] "GET /virtual-network/efcb5bbb-b77a-4552-b302-77d78ce2a823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007071 10.0.0.38 - - [2026-04-20 02:24:46] "GET /virtual-network/efcb5bbb-b77a-4552-b302-77d78ce2a823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005360 10.0.0.38 - - [2026-04-20 02:24:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.008478 10.0.0.38 - - [2026-04-20 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.000950 10.0.0.23 - - [2026-04-20 02:24:47] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000902 10.0.0.38 - - [2026-04-20 02:24:47] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064142 10.0.0.38 - - [2026-04-20 02:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.007689 10.0.0.38 - - [2026-04-20 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001320 10.0.0.38 - - [2026-04-20 02:24:47] "POST /neutron/network HTTP/1.1" 200 844 0.007079 10.0.0.38 - - [2026-04-20 02:24:48] "POST /neutron/port HTTP/1.1" 200 1063 0.018338 10.0.0.23 - - [2026-04-20 02:24:48] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001439 10.0.0.38 - - [2026-04-20 02:24:48] "POST /neutron/port HTTP/1.1" 200 1127 0.037963 10.0.0.38 - - [2026-04-20 02:24:48] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.112928 10.0.0.38 - - [2026-04-20 02:24:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.008495 10.0.0.38 - - [2026-04-20 02:24:48] "POST /neutron/port HTTP/1.1" 200 1127 0.020109 10.0.0.23 - - [2026-04-20 02:24:49] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001218 10.0.0.38 - - [2026-04-20 02:24:49] "POST /neutron/router HTTP/1.1" 200 585 0.095371 10.0.0.23 - - [2026-04-20 02:24:49] "POST /route-targets HTTP/1.1" 200 327 0.017186 10.0.0.27 - - [2026-04-20 02:24:49] "GET /logical-router/1cf8db8c-9e2a-4f72-a1eb-9d400819ab0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.022596 10.0.0.38 - - [2026-04-20 02:24:49] "POST /neutron/router HTTP/1.1" 200 656 0.011518 10.0.0.27 - - [2026-04-20 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 215 0.020873 10.0.0.23 - - [2026-04-20 02:24:49] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002240 10.0.0.23 - - [2026-04-20 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.061137 10.0.0.27 - - [2026-04-20 02:24:49] "POST /route-tables HTTP/1.1" 200 582 0.066735 10.0.0.38 - - [2026-04-20 02:24:49] "POST /neutron/port HTTP/1.1" 200 1063 0.426660 10.0.0.27 - - [2026-04-20 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2026-04-20 02:24:50] "POST /neutron/port HTTP/1.1" 200 1063 0.049028 10.0.0.27 - - [2026-04-20 02:24:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.113852 10.0.0.27 - - [2026-04-20 02:24:50] "POST /instance-ips HTTP/1.1" 400 246 0.058181 10.0.0.27 - - [2026-04-20 02:24:50] "PUT /instance-ip/7bdd6d9f-7bcb-426e-b6df-f2df3c488ad3 HTTP/1.1" 200 256 0.045457 10.0.0.38 - - [2026-04-20 02:24:50] "POST /neutron/port HTTP/1.1" 200 1127 0.041912 10.0.0.38 - - [2026-04-20 02:24:50] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.27 - - [2026-04-20 02:24:50] "POST /chown HTTP/1.1" 200 109 0.019470 10.0.0.27 - - [2026-04-20 02:24:50] "POST /chown HTTP/1.1" 200 109 0.009892 10.0.0.27 - - [2026-04-20 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.028041 10.0.0.23 - - [2026-04-20 02:24:51] "PUT /routing-instance/3bf4cb51-baf5-4370-b761-2d797717e1c8 HTTP/1.1" 200 266 0.028946 10.0.0.27 - - [2026-04-20 02:24:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.115884 10.0.0.27 - - [2026-04-20 02:24:51] "POST /chown HTTP/1.1" 200 109 0.011092 10.0.0.27 - - [2026-04-20 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.028962 10.0.0.27 - - [2026-04-20 02:24:51] "POST /chown HTTP/1.1" 200 109 0.024276 10.0.0.27 - - [2026-04-20 02:24:51] "PUT /virtual-machine-interface/8f405594-5aa1-439f-a591-82ad6002d5f6 HTTP/1.1" 200 284 0.027354 10.0.0.27 - - [2026-04-20 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.028486 10.0.0.23 - - [2026-04-20 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.021492 10.0.0.38 - - [2026-04-20 02:24:54] "POST /neutron/port HTTP/1.1" 200 1127 0.015728 10.0.0.38 - - [2026-04-20 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.008703 10.0.0.38 - - [2026-04-20 02:24:55] "POST /neutron/port HTTP/1.1" 200 1127 0.016692 10.0.0.38 - - [2026-04-20 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009787 10.0.0.38 - - [2026-04-20 02:24:55] "GET /virtual-machine/edeaf06f-0c36-45f6-a6ef-aab4833f5f87 HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-04-20 02:24:55] "GET /virtual-machine/edeaf06f-0c36-45f6-a6ef-aab4833f5f87 HTTP/1.1" 200 1296 0.043055 10.0.0.38 - - [2026-04-20 02:24:55] "GET /virtual-machine-interface/10d1fb90-d144-4f17-afed-7b5efdccaac7 HTTP/1.1" 200 2956 0.006099 10.0.0.38 - - [2026-04-20 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2026-04-20 02:24:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003277 10.0.0.38 - - [2026-04-20 02:24:55] "GET /virtual-networks?parent_id=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002869 10.0.0.38 - - [2026-04-20 02:24:55] "GET /virtual-network/903dba76-06ac-4cbb-83ba-b3b7e7af8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008019 10.0.0.38 - - [2026-04-20 02:24:57] "POST /neutron/port HTTP/1.1" 200 1127 0.018502 10.0.0.38 - - [2026-04-20 02:24:58] "POST /neutron/port HTTP/1.1" 200 1127 0.017557 10.0.0.38 - - [2026-04-20 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008799 10.0.0.38 - - [2026-04-20 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.38 - - [2026-04-20 02:24:58] "GET /virtual-network/903dba76-06ac-4cbb-83ba-b3b7e7af8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005025 10.0.0.38 - - [2026-04-20 02:25:00] "POST /neutron/port HTTP/1.1" 200 1127 0.016241 10.0.0.38 - - [2026-04-20 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.38 - - [2026-04-20 02:25:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003597 10.0.0.38 - - [2026-04-20 02:25:00] "GET /virtual-networks?parent_id=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002574 10.0.0.38 - - [2026-04-20 02:25:00] "GET /virtual-network/903dba76-06ac-4cbb-83ba-b3b7e7af8b54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007746 10.0.0.38 - - [2026-04-20 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006669 10.0.0.38 - - [2026-04-20 02:25:01] "POST /neutron/port HTTP/1.1" 200 1127 0.017518 10.0.0.38 - - [2026-04-20 02:25:01] "GET /virtual-machine/3a314475-54ce-412b-9a3a-b8698e1388a2 HTTP/1.1" 200 1295 0.006214 10.0.0.38 - - [2026-04-20 02:25:01] "GET /virtual-machine-interface/b1a7e8de-ee43-46a2-912f-8e2e81212a94 HTTP/1.1" 200 2969 0.006513 10.0.0.38 - - [2026-04-20 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.38 - - [2026-04-20 02:25:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003488 10.0.0.38 - - [2026-04-20 02:25:01] "GET /virtual-networks?parent_id=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003649 10.0.0.38 - - [2026-04-20 02:25:01] "GET /virtual-network/efcb5bbb-b77a-4552-b302-77d78ce2a823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005174 10.0.0.23 - - [2026-04-20 02:25:01] "DELETE /access-control-list/34d391eb-9cf1-4deb-8abe-e015b28a541b HTTP/1.1" 200 115 0.030806 10.0.0.38 - - [2026-04-20 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008950 10.0.0.38 - - [2026-04-20 02:25:02] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003168 10.0.0.38 - - [2026-04-20 02:25:02] "GET /virtual-networks?parent_id=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002978 10.0.0.38 - - [2026-04-20 02:25:02] "GET /virtual-network/efcb5bbb-b77a-4552-b302-77d78ce2a823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006206 10.0.0.38 - - [2026-04-20 02:25:06] "POST /neutron/router HTTP/1.1" 200 344 0.182678 10.0.0.27 - - [2026-04-20 02:25:06] "GET /service-instance/c03252f1-8a32-4a42-9247-ae6bb0aa4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004376 10.0.0.23 - - [2026-04-20 02:25:06] "DELETE /route-target/757339b3-85d2-46ff-b058-511f28f119da HTTP/1.1" 409 239 0.010358 10.0.0.27 - - [2026-04-20 02:25:07] "GET /service-instance/c03252f1-8a32-4a42-9247-ae6bb0aa4522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.007112 10.0.0.27 - - [2026-04-20 02:25:07] "GET /virtual-network/5430846a-0426-4e0b-9199-4b95978b9d81?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.006515 10.0.0.38 - - [2026-04-20 02:25:07] "POST /neutron/network HTTP/1.1" 200 834 0.006738 10.0.0.27 - - [2026-04-20 02:25:07] "GET /virtual-machine-interface/4d4524aa-7ba2-4505-afd3-c47a10ef2f88?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1650 0.013236 10.0.0.27 - - [2026-04-20 02:25:07] "DELETE /virtual-machine-interface/4d4524aa-7ba2-4505-afd3-c47a10ef2f88 HTTP/1.1" 200 115 0.076679 10.0.0.27 - - [2026-04-20 02:25:07] "GET /instance-ip/c02eb2c0-20d3-4336-b634-245ab417754b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.008314 10.0.0.27 - - [2026-04-20 02:25:07] "DELETE /instance-ip/c02eb2c0-20d3-4336-b634-245ab417754b HTTP/1.1" 404 177 0.003551 10.0.0.38 - - [2026-04-20 02:25:07] "POST /neutron/port HTTP/1.1" 200 1117 0.019404 10.0.0.38 - - [2026-04-20 02:25:07] "POST /neutron/port HTTP/1.1" 200 1117 0.020642 10.0.0.23 - - [2026-04-20 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2026-04-20 02:25:07] "GET /virtual-machine-interface/e71bd4b7-9b8a-4e32-b76e-8fcf10f79c6c?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.007918 10.0.0.27 - - [2026-04-20 02:25:08] "DELETE /virtual-machine-interface/e71bd4b7-9b8a-4e32-b76e-8fcf10f79c6c HTTP/1.1" 200 115 0.099070 10.0.0.27 - - [2026-04-20 02:25:08] "GET /virtual-machine-interface/4452a1fa-9d06-4804-9d22-f4c545c2ff36?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.007778 10.0.0.27 - - [2026-04-20 02:25:08] "DELETE /instance-ip/7bdd6d9f-7bcb-426e-b6df-f2df3c488ad3 HTTP/1.1" 200 115 0.040979 10.0.0.27 - - [2026-04-20 02:25:08] "DELETE /virtual-machine/5db20e56-6381-42d4-b63e-5d3f74baacfe HTTP/1.1" 200 115 0.031417 10.0.0.23 - - [2026-04-20 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004398 10.0.0.23 - - [2026-04-20 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004901 10.0.0.38 - - [2026-04-20 02:25:09] "POST /neutron/network HTTP/1.1" 200 151 0.130617 10.0.0.23 - - [2026-04-20 02:25:09] "DELETE /route-target/e6bedd3d-57d3-401e-bea0-2919d2dab7af HTTP/1.1" 200 115 0.026751 10.0.0.23 - - [2026-04-20 02:25:10] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001023 10.0.0.38 - - [2026-04-20 02:25:10] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038503 10.0.0.23 - - [2026-04-20 02:25:10] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001059 10.0.0.38 - - [2026-04-20 02:25:10] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?fields=virtual_networks HTTP/1.1" 200 1038 0.034654 10.0.0.23 - - [2026-04-20 02:25:11] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.38 - - [2026-04-20 02:25:11] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.073755 10.0.0.23 - - [2026-04-20 02:25:11] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.38 - - [2026-04-20 02:25:11] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?fields=security_groups HTTP/1.1" 200 1267 0.052156 10.0.0.38 - - [2026-04-20 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.037889 10.0.0.23 - - [2026-04-20 02:25:12] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003062 10.0.0.23 - - [2026-04-20 02:25:12] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.23 - - [2026-04-20 02:25:12] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006649 10.0.0.23 - - [2026-04-20 02:25:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.001852 10.0.0.23 - - [2026-04-20 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005362 10.0.0.23 - - [2026-04-20 02:25:12] "POST /security-groups HTTP/1.1" 200 599 0.042481 10.0.0.23 - - [2026-04-20 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.005032 10.0.0.23 - - [2026-04-20 02:25:12] "POST /projects HTTP/1.1" 200 601 0.243308 10.0.0.23 - - [2026-04-20 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.286343 10.0.0.38 - - [2026-04-20 02:25:12] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.455910 10.0.0.23 - - [2026-04-20 02:25:12] "POST /access-control-lists HTTP/1.1" 200 602 0.046117 10.0.0.38 - - [2026-04-20 02:25:13] "GET / HTTP/1.1" 200 35931 0.001568 10.0.0.23 - - [2026-04-20 02:25:14] "DELETE /project/3d0161944b204f3ea1170c9fa7ef7f51 HTTP/1.1" 404 173 0.015035 10.0.0.23 - - [2026-04-20 02:25:14] "DELETE /project/cc97baa4b03a4a52a94880488b201096 HTTP/1.1" 404 173 0.014066 10.0.0.23 - - [2026-04-20 02:25:14] "DELETE /project/230236ac-a7aa-495b-96a6-5115dd7122cb HTTP/1.1" 404 177 0.010912 10.0.0.23 - - [2026-04-20 02:25:14] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002362 10.0.0.23 - - [2026-04-20 02:25:14] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.083271 10.0.0.23 - - [2026-04-20 02:25:14] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001224 10.0.0.23 - - [2026-04-20 02:25:14] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?fields=security_groups HTTP/1.1" 200 1372 0.066278 10.0.0.23 - - [2026-04-20 02:25:15] "DELETE /security-group/5f448f79-4645-4891-a629-fa891c8d399f HTTP/1.1" 200 115 0.065968 10.0.0.23 - - [2026-04-20 02:25:15] "GET /projects?obj_uuids=3d016194-4b20-4f3e-a117-0c9fa7ef7f51&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001443 10.0.0.23 - - [2026-04-20 02:25:15] "GET /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51?fields=application_policy_sets HTTP/1.1" 200 1411 0.056458 10.0.0.23 - - [2026-04-20 02:25:15] "DELETE /project/3d016194-4b20-4f3e-a117-0c9fa7ef7f51 HTTP/1.1" 200 115 0.511312 10.0.0.38 - - [2026-04-20 02:25:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-04-20 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.036895 10.0.0.23 - - [2026-04-20 02:25:16] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002673 10.0.0.38 - - [2026-04-20 02:25:16] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.090117 10.0.0.38 - - [2026-04-20 02:25:16] "POST /neutron/network HTTP/1.1" 200 117 0.046788 10.0.0.23 - - [2026-04-20 02:25:16] "POST /route-targets HTTP/1.1" 200 327 0.011928 10.0.0.38 - - [2026-04-20 02:25:16] "GET /obj-perms HTTP/1.1" 200 5056 0.090996 10.0.0.27 - - [2026-04-20 02:25:17] "GET /obj-perms HTTP/1.1" 200 5056 0.091161 10.0.0.23 - - [2026-04-20 02:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005803 10.0.0.38 - - [2026-04-20 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.245883 10.0.0.23 - - [2026-04-20 02:25:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.083149 10.0.0.38 - - [2026-04-20 02:25:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001726 10.0.0.38 - - [2026-04-20 02:25:17] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005231 10.0.0.38 - - [2026-04-20 02:25:17] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.010077 10.0.0.38 - - [2026-04-20 02:25:17] "POST /neutron/network HTTP/1.1" 200 1008 0.012917 10.0.0.38 - - [2026-04-20 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-20 02:25:17] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.38 - - [2026-04-20 02:25:17] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051595 10.0.0.38 - - [2026-04-20 02:25:17] "POST /neutron/network HTTP/1.1" 200 117 0.016121 10.0.0.23 - - [2026-04-20 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.025871 10.0.0.23 - - [2026-04-20 02:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008067 10.0.0.38 - - [2026-04-20 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.192079 10.0.0.38 - - [2026-04-20 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001169 10.0.0.38 - - [2026-04-20 02:25:18] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005419 10.0.0.38 - - [2026-04-20 02:25:18] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005744 10.0.0.38 - - [2026-04-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 1004 0.008979 10.0.0.38 - - [2026-04-20 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003210 10.0.0.38 - - [2026-04-20 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.23 - - [2026-04-20 02:25:18] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.38 - - [2026-04-20 02:25:18] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078105 10.0.0.38 - - [2026-04-20 02:25:18] "POST /network-policys HTTP/1.1" 200 577 0.032052 10.0.0.38 - - [2026-04-20 02:25:18] "GET /network-policy/19399a05-2a0a-489f-8c6e-1e613137aee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006746 10.0.0.38 - - [2026-04-20 02:25:18] "POST /neutron/network HTTP/1.1" 200 1008 0.010448 10.0.0.38 - - [2026-04-20 02:25:19] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.010967 10.0.0.38 - - [2026-04-20 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.38 - - [2026-04-20 02:25:19] "GET /network-policy/19399a05-2a0a-489f-8c6e-1e613137aee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003815 10.0.0.38 - - [2026-04-20 02:25:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009393 10.0.0.23 - - [2026-04-20 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.007524 10.0.0.23 - - [2026-04-20 02:25:19] "PUT /access-control-list/549d3ac9-b68d-46a4-9e03-1e788c7072f9 HTTP/1.1" 200 272 0.022913 10.0.0.38 - - [2026-04-20 02:25:19] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008751 10.0.0.38 - - [2026-04-20 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.38 - - [2026-04-20 02:25:19] "GET /network-policy/19399a05-2a0a-489f-8c6e-1e613137aee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004755 10.0.0.23 - - [2026-04-20 02:25:19] "POST /ref-update HTTP/1.1" 200 156 0.036451 10.0.0.38 - - [2026-04-20 02:25:19] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005055 10.0.0.38 - - [2026-04-20 02:25:21] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005677 10.0.0.38 - - [2026-04-20 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001190 10.0.0.38 - - [2026-04-20 02:25:22] "POST /neutron/network HTTP/1.1" 200 1126 0.006607 10.0.0.23 - - [2026-04-20 02:25:22] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.38 - - [2026-04-20 02:25:22] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071032 10.0.0.38 - - [2026-04-20 02:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.006543 10.0.0.38 - - [2026-04-20 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001279 10.0.0.38 - - [2026-04-20 02:25:23] "POST /neutron/network HTTP/1.1" 200 1126 0.006775 10.0.0.38 - - [2026-04-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 1177 0.022449 10.0.0.23 - - [2026-04-20 02:25:24] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.38 - - [2026-04-20 02:25:24] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.152337 10.0.0.38 - - [2026-04-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 1241 0.031176 10.0.0.38 - - [2026-04-20 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017644 10.0.0.38 - - [2026-04-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 1241 0.020172 10.0.0.38 - - [2026-04-20 02:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.005698 10.0.0.38 - - [2026-04-20 02:25:25] "POST /neutron/network HTTP/1.1" 200 1122 0.008282 10.0.0.38 - - [2026-04-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 1173 0.029312 10.0.0.38 - - [2026-04-20 02:25:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.38 - - [2026-04-20 02:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.38 - - [2026-04-20 02:25:29] "POST /neutron/port HTTP/1.1" 200 1241 0.015799 10.0.0.38 - - [2026-04-20 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006712 10.0.0.38 - - [2026-04-20 02:25:30] "GET /virtual-machine/28ff9207-6eb1-44a4-9d91-666d26cb8a47 HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-04-20 02:25:30] "GET /virtual-machine/28ff9207-6eb1-44a4-9d91-666d26cb8a47 HTTP/1.1" 200 1300 0.032432 10.0.0.38 - - [2026-04-20 02:25:30] "GET /virtual-machine-interface/1544d547-c6e3-416e-8616-b00265fc8470 HTTP/1.1" 200 3174 0.005146 10.0.0.38 - - [2026-04-20 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.38 - - [2026-04-20 02:25:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.38 - - [2026-04-20 02:25:30] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002779 10.0.0.38 - - [2026-04-20 02:25:30] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005818 10.0.0.38 - - [2026-04-20 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-04-20 02:25:33] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004647 10.0.0.38 - - [2026-04-20 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2026-04-20 02:25:37] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005383 10.0.0.38 - - [2026-04-20 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2026-04-20 02:25:41] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005708 10.0.0.38 - - [2026-04-20 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.38 - - [2026-04-20 02:25:45] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005896 10.0.0.38 - - [2026-04-20 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.38 - - [2026-04-20 02:25:49] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004952 10.0.0.38 - - [2026-04-20 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2026-04-20 02:25:54] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005157 10.0.0.38 - - [2026-04-20 02:25:56] "POST /neutron/port HTTP/1.1" 200 1241 0.016785 10.0.0.38 - - [2026-04-20 02:25:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004116 10.0.0.38 - - [2026-04-20 02:25:56] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.38 - - [2026-04-20 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2026-04-20 02:25:58] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005902 10.0.0.38 - - [2026-04-20 02:25:58] "POST /neutron/port HTTP/1.1" 200 1237 0.021816 10.0.0.38 - - [2026-04-20 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004685 10.0.0.38 - - [2026-04-20 02:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.38 - - [2026-04-20 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.38 - - [2026-04-20 02:26:02] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004815 10.0.0.38 - - [2026-04-20 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.38 - - [2026-04-20 02:26:04] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.38 - - [2026-04-20 02:26:04] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003254 10.0.0.38 - - [2026-04-20 02:26:04] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006454 10.0.0.38 - - [2026-04-20 02:26:04] "POST /neutron/port HTTP/1.1" 200 1241 0.019444 10.0.0.38 - - [2026-04-20 02:26:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008050 10.0.0.27 - - [2026-04-20 02:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.27 - - [2026-04-20 02:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2026-04-20 02:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 02:26:14] "POST /neutron/port HTTP/1.1" 200 1241 0.016758 10.0.0.38 - - [2026-04-20 02:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2026-04-20 02:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.38 - - [2026-04-20 02:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2026-04-20 02:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.38 - - [2026-04-20 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006319 10.0.0.23 - - [2026-04-20 02:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.057524 10.0.0.38 - - [2026-04-20 02:26:18] "GET /obj-perms HTTP/1.1" 200 5056 0.069030 10.0.0.38 - - [2026-04-20 02:26:25] "POST /neutron/port HTTP/1.1" 200 1237 0.020841 10.0.0.38 - - [2026-04-20 02:26:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008712 10.0.0.38 - - [2026-04-20 02:26:25] "GET /virtual-machine/6fac4125-7158-4eb3-9c7b-5d77fedecdad HTTP/1.1" 200 1300 0.006711 10.0.0.38 - - [2026-04-20 02:26:25] "GET /virtual-machine-interface/74366261-36bc-4bc0-be91-ca5a2cbd4258 HTTP/1.1" 200 3175 0.005836 10.0.0.38 - - [2026-04-20 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.38 - - [2026-04-20 02:26:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005873 10.0.0.38 - - [2026-04-20 02:26:25] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004476 10.0.0.38 - - [2026-04-20 02:26:25] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008198 10.0.0.38 - - [2026-04-20 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.38 - - [2026-04-20 02:26:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003394 10.0.0.38 - - [2026-04-20 02:26:26] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003297 10.0.0.38 - - [2026-04-20 02:26:26] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005935 10.0.0.38 - - [2026-04-20 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-04-20 02:26:49] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.38 - - [2026-04-20 02:26:49] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049093 10.0.0.38 - - [2026-04-20 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.38 - - [2026-04-20 02:26:49] "PUT /network-policy/19399a05-2a0a-489f-8c6e-1e613137aee4 HTTP/1.1" 200 262 0.014396 10.0.0.23 - - [2026-04-20 02:26:49] "PUT /access-control-list/0ad67e24-e243-42f1-b350-96054148d975 HTTP/1.1" 200 272 0.018648 10.0.0.38 - - [2026-04-20 02:26:52] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005852 10.0.0.38 - - [2026-04-20 02:26:53] "POST /neutron/network HTTP/1.1" 200 1112 0.009718 10.0.0.38 - - [2026-04-20 02:26:53] "GET /virtual-network/1fe520f8-ac8e-49b8-a2a1-664954c5bb72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006173 10.0.0.38 - - [2026-04-20 02:26:53] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.021350 10.0.0.38 - - [2026-04-20 02:26:53] "POST /neutron/network HTTP/1.1" 200 1116 0.016683 10.0.0.23 - - [2026-04-20 02:26:53] "DELETE /access-control-list/549d3ac9-b68d-46a4-9e03-1e788c7072f9 HTTP/1.1" 200 115 0.053260 10.0.0.38 - - [2026-04-20 02:26:53] "GET /virtual-network/80d0e0b8-e89b-4a8b-bd25-0e1d6e710d84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.023081 10.0.0.38 - - [2026-04-20 02:26:53] "POST /neutron/port HTTP/1.1" 200 1237 0.041891 10.0.0.38 - - [2026-04-20 02:26:53] "DELETE /network-policy/19399a05-2a0a-489f-8c6e-1e613137aee4 HTTP/1.1" 200 115 0.062446 10.0.0.38 - - [2026-04-20 02:26:53] "POST /neutron/port HTTP/1.1" 200 1241 0.019504 10.0.0.38 - - [2026-04-20 02:26:53] "POST /neutron/port HTTP/1.1" 200 1231 0.021303 10.0.0.23 - - [2026-04-20 02:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007270 10.0.0.23 - - [2026-04-20 02:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.23 - - [2026-04-20 02:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002187 10.0.0.23 - - [2026-04-20 02:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.38 - - [2026-04-20 02:26:55] "POST /neutron/network HTTP/1.1" 200 151 0.146930 10.0.0.23 - - [2026-04-20 02:26:55] "DELETE /route-target/6673ebee-2247-4383-804c-e2c1da8a2397 HTTP/1.1" 200 115 0.026382 10.0.0.23 - - [2026-04-20 02:27:00] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.38 - - [2026-04-20 02:27:00] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037026 10.0.0.38 - - [2026-04-20 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2026-04-20 02:27:00] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.38 - - [2026-04-20 02:27:00] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008168 10.0.0.38 - - [2026-04-20 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2026-04-20 02:27:00] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.38 - - [2026-04-20 02:27:00] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048414 10.0.0.38 - - [2026-04-20 02:27:01] "GET /domains HTTP/1.1" 200 280 0.003626 10.0.0.23 - - [2026-04-20 02:27:01] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.38 - - [2026-04-20 02:27:01] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022 HTTP/1.1" 200 2776 0.008260 10.0.0.23 - - [2026-04-20 02:27:01] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.38 - - [2026-04-20 02:27:01] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096 HTTP/1.1" 200 1901 0.094312 10.0.0.38 - - [2026-04-20 02:27:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003373 10.0.0.38 - - [2026-04-20 02:27:01] "POST /network-ipams HTTP/1.1" 200 609 0.030284 10.0.0.38 - - [2026-04-20 02:27:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003231 10.0.0.38 - - [2026-04-20 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.38 - - [2026-04-20 02:27:01] "GET /network-ipam/70562b2d-e6fb-44b3-909d-6e2e70a882eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006471 10.0.0.38 - - [2026-04-20 02:27:01] "PUT /network-ipam/70562b2d-e6fb-44b3-909d-6e2e70a882eb HTTP/1.1" 200 258 0.014037 10.0.0.38 - - [2026-04-20 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.23 - - [2026-04-20 02:27:02] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.38 - - [2026-04-20 02:27:02] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043009 10.0.0.38 - - [2026-04-20 02:27:02] "POST /neutron/network HTTP/1.1" 200 117 0.010818 10.0.0.23 - - [2026-04-20 02:27:02] "POST /route-targets HTTP/1.1" 200 327 0.011247 10.0.0.23 - - [2026-04-20 02:27:02] "POST /useragent-kv HTTP/1.1" 200 115 0.011810 10.0.0.38 - - [2026-04-20 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.217155 10.0.0.23 - - [2026-04-20 02:27:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.003685 10.0.0.38 - - [2026-04-20 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001144 10.0.0.38 - - [2026-04-20 02:27:03] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007127 10.0.0.38 - - [2026-04-20 02:27:03] "POST /neutron/network HTTP/1.1" 200 1309 0.010507 10.0.0.38 - - [2026-04-20 02:27:03] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005094 10.0.0.38 - - [2026-04-20 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.011777 10.0.0.38 - - [2026-04-20 02:27:03] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006727 10.0.0.27 - - [2026-04-20 02:27:03] "GET /obj-perms HTTP/1.1" 200 5046 0.053797 10.0.0.38 - - [2026-04-20 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-04-20 02:27:03] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.38 - - [2026-04-20 02:27:03] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040627 10.0.0.23 - - [2026-04-20 02:27:03] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.38 - - [2026-04-20 02:27:04] "POST /neutron/network HTTP/1.1" 200 619 0.119100 10.0.0.23 - - [2026-04-20 02:27:04] "POST /ref-update HTTP/1.1" 200 156 0.019326 10.0.0.23 - - [2026-04-20 02:27:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004414 10.0.0.38 - - [2026-04-20 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.221818 10.0.0.38 - - [2026-04-20 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001944 10.0.0.38 - - [2026-04-20 02:27:04] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.010603 10.0.0.38 - - [2026-04-20 02:27:04] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007629 10.0.0.38 - - [2026-04-20 02:27:04] "POST /neutron/network HTTP/1.1" 200 1309 0.010021 10.0.0.38 - - [2026-04-20 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.008827 10.0.0.38 - - [2026-04-20 02:27:05] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007146 10.0.0.38 - - [2026-04-20 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2026-04-20 02:27:05] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.38 - - [2026-04-20 02:27:05] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043418 10.0.0.23 - - [2026-04-20 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010404 10.0.0.38 - - [2026-04-20 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.202468 10.0.0.38 - - [2026-04-20 02:27:06] "POST /neutron/network HTTP/1.1" 200 1309 0.015088 10.0.0.38 - - [2026-04-20 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001047 10.0.0.38 - - [2026-04-20 02:27:06] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005267 10.0.0.38 - - [2026-04-20 02:27:06] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007273 10.0.0.38 - - [2026-04-20 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.012762 10.0.0.38 - - [2026-04-20 02:27:06] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006711 10.0.0.38 - - [2026-04-20 02:27:07] "GET /obj-perms HTTP/1.1" 200 5046 0.052649 10.0.0.23 - - [2026-04-20 02:27:07] "GET /obj-perms HTTP/1.1" 200 5046 0.056757 10.0.0.38 - - [2026-04-20 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2026-04-20 02:27:07] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.38 - - [2026-04-20 02:27:07] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038810 10.0.0.38 - - [2026-04-20 02:27:07] "POST /neutron/network HTTP/1.1" 200 117 0.014771 10.0.0.23 - - [2026-04-20 02:27:07] "POST /ref-update HTTP/1.1" 200 156 0.033870 10.0.0.23 - - [2026-04-20 02:27:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008350 10.0.0.38 - - [2026-04-20 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.191955 10.0.0.23 - - [2026-04-20 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005431 10.0.0.38 - - [2026-04-20 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 231 0.001187 10.0.0.38 - - [2026-04-20 02:27:08] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007364 10.0.0.38 - - [2026-04-20 02:27:08] "POST /neutron/network HTTP/1.1" 200 1309 0.011925 10.0.0.38 - - [2026-04-20 02:27:08] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005089 10.0.0.38 - - [2026-04-20 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.008226 10.0.0.38 - - [2026-04-20 02:27:08] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006952 10.0.0.27 - - [2026-04-20 02:27:08] "GET /obj-perms HTTP/1.1" 200 5046 0.003899 10.0.0.38 - - [2026-04-20 02:27:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.004683 10.0.0.38 - - [2026-04-20 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2026-04-20 02:27:08] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.38 - - [2026-04-20 02:27:08] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035276 10.0.0.38 - - [2026-04-20 02:27:08] "POST /network-policys HTTP/1.1" 200 559 0.037319 10.0.0.38 - - [2026-04-20 02:27:09] "GET /network-policy/40641eeb-77a3-475a-8ffc-6b0286628975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007538 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.002815 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.23 - - [2026-04-20 02:27:09] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000849 10.0.0.38 - - [2026-04-20 02:27:09] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042816 10.0.0.38 - - [2026-04-20 02:27:09] "POST /network-policys HTTP/1.1" 200 559 0.033522 10.0.0.38 - - [2026-04-20 02:27:09] "GET /network-policy/bf44ecf0-82c9-415a-9c35-614477bde06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006290 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.003010 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2026-04-20 02:27:09] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.38 - - [2026-04-20 02:27:09] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039462 10.0.0.38 - - [2026-04-20 02:27:09] "POST /network-policys HTTP/1.1" 200 559 0.037768 10.0.0.38 - - [2026-04-20 02:27:09] "GET /network-policy/8069d843-138e-44ba-bebe-3859cb107ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006978 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.003036 10.0.0.38 - - [2026-04-20 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002392 10.0.0.23 - - [2026-04-20 02:27:09] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.38 - - [2026-04-20 02:27:10] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053834 10.0.0.38 - - [2026-04-20 02:27:10] "POST /network-policys HTTP/1.1" 200 559 0.040347 10.0.0.38 - - [2026-04-20 02:27:10] "GET /network-policy/1b4b31c8-658d-445e-9496-5a5a3def91b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007254 10.0.0.38 - - [2026-04-20 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002811 10.0.0.38 - - [2026-04-20 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002361 10.0.0.23 - - [2026-04-20 02:27:10] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001523 10.0.0.38 - - [2026-04-20 02:27:10] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042068 10.0.0.38 - - [2026-04-20 02:27:10] "POST /network-policys HTTP/1.1" 200 559 0.030191 10.0.0.38 - - [2026-04-20 02:27:10] "GET /network-policy/5490fdcb-13e0-41d6-a1cf-ce837b54affe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006297 10.0.0.38 - - [2026-04-20 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002645 10.0.0.38 - - [2026-04-20 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.23 - - [2026-04-20 02:27:10] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.38 - - [2026-04-20 02:27:10] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044591 10.0.0.38 - - [2026-04-20 02:27:10] "POST /network-policys HTTP/1.1" 200 559 0.025259 10.0.0.38 - - [2026-04-20 02:27:10] "GET /network-policy/f2ff003e-3ff4-4087-89a8-528ccf451964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006047 10.0.0.38 - - [2026-04-20 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.002879 10.0.0.38 - - [2026-04-20 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.23 - - [2026-04-20 02:27:11] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.38 - - [2026-04-20 02:27:11] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037374 10.0.0.38 - - [2026-04-20 02:27:11] "POST /network-policys HTTP/1.1" 200 559 0.027432 10.0.0.38 - - [2026-04-20 02:27:11] "GET /network-policy/69334bb3-1989-4666-a6c8-9490ca53943c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006503 10.0.0.38 - - [2026-04-20 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.002813 10.0.0.38 - - [2026-04-20 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2026-04-20 02:27:11] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.38 - - [2026-04-20 02:27:11] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043497 10.0.0.38 - - [2026-04-20 02:27:11] "POST /network-policys HTTP/1.1" 200 559 0.027482 10.0.0.38 - - [2026-04-20 02:27:11] "GET /network-policy/c49f56f7-1fd6-4fdf-8c13-38ba5d5b0e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006052 10.0.0.38 - - [2026-04-20 02:27:12] "POST /neutron/network HTTP/1.1" 200 1494 0.105226 10.0.0.38 - - [2026-04-20 02:27:12] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008879 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.38 - - [2026-04-20 02:27:12] "GET /network-policy/40641eeb-77a3-475a-8ffc-6b0286628975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003852 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.38 - - [2026-04-20 02:27:12] "GET /network-policy/bf44ecf0-82c9-415a-9c35-614477bde06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005628 10.0.0.23 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 248 0.011105 10.0.0.38 - - [2026-04-20 02:27:12] "POST /neutron/network HTTP/1.1" 200 1494 0.107071 10.0.0.38 - - [2026-04-20 02:27:12] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005846 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008852 10.0.0.38 - - [2026-04-20 02:27:12] "GET /network-policy/1b4b31c8-658d-445e-9496-5a5a3def91b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004101 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2026-04-20 02:27:12] "GET /network-policy/8069d843-138e-44ba-bebe-3859cb107ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003861 10.0.0.23 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 248 0.005198 10.0.0.23 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003597 10.0.0.38 - - [2026-04-20 02:27:12] "POST /neutron/network HTTP/1.1" 200 1494 0.104289 10.0.0.38 - - [2026-04-20 02:27:12] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005589 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2026-04-20 02:27:12] "GET /network-policy/5490fdcb-13e0-41d6-a1cf-ce837b54affe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004427 10.0.0.38 - - [2026-04-20 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.38 - - [2026-04-20 02:27:13] "GET /network-policy/f2ff003e-3ff4-4087-89a8-528ccf451964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004566 10.0.0.38 - - [2026-04-20 02:27:13] "POST /neutron/network HTTP/1.1" 200 1494 0.098324 10.0.0.23 - - [2026-04-20 02:27:13] "POST /access-control-lists HTTP/1.1" 200 605 0.056782 10.0.0.38 - - [2026-04-20 02:27:13] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008479 10.0.0.38 - - [2026-04-20 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.38 - - [2026-04-20 02:27:13] "GET /network-policy/69334bb3-1989-4666-a6c8-9490ca53943c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004751 10.0.0.38 - - [2026-04-20 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2026-04-20 02:27:13] "GET /network-policy/c49f56f7-1fd6-4fdf-8c13-38ba5d5b0e43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004126 10.0.0.38 - - [2026-04-20 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001135 10.0.0.23 - - [2026-04-20 02:27:47] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.38 - - [2026-04-20 02:27:47] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.075725 10.0.0.38 - - [2026-04-20 02:27:47] "POST /neutron/network HTTP/1.1" 200 1494 0.010664 10.0.0.38 - - [2026-04-20 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001173 10.0.0.38 - - [2026-04-20 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005870 10.0.0.23 - - [2026-04-20 02:27:48] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.23 - - [2026-04-20 02:27:48] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.38 - - [2026-04-20 02:27:48] "POST /neutron/port HTTP/1.1" 200 1170 0.686246 10.0.0.38 - - [2026-04-20 02:27:48] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.176475 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/port HTTP/1.1" 200 1170 0.053424 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033880 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/port HTTP/1.1" 200 1234 0.066487 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/network HTTP/1.1" 200 1504 0.006409 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.051837 10.0.0.38 - - [2026-04-20 02:27:49] "POST /neutron/network HTTP/1.1" 200 1494 0.040288 10.0.0.38 - - [2026-04-20 02:27:51] "POST /neutron/port HTTP/1.1" 200 1224 0.358555 10.0.0.38 - - [2026-04-20 02:27:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004670 10.0.0.38 - - [2026-04-20 02:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.007364 10.0.0.38 - - [2026-04-20 02:27:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032168 10.0.0.38 - - [2026-04-20 02:28:05] "POST /neutron/port HTTP/1.1" 200 1234 0.074319 10.0.0.38 - - [2026-04-20 02:28:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012133 10.0.0.38 - - [2026-04-20 02:28:20] "POST /neutron/port HTTP/1.1" 200 1234 0.075806 10.0.0.38 - - [2026-04-20 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027925 10.0.0.38 - - [2026-04-20 02:28:36] "POST /neutron/port HTTP/1.1" 200 1234 0.060324 10.0.0.38 - - [2026-04-20 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007998 10.0.0.38 - - [2026-04-20 02:28:51] "POST /neutron/port HTTP/1.1" 200 1234 0.023634 10.0.0.38 - - [2026-04-20 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006945 10.0.0.38 - - [2026-04-20 02:29:06] "POST /neutron/port HTTP/1.1" 200 1234 0.020769 10.0.0.38 - - [2026-04-20 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008167 10.0.0.23 - - [2026-04-20 02:29:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055021 10.0.0.38 - - [2026-04-20 02:29:20] "GET /obj-perms HTTP/1.1" 200 5056 0.050058 10.0.0.38 - - [2026-04-20 02:29:22] "POST /neutron/port HTTP/1.1" 200 1234 0.016730 10.0.0.38 - - [2026-04-20 02:29:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006791 10.0.0.38 - - [2026-04-20 02:29:22] "GET /virtual-machine/3b85d1f5-0b6c-4dac-92a4-37ed79f1f95b HTTP/1.1" 200 1300 0.005370 10.0.0.38 - - [2026-04-20 02:29:22] "GET /virtual-machine-interface/9bd070e5-bb7a-4088-a390-a039332b0a8a HTTP/1.1" 200 3185 0.005336 10.0.0.38 - - [2026-04-20 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2026-04-20 02:29:22] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005566 10.0.0.38 - - [2026-04-20 02:29:22] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003206 10.0.0.38 - - [2026-04-20 02:29:22] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005646 10.0.0.38 - - [2026-04-20 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.38 - - [2026-04-20 02:29:25] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006453 10.0.0.38 - - [2026-04-20 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.38 - - [2026-04-20 02:29:29] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005973 10.0.0.38 - - [2026-04-20 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.38 - - [2026-04-20 02:29:33] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007396 10.0.0.38 - - [2026-04-20 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2026-04-20 02:29:37] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005018 10.0.0.38 - - [2026-04-20 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.38 - - [2026-04-20 02:29:41] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005448 10.0.0.38 - - [2026-04-20 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.38 - - [2026-04-20 02:29:46] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007234 10.0.0.38 - - [2026-04-20 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2026-04-20 02:29:50] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005406 10.0.0.38 - - [2026-04-20 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.38 - - [2026-04-20 02:29:54] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005573 10.0.0.38 - - [2026-04-20 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.38 - - [2026-04-20 02:29:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002935 10.0.0.38 - - [2026-04-20 02:29:58] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003029 10.0.0.38 - - [2026-04-20 02:29:58] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005854 10.0.0.38 - - [2026-04-20 02:29:58] "POST /neutron/port HTTP/1.1" 200 1234 0.016636 10.0.0.38 - - [2026-04-20 02:29:59] "POST /neutron/port HTTP/1.1" 200 1234 0.036793 10.0.0.38 - - [2026-04-20 02:29:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.38 - - [2026-04-20 02:29:59] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.38 - - [2026-04-20 02:30:03] "POST /neutron/port HTTP/1.1" 200 1234 0.043455 10.0.0.38 - - [2026-04-20 02:30:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005046 10.0.0.38 - - [2026-04-20 02:30:03] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.38 - - [2026-04-20 02:30:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006661 10.0.0.38 - - [2026-04-20 02:30:08] "POST /neutron/port HTTP/1.1" 200 1234 0.017250 10.0.0.38 - - [2026-04-20 02:30:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042916 10.0.0.38 - - [2026-04-20 02:30:19] "POST /neutron/port HTTP/1.1" 200 1234 0.051707 10.0.0.38 - - [2026-04-20 02:30:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012019 10.0.0.38 - - [2026-04-20 02:30:19] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 200 1301 0.005651 10.0.0.38 - - [2026-04-20 02:30:19] "GET /virtual-machine-interface/6967270d-5c84-446a-8b66-465e509a67cd HTTP/1.1" 200 3184 0.005196 10.0.0.38 - - [2026-04-20 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.029140 10.0.0.38 - - [2026-04-20 02:30:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003896 10.0.0.38 - - [2026-04-20 02:30:19] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003404 10.0.0.38 - - [2026-04-20 02:30:19] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007644 10.0.0.38 - - [2026-04-20 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.38 - - [2026-04-20 02:30:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003879 10.0.0.38 - - [2026-04-20 02:30:20] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003652 10.0.0.38 - - [2026-04-20 02:30:20] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009428 10.0.0.27 - - [2026-04-20 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.076002 10.0.0.38 - - [2026-04-20 02:30:21] "POST /neutron/port HTTP/1.1" 200 2314 0.025448 10.0.0.38 - - [2026-04-20 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008897 10.0.0.38 - - [2026-04-20 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.38 - - [2026-04-20 02:30:21] "GET /network-policy/8069d843-138e-44ba-bebe-3859cb107ce6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003528 10.0.0.38 - - [2026-04-20 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2026-04-20 02:30:21] "GET /network-policy/1b4b31c8-658d-445e-9496-5a5a3def91b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004936 10.0.0.38 - - [2026-04-20 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2026-04-20 02:30:22] "GET /network-policy/40641eeb-77a3-475a-8ffc-6b0286628975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004746 10.0.0.38 - - [2026-04-20 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.38 - - [2026-04-20 02:30:22] "GET /network-policy/bf44ecf0-82c9-415a-9c35-614477bde06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004716 10.0.0.38 - - [2026-04-20 02:30:46] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 200 1301 0.037831 10.0.0.38 - - [2026-04-20 02:30:47] "POST /neutron/port HTTP/1.1" 200 1234 0.019225 10.0.0.38 - - [2026-04-20 02:30:48] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.002713 10.0.0.38 - - [2026-04-20 02:30:48] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.002922 10.0.0.38 - - [2026-04-20 02:30:48] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.002436 10.0.0.38 - - [2026-04-20 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.38 - - [2026-04-20 02:30:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003631 10.0.0.38 - - [2026-04-20 02:30:48] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002901 10.0.0.38 - - [2026-04-20 02:30:48] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005764 10.0.0.38 - - [2026-04-20 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.38 - - [2026-04-20 02:30:49] "GET /routing-instance/b1ad72ba-cfb2-48f3-8d44-fb1c2e10479e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004457 10.0.0.38 - - [2026-04-20 02:30:49] "GET /route-target/61d140b1-9517-4e83-af66-e2715e87c8f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003415 10.0.0.38 - - [2026-04-20 02:30:49] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003469 10.0.0.38 - - [2026-04-20 02:30:50] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003248 10.0.0.38 - - [2026-04-20 02:30:51] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003741 10.0.0.38 - - [2026-04-20 02:30:52] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003430 10.0.0.38 - - [2026-04-20 02:30:53] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003979 10.0.0.38 - - [2026-04-20 02:30:54] "GET /virtual-machine/e15c54cd-8071-4205-a6c1-69dfd7362d4d HTTP/1.1" 404 171 0.003541 10.0.0.38 - - [2026-04-20 02:31:00] "POST /neutron/port HTTP/1.1" 200 1234 0.017471 10.0.0.38 - - [2026-04-20 02:31:00] "GET /obj-perms HTTP/1.1" 200 5046 0.003238 10.0.0.27 - - [2026-04-20 02:31:00] "GET /obj-perms HTTP/1.1" 200 5046 0.003778 10.0.0.38 - - [2026-04-20 02:31:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003346 10.0.0.38 - - [2026-04-20 02:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.000977 10.0.0.38 - - [2026-04-20 02:31:06] "GET /obj-perms HTTP/1.1" 200 5046 0.003321 10.0.0.27 - - [2026-04-20 02:31:06] "GET /obj-perms HTTP/1.1" 200 5046 0.004075 10.0.0.38 - - [2026-04-20 02:31:06] "GET /virtual-machine/3b85d1f5-0b6c-4dac-92a4-37ed79f1f95b HTTP/1.1" 200 1300 0.004090 10.0.0.38 - - [2026-04-20 02:31:07] "POST /neutron/port HTTP/1.1" 200 1234 0.016057 10.0.0.38 - - [2026-04-20 02:31:08] "GET /virtual-machine/3b85d1f5-0b6c-4dac-92a4-37ed79f1f95b HTTP/1.1" 404 171 0.003125 10.0.0.38 - - [2026-04-20 02:31:08] "GET /virtual-machine/3b85d1f5-0b6c-4dac-92a4-37ed79f1f95b HTTP/1.1" 404 171 0.002906 10.0.0.38 - - [2026-04-20 02:31:08] "GET /virtual-machine/3b85d1f5-0b6c-4dac-92a4-37ed79f1f95b HTTP/1.1" 404 171 0.002828 10.0.0.38 - - [2026-04-20 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.38 - - [2026-04-20 02:31:09] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005777 10.0.0.38 - - [2026-04-20 02:31:09] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003073 10.0.0.38 - - [2026-04-20 02:31:09] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005266 10.0.0.38 - - [2026-04-20 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.38 - - [2026-04-20 02:31:09] "GET /routing-instance/318a0748-a67b-4931-818a-bca996c3153c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005028 10.0.0.38 - - [2026-04-20 02:31:09] "GET /route-target/63f959bd-23f3-42d1-b0b6-c14a0f5810e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003336 10.0.0.23 - - [2026-04-20 02:31:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003502 10.0.0.38 - - [2026-04-20 02:31:12] "GET /obj-perms HTTP/1.1" 200 5046 0.004230 10.0.0.27 - - [2026-04-20 02:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2026-04-20 02:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.23 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-04-20 02:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.38 - - [2026-04-20 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.38 - - [2026-04-20 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.38 - - [2026-04-20 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.38 - - [2026-04-20 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-04-20 02:31:18] "GET /obj-perms HTTP/1.1" 200 5046 0.005102 10.0.0.38 - - [2026-04-20 02:31:21] "GET /obj-perms HTTP/1.1" 200 5046 0.003709 10.0.0.38 - - [2026-04-20 02:31:27] "GET /obj-perms HTTP/1.1" 200 5046 0.004247 10.0.0.23 - - [2026-04-20 02:31:27] "GET /obj-perms HTTP/1.1" 200 5046 0.004888 10.0.0.38 - - [2026-04-20 02:31:33] "GET /obj-perms HTTP/1.1" 200 5046 0.003212 10.0.0.23 - - [2026-04-20 02:31:34] "GET /obj-perms HTTP/1.1" 200 5046 0.003817 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005550 10.0.0.38 - - [2026-04-20 02:31:34] "POST /neutron/network HTTP/1.1" 200 1494 0.011453 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/9028fc21-db6b-48e9-9f1f-eeacb9bf07f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009022 10.0.0.23 - - [2026-04-20 02:31:34] "DELETE /access-control-list/70d0fa95-6a61-43b3-bcd9-0c4e3c878c25 HTTP/1.1" 200 115 0.103441 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006061 10.0.0.38 - - [2026-04-20 02:31:34] "POST /neutron/network HTTP/1.1" 200 1494 0.010816 10.0.0.23 - - [2026-04-20 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.028738 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/2a635c5b-a563-4aa1-9565-5645f949bc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006637 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005494 10.0.0.38 - - [2026-04-20 02:31:34] "POST /neutron/network HTTP/1.1" 200 1494 0.009609 10.0.0.38 - - [2026-04-20 02:31:34] "GET /virtual-network/a06059bd-5800-4888-b11d-f2186d86c105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007025 10.0.0.23 - - [2026-04-20 02:31:34] "POST /ref-update HTTP/1.1" 200 156 0.019650 10.0.0.38 - - [2026-04-20 02:31:35] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005169 10.0.0.38 - - [2026-04-20 02:31:35] "POST /neutron/network HTTP/1.1" 200 1494 0.018067 10.0.0.38 - - [2026-04-20 02:31:35] "GET /virtual-network/5855e75f-1c83-46da-b8b0-e2645aad106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007237 10.0.0.38 - - [2026-04-20 02:31:35] "DELETE /network-policy/c49f56f7-1fd6-4fdf-8c13-38ba5d5b0e43 HTTP/1.1" 200 115 0.057678 10.0.0.38 - - [2026-04-20 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.23 - - [2026-04-20 02:31:35] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025084 10.0.0.38 - - [2026-04-20 02:31:35] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067144 10.0.0.38 - - [2026-04-20 02:31:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.004964 10.0.0.38 - - [2026-04-20 02:31:35] "DELETE /network-policy/69334bb3-1989-4666-a6c8-9490ca53943c HTTP/1.1" 200 115 0.046145 10.0.0.38 - - [2026-04-20 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.23 - - [2026-04-20 02:31:35] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.38 - - [2026-04-20 02:31:35] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058574 10.0.0.38 - - [2026-04-20 02:31:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.004622 10.0.0.38 - - [2026-04-20 02:31:35] "DELETE /network-policy/f2ff003e-3ff4-4087-89a8-528ccf451964 HTTP/1.1" 200 115 0.039838 10.0.0.38 - - [2026-04-20 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.23 - - [2026-04-20 02:31:35] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.38 - - [2026-04-20 02:31:35] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037024 10.0.0.38 - - [2026-04-20 02:31:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.004808 10.0.0.38 - - [2026-04-20 02:31:35] "DELETE /network-policy/5490fdcb-13e0-41d6-a1cf-ce837b54affe HTTP/1.1" 200 115 0.049392 10.0.0.38 - - [2026-04-20 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.23 - - [2026-04-20 02:31:36] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.38 - - [2026-04-20 02:31:36] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041811 10.0.0.38 - - [2026-04-20 02:31:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.004659 10.0.0.38 - - [2026-04-20 02:31:36] "DELETE /network-policy/1b4b31c8-658d-445e-9496-5a5a3def91b4 HTTP/1.1" 200 115 0.050165 10.0.0.38 - - [2026-04-20 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-04-20 02:31:36] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.38 - - [2026-04-20 02:31:36] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046075 10.0.0.38 - - [2026-04-20 02:31:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.004293 10.0.0.38 - - [2026-04-20 02:31:36] "DELETE /network-policy/8069d843-138e-44ba-bebe-3859cb107ce6 HTTP/1.1" 200 115 0.040999 10.0.0.38 - - [2026-04-20 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.23 - - [2026-04-20 02:31:36] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000831 10.0.0.38 - - [2026-04-20 02:31:36] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036913 10.0.0.38 - - [2026-04-20 02:31:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.004869 10.0.0.38 - - [2026-04-20 02:31:36] "DELETE /network-policy/bf44ecf0-82c9-415a-9c35-614477bde06b HTTP/1.1" 200 115 0.052937 10.0.0.38 - - [2026-04-20 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2026-04-20 02:31:36] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.38 - - [2026-04-20 02:31:36] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039296 10.0.0.38 - - [2026-04-20 02:31:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004826 10.0.0.38 - - [2026-04-20 02:31:36] "DELETE /network-policy/40641eeb-77a3-475a-8ffc-6b0286628975 HTTP/1.1" 200 115 0.051026 10.0.0.38 - - [2026-04-20 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.23 - - [2026-04-20 02:31:36] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.38 - - [2026-04-20 02:31:37] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041847 10.0.0.38 - - [2026-04-20 02:31:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-95343757&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004904 10.0.0.38 - - [2026-04-20 02:31:37] "POST /neutron/network HTTP/1.1" 200 1309 0.010548 10.0.0.23 - - [2026-04-20 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005366 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002644 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004702 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.001958 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002074 10.0.0.23 - - [2026-04-20 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.38 - - [2026-04-20 02:31:37] "POST /neutron/network HTTP/1.1" 200 151 0.128090 10.0.0.23 - - [2026-04-20 02:31:37] "DELETE /route-target/757339b3-85d2-46ff-b058-511f28f119da HTTP/1.1" 200 115 0.030548 10.0.0.38 - - [2026-04-20 02:31:38] "POST /neutron/network HTTP/1.1" 200 1309 0.010110 10.0.0.23 - - [2026-04-20 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006240 10.0.0.38 - - [2026-04-20 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.38 - - [2026-04-20 02:31:38] "DELETE /network-ipam/70562b2d-e6fb-44b3-909d-6e2e70a882eb HTTP/1.1" 200 115 0.031912 10.0.0.38 - - [2026-04-20 02:31:38] "POST /fqname-to-id HTTP/1.1" 404 252 0.003018 10.0.0.23 - - [2026-04-20 02:31:38] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000837 10.0.0.23 - - [2026-04-20 02:31:38] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.033099 10.0.0.23 - - [2026-04-20 02:31:38] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.23 - - [2026-04-20 02:31:38] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?fields=security_groups HTTP/1.1" 200 1388 0.075065 10.0.0.23 - - [2026-04-20 02:31:39] "DELETE /security-group/dd0cc56a-ba71-4323-b904-b1f6334ec325 HTTP/1.1" 200 115 0.049797 10.0.0.23 - - [2026-04-20 02:31:39] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.23 - - [2026-04-20 02:31:39] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?fields=application_policy_sets HTTP/1.1" 200 1427 0.067401 10.0.0.23 - - [2026-04-20 02:31:39] "DELETE /access-control-list/742641e7-8a59-491f-ab5a-09def0f042cd HTTP/1.1" 200 115 0.044274 10.0.0.38 - - [2026-04-20 02:31:39] "DELETE /project/cc97baa4-b03a-4a52-a948-80488b201096 HTTP/1.1" 200 115 0.430821 10.0.0.23 - - [2026-04-20 02:31:39] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.38 - - [2026-04-20 02:31:39] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?fields=projects HTTP/1.1" 200 1439 0.016328 10.0.0.38 - - [2026-04-20 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003361 10.0.0.23 - - [2026-04-20 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.001829 10.0.0.23 - - [2026-04-20 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.007730 10.0.0.23 - - [2026-04-20 02:31:44] "POST /security-groups HTTP/1.1" 200 599 0.038244 10.0.0.23 - - [2026-04-20 02:31:44] "POST /projects HTTP/1.1" 200 601 0.279298 10.0.0.38 - - [2026-04-20 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.313965 10.0.0.23 - - [2026-04-20 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 241 0.005534 10.0.0.23 - - [2026-04-20 02:31:44] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001507 10.0.0.38 - - [2026-04-20 02:31:44] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046911 10.0.0.38 - - [2026-04-20 02:31:44] "POST /network-policys HTTP/1.1" 200 559 0.070592 10.0.0.38 - - [2026-04-20 02:31:44] "GET /network-policy/645a1c00-2685-4293-af71-8354b6fdf8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005533 10.0.0.38 - - [2026-04-20 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.23 - - [2026-04-20 02:31:45] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.38 - - [2026-04-20 02:31:45] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037737 10.0.0.23 - - [2026-04-20 02:31:45] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.38 - - [2026-04-20 02:31:45] "POST /neutron/network HTTP/1.1" 200 615 0.133785 10.0.0.23 - - [2026-04-20 02:31:45] "POST /ref-update HTTP/1.1" 200 156 0.021633 10.0.0.23 - - [2026-04-20 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003091 10.0.0.38 - - [2026-04-20 02:31:45] "POST /neutron/network HTTP/1.1" 200 1007 0.009653 10.0.0.38 - - [2026-04-20 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.000959 10.0.0.38 - - [2026-04-20 02:31:45] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004388 10.0.0.38 - - [2026-04-20 02:31:45] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004908 10.0.0.38 - - [2026-04-20 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 721 0.008253 10.0.0.38 - - [2026-04-20 02:31:46] "POST /neutron/network HTTP/1.1" 200 1106 0.084860 10.0.0.38 - - [2026-04-20 02:31:46] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005374 10.0.0.38 - - [2026-04-20 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.38 - - [2026-04-20 02:31:46] "GET /network-policy/645a1c00-2685-4293-af71-8354b6fdf8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.003987 10.0.0.38 - - [2026-04-20 02:31:46] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005152 10.0.0.27 - - [2026-04-20 02:31:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003302 10.0.0.38 - - [2026-04-20 02:31:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001190 10.0.0.23 - - [2026-04-20 02:31:47] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.38 - - [2026-04-20 02:31:47] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061316 10.0.0.38 - - [2026-04-20 02:31:47] "POST /neutron/network HTTP/1.1" 200 1106 0.030336 10.0.0.38 - - [2026-04-20 02:31:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001187 10.0.0.38 - - [2026-04-20 02:31:47] "POST /neutron/port HTTP/1.1" 200 117 0.005539 10.0.0.23 - - [2026-04-20 02:31:48] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001486 10.0.0.38 - - [2026-04-20 02:31:48] "POST /neutron/port HTTP/1.1" 200 1174 0.307260 10.0.0.38 - - [2026-04-20 02:31:48] "POST /neutron/port HTTP/1.1" 200 1228 0.113903 10.0.0.23 - - [2026-04-20 02:31:48] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.38 - - [2026-04-20 02:31:48] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074521 10.0.0.38 - - [2026-04-20 02:31:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.23 - - [2026-04-20 02:31:48] "PUT /access-control-list/b31f844a-417a-4179-af25-91f22ea36e37 HTTP/1.1" 200 272 0.014223 10.0.0.38 - - [2026-04-20 02:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.38 - - [2026-04-20 02:31:48] "POST /neutron/port HTTP/1.1" 200 1238 0.019102 10.0.0.38 - - [2026-04-20 02:31:49] "POST /neutron/port HTTP/1.1" 200 1238 0.017098 10.0.0.23 - - [2026-04-20 02:31:49] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.38 - - [2026-04-20 02:31:49] "POST /neutron/port HTTP/1.1" 200 1174 0.273043 10.0.0.38 - - [2026-04-20 02:31:49] "POST /neutron/port HTTP/1.1" 200 1228 0.123270 10.0.0.38 - - [2026-04-20 02:31:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003632 10.0.0.38 - - [2026-04-20 02:31:49] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.38 - - [2026-04-20 02:31:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010438 10.0.0.38 - - [2026-04-20 02:31:54] "POST /neutron/port HTTP/1.1" 200 1238 0.016219 10.0.0.38 - - [2026-04-20 02:31:54] "GET /virtual-machine/7019c62b-9f3a-4ada-ab97-6cf0690a09d4 HTTP/1.1" 200 1300 0.005245 10.0.0.38 - - [2026-04-20 02:31:54] "GET /virtual-machine-interface/e03609e8-357b-47bf-a749-e18399573397 HTTP/1.1" 200 3179 0.005572 10.0.0.38 - - [2026-04-20 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-04-20 02:31:54] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.38 - - [2026-04-20 02:31:54] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002877 10.0.0.38 - - [2026-04-20 02:31:54] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004898 10.0.0.38 - - [2026-04-20 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.38 - - [2026-04-20 02:31:57] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006043 10.0.0.38 - - [2026-04-20 02:32:01] "POST /neutron/port HTTP/1.1" 200 1238 0.017421 10.0.0.38 - - [2026-04-20 02:32:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.38 - - [2026-04-20 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.38 - - [2026-04-20 02:32:01] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004701 10.0.0.38 - - [2026-04-20 02:32:01] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.38 - - [2026-04-20 02:32:04] "POST /neutron/port HTTP/1.1" 200 1238 0.017238 10.0.0.38 - - [2026-04-20 02:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003524 10.0.0.38 - - [2026-04-20 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.38 - - [2026-04-20 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.38 - - [2026-04-20 02:32:05] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004823 10.0.0.38 - - [2026-04-20 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.38 - - [2026-04-20 02:32:09] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005910 10.0.0.38 - - [2026-04-20 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2026-04-20 02:32:13] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004516 10.0.0.23 - - [2026-04-20 02:32:15] "DELETE /project/cc97baa4b03a4a52a94880488b201096 HTTP/1.1" 404 173 0.045069 10.0.0.38 - - [2026-04-20 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.38 - - [2026-04-20 02:32:17] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005096 10.0.0.38 - - [2026-04-20 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.38 - - [2026-04-20 02:32:22] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006992 10.0.0.38 - - [2026-04-20 02:32:22] "GET /obj-perms HTTP/1.1" 200 5056 0.066842 10.0.0.38 - - [2026-04-20 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2026-04-20 02:32:26] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004738 10.0.0.38 - - [2026-04-20 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.38 - - [2026-04-20 02:32:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004659 10.0.0.38 - - [2026-04-20 02:32:28] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002489 10.0.0.38 - - [2026-04-20 02:32:28] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005192 10.0.0.38 - - [2026-04-20 02:32:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008697 10.0.0.38 - - [2026-04-20 02:32:37] "POST /neutron/port HTTP/1.1" 200 1238 0.017686 10.0.0.38 - - [2026-04-20 02:32:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006778 10.0.0.38 - - [2026-04-20 02:32:43] "POST /neutron/port HTTP/1.1" 200 1238 0.022855 10.0.0.38 - - [2026-04-20 02:32:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006948 10.0.0.38 - - [2026-04-20 02:32:49] "POST /neutron/port HTTP/1.1" 200 1238 0.019031 10.0.0.38 - - [2026-04-20 02:32:49] "GET /virtual-machine/ad6fc011-1463-482c-8f0c-998d04449678 HTTP/1.1" 200 1301 0.006706 10.0.0.38 - - [2026-04-20 02:32:49] "GET /virtual-machine-interface/18744626-2996-414d-9d00-a3851bfe8468 HTTP/1.1" 200 3178 0.004863 10.0.0.38 - - [2026-04-20 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-04-20 02:32:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003381 10.0.0.38 - - [2026-04-20 02:32:49] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002872 10.0.0.38 - - [2026-04-20 02:32:49] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005672 10.0.0.38 - - [2026-04-20 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.38 - - [2026-04-20 02:32:50] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003655 10.0.0.38 - - [2026-04-20 02:32:50] "GET /virtual-networks?parent_id=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003478 10.0.0.38 - - [2026-04-20 02:32:50] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005526 10.0.0.38 - - [2026-04-20 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007013 10.0.0.38 - - [2026-04-20 02:33:01] "POST /neutron/network HTTP/1.1" 200 1116 0.007317 10.0.0.38 - - [2026-04-20 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012739 10.0.0.38 - - [2026-04-20 02:33:01] "POST /neutron/network HTTP/1.1" 200 1106 0.009439 10.0.0.38 - - [2026-04-20 02:33:06] "POST /neutron/network HTTP/1.1" 200 1116 0.008581 10.0.0.38 - - [2026-04-20 02:33:06] "POST /neutron/subnet HTTP/1.1" 200 1381 0.017126 10.0.0.38 - - [2026-04-20 02:33:07] "POST /neutron/network HTTP/1.1" 200 1106 0.009840 10.0.0.38 - - [2026-04-20 02:33:16] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005977 10.0.0.38 - - [2026-04-20 02:33:16] "POST /neutron/network HTTP/1.1" 200 1007 0.024887 10.0.0.38 - - [2026-04-20 02:33:16] "GET /virtual-network/6f29b126-f81a-485d-b8fc-0f29919b56ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004931 10.0.0.38 - - [2026-04-20 02:33:16] "POST /neutron/port HTTP/1.1" 200 1238 0.018968 10.0.0.38 - - [2026-04-20 02:33:16] "POST /neutron/port HTTP/1.1" 200 1238 0.027335 10.0.0.38 - - [2026-04-20 02:33:18] "POST /neutron/network HTTP/1.1" 200 1007 0.008616 10.0.0.23 - - [2026-04-20 02:33:18] "DELETE /route-target/3866764c-8fd0-4eec-88d3-fc5cd73deca2 HTTP/1.1" 200 115 0.016845 10.0.0.38 - - [2026-04-20 02:33:19] "DELETE /network-policy/645a1c00-2685-4293-af71-8354b6fdf8be HTTP/1.1" 200 115 0.030775 10.0.0.23 - - [2026-04-20 02:33:21] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.38 - - [2026-04-20 02:33:21] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058722 10.0.0.23 - - [2026-04-20 02:33:21] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000814 10.0.0.38 - - [2026-04-20 02:33:21] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?fields=virtual_networks HTTP/1.1" 200 1049 0.081356 10.0.0.23 - - [2026-04-20 02:33:21] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.38 - - [2026-04-20 02:33:21] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.034764 10.0.0.23 - - [2026-04-20 02:33:21] "GET /projects?obj_uuids=cc97baa4-b03a-4a52-a948-80488b201096&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.38 - - [2026-04-20 02:33:21] "GET /project/cc97baa4-b03a-4a52-a948-80488b201096?fields=security_groups HTTP/1.1" 200 1283 0.043221 10.0.0.38 - - [2026-04-20 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.025821 10.0.0.23 - - [2026-04-20 02:33:22] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003305 10.0.0.23 - - [2026-04-20 02:33:22] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.23 - - [2026-04-20 02:33:22] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006332 10.0.0.23 - - [2026-04-20 02:33:23] "POST /id-to-fqname HTTP/1.1" 200 204 0.004603 10.0.0.23 - - [2026-04-20 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 213 0.007564 10.0.0.23 - - [2026-04-20 02:33:23] "POST /security-groups HTTP/1.1" 200 605 0.085799 10.0.0.23 - - [2026-04-20 02:33:23] "POST /projects HTTP/1.1" 200 613 0.294024 10.0.0.23 - - [2026-04-20 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.590601 10.0.0.23 - - [2026-04-20 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 247 0.011121 10.0.0.38 - - [2026-04-20 02:33:23] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.751864 10.0.0.23 - - [2026-04-20 02:33:23] "GET /obj-perms HTTP/1.1" 200 5056 0.073125 10.0.0.38 - - [2026-04-20 02:33:24] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.38 - - [2026-04-20 02:33:28] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-04-20 02:33:28] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000879 10.0.0.38 - - [2026-04-20 02:33:28] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.064666 10.0.0.38 - - [2026-04-20 02:33:28] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.38 - - [2026-04-20 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2026-04-20 02:33:29] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000758 10.0.0.38 - - [2026-04-20 02:33:29] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.005866 10.0.0.38 - - [2026-04-20 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2026-04-20 02:33:29] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000833 10.0.0.38 - - [2026-04-20 02:33:29] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.031667 10.0.0.38 - - [2026-04-20 02:33:30] "GET /domains HTTP/1.1" 401 292 0.000508 10.0.0.38 - - [2026-04-20 02:33:30] "GET /domains HTTP/1.1" 200 280 0.034667 10.0.0.23 - - [2026-04-20 02:33:30] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000759 10.0.0.38 - - [2026-04-20 02:33:30] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022 HTTP/1.1" 200 2976 0.009041 10.0.0.23 - - [2026-04-20 02:33:30] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001153 10.0.0.38 - - [2026-04-20 02:33:30] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd HTTP/1.1" 200 1937 0.093302 10.0.0.38 - - [2026-04-20 02:33:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003411 10.0.0.38 - - [2026-04-20 02:33:31] "POST /network-ipams HTTP/1.1" 200 627 0.030324 10.0.0.38 - - [2026-04-20 02:33:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003361 10.0.0.38 - - [2026-04-20 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.38 - - [2026-04-20 02:33:31] "GET /network-ipam/0cb3a256-d8f4-4a3c-b9e1-bbe69e72b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.006050 10.0.0.38 - - [2026-04-20 02:33:31] "PUT /network-ipam/0cb3a256-d8f4-4a3c-b9e1-bbe69e72b1ed HTTP/1.1" 200 258 0.014100 10.0.0.38 - - [2026-04-20 02:33:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-04-20 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.028432 10.0.0.23 - - [2026-04-20 02:33:31] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000859 10.0.0.38 - - [2026-04-20 02:33:31] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036357 10.0.0.23 - - [2026-04-20 02:33:31] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001054 10.0.0.38 - - [2026-04-20 02:33:32] "POST /neutron/network HTTP/1.1" 200 625 0.131159 10.0.0.23 - - [2026-04-20 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.027424 10.0.0.23 - - [2026-04-20 02:33:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006893 10.0.0.38 - - [2026-04-20 02:33:32] "POST /neutron/network HTTP/1.1" 200 1139 0.010467 10.0.0.38 - - [2026-04-20 02:33:32] "POST /id-to-fqname HTTP/1.1" 200 237 0.001004 10.0.0.38 - - [2026-04-20 02:33:32] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2678 0.004512 10.0.0.38 - - [2026-04-20 02:33:32] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2678 0.005255 10.0.0.38 - - [2026-04-20 02:33:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.008156 10.0.0.38 - - [2026-04-20 02:33:33] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2678 0.005197 10.0.0.38 - - [2026-04-20 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.004517 10.0.0.38 - - [2026-04-20 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-04-20 02:33:34] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000889 10.0.0.38 - - [2026-04-20 02:33:34] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.049905 10.0.0.38 - - [2026-04-20 02:33:34] "POST /network-policys HTTP/1.1" 200 565 0.025936 10.0.0.38 - - [2026-04-20 02:33:34] "GET /network-policy/4cb56081-3b37-449f-b5c7-6bca44b76e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.009315 10.0.0.38 - - [2026-04-20 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.003123 10.0.0.38 - - [2026-04-20 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.23 - - [2026-04-20 02:33:34] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000828 10.0.0.38 - - [2026-04-20 02:33:34] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.036190 10.0.0.38 - - [2026-04-20 02:33:34] "POST /network-policys HTTP/1.1" 200 565 0.027432 10.0.0.38 - - [2026-04-20 02:33:34] "GET /network-policy/a152f0ae-9067-48b0-aad7-b2a85b637185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005430 10.0.0.38 - - [2026-04-20 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.002926 10.0.0.38 - - [2026-04-20 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2026-04-20 02:33:35] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001194 10.0.0.38 - - [2026-04-20 02:33:35] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.040718 10.0.0.38 - - [2026-04-20 02:33:35] "POST /network-policys HTTP/1.1" 200 565 0.030040 10.0.0.38 - - [2026-04-20 02:33:35] "GET /network-policy/856a858b-3ded-41d9-adb7-b1adead391d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006406 10.0.0.38 - - [2026-04-20 02:33:35] "POST /neutron/network HTTP/1.1" 200 1337 0.094180 10.0.0.38 - - [2026-04-20 02:33:35] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.005758 10.0.0.38 - - [2026-04-20 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.38 - - [2026-04-20 02:33:35] "GET /network-policy/4cb56081-3b37-449f-b5c7-6bca44b76e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004208 10.0.0.38 - - [2026-04-20 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.38 - - [2026-04-20 02:33:35] "GET /network-policy/a152f0ae-9067-48b0-aad7-b2a85b637185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003518 10.0.0.38 - - [2026-04-20 02:33:35] "POST /id-to-fqname HTTP/1.1" 200 237 0.001632 10.0.0.23 - - [2026-04-20 02:33:36] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000899 10.0.0.38 - - [2026-04-20 02:33:36] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.061700 10.0.0.38 - - [2026-04-20 02:33:36] "POST /neutron/network HTTP/1.1" 200 1337 0.008171 10.0.0.38 - - [2026-04-20 02:33:37] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.23 - - [2026-04-20 02:33:37] "PUT /access-control-list/173456e6-b84f-47d1-9675-7341549c23ec HTTP/1.1" 200 272 0.015047 10.0.0.38 - - [2026-04-20 02:33:37] "POST /neutron/port HTTP/1.1" 200 1178 0.024453 10.0.0.38 - - [2026-04-20 02:33:38] "POST /neutron/port HTTP/1.1" 200 1242 0.018580 10.0.0.38 - - [2026-04-20 02:33:38] "POST /neutron/subnet HTTP/1.1" 200 1370 0.011987 10.0.0.38 - - [2026-04-20 02:33:38] "POST /neutron/network HTTP/1.1" 200 1337 0.009735 10.0.0.38 - - [2026-04-20 02:33:42] "POST /neutron/port HTTP/1.1" 200 1242 0.016606 10.0.0.38 - - [2026-04-20 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008128 10.0.0.38 - - [2026-04-20 02:33:42] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-04-20 02:33:42] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 200 1306 0.026597 10.0.0.38 - - [2026-04-20 02:33:42] "GET /virtual-machine-interface/4ec167ca-3142-4e72-a508-4285a1a370e8 HTTP/1.1" 200 3177 0.004859 10.0.0.38 - - [2026-04-20 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.38 - - [2026-04-20 02:33:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003234 10.0.0.38 - - [2026-04-20 02:33:42] "GET /virtual-networks?parent_id=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002703 10.0.0.38 - - [2026-04-20 02:33:42] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.006192 10.0.0.38 - - [2026-04-20 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2026-04-20 02:33:45] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.004927 10.0.0.38 - - [2026-04-20 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2026-04-20 02:33:50] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.006184 10.0.0.38 - - [2026-04-20 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2026-04-20 02:33:54] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.005083 10.0.0.38 - - [2026-04-20 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.38 - - [2026-04-20 02:33:58] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.004987 10.0.0.38 - - [2026-04-20 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.38 - - [2026-04-20 02:34:02] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.004929 10.0.0.38 - - [2026-04-20 02:34:02] "POST /neutron/network HTTP/1.1" 200 1347 0.005935 10.0.0.38 - - [2026-04-20 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 1370 0.019596 10.0.0.38 - - [2026-04-20 02:34:02] "POST /neutron/network HTTP/1.1" 200 1337 0.012886 10.0.0.38 - - [2026-04-20 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2026-04-20 02:34:06] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.004759 10.0.0.38 - - [2026-04-20 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2026-04-20 02:34:10] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.004914 10.0.0.38 - - [2026-04-20 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.38 - - [2026-04-20 02:34:14] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.005168 10.0.0.23 - - [2026-04-20 02:34:15] "DELETE /project/c22693ba2c7946abbfda753b300079fd HTTP/1.1" 404 173 0.003842 10.0.0.23 - - [2026-04-20 02:34:15] "DELETE /project/cc97baa4-b03a-4a52-a948-80488b201096 HTTP/1.1" 404 177 0.004186 10.0.0.38 - - [2026-04-20 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.38 - - [2026-04-20 02:34:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002841 10.0.0.38 - - [2026-04-20 02:34:18] "GET /virtual-networks?parent_id=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002978 10.0.0.38 - - [2026-04-20 02:34:18] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3295 0.005863 10.0.0.38 - - [2026-04-20 02:34:24] "POST /neutron/port HTTP/1.1" 200 1242 0.017035 10.0.0.27 - - [2026-04-20 02:34:24] "GET /obj-perms HTTP/1.1" 200 5056 0.045789 10.0.0.38 - - [2026-04-20 02:34:27] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006361 10.0.0.38 - - [2026-04-20 02:34:34] "POST /neutron/port HTTP/1.1" 200 1242 0.014548 10.0.0.38 - - [2026-04-20 02:34:39] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006880 10.0.0.38 - - [2026-04-20 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.38 - - [2026-04-20 02:34:39] "GET /network-policy/4cb56081-3b37-449f-b5c7-6bca44b76e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003199 10.0.0.38 - - [2026-04-20 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2026-04-20 02:34:39] "GET /network-policy/a152f0ae-9067-48b0-aad7-b2a85b637185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003774 10.0.0.38 - - [2026-04-20 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2026-04-20 02:34:39] "GET /network-policy/856a858b-3ded-41d9-adb7-b1adead391d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003535 10.0.0.38 - - [2026-04-20 02:34:40] "POST /neutron/network HTTP/1.1" 200 1337 0.008943 10.0.0.23 - - [2026-04-20 02:34:40] "PUT /access-control-list/173456e6-b84f-47d1-9675-7341549c23ec HTTP/1.1" 200 272 0.058883 10.0.0.38 - - [2026-04-20 02:34:40] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3591 0.007716 10.0.0.38 - - [2026-04-20 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005571 10.0.0.38 - - [2026-04-20 02:34:40] "GET /network-policy/4cb56081-3b37-449f-b5c7-6bca44b76e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004629 10.0.0.38 - - [2026-04-20 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.38 - - [2026-04-20 02:34:40] "GET /network-policy/856a858b-3ded-41d9-adb7-b1adead391d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003927 10.0.0.38 - - [2026-04-20 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.38 - - [2026-04-20 02:34:40] "GET /network-policy/a152f0ae-9067-48b0-aad7-b2a85b637185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004136 10.0.0.38 - - [2026-04-20 02:34:45] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3591 0.005939 10.0.0.38 - - [2026-04-20 02:34:45] "POST /neutron/network HTTP/1.1" 200 1429 0.013451 10.0.0.23 - - [2026-04-20 02:34:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004499 10.0.0.38 - - [2026-04-20 02:34:45] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2678 0.014605 10.0.0.38 - - [2026-04-20 02:34:50] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 200 1306 0.005383 10.0.0.38 - - [2026-04-20 02:34:51] "POST /neutron/port HTTP/1.1" 200 1242 0.019057 10.0.0.38 - - [2026-04-20 02:34:52] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 404 171 0.004091 10.0.0.38 - - [2026-04-20 02:34:52] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 404 171 0.003557 10.0.0.38 - - [2026-04-20 02:34:52] "GET /virtual-machine/7f2d424e-88e4-4ee1-9fa4-390e1b5449c5 HTTP/1.1" 404 171 0.002874 10.0.0.38 - - [2026-04-20 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2026-04-20 02:34:52] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331 10.0.0.38 - - [2026-04-20 02:34:52] "GET /virtual-networks?parent_id=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003087 10.0.0.38 - - [2026-04-20 02:34:52] "GET /virtual-network/ef2bcb51-1e7d-48f2-9100-ad176b8e25f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2678 0.006289 10.0.0.38 - - [2026-04-20 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2026-04-20 02:34:53] "GET /routing-instance/599dedd3-eba5-4554-bf8a-88f409df4ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004279 10.0.0.38 - - [2026-04-20 02:34:53] "GET /route-target/044bff21-0511-4cf7-994d-2b5134902637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004828 10.0.0.38 - - [2026-04-20 02:34:53] "GET /obj-perms HTTP/1.1" 200 5021 0.053151 10.0.0.23 - - [2026-04-20 02:34:56] "GET /obj-perms HTTP/1.1" 200 5021 0.044904 10.0.0.38 - - [2026-04-20 02:35:02] "GET /obj-perms HTTP/1.1" 200 5021 0.004080 10.0.0.23 - - [2026-04-20 02:35:05] "GET /obj-perms HTTP/1.1" 200 5021 0.004582 10.0.0.38 - - [2026-04-20 02:35:05] "GET /obj-perms HTTP/1.1" 200 5021 0.003459 10.0.0.38 - - [2026-04-20 02:35:05] "DELETE /network-policy/856a858b-3ded-41d9-adb7-b1adead391d0 HTTP/1.1" 200 115 0.037082 10.0.0.38 - - [2026-04-20 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2026-04-20 02:35:05] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001191 10.0.0.38 - - [2026-04-20 02:35:06] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.055676 10.0.0.38 - - [2026-04-20 02:35:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51819272&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005086 10.0.0.38 - - [2026-04-20 02:35:06] "DELETE /network-policy/a152f0ae-9067-48b0-aad7-b2a85b637185 HTTP/1.1" 200 115 0.057438 10.0.0.38 - - [2026-04-20 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007869 10.0.0.23 - - [2026-04-20 02:35:06] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000829 10.0.0.38 - - [2026-04-20 02:35:06] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.048641 10.0.0.38 - - [2026-04-20 02:35:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51819272&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004881 10.0.0.38 - - [2026-04-20 02:35:06] "DELETE /network-policy/4cb56081-3b37-449f-b5c7-6bca44b76e18 HTTP/1.1" 200 115 0.039460 10.0.0.38 - - [2026-04-20 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.23 - - [2026-04-20 02:35:06] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000909 10.0.0.38 - - [2026-04-20 02:35:06] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.037734 10.0.0.38 - - [2026-04-20 02:35:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51819272&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005034 10.0.0.38 - - [2026-04-20 02:35:06] "POST /neutron/network HTTP/1.1" 200 1139 0.008843 10.0.0.23 - - [2026-04-20 02:35:06] "DELETE /route-target/044bff21-0511-4cf7-994d-2b5134902637 HTTP/1.1" 200 115 0.020566 10.0.0.38 - - [2026-04-20 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.38 - - [2026-04-20 02:35:07] "DELETE /network-ipam/0cb3a256-d8f4-4a3c-b9e1-bbe69e72b1ed HTTP/1.1" 200 115 0.036873 10.0.0.38 - - [2026-04-20 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 264 0.008128 10.0.0.23 - - [2026-04-20 02:35:07] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000857 10.0.0.23 - - [2026-04-20 02:35:07] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.042396 10.0.0.23 - - [2026-04-20 02:35:07] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001028 10.0.0.23 - - [2026-04-20 02:35:07] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?fields=security_groups HTTP/1.1" 200 1406 0.047257 10.0.0.23 - - [2026-04-20 02:35:07] "DELETE /security-group/844f0ee2-c5e4-4667-99cb-b74f6dccc56b HTTP/1.1" 200 115 0.049156 10.0.0.23 - - [2026-04-20 02:35:07] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001076 10.0.0.23 - - [2026-04-20 02:35:07] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?fields=application_policy_sets HTTP/1.1" 200 1445 0.049700 10.0.0.38 - - [2026-04-20 02:35:07] "DELETE /project/c22693ba-2c79-46ab-bfda-753b300079fd HTTP/1.1" 200 115 0.386841 10.0.0.23 - - [2026-04-20 02:35:07] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.38 - - [2026-04-20 02:35:07] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?fields=projects HTTP/1.1" 200 1439 0.014138 10.0.0.23 - - [2026-04-20 02:35:10] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002808 10.0.0.23 - - [2026-04-20 02:35:10] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.23 - - [2026-04-20 02:35:10] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050501 10.0.0.23 - - [2026-04-20 02:35:10] "POST /id-to-fqname HTTP/1.1" 200 204 0.006851 10.0.0.23 - - [2026-04-20 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.009203 10.0.0.23 - - [2026-04-20 02:35:10] "POST /security-groups HTTP/1.1" 200 605 0.070594 10.0.0.23 - - [2026-04-20 02:35:10] "POST /fqname-to-id HTTP/1.1" 404 248 0.002770 10.0.0.23 - - [2026-04-20 02:35:10] "POST /projects HTTP/1.1" 200 613 0.293304 10.0.0.23 - - [2026-04-20 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.364534 10.0.0.23 - - [2026-04-20 02:35:10] "POST /access-control-lists HTTP/1.1" 200 608 0.029765 10.0.0.38 - - [2026-04-20 02:35:10] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.517506 10.0.0.23 - - [2026-04-20 02:35:10] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001386 10.0.0.38 - - [2026-04-20 02:35:10] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?fields=virtual_networks HTTP/1.1" 200 1061 0.049364 10.0.0.23 - - [2026-04-20 02:35:10] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001349 10.0.0.38 - - [2026-04-20 02:35:10] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.041249 10.0.0.23 - - [2026-04-20 02:35:10] "GET /projects?obj_uuids=c22693ba-2c79-46ab-bfda-753b300079fd&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000925 10.0.0.38 - - [2026-04-20 02:35:10] "GET /project/c22693ba-2c79-46ab-bfda-753b300079fd?fields=security_groups HTTP/1.1" 200 1301 0.034647 10.0.0.38 - - [2026-04-20 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 204 0.027241 10.0.0.23 - - [2026-04-20 02:35:11] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003911 10.0.0.23 - - [2026-04-20 02:35:11] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.23 - - [2026-04-20 02:35:11] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008427 10.0.0.23 - - [2026-04-20 02:35:11] "POST /id-to-fqname HTTP/1.1" 200 206 0.003395 10.0.0.23 - - [2026-04-20 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.003914 10.0.0.23 - - [2026-04-20 02:35:12] "POST /security-groups HTTP/1.1" 200 607 0.078440 10.0.0.23 - - [2026-04-20 02:35:12] "POST /projects HTTP/1.1" 200 617 0.281771 10.0.0.23 - - [2026-04-20 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 249 0.006274 10.0.0.23 - - [2026-04-20 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.359612 10.0.0.38 - - [2026-04-20 02:35:12] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.500752 10.0.0.38 - - [2026-04-20 02:35:13] "GET / HTTP/1.1" 200 35931 0.001620 10.0.0.23 - - [2026-04-20 02:35:14] "DELETE /access-control-list/2e925e25-e4fd-4d24-aa30-b345c92ce764 HTTP/1.1" 200 115 0.039531 10.0.0.23 - - [2026-04-20 02:35:15] "DELETE /project/c22693ba-2c79-46ab-bfda-753b300079fd HTTP/1.1" 404 177 0.003698 10.0.0.23 - - [2026-04-20 02:35:15] "DELETE /project/c22693ba2c7946abbfda753b300079fd HTTP/1.1" 404 173 0.005174 10.0.0.23 - - [2026-04-20 02:35:15] "DELETE /project/890b60ed9c5743b588f03ba0c0581a6e HTTP/1.1" 404 173 0.003788 10.0.0.38 - - [2026-04-20 02:35:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-04-20 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.041919 10.0.0.38 - - [2026-04-20 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.23 - - [2026-04-20 02:35:16] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.38 - - [2026-04-20 02:35:16] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.048281 10.0.0.38 - - [2026-04-20 02:35:16] "POST /network-policys HTTP/1.1" 200 567 0.069988 10.0.0.38 - - [2026-04-20 02:35:17] "GET /network-policy/4b271b23-65e9-4c0c-bea3-b1087ab5b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005824 10.0.0.38 - - [2026-04-20 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.23 - - [2026-04-20 02:35:17] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000876 10.0.0.38 - - [2026-04-20 02:35:17] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050564 10.0.0.23 - - [2026-04-20 02:35:17] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001051 10.0.0.38 - - [2026-04-20 02:35:17] "POST /neutron/network HTTP/1.1" 200 623 0.144604 10.0.0.38 - - [2026-04-20 02:35:17] "POST /neutron/network HTTP/1.1" 200 1015 0.009976 10.0.0.38 - - [2026-04-20 02:35:17] "POST /id-to-fqname HTTP/1.1" 200 237 0.001171 10.0.0.38 - - [2026-04-20 02:35:17] "GET /virtual-network/13961f08-26e2-474a-9d3f-ab128a8f2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.007896 10.0.0.38 - - [2026-04-20 02:35:18] "GET /virtual-network/13961f08-26e2-474a-9d3f-ab128a8f2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005343 10.0.0.38 - - [2026-04-20 02:35:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009715 10.0.0.23 - - [2026-04-20 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.006783 10.0.0.38 - - [2026-04-20 02:35:18] "POST /neutron/network HTTP/1.1" 200 1122 0.079885 10.0.0.38 - - [2026-04-20 02:35:18] "GET /virtual-network/13961f08-26e2-474a-9d3f-ab128a8f2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006364 10.0.0.38 - - [2026-04-20 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2026-04-20 02:35:18] "GET /network-policy/4b271b23-65e9-4c0c-bea3-b1087ab5b9e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004054 10.0.0.38 - - [2026-04-20 02:35:18] "GET /virtual-network/13961f08-26e2-474a-9d3f-ab128a8f2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005035 10.0.0.38 - - [2026-04-20 02:35:20] "DELETE /network-policy/4b271b23-65e9-4c0c-bea3-b1087ab5b9e3 HTTP/1.1" 409 238 0.008790 10.0.0.23 - - [2026-04-20 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004806 10.0.0.23 - - [2026-04-20 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-04-20 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003899 10.0.0.23 - - [2026-04-20 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002719 10.0.0.23 - - [2026-04-20 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001887 10.0.0.38 - - [2026-04-20 02:35:20] "POST /neutron/network HTTP/1.1" 200 151 0.145328 10.0.0.38 - - [2026-04-20 02:35:20] "DELETE /network-policy/4b271b23-65e9-4c0c-bea3-b1087ab5b9e3 HTTP/1.1" 200 115 0.045308 10.0.0.38 - - [2026-04-20 02:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2026-04-20 02:35:20] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001103 10.0.0.38 - - [2026-04-20 02:35:20] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.054593 10.0.0.38 - - [2026-04-20 02:35:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-43891815&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008573 10.0.0.23 - - [2026-04-20 02:35:23] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001014 10.0.0.38 - - [2026-04-20 02:35:23] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.052228 10.0.0.23 - - [2026-04-20 02:35:23] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000855 10.0.0.38 - - [2026-04-20 02:35:23] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?fields=virtual_networks HTTP/1.1" 200 1063 0.045702 10.0.0.23 - - [2026-04-20 02:35:23] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000905 10.0.0.38 - - [2026-04-20 02:35:23] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.044113 10.0.0.23 - - [2026-04-20 02:35:23] "GET /projects?obj_uuids=890b60ed-9c57-43b5-88f0-3ba0c0581a6e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000861 10.0.0.38 - - [2026-04-20 02:35:23] "GET /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e?fields=security_groups HTTP/1.1" 200 1305 0.038570 10.0.0.23 - - [2026-04-20 02:35:24] "GET /obj-perms HTTP/1.1" 200 5056 0.078432 10.0.0.38 - - [2026-04-20 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.044035 10.0.0.23 - - [2026-04-20 02:35:25] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002931 10.0.0.23 - - [2026-04-20 02:35:25] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000785 10.0.0.23 - - [2026-04-20 02:35:25] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005992 10.0.0.23 - - [2026-04-20 02:35:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.010224 10.0.0.23 - - [2026-04-20 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.005704 10.0.0.23 - - [2026-04-20 02:35:25] "POST /security-groups HTTP/1.1" 200 591 0.070756 10.0.0.23 - - [2026-04-20 02:35:25] "POST /projects HTTP/1.1" 200 585 0.301733 10.0.0.23 - - [2026-04-20 02:35:25] "POST /access-control-lists HTTP/1.1" 200 596 0.022584 10.0.0.23 - - [2026-04-20 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.373950 10.0.0.38 - - [2026-04-20 02:35:25] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.509379 10.0.0.38 - - [2026-04-20 02:35:26] "GET / HTTP/1.1" 200 35931 0.001430 10.0.0.38 - - [2026-04-20 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000502 10.0.0.38 - - [2026-04-20 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.052518 10.0.0.38 - - [2026-04-20 02:35:28] "POST /network-ipams HTTP/1.1" 200 513 0.023688 10.0.0.38 - - [2026-04-20 02:35:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003102 10.0.0.38 - - [2026-04-20 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipam/4beb9ff7-0665-4d2c-8f81-077e1c0ea561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007381 10.0.0.38 - - [2026-04-20 02:35:29] "PUT /network-ipam/4beb9ff7-0665-4d2c-8f81-077e1c0ea561 HTTP/1.1" 200 258 0.017155 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.002969 10.0.0.38 - - [2026-04-20 02:35:29] "POST /network-ipams HTTP/1.1" 200 513 0.030601 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003836 10.0.0.38 - - [2026-04-20 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipam/230288a7-58d6-4790-82cd-09279721d3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005966 10.0.0.38 - - [2026-04-20 02:35:29] "PUT /network-ipam/230288a7-58d6-4790-82cd-09279721d3bf HTTP/1.1" 200 258 0.013359 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.002912 10.0.0.38 - - [2026-04-20 02:35:29] "POST /network-ipams HTTP/1.1" 200 513 0.024271 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003382 10.0.0.38 - - [2026-04-20 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.38 - - [2026-04-20 02:35:29] "GET /network-ipam/ae36600a-2ebb-4098-86a8-beb20141ca11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005722 10.0.0.38 - - [2026-04-20 02:35:29] "PUT /network-ipam/ae36600a-2ebb-4098-86a8-beb20141ca11 HTTP/1.1" 200 258 0.073916 10.0.0.38 - - [2026-04-20 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2026-04-20 02:35:30] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000775 10.0.0.38 - - [2026-04-20 02:35:30] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046704 10.0.0.23 - - [2026-04-20 02:35:30] "POST /route-targets HTTP/1.1" 200 327 0.011796 10.0.0.23 - - [2026-04-20 02:35:31] "POST /useragent-kv HTTP/1.1" 200 115 0.007956 10.0.0.38 - - [2026-04-20 02:35:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.232022 10.0.0.38 - - [2026-04-20 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001137 10.0.0.38 - - [2026-04-20 02:35:31] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005108 10.0.0.38 - - [2026-04-20 02:35:31] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005133 10.0.0.38 - - [2026-04-20 02:35:31] "POST /neutron/network HTTP/1.1" 200 824 0.006253 10.0.0.38 - - [2026-04-20 02:35:31] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004702 10.0.0.38 - - [2026-04-20 02:35:31] "GET /network-ipam/4beb9ff7-0665-4d2c-8f81-077e1c0ea561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005300 10.0.0.38 - - [2026-04-20 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-04-20 02:35:31] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.38 - - [2026-04-20 02:35:31] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041012 10.0.0.38 - - [2026-04-20 02:35:31] "POST /neutron/network HTTP/1.1" 200 117 0.012516 10.0.0.23 - - [2026-04-20 02:35:31] "POST /ref-update HTTP/1.1" 200 156 0.017519 10.0.0.38 - - [2026-04-20 02:35:31] "POST /neutron/network HTTP/1.1" 200 824 0.008085 10.0.0.38 - - [2026-04-20 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.000958 10.0.0.38 - - [2026-04-20 02:35:31] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008009 10.0.0.38 - - [2026-04-20 02:35:31] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004776 10.0.0.38 - - [2026-04-20 02:35:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.007596 10.0.0.38 - - [2026-04-20 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.23 - - [2026-04-20 02:35:32] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.38 - - [2026-04-20 02:35:32] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040133 10.0.0.23 - - [2026-04-20 02:35:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011634 10.0.0.38 - - [2026-04-20 02:35:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.257957 10.0.0.38 - - [2026-04-20 02:35:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001135 10.0.0.38 - - [2026-04-20 02:35:32] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005120 10.0.0.38 - - [2026-04-20 02:35:32] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005523 10.0.0.38 - - [2026-04-20 02:35:32] "POST /neutron/network HTTP/1.1" 200 825 0.006441 10.0.0.38 - - [2026-04-20 02:35:32] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005396 10.0.0.38 - - [2026-04-20 02:35:33] "GET /obj-perms HTTP/1.1" 200 5030 0.053940 10.0.0.27 - - [2026-04-20 02:35:33] "GET /obj-perms HTTP/1.1" 200 5030 0.063524 10.0.0.38 - - [2026-04-20 02:35:34] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005126 10.0.0.38 - - [2026-04-20 02:35:34] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005135 10.0.0.23 - - [2026-04-20 02:35:35] "GET /obj-perms HTTP/1.1" 200 5030 0.042798 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003657 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.23 - - [2026-04-20 02:35:35] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.38 - - [2026-04-20 02:35:35] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045639 10.0.0.38 - - [2026-04-20 02:35:35] "POST /network-policys HTTP/1.1" 200 553 0.031272 10.0.0.38 - - [2026-04-20 02:35:35] "GET /network-policy/ecd1f1cc-18b7-4b89-885e-0825193b67a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007031 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002810 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.23 - - [2026-04-20 02:35:35] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.38 - - [2026-04-20 02:35:35] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047247 10.0.0.38 - - [2026-04-20 02:35:35] "POST /network-policys HTTP/1.1" 200 553 0.028702 10.0.0.38 - - [2026-04-20 02:35:35] "GET /network-policy/3db89b8a-8c36-4209-ac29-88e54d85eb76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006501 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003530 10.0.0.38 - - [2026-04-20 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.23 - - [2026-04-20 02:35:35] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.38 - - [2026-04-20 02:35:35] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041123 10.0.0.38 - - [2026-04-20 02:35:35] "POST /network-policys HTTP/1.1" 200 553 0.026381 10.0.0.38 - - [2026-04-20 02:35:35] "GET /network-policy/e72bb433-3929-4b8a-acd8-ac3b5db4a97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005699 10.0.0.23 - - [2026-04-20 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.010163 10.0.0.38 - - [2026-04-20 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.059690 10.0.0.38 - - [2026-04-20 02:35:36] "POST /ref-update HTTP/1.1" 200 156 0.071636 10.0.0.23 - - [2026-04-20 02:35:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.009596 10.0.0.38 - - [2026-04-20 02:35:36] "POST /neutron/network HTTP/1.1" 200 916 0.072082 10.0.0.38 - - [2026-04-20 02:35:36] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006446 10.0.0.38 - - [2026-04-20 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.38 - - [2026-04-20 02:35:36] "GET /network-policy/3db89b8a-8c36-4209-ac29-88e54d85eb76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.003744 10.0.0.38 - - [2026-04-20 02:35:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.000973 10.0.0.23 - - [2026-04-20 02:35:37] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.38 - - [2026-04-20 02:35:37] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072046 10.0.0.38 - - [2026-04-20 02:35:37] "POST /neutron/network HTTP/1.1" 200 995 0.007701 10.0.0.38 - - [2026-04-20 02:35:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001201 10.0.0.38 - - [2026-04-20 02:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.006611 10.0.0.23 - - [2026-04-20 02:35:38] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.38 - - [2026-04-20 02:35:38] "POST /neutron/port HTTP/1.1" 200 1060 0.296897 10.0.0.23 - - [2026-04-20 02:35:38] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.38 - - [2026-04-20 02:35:38] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.163974 10.0.0.38 - - [2026-04-20 02:35:38] "POST /neutron/port HTTP/1.1" 200 1114 0.186938 10.0.0.38 - - [2026-04-20 02:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.38 - - [2026-04-20 02:35:38] "POST /neutron/network HTTP/1.1" 200 995 0.006709 10.0.0.38 - - [2026-04-20 02:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.007555 10.0.0.38 - - [2026-04-20 02:35:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001245 10.0.0.38 - - [2026-04-20 02:35:39] "POST /neutron/network HTTP/1.1" 200 835 0.012788 10.0.0.23 - - [2026-04-20 02:35:39] "PUT /access-control-list/837a3078-f8c7-4aa7-8bd4-0f8b18c16307 HTTP/1.1" 200 272 0.058892 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/port HTTP/1.1" 200 1060 0.052756 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/port HTTP/1.1" 200 1124 0.019337 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.23 - - [2026-04-20 02:35:40] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.38 - - [2026-04-20 02:35:40] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075858 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/port HTTP/1.1" 200 2096 0.025389 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/port HTTP/1.1" 200 1124 0.017591 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009604 10.0.0.38 - - [2026-04-20 02:35:40] "POST /neutron/network HTTP/1.1" 200 835 0.006393 10.0.0.38 - - [2026-04-20 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011123 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 401 292 0.000575 10.0.0.38 - - [2026-04-20 02:35:41] "POST /neutron/port HTTP/1.1" 200 1115 0.111407 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.032476 10.0.0.38 - - [2026-04-20 02:35:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.007817 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.003033 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine-interface/8047eb2a-06ed-4b8f-8596-4b1e2bd5f347 HTTP/1.1" 200 2943 0.004362 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.004209 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine-interface/8047eb2a-06ed-4b8f-8596-4b1e2bd5f347 HTTP/1.1" 200 2943 0.006254 10.0.0.38 - - [2026-04-20 02:35:41] "GET /instance-ip/4f3534fe-25a1-4e3d-bc92-8254d57156df HTTP/1.1" 200 1621 0.005702 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.003335 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-machine-interface/8047eb2a-06ed-4b8f-8596-4b1e2bd5f347 HTTP/1.1" 200 2943 0.005695 10.0.0.38 - - [2026-04-20 02:35:41] "GET /instance-ip/4f3534fe-25a1-4e3d-bc92-8254d57156df HTTP/1.1" 200 1621 0.003921 10.0.0.38 - - [2026-04-20 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.38 - - [2026-04-20 02:35:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003733 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003265 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005074 10.0.0.38 - - [2026-04-20 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2026-04-20 02:35:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004476 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003387 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005044 10.0.0.38 - - [2026-04-20 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.38 - - [2026-04-20 02:35:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003313 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002676 10.0.0.38 - - [2026-04-20 02:35:41] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005548 10.0.0.38 - - [2026-04-20 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2026-04-20 02:35:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003566 10.0.0.38 - - [2026-04-20 02:35:42] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003584 10.0.0.38 - - [2026-04-20 02:35:42] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005619 10.0.0.38 - - [2026-04-20 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.38 - - [2026-04-20 02:35:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004587 10.0.0.38 - - [2026-04-20 02:35:42] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002997 10.0.0.38 - - [2026-04-20 02:35:42] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007006 10.0.0.38 - - [2026-04-20 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005837 10.0.0.38 - - [2026-04-20 02:35:45] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.009302 10.0.0.38 - - [2026-04-20 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.38 - - [2026-04-20 02:35:49] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005432 10.0.0.38 - - [2026-04-20 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.38 - - [2026-04-20 02:35:53] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005323 10.0.0.38 - - [2026-04-20 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.38 - - [2026-04-20 02:35:57] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004976 10.0.0.38 - - [2026-04-20 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.38 - - [2026-04-20 02:36:01] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006104 10.0.0.38 - - [2026-04-20 02:36:04] "POST /neutron/port HTTP/1.1" 200 1124 0.018864 10.0.0.38 - - [2026-04-20 02:36:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003144 10.0.0.38 - - [2026-04-20 02:36:04] "POST /neutron/network HTTP/1.1" 200 995 0.007225 10.0.0.38 - - [2026-04-20 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.38 - - [2026-04-20 02:36:05] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005273 10.0.0.38 - - [2026-04-20 02:36:08] "POST /neutron/network HTTP/1.1" 200 926 0.006246 10.0.0.38 - - [2026-04-20 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.38 - - [2026-04-20 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.38 - - [2026-04-20 02:36:09] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007066 10.0.0.27 - - [2026-04-20 02:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2026-04-20 02:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000323 10.0.0.23 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.23 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.27 - - [2026-04-20 02:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-20 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2026-04-20 02:36:13] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004794 10.0.0.38 - - [2026-04-20 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-20 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.38 - - [2026-04-20 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.38 - - [2026-04-20 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-04-20 02:36:15] "DELETE /project/69cc9425e7b64e538af3b10143b3ee3b HTTP/1.1" 404 173 0.002911 10.0.0.23 - - [2026-04-20 02:36:15] "DELETE /project/890b60ed-9c57-43b5-88f0-3ba0c0581a6e HTTP/1.1" 404 177 0.005198 10.0.0.38 - - [2026-04-20 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.38 - - [2026-04-20 02:36:18] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005697 10.0.0.38 - - [2026-04-20 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.38 - - [2026-04-20 02:36:22] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004448 10.0.0.27 - - [2026-04-20 02:36:25] "GET /obj-perms HTTP/1.1" 200 5056 0.050141 10.0.0.38 - - [2026-04-20 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.38 - - [2026-04-20 02:36:26] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004730 10.0.0.38 - - [2026-04-20 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2026-04-20 02:36:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002974 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002337 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005888 10.0.0.38 - - [2026-04-20 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.38 - - [2026-04-20 02:36:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002676 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002478 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005177 10.0.0.38 - - [2026-04-20 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2026-04-20 02:36:28] "GET /routing-instance/8c58cf18-f436-4cc8-aad3-f0e8586d86ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005331 10.0.0.38 - - [2026-04-20 02:36:28] "GET /route-target/f6af2747-6bdd-41d0-b284-fb1a702930c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004232 10.0.0.38 - - [2026-04-20 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 02:36:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004618 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003300 10.0.0.38 - - [2026-04-20 02:36:28] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005446 10.0.0.38 - - [2026-04-20 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.38 - - [2026-04-20 02:36:28] "GET /routing-instance/8c58cf18-f436-4cc8-aad3-f0e8586d86ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004323 10.0.0.38 - - [2026-04-20 02:36:28] "GET /route-target/f6af2747-6bdd-41d0-b284-fb1a702930c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003291 10.0.0.38 - - [2026-04-20 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.38 - - [2026-04-20 02:36:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003998 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002586 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006875 10.0.0.38 - - [2026-04-20 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.38 - - [2026-04-20 02:36:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004013 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003179 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006857 10.0.0.38 - - [2026-04-20 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004344 10.0.0.23 - - [2026-04-20 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004264 10.0.0.38 - - [2026-04-20 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003529 10.0.0.23 - - [2026-04-20 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003634 10.0.0.38 - - [2026-04-20 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004155 10.0.0.38 - - [2026-04-20 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006694 10.0.0.38 - - [2026-04-20 02:36:29] "POST /neutron/port HTTP/1.1" 200 1124 0.015931 10.0.0.38 - - [2026-04-20 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006990 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.005533 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.003034 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine-interface/90e32f7e-1343-4464-a250-fd8dff21a4a7 HTTP/1.1" 200 2945 0.005222 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.003462 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine-interface/90e32f7e-1343-4464-a250-fd8dff21a4a7 HTTP/1.1" 200 2945 0.004493 10.0.0.38 - - [2026-04-20 02:36:29] "GET /instance-ip/c6c2b9f4-6694-45bd-8c4f-db1cdfd7451f HTTP/1.1" 200 1622 0.005288 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.002867 10.0.0.38 - - [2026-04-20 02:36:29] "GET /virtual-machine-interface/90e32f7e-1343-4464-a250-fd8dff21a4a7 HTTP/1.1" 200 2945 0.004721 10.0.0.38 - - [2026-04-20 02:36:29] "GET /instance-ip/c6c2b9f4-6694-45bd-8c4f-db1cdfd7451f HTTP/1.1" 200 1622 0.003217 10.0.0.38 - - [2026-04-20 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.38 - - [2026-04-20 02:36:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003331 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003002 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005155 10.0.0.38 - - [2026-04-20 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 02:36:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003665 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002707 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006473 10.0.0.38 - - [2026-04-20 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.38 - - [2026-04-20 02:36:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004377 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003295 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005293 10.0.0.38 - - [2026-04-20 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2026-04-20 02:36:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002686 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005257 10.0.0.38 - - [2026-04-20 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-04-20 02:36:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003573 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002779 10.0.0.38 - - [2026-04-20 02:36:30] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005832 10.0.0.38 - - [2026-04-20 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2026-04-20 02:36:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002816 10.0.0.38 - - [2026-04-20 02:36:31] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002949 10.0.0.38 - - [2026-04-20 02:36:31] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005890 10.0.0.38 - - [2026-04-20 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2026-04-20 02:36:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003710 10.0.0.38 - - [2026-04-20 02:36:31] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002304 10.0.0.38 - - [2026-04-20 02:36:31] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005888 10.0.0.38 - - [2026-04-20 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2026-04-20 02:36:31] "GET /routing-instance/b5817bf0-1277-4595-b1d9-3f92e15d20f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005497 10.0.0.38 - - [2026-04-20 02:36:32] "GET /route-target/aed69f52-ac50-4f4a-901e-cd467327f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004115 10.0.0.38 - - [2026-04-20 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.38 - - [2026-04-20 02:36:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004001 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002751 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005624 10.0.0.38 - - [2026-04-20 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.38 - - [2026-04-20 02:36:32] "GET /routing-instance/b5817bf0-1277-4595-b1d9-3f92e15d20f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003834 10.0.0.38 - - [2026-04-20 02:36:32] "GET /route-target/aed69f52-ac50-4f4a-901e-cd467327f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003490 10.0.0.38 - - [2026-04-20 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.38 - - [2026-04-20 02:36:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003052 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.004797 10.0.0.38 - - [2026-04-20 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2026-04-20 02:36:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004022 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002864 10.0.0.38 - - [2026-04-20 02:36:32] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.004854 10.0.0.23 - - [2026-04-20 02:36:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003854 10.0.0.38 - - [2026-04-20 02:36:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003390 10.0.0.38 - - [2026-04-20 02:36:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003321 10.0.0.27 - - [2026-04-20 02:36:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003728 10.0.0.38 - - [2026-04-20 02:36:32] "POST /neutron/port HTTP/1.1" 200 1125 0.015696 10.0.0.38 - - [2026-04-20 02:36:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006771 10.0.0.38 - - [2026-04-20 02:36:33] "POST /neutron/port HTTP/1.1" 200 1125 0.014577 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.006969 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.003114 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine-interface/3b1c921e-ae87-4118-a7ac-c73043cafdf0 HTTP/1.1" 200 2944 0.006011 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.003876 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine-interface/3b1c921e-ae87-4118-a7ac-c73043cafdf0 HTTP/1.1" 200 2944 0.004868 10.0.0.38 - - [2026-04-20 02:36:33] "GET /instance-ip/a3972fb7-a4c4-49ca-b322-dc82c4d89a2d HTTP/1.1" 200 1623 0.005201 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.003012 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-machine-interface/3b1c921e-ae87-4118-a7ac-c73043cafdf0 HTTP/1.1" 200 2944 0.004575 10.0.0.38 - - [2026-04-20 02:36:33] "GET /instance-ip/a3972fb7-a4c4-49ca-b322-dc82c4d89a2d HTTP/1.1" 200 1623 0.004529 10.0.0.38 - - [2026-04-20 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.38 - - [2026-04-20 02:36:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003335 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.010438 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005156 10.0.0.38 - - [2026-04-20 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-20 02:36:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004067 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002575 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006121 10.0.0.38 - - [2026-04-20 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.38 - - [2026-04-20 02:36:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003584 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002311 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006567 10.0.0.38 - - [2026-04-20 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.38 - - [2026-04-20 02:36:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003588 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002883 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005907 10.0.0.38 - - [2026-04-20 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.38 - - [2026-04-20 02:36:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004153 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002485 10.0.0.38 - - [2026-04-20 02:36:33] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006748 10.0.0.38 - - [2026-04-20 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.38 - - [2026-04-20 02:36:36] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006422 10.0.0.38 - - [2026-04-20 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.044657 10.0.0.38 - - [2026-04-20 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.38 - - [2026-04-20 02:36:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003114 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003256 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005548 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.38 - - [2026-04-20 02:36:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003579 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002793 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005808 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.38 - - [2026-04-20 02:36:39] "GET /routing-instance/18733405-dcf3-4f02-9e7e-e4fdaff0af38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004364 10.0.0.38 - - [2026-04-20 02:36:39] "GET /route-target/d4bff072-b1b7-4149-9b12-36164b29de5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003575 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.38 - - [2026-04-20 02:36:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004461 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007392 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.38 - - [2026-04-20 02:36:39] "GET /routing-instance/18733405-dcf3-4f02-9e7e-e4fdaff0af38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004683 10.0.0.38 - - [2026-04-20 02:36:39] "GET /route-target/d4bff072-b1b7-4149-9b12-36164b29de5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005842 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2026-04-20 02:36:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003278 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005747 10.0.0.38 - - [2026-04-20 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2026-04-20 02:36:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003250 10.0.0.38 - - [2026-04-20 02:36:39] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005272 10.0.0.23 - - [2026-04-20 02:36:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003801 10.0.0.38 - - [2026-04-20 02:36:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003637 10.0.0.38 - - [2026-04-20 02:36:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003079 10.0.0.23 - - [2026-04-20 02:36:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003499 10.0.0.38 - - [2026-04-20 02:36:40] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.003726 10.0.0.38 - - [2026-04-20 02:36:40] "GET /virtual-machine-interface/8047eb2a-06ed-4b8f-8596-4b1e2bd5f347 HTTP/1.1" 200 2943 0.004111 10.0.0.38 - - [2026-04-20 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.38 - - [2026-04-20 02:36:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003806 10.0.0.38 - - [2026-04-20 02:36:40] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002609 10.0.0.38 - - [2026-04-20 02:36:40] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007715 10.0.0.38 - - [2026-04-20 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2026-04-20 02:36:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003400 10.0.0.38 - - [2026-04-20 02:36:41] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003774 10.0.0.38 - - [2026-04-20 02:36:41] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005939 10.0.0.38 - - [2026-04-20 02:36:46] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.003881 10.0.0.38 - - [2026-04-20 02:36:46] "GET /virtual-machine-interface/90e32f7e-1343-4464-a250-fd8dff21a4a7 HTTP/1.1" 200 2945 0.005075 10.0.0.38 - - [2026-04-20 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.38 - - [2026-04-20 02:36:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003253 10.0.0.38 - - [2026-04-20 02:36:46] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003222 10.0.0.38 - - [2026-04-20 02:36:46] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006383 10.0.0.38 - - [2026-04-20 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2026-04-20 02:36:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002951 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.004961 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.005105 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-machine-interface/3b1c921e-ae87-4118-a7ac-c73043cafdf0 HTTP/1.1" 200 2944 0.006222 10.0.0.38 - - [2026-04-20 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2026-04-20 02:36:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003691 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002457 10.0.0.38 - - [2026-04-20 02:36:48] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005662 10.0.0.38 - - [2026-04-20 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.38 - - [2026-04-20 02:36:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003328 10.0.0.38 - - [2026-04-20 02:36:49] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002496 10.0.0.38 - - [2026-04-20 02:36:49] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005991 10.0.0.38 - - [2026-04-20 02:36:49] "POST /neutron/port HTTP/1.1" 200 1125 0.017244 10.0.0.38 - - [2026-04-20 02:36:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006711 10.0.0.38 - - [2026-04-20 02:36:59] "POST /neutron/port HTTP/1.1" 200 1125 0.016083 10.0.0.38 - - [2026-04-20 02:37:04] "POST /neutron/port HTTP/1.1" 200 1125 0.015147 10.0.0.38 - - [2026-04-20 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.008123 10.0.0.38 - - [2026-04-20 02:37:05] "POST /neutron/port HTTP/1.1" 200 1125 0.018317 10.0.0.38 - - [2026-04-20 02:37:08] "POST /neutron/port HTTP/1.1" 200 1124 0.017900 10.0.0.38 - - [2026-04-20 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.008993 10.0.0.38 - - [2026-04-20 02:37:26] "GET /obj-perms HTTP/1.1" 200 5056 0.056111 10.0.0.27 - - [2026-04-20 02:37:26] "GET /obj-perms HTTP/1.1" 200 5056 0.041839 10.0.0.38 - - [2026-04-20 02:37:53] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 200 1292 0.004397 10.0.0.38 - - [2026-04-20 02:37:53] "POST /neutron/port HTTP/1.1" 200 1125 0.015598 10.0.0.38 - - [2026-04-20 02:37:55] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 404 171 0.003037 10.0.0.38 - - [2026-04-20 02:37:55] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 404 171 0.002837 10.0.0.38 - - [2026-04-20 02:37:55] "GET /virtual-machine/70b2285e-8a2d-4f80-9d7a-e79ac49dd929 HTTP/1.1" 404 171 0.002197 10.0.0.38 - - [2026-04-20 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2026-04-20 02:37:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.38 - - [2026-04-20 02:37:55] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002399 10.0.0.38 - - [2026-04-20 02:37:55] "GET /virtual-network/4e70f8b5-112d-4bfb-91c8-a859b5c7a448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006437 10.0.0.38 - - [2026-04-20 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2026-04-20 02:37:55] "GET /routing-instance/18733405-dcf3-4f02-9e7e-e4fdaff0af38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.003479 10.0.0.38 - - [2026-04-20 02:37:55] "GET /route-target/d4bff072-b1b7-4149-9b12-36164b29de5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006402 10.0.0.23 - - [2026-04-20 02:37:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003781 10.0.0.38 - - [2026-04-20 02:38:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004231 10.0.0.23 - - [2026-04-20 02:38:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003952 10.0.0.38 - - [2026-04-20 02:38:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003641 10.0.0.38 - - [2026-04-20 02:38:05] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 200 1293 0.003812 10.0.0.38 - - [2026-04-20 02:38:05] "POST /neutron/port HTTP/1.1" 200 1124 0.016267 10.0.0.38 - - [2026-04-20 02:38:06] "POST /neutron/port HTTP/1.1" 200 1124 0.017136 10.0.0.38 - - [2026-04-20 02:38:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 10.0.0.38 - - [2026-04-20 02:38:06] "POST /neutron/network HTTP/1.1" 200 995 0.006494 10.0.0.38 - - [2026-04-20 02:38:07] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 404 171 0.003467 10.0.0.38 - - [2026-04-20 02:38:07] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 404 171 0.002797 10.0.0.38 - - [2026-04-20 02:38:07] "GET /virtual-machine/c95c16e9-1cf0-41f8-9eb6-53b3a4c27574 HTTP/1.1" 404 171 0.002928 10.0.0.38 - - [2026-04-20 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.38 - - [2026-04-20 02:38:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003655 10.0.0.38 - - [2026-04-20 02:38:07] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002558 10.0.0.38 - - [2026-04-20 02:38:07] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.005715 10.0.0.38 - - [2026-04-20 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-04-20 02:38:07] "GET /routing-instance/b5817bf0-1277-4595-b1d9-3f92e15d20f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.003674 10.0.0.38 - - [2026-04-20 02:38:07] "GET /route-target/aed69f52-ac50-4f4a-901e-cd467327f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003663 10.0.0.27 - - [2026-04-20 02:38:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003936 10.0.0.38 - - [2026-04-20 02:38:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003784 10.0.0.27 - - [2026-04-20 02:38:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004472 10.0.0.38 - - [2026-04-20 02:38:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004287 10.0.0.38 - - [2026-04-20 02:38:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003379 10.0.0.27 - - [2026-04-20 02:38:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003803 10.0.0.38 - - [2026-04-20 02:38:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003829 10.0.0.27 - - [2026-04-20 02:38:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003363 10.0.0.23 - - [2026-04-20 02:38:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003260 10.0.0.38 - - [2026-04-20 02:38:35] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 200 1293 0.003715 10.0.0.38 - - [2026-04-20 02:38:36] "POST /neutron/port HTTP/1.1" 200 151 0.162878 10.0.0.38 - - [2026-04-20 02:38:37] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 404 171 0.002917 10.0.0.38 - - [2026-04-20 02:38:37] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 404 171 0.002235 10.0.0.38 - - [2026-04-20 02:38:37] "GET /virtual-machine/d0d105fe-5bef-40f3-97c1-d4aa13bf4180 HTTP/1.1" 404 171 0.002582 10.0.0.38 - - [2026-04-20 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.38 - - [2026-04-20 02:38:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003170 10.0.0.38 - - [2026-04-20 02:38:37] "GET /virtual-networks?parent_id=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003036 10.0.0.38 - - [2026-04-20 02:38:37] "GET /virtual-network/f94a012f-1d73-4841-9d2d-e0d1f857b4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006397 10.0.0.38 - - [2026-04-20 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.38 - - [2026-04-20 02:38:37] "GET /routing-instance/8c58cf18-f436-4cc8-aad3-f0e8586d86ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005711 10.0.0.38 - - [2026-04-20 02:38:37] "GET /route-target/f6af2747-6bdd-41d0-b284-fb1a702930c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004194 10.0.0.38 - - [2026-04-20 02:38:40] "GET /obj-perms HTTP/1.1" 200 5030 0.003541 10.0.0.23 - - [2026-04-20 02:38:43] "GET /obj-perms HTTP/1.1" 200 5030 0.003572 10.0.0.38 - - [2026-04-20 02:38:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003738 10.0.0.23 - - [2026-04-20 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003314 10.0.0.38 - - [2026-04-20 02:38:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003747 10.0.0.23 - - [2026-04-20 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003413 10.0.0.38 - - [2026-04-20 02:39:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004178 10.0.0.38 - - [2026-04-20 02:39:05] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.007322 10.0.0.38 - - [2026-04-20 02:39:05] "POST /neutron/network HTTP/1.1" 200 824 0.018415 10.0.0.38 - - [2026-04-20 02:39:05] "GET /virtual-network/2cb1bc8e-0b45-43eb-829b-16b8ebdec1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006345 10.0.0.23 - - [2026-04-20 02:39:05] "DELETE /access-control-list/837a3078-f8c7-4aa7-8bd4-0f8b18c16307 HTTP/1.1" 200 115 0.110087 10.0.0.38 - - [2026-04-20 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.051458 10.0.0.38 - - [2026-04-20 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.076486 10.0.0.38 - - [2026-04-20 02:39:06] "DELETE /network-policy/e72bb433-3929-4b8a-acd8-ac3b5db4a97c HTTP/1.1" 200 115 0.032932 10.0.0.38 - - [2026-04-20 02:39:06] "DELETE /network-policy/3db89b8a-8c36-4209-ac29-88e54d85eb76 HTTP/1.1" 200 115 0.034762 10.0.0.38 - - [2026-04-20 02:39:06] "DELETE /network-policy/ecd1f1cc-18b7-4b89-885e-0825193b67a1 HTTP/1.1" 200 115 0.042141 10.0.0.23 - - [2026-04-20 02:39:06] "POST /ref-update HTTP/1.1" 200 156 0.030392 10.0.0.38 - - [2026-04-20 02:39:06] "POST /neutron/network HTTP/1.1" 200 824 0.006629 10.0.0.23 - - [2026-04-20 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.014371 10.0.0.23 - - [2026-04-20 02:39:07] "DELETE /route-target/f6af2747-6bdd-41d0-b284-fb1a702930c9 HTTP/1.1" 200 115 0.032576 10.0.0.23 - - [2026-04-20 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.056991 10.0.0.23 - - [2026-04-20 02:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.38 - - [2026-04-20 02:39:07] "POST /neutron/network HTTP/1.1" 200 151 0.200336 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.38 - - [2026-04-20 02:39:07] "DELETE /network-ipam/ae36600a-2ebb-4098-86a8-beb20141ca11 HTTP/1.1" 200 115 0.035373 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.003055 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2026-04-20 02:39:07] "DELETE /network-ipam/230288a7-58d6-4790-82cd-09279721d3bf HTTP/1.1" 200 115 0.029763 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.004094 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.38 - - [2026-04-20 02:39:07] "DELETE /network-ipam/4beb9ff7-0665-4d2c-8f81-077e1c0ea561 HTTP/1.1" 200 115 0.033454 10.0.0.38 - - [2026-04-20 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.009526 10.0.0.23 - - [2026-04-20 02:39:09] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.38 - - [2026-04-20 02:39:09] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079683 10.0.0.23 - - [2026-04-20 02:39:09] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.38 - - [2026-04-20 02:39:09] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?fields=virtual_networks HTTP/1.1" 200 1032 0.044131 10.0.0.23 - - [2026-04-20 02:39:09] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.38 - - [2026-04-20 02:39:09] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041900 10.0.0.23 - - [2026-04-20 02:39:09] "GET /projects?obj_uuids=69cc9425-e7b6-4e53-8af3-b10143b3ee3b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000844 10.0.0.38 - - [2026-04-20 02:39:09] "GET /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b?fields=security_groups HTTP/1.1" 200 1258 0.035650 10.0.0.38 - - [2026-04-20 02:39:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.027591 10.0.0.23 - - [2026-04-20 02:39:10] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002994 10.0.0.23 - - [2026-04-20 02:39:10] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.23 - - [2026-04-20 02:39:10] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035399 10.0.0.23 - - [2026-04-20 02:39:10] "POST /id-to-fqname HTTP/1.1" 200 196 0.003922 10.0.0.23 - - [2026-04-20 02:39:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.009481 10.0.0.23 - - [2026-04-20 02:39:10] "POST /security-groups HTTP/1.1" 200 597 0.029652 10.0.0.23 - - [2026-04-20 02:39:10] "POST /projects HTTP/1.1" 200 597 0.222103 10.0.0.23 - - [2026-04-20 02:39:10] "POST /fqname-to-id HTTP/1.1" 404 239 0.004534 10.0.0.23 - - [2026-04-20 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.291053 10.0.0.38 - - [2026-04-20 02:39:10] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.449847 10.0.0.38 - - [2026-04-20 02:39:11] "GET / HTTP/1.1" 200 35931 0.001635 10.0.0.38 - - [2026-04-20 02:39:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.040640 10.0.0.38 - - [2026-04-20 02:39:15] "POST /network-ipams HTTP/1.1" 200 519 0.024825 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.015387 10.0.0.38 - - [2026-04-20 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipam/78bb5601-05fa-4cac-9507-eea92fcd563f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.004952 10.0.0.38 - - [2026-04-20 02:39:15] "PUT /network-ipam/78bb5601-05fa-4cac-9507-eea92fcd563f HTTP/1.1" 200 258 0.025294 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003502 10.0.0.23 - - [2026-04-20 02:39:15] "DELETE /access-control-list/d624c79e-a89f-4347-ae9d-0c92ad638e66 HTTP/1.1" 200 115 0.054339 10.0.0.38 - - [2026-04-20 02:39:15] "POST /network-ipams HTTP/1.1" 200 519 0.047376 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.012049 10.0.0.38 - - [2026-04-20 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipam/fb1b355f-0a44-4d3a-9210-ed7b7a7f91c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007081 10.0.0.38 - - [2026-04-20 02:39:15] "PUT /network-ipam/fb1b355f-0a44-4d3a-9210-ed7b7a7f91c7 HTTP/1.1" 200 258 0.013826 10.0.0.38 - - [2026-04-20 02:39:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003674 10.0.0.38 - - [2026-04-20 02:39:15] "POST /network-ipams HTTP/1.1" 200 519 0.029112 10.0.0.38 - - [2026-04-20 02:39:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003178 10.0.0.38 - - [2026-04-20 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.38 - - [2026-04-20 02:39:16] "GET /network-ipam/65d00412-dfbc-4266-bd50-bb6304f75bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.004946 10.0.0.23 - - [2026-04-20 02:39:16] "DELETE /project/74fa0b959fe945ff8c774ba128239b24 HTTP/1.1" 404 173 0.002626 10.0.0.23 - - [2026-04-20 02:39:16] "DELETE /project/69cc9425-e7b6-4e53-8af3-b10143b3ee3b HTTP/1.1" 404 177 0.004579 10.0.0.38 - - [2026-04-20 02:39:16] "PUT /network-ipam/65d00412-dfbc-4266-bd50-bb6304f75bcb HTTP/1.1" 200 258 0.013476 10.0.0.38 - - [2026-04-20 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-04-20 02:39:17] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000819 10.0.0.38 - - [2026-04-20 02:39:17] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055549 10.0.0.23 - - [2026-04-20 02:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007242 10.0.0.38 - - [2026-04-20 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.253234 10.0.0.23 - - [2026-04-20 02:39:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.054351 10.0.0.38 - - [2026-04-20 02:39:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001153 10.0.0.38 - - [2026-04-20 02:39:17] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006822 10.0.0.38 - - [2026-04-20 02:39:17] "POST /neutron/network HTTP/1.1" 200 1013 0.008301 10.0.0.38 - - [2026-04-20 02:39:17] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005296 10.0.0.38 - - [2026-04-20 02:39:17] "POST /neutron/subnet HTTP/1.1" 200 823 0.007774 10.0.0.38 - - [2026-04-20 02:39:18] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005617 10.0.0.38 - - [2026-04-20 02:39:18] "GET /network-ipam/78bb5601-05fa-4cac-9507-eea92fcd563f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003199 10.0.0.38 - - [2026-04-20 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.23 - - [2026-04-20 02:39:18] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.38 - - [2026-04-20 02:39:18] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040175 10.0.0.23 - - [2026-04-20 02:39:18] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.38 - - [2026-04-20 02:39:18] "POST /neutron/network HTTP/1.1" 200 613 0.106547 10.0.0.23 - - [2026-04-20 02:39:18] "POST /route-targets HTTP/1.1" 200 327 0.012599 10.0.0.38 - - [2026-04-20 02:39:18] "POST /neutron/network HTTP/1.1" 200 1010 0.010004 10.0.0.38 - - [2026-04-20 02:39:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001006 10.0.0.38 - - [2026-04-20 02:39:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004622 10.0.0.38 - - [2026-04-20 02:39:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005372 10.0.0.38 - - [2026-04-20 02:39:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.007620 10.0.0.38 - - [2026-04-20 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.23 - - [2026-04-20 02:39:19] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000843 10.0.0.38 - - [2026-04-20 02:39:19] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039741 10.0.0.23 - - [2026-04-20 02:39:19] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000939 10.0.0.38 - - [2026-04-20 02:39:19] "POST /neutron/network HTTP/1.1" 200 613 0.110058 10.0.0.23 - - [2026-04-20 02:39:19] "POST /ref-update HTTP/1.1" 200 156 0.020863 10.0.0.38 - - [2026-04-20 02:39:19] "POST /neutron/network HTTP/1.1" 200 1013 0.011067 10.0.0.38 - - [2026-04-20 02:39:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001079 10.0.0.38 - - [2026-04-20 02:39:19] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004527 10.0.0.38 - - [2026-04-20 02:39:19] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005690 10.0.0.38 - - [2026-04-20 02:39:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.008829 10.0.0.38 - - [2026-04-20 02:39:20] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006212 10.0.0.23 - - [2026-04-20 02:39:21] "GET /obj-perms HTTP/1.1" 200 5042 0.046503 10.0.0.38 - - [2026-04-20 02:39:21] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006868 10.0.0.38 - - [2026-04-20 02:39:21] "GET /obj-perms HTTP/1.1" 200 5042 0.049088 10.0.0.27 - - [2026-04-20 02:39:21] "GET /obj-perms HTTP/1.1" 200 5042 0.043687 10.0.0.38 - - [2026-04-20 02:39:22] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005481 10.0.0.38 - - [2026-04-20 02:39:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.003317 10.0.0.38 - - [2026-04-20 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.23 - - [2026-04-20 02:39:22] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.38 - - [2026-04-20 02:39:22] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042796 10.0.0.38 - - [2026-04-20 02:39:22] "POST /network-policys HTTP/1.1" 200 559 0.026469 10.0.0.38 - - [2026-04-20 02:39:22] "GET /network-policy/a0f58364-28d5-41f9-ab7e-58e6f9d9a2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005908 10.0.0.38 - - [2026-04-20 02:39:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.002438 10.0.0.38 - - [2026-04-20 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.23 - - [2026-04-20 02:39:22] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000882 10.0.0.38 - - [2026-04-20 02:39:22] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044045 10.0.0.38 - - [2026-04-20 02:39:22] "POST /network-policys HTTP/1.1" 200 559 0.024727 10.0.0.38 - - [2026-04-20 02:39:23] "GET /network-policy/2f195aa5-8943-4e91-aceb-6da0691385d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006359 10.0.0.38 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 224 0.003333 10.0.0.38 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-04-20 02:39:23] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.38 - - [2026-04-20 02:39:23] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036189 10.0.0.38 - - [2026-04-20 02:39:23] "POST /network-policys HTTP/1.1" 200 559 0.026612 10.0.0.38 - - [2026-04-20 02:39:23] "GET /network-policy/73287d27-d8a0-43c5-ad31-046eb0e9fbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004789 10.0.0.23 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003171 10.0.0.38 - - [2026-04-20 02:39:23] "POST /neutron/network HTTP/1.1" 200 1197 0.076761 10.0.0.38 - - [2026-04-20 02:39:23] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.025028 10.0.0.38 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006344 10.0.0.38 - - [2026-04-20 02:39:23] "GET /network-policy/2f195aa5-8943-4e91-aceb-6da0691385d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004663 10.0.0.38 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.38 - - [2026-04-20 02:39:23] "GET /network-policy/a0f58364-28d5-41f9-ab7e-58e6f9d9a2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004657 10.0.0.23 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.004604 10.0.0.38 - - [2026-04-20 02:39:23] "POST /neutron/network HTTP/1.1" 200 1108 0.068995 10.0.0.38 - - [2026-04-20 02:39:23] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005358 10.0.0.38 - - [2026-04-20 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.013673 10.0.0.38 - - [2026-04-20 02:39:23] "GET /network-policy/73287d27-d8a0-43c5-ad31-046eb0e9fbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003292 10.0.0.38 - - [2026-04-20 02:39:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.000977 10.0.0.23 - - [2026-04-20 02:39:24] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001035 10.0.0.38 - - [2026-04-20 02:39:25] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074537 10.0.0.38 - - [2026-04-20 02:39:25] "POST /neutron/network HTTP/1.1" 200 1197 0.029815 10.0.0.38 - - [2026-04-20 02:39:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001206 10.0.0.38 - - [2026-04-20 02:39:25] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.23 - - [2026-04-20 02:39:25] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.23 - - [2026-04-20 02:39:25] "PUT /access-control-list/033d91d3-8f6a-420f-bb49-d9493c136e62 HTTP/1.1" 200 272 0.061897 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/port HTTP/1.1" 200 1172 0.342343 10.0.0.23 - - [2026-04-20 02:39:26] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000897 10.0.0.38 - - [2026-04-20 02:39:26] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.091364 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/port HTTP/1.1" 200 1226 0.158344 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012385 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.38 - - [2026-04-20 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001148 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/port HTTP/1.1" 200 1236 0.021979 10.0.0.38 - - [2026-04-20 02:39:26] "POST /neutron/network HTTP/1.1" 200 1118 0.006070 10.0.0.38 - - [2026-04-20 02:39:27] "POST /neutron/port HTTP/1.1" 200 1169 0.019599 10.0.0.38 - - [2026-04-20 02:39:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.38 - - [2026-04-20 02:39:27] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.23 - - [2026-04-20 02:39:27] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.38 - - [2026-04-20 02:39:27] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.225001 10.0.0.38 - - [2026-04-20 02:39:27] "POST /neutron/network HTTP/1.1" 200 1013 0.008502 10.0.0.38 - - [2026-04-20 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.006180 10.0.0.23 - - [2026-04-20 02:39:28] "GET /obj-perms HTTP/1.1" 200 5056 0.053295 10.0.0.38 - - [2026-04-20 02:39:28] "POST /neutron/port HTTP/1.1" 200 1236 0.017398 10.0.0.38 - - [2026-04-20 02:39:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008194 10.0.0.23 - - [2026-04-20 02:39:28] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.38 - - [2026-04-20 02:39:28] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-04-20 02:39:28] "POST /neutron/port HTTP/1.1" 200 1172 0.359652 10.0.0.38 - - [2026-04-20 02:39:28] "POST /neutron/port HTTP/1.1" 200 1172 0.014082 10.0.0.38 - - [2026-04-20 02:39:28] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.038262 10.0.0.38 - - [2026-04-20 02:39:28] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.002948 10.0.0.38 - - [2026-04-20 02:39:28] "GET /virtual-machine-interface/524ed27d-38c1-45f6-8462-8cfa03eb78c6 HTTP/1.1" 200 3167 0.004847 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.012508 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-machine-interface/524ed27d-38c1-45f6-8462-8cfa03eb78c6 HTTP/1.1" 200 3167 0.007156 10.0.0.38 - - [2026-04-20 02:39:29] "GET /instance-ip/2c45346d-8c72-481b-8e4e-d7a2e5bc2580 HTTP/1.1" 200 1633 0.005561 10.0.0.38 - - [2026-04-20 02:39:29] "GET /instance-ip/b06a2e2a-1c04-4d5c-b116-0d2232490734 HTTP/1.1" 200 1653 0.024033 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.005593 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-machine-interface/524ed27d-38c1-45f6-8462-8cfa03eb78c6 HTTP/1.1" 200 3167 0.006454 10.0.0.38 - - [2026-04-20 02:39:29] "GET /instance-ip/2c45346d-8c72-481b-8e4e-d7a2e5bc2580 HTTP/1.1" 200 1633 0.003492 10.0.0.38 - - [2026-04-20 02:39:29] "GET /instance-ip/b06a2e2a-1c04-4d5c-b116-0d2232490734 HTTP/1.1" 200 1653 0.003991 10.0.0.38 - - [2026-04-20 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.38 - - [2026-04-20 02:39:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002919 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002554 10.0.0.38 - - [2026-04-20 02:39:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002934 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005384 10.0.0.38 - - [2026-04-20 02:39:29] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.38 - - [2026-04-20 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.38 - - [2026-04-20 02:39:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003846 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003021 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005986 10.0.0.38 - - [2026-04-20 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.38 - - [2026-04-20 02:39:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003038 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005478 10.0.0.38 - - [2026-04-20 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2026-04-20 02:39:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007371 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002625 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007008 10.0.0.38 - - [2026-04-20 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.38 - - [2026-04-20 02:39:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002911 10.0.0.38 - - [2026-04-20 02:39:29] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005563 10.0.0.38 - - [2026-04-20 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.38 - - [2026-04-20 02:39:32] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004804 10.0.0.38 - - [2026-04-20 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007980 10.0.0.38 - - [2026-04-20 02:39:36] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004909 10.0.0.38 - - [2026-04-20 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.38 - - [2026-04-20 02:39:41] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007010 10.0.0.38 - - [2026-04-20 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.38 - - [2026-04-20 02:39:45] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006647 10.0.0.38 - - [2026-04-20 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.38 - - [2026-04-20 02:39:49] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005937 10.0.0.38 - - [2026-04-20 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2026-04-20 02:39:53] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005458 10.0.0.38 - - [2026-04-20 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2026-04-20 02:39:57] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006069 10.0.0.38 - - [2026-04-20 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.38 - - [2026-04-20 02:40:01] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005228 10.0.0.38 - - [2026-04-20 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2026-04-20 02:40:05] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005192 10.0.0.38 - - [2026-04-20 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2026-04-20 02:40:09] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.004802 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/port HTTP/1.1" 200 1233 0.018446 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/port HTTP/1.1" 200 1236 0.015929 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004164 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.38 - - [2026-04-20 02:40:11] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.38 - - [2026-04-20 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2026-04-20 02:40:13] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006257 10.0.0.38 - - [2026-04-20 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.38 - - [2026-04-20 02:40:15] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003582 10.0.0.38 - - [2026-04-20 02:40:15] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003288 10.0.0.38 - - [2026-04-20 02:40:15] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007143 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.38 - - [2026-04-20 02:40:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003814 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003465 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005512 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.38 - - [2026-04-20 02:40:16] "GET /routing-instance/d6cafa62-2493-4744-9216-9b845c45af88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006541 10.0.0.38 - - [2026-04-20 02:40:16] "GET /route-target/e455d943-26f5-4931-9b49-2447bb530eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004267 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.38 - - [2026-04-20 02:40:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003673 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003300 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006210 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.38 - - [2026-04-20 02:40:16] "GET /routing-instance/d6cafa62-2493-4744-9216-9b845c45af88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003301 10.0.0.38 - - [2026-04-20 02:40:16] "GET /route-target/e455d943-26f5-4931-9b49-2447bb530eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002805 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.38 - - [2026-04-20 02:40:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004365 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002842 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005286 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2026-04-20 02:40:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003360 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002934 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.006181 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2026-04-20 02:40:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002977 10.0.0.38 - - [2026-04-20 02:40:16] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005349 10.0.0.38 - - [2026-04-20 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-04-20 02:40:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003845 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005934 10.0.0.38 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004010 10.0.0.38 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.008202 10.0.0.23 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003830 10.0.0.38 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003793 10.0.0.27 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.002894 10.0.0.23 - - [2026-04-20 02:40:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003307 10.0.0.38 - - [2026-04-20 02:40:17] "POST /neutron/port HTTP/1.1" 200 1233 0.016651 10.0.0.38 - - [2026-04-20 02:40:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006781 10.0.0.38 - - [2026-04-20 02:40:17] "POST /neutron/port HTTP/1.1" 200 1233 0.019643 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.007141 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.004286 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine-interface/9fe5dc82-eb76-4a49-9cc6-0c9883bbba2c HTTP/1.1" 200 3169 0.005511 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.004576 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine-interface/9fe5dc82-eb76-4a49-9cc6-0c9883bbba2c HTTP/1.1" 200 3169 0.007347 10.0.0.38 - - [2026-04-20 02:40:17] "GET /instance-ip/53b45a7b-81bb-4879-9f35-f0c3401d6557 HTTP/1.1" 200 1631 0.006853 10.0.0.38 - - [2026-04-20 02:40:17] "GET /instance-ip/731e2677-1e6c-4fcb-b3aa-6d2c418f6cd7 HTTP/1.1" 200 1651 0.006363 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.003226 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-machine-interface/9fe5dc82-eb76-4a49-9cc6-0c9883bbba2c HTTP/1.1" 200 3169 0.004876 10.0.0.38 - - [2026-04-20 02:40:17] "GET /instance-ip/53b45a7b-81bb-4879-9f35-f0c3401d6557 HTTP/1.1" 200 1631 0.003394 10.0.0.38 - - [2026-04-20 02:40:17] "GET /instance-ip/731e2677-1e6c-4fcb-b3aa-6d2c418f6cd7 HTTP/1.1" 200 1651 0.003146 10.0.0.38 - - [2026-04-20 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.38 - - [2026-04-20 02:40:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003565 10.0.0.38 - - [2026-04-20 02:40:17] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003086 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007676 10.0.0.38 - - [2026-04-20 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.38 - - [2026-04-20 02:40:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004877 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003714 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007152 10.0.0.38 - - [2026-04-20 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.38 - - [2026-04-20 02:40:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005707 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004186 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007276 10.0.0.38 - - [2026-04-20 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.38 - - [2026-04-20 02:40:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005367 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003822 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007208 10.0.0.38 - - [2026-04-20 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.38 - - [2026-04-20 02:40:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005993 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003947 10.0.0.38 - - [2026-04-20 02:40:18] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.006639 10.0.0.38 - - [2026-04-20 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.38 - - [2026-04-20 02:40:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.38 - - [2026-04-20 02:40:19] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003088 10.0.0.38 - - [2026-04-20 02:40:19] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007080 10.0.0.38 - - [2026-04-20 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.38 - - [2026-04-20 02:40:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003475 10.0.0.38 - - [2026-04-20 02:40:19] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002983 10.0.0.38 - - [2026-04-20 02:40:19] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005640 10.0.0.38 - - [2026-04-20 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.38 - - [2026-04-20 02:40:20] "GET /routing-instance/078e0bdf-99b0-480a-821c-b2fdfabddf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.004819 10.0.0.38 - - [2026-04-20 02:40:20] "GET /route-target/d175695b-5d9d-4d57-9197-98ab71b3c4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003841 10.0.0.38 - - [2026-04-20 02:40:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006174 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2026-04-20 02:40:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003252 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003274 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005825 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.38 - - [2026-04-20 02:40:20] "GET /routing-instance/078e0bdf-99b0-480a-821c-b2fdfabddf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.005573 10.0.0.38 - - [2026-04-20 02:40:20] "GET /route-target/d175695b-5d9d-4d57-9197-98ab71b3c4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005039 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.38 - - [2026-04-20 02:40:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003533 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003156 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007411 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.38 - - [2026-04-20 02:40:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004681 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002976 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005625 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.38 - - [2026-04-20 02:40:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003574 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002723 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.006153 10.0.0.38 - - [2026-04-20 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.38 - - [2026-04-20 02:40:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003280 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003778 10.0.0.38 - - [2026-04-20 02:40:20] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005203 10.0.0.38 - - [2026-04-20 02:40:20] "GET /obj-perms HTTP/1.1" 200 5042 0.003776 10.0.0.23 - - [2026-04-20 02:40:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005016 10.0.0.38 - - [2026-04-20 02:40:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004316 10.0.0.27 - - [2026-04-20 02:40:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003438 10.0.0.38 - - [2026-04-20 02:40:21] "POST /neutron/port HTTP/1.1" 200 1236 0.018486 10.0.0.38 - - [2026-04-20 02:40:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006402 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.005551 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.003460 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine-interface/24462df5-735c-4e8e-afc6-2ac52bdad787 HTTP/1.1" 200 3168 0.004608 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.003737 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine-interface/24462df5-735c-4e8e-afc6-2ac52bdad787 HTTP/1.1" 200 3168 0.004509 10.0.0.38 - - [2026-04-20 02:40:21] "GET /instance-ip/7a683100-527c-42d7-bafd-3f731510d2fe HTTP/1.1" 200 1632 0.005936 10.0.0.38 - - [2026-04-20 02:40:21] "GET /instance-ip/f2ef0ab6-4f9b-43c3-baeb-8b72679395bd HTTP/1.1" 200 1654 0.004644 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.003469 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-machine-interface/24462df5-735c-4e8e-afc6-2ac52bdad787 HTTP/1.1" 200 3168 0.004730 10.0.0.38 - - [2026-04-20 02:40:21] "GET /instance-ip/7a683100-527c-42d7-bafd-3f731510d2fe HTTP/1.1" 200 1632 0.003560 10.0.0.38 - - [2026-04-20 02:40:21] "GET /instance-ip/f2ef0ab6-4f9b-43c3-baeb-8b72679395bd HTTP/1.1" 200 1654 0.003809 10.0.0.38 - - [2026-04-20 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.38 - - [2026-04-20 02:40:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002916 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003262 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005696 10.0.0.38 - - [2026-04-20 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.38 - - [2026-04-20 02:40:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007022 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007236 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007632 10.0.0.38 - - [2026-04-20 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.38 - - [2026-04-20 02:40:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003443 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005608 10.0.0.38 - - [2026-04-20 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.38 - - [2026-04-20 02:40:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003392 10.0.0.38 - - [2026-04-20 02:40:21] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003344 10.0.0.38 - - [2026-04-20 02:40:22] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005658 10.0.0.38 - - [2026-04-20 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2026-04-20 02:40:22] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.38 - - [2026-04-20 02:40:22] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002943 10.0.0.38 - - [2026-04-20 02:40:22] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005267 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.38 - - [2026-04-20 02:40:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003668 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002749 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005785 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.38 - - [2026-04-20 02:40:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003561 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003915 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007217 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.38 - - [2026-04-20 02:40:23] "GET /routing-instance/a27da738-fed2-473c-ad20-91a2964c8ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006283 10.0.0.38 - - [2026-04-20 02:40:23] "GET /route-target/996cb4a5-c8e5-4b8a-a5b8-bc497bfcff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004413 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2026-04-20 02:40:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002835 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005129 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.38 - - [2026-04-20 02:40:23] "GET /routing-instance/a27da738-fed2-473c-ad20-91a2964c8ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005980 10.0.0.38 - - [2026-04-20 02:40:23] "GET /route-target/996cb4a5-c8e5-4b8a-a5b8-bc497bfcff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004588 10.0.0.38 - - [2026-04-20 02:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.38 - - [2026-04-20 02:40:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005653 10.0.0.38 - - [2026-04-20 02:40:23] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003724 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006752 10.0.0.38 - - [2026-04-20 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.38 - - [2026-04-20 02:40:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004332 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004048 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007724 10.0.0.38 - - [2026-04-20 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2026-04-20 02:40:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004337 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003015 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005658 10.0.0.38 - - [2026-04-20 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.38 - - [2026-04-20 02:40:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003757 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002751 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006319 10.0.0.38 - - [2026-04-20 02:40:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003529 10.0.0.23 - - [2026-04-20 02:40:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003541 10.0.0.38 - - [2026-04-20 02:40:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004006 10.0.0.38 - - [2026-04-20 02:40:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003902 10.0.0.23 - - [2026-04-20 02:40:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003853 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.004959 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-machine-interface/524ed27d-38c1-45f6-8462-8cfa03eb78c6 HTTP/1.1" 200 3167 0.005228 10.0.0.38 - - [2026-04-20 02:40:24] "POST /neutron/port HTTP/1.1" 200 1236 0.015900 10.0.0.38 - - [2026-04-20 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.38 - - [2026-04-20 02:40:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003485 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003588 10.0.0.38 - - [2026-04-20 02:40:24] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.007492 10.0.0.38 - - [2026-04-20 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.38 - - [2026-04-20 02:40:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.38 - - [2026-04-20 02:40:25] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002884 10.0.0.38 - - [2026-04-20 02:40:25] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005181 10.0.0.38 - - [2026-04-20 02:40:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007248 10.0.0.38 - - [2026-04-20 02:40:31] "POST /neutron/port HTTP/1.1" 200 1236 0.021626 10.0.0.38 - - [2026-04-20 02:40:36] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.004661 10.0.0.38 - - [2026-04-20 02:40:36] "GET /virtual-machine-interface/9fe5dc82-eb76-4a49-9cc6-0c9883bbba2c HTTP/1.1" 200 3169 0.004498 10.0.0.38 - - [2026-04-20 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2026-04-20 02:40:36] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003832 10.0.0.38 - - [2026-04-20 02:40:36] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003434 10.0.0.38 - - [2026-04-20 02:40:36] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005769 10.0.0.38 - - [2026-04-20 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.38 - - [2026-04-20 02:40:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003619 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002881 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.007210 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.003939 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-machine-interface/24462df5-735c-4e8e-afc6-2ac52bdad787 HTTP/1.1" 200 3168 0.005416 10.0.0.38 - - [2026-04-20 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.38 - - [2026-04-20 02:40:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007076 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003864 10.0.0.38 - - [2026-04-20 02:40:37] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008684 10.0.0.38 - - [2026-04-20 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2026-04-20 02:40:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004469 10.0.0.38 - - [2026-04-20 02:40:39] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002805 10.0.0.38 - - [2026-04-20 02:40:39] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006686 10.0.0.38 - - [2026-04-20 02:41:05] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 200 1299 0.005375 10.0.0.38 - - [2026-04-20 02:41:05] "POST /neutron/port HTTP/1.1" 200 1226 0.018670 10.0.0.38 - - [2026-04-20 02:41:07] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 404 171 0.003866 10.0.0.38 - - [2026-04-20 02:41:07] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 404 171 0.003366 10.0.0.38 - - [2026-04-20 02:41:07] "GET /virtual-machine/c98c3fa0-2e4f-4699-a49e-7822c5698f08 HTTP/1.1" 404 171 0.002558 10.0.0.38 - - [2026-04-20 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.38 - - [2026-04-20 02:41:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003747 10.0.0.38 - - [2026-04-20 02:41:07] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002862 10.0.0.38 - - [2026-04-20 02:41:07] "GET /virtual-network/d7b8362b-9de4-4e7d-8b55-c452b172952e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006617 10.0.0.38 - - [2026-04-20 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.38 - - [2026-04-20 02:41:07] "GET /routing-instance/a27da738-fed2-473c-ad20-91a2964c8ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005402 10.0.0.38 - - [2026-04-20 02:41:07] "GET /route-target/996cb4a5-c8e5-4b8a-a5b8-bc497bfcff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004959 10.0.0.38 - - [2026-04-20 02:41:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003422 10.0.0.23 - - [2026-04-20 02:41:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004046 10.0.0.27 - - [2026-04-20 02:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.27 - - [2026-04-20 02:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.23 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-04-20 02:41:13] "POST /neutron/port HTTP/1.1" 200 1233 0.049559 10.0.0.23 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-04-20 02:41:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004314 10.0.0.38 - - [2026-04-20 02:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.27 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-04-20 02:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-04-20 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-04-20 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-04-20 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.38 - - [2026-04-20 02:41:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004264 10.0.0.23 - - [2026-04-20 02:41:19] "GET /obj-perms HTTP/1.1" 200 5042 0.003309 10.0.0.38 - - [2026-04-20 02:41:26] "GET /obj-perms HTTP/1.1" 200 5042 0.004846 10.0.0.23 - - [2026-04-20 02:41:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003249 10.0.0.38 - - [2026-04-20 02:41:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003933 10.0.0.23 - - [2026-04-20 02:41:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004115 10.0.0.38 - - [2026-04-20 02:41:35] "GET /obj-perms HTTP/1.1" 200 5042 0.003081 10.0.0.27 - - [2026-04-20 02:41:35] "GET /obj-perms HTTP/1.1" 200 5042 0.003066 10.0.0.38 - - [2026-04-20 02:41:35] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 200 1297 0.003968 10.0.0.38 - - [2026-04-20 02:41:35] "POST /neutron/port HTTP/1.1" 200 1223 0.014351 10.0.0.38 - - [2026-04-20 02:41:37] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 404 171 0.002853 10.0.0.38 - - [2026-04-20 02:41:37] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 404 171 0.002327 10.0.0.38 - - [2026-04-20 02:41:37] "GET /virtual-machine/7bce5e96-a95e-4278-82c6-1310c52ee6e6 HTTP/1.1" 404 171 0.003125 10.0.0.38 - - [2026-04-20 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2026-04-20 02:41:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003070 10.0.0.38 - - [2026-04-20 02:41:37] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002871 10.0.0.38 - - [2026-04-20 02:41:37] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005887 10.0.0.38 - - [2026-04-20 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.38 - - [2026-04-20 02:41:37] "GET /routing-instance/078e0bdf-99b0-480a-821c-b2fdfabddf1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1795 0.004410 10.0.0.38 - - [2026-04-20 02:41:37] "GET /route-target/d175695b-5d9d-4d57-9197-98ab71b3c4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003181 10.0.0.38 - - [2026-04-20 02:41:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003556 10.0.0.27 - - [2026-04-20 02:41:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003880 10.0.0.38 - - [2026-04-20 02:41:53] "GET /obj-perms HTTP/1.1" 200 5042 0.003762 10.0.0.27 - - [2026-04-20 02:41:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004463 10.0.0.38 - - [2026-04-20 02:42:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004328 10.0.0.27 - - [2026-04-20 02:42:02] "GET /obj-perms HTTP/1.1" 200 5042 0.003771 10.0.0.38 - - [2026-04-20 02:42:05] "GET /obj-perms HTTP/1.1" 200 5042 0.003206 10.0.0.38 - - [2026-04-20 02:42:05] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 200 1299 0.003865 10.0.0.38 - - [2026-04-20 02:42:06] "POST /neutron/port HTTP/1.1" 200 1226 0.014649 10.0.0.38 - - [2026-04-20 02:42:07] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 404 171 0.003299 10.0.0.38 - - [2026-04-20 02:42:07] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 404 171 0.002799 10.0.0.38 - - [2026-04-20 02:42:07] "GET /virtual-machine/98978850-b161-4b4d-bd30-ffef4ec36db5 HTTP/1.1" 404 171 0.003356 10.0.0.38 - - [2026-04-20 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2026-04-20 02:42:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003006 10.0.0.38 - - [2026-04-20 02:42:07] "GET /virtual-networks?parent_id=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003324 10.0.0.38 - - [2026-04-20 02:42:07] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005853 10.0.0.38 - - [2026-04-20 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.38 - - [2026-04-20 02:42:08] "GET /routing-instance/d6cafa62-2493-4744-9216-9b845c45af88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004429 10.0.0.38 - - [2026-04-20 02:42:08] "GET /route-target/e455d943-26f5-4931-9b49-2447bb530eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004024 10.0.0.23 - - [2026-04-20 02:42:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004112 10.0.0.38 - - [2026-04-20 02:42:14] "GET /obj-perms HTTP/1.1" 200 5042 0.003622 10.0.0.23 - - [2026-04-20 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003607 10.0.0.38 - - [2026-04-20 02:42:23] "GET /obj-perms HTTP/1.1" 200 5042 0.007723 10.0.0.23 - - [2026-04-20 02:42:26] "GET /obj-perms HTTP/1.1" 200 5042 0.003756 10.0.0.27 - - [2026-04-20 02:42:30] "GET /obj-perms HTTP/1.1" 200 5056 0.046612 10.0.0.38 - - [2026-04-20 02:42:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003457 10.0.0.23 - - [2026-04-20 02:42:32] "GET /obj-perms HTTP/1.1" 200 5042 0.005574 10.0.0.38 - - [2026-04-20 02:42:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004025 10.0.0.38 - - [2026-04-20 02:42:35] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2946 0.005012 10.0.0.38 - - [2026-04-20 02:42:36] "POST /neutron/network HTTP/1.1" 200 1010 0.071801 10.0.0.38 - - [2026-04-20 02:42:36] "GET /virtual-network/b1d22b67-b338-4f45-9248-f60cdae21814?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006908 10.0.0.23 - - [2026-04-20 02:42:36] "POST /ref-update HTTP/1.1" 200 156 0.024015 10.0.0.38 - - [2026-04-20 02:42:36] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3242 0.005336 10.0.0.23 - - [2026-04-20 02:42:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003130 10.0.0.38 - - [2026-04-20 02:42:36] "POST /neutron/network HTTP/1.1" 200 1013 0.081625 10.0.0.38 - - [2026-04-20 02:42:36] "GET /virtual-network/07a9315c-1913-42fa-8f3d-3a76f2077130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007652 10.0.0.23 - - [2026-04-20 02:42:36] "POST /ref-update HTTP/1.1" 200 156 0.052999 10.0.0.38 - - [2026-04-20 02:42:36] "DELETE /network-policy/73287d27-d8a0-43c5-ad31-046eb0e9fbcc HTTP/1.1" 200 115 0.067180 10.0.0.38 - - [2026-04-20 02:42:36] "DELETE /network-policy/2f195aa5-8943-4e91-aceb-6da0691385d9 HTTP/1.1" 200 115 0.052289 10.0.0.38 - - [2026-04-20 02:42:36] "DELETE /network-policy/a0f58364-28d5-41f9-ab7e-58e6f9d9a2b2 HTTP/1.1" 200 115 0.036458 10.0.0.23 - - [2026-04-20 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.23 - - [2026-04-20 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.23 - - [2026-04-20 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002127 10.0.0.23 - - [2026-04-20 02:42:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002492 10.0.0.38 - - [2026-04-20 02:42:36] "POST /neutron/network HTTP/1.1" 200 151 0.145824 10.0.0.23 - - [2026-04-20 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.38 - - [2026-04-20 02:42:37] "POST /neutron/network HTTP/1.1" 200 1013 0.008652 10.0.0.23 - - [2026-04-20 02:42:37] "DELETE /route-target/e455d943-26f5-4931-9b49-2447bb530eb7 HTTP/1.1" 200 115 0.017595 10.0.0.38 - - [2026-04-20 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.38 - - [2026-04-20 02:42:37] "DELETE /network-ipam/65d00412-dfbc-4266-bd50-bb6304f75bcb HTTP/1.1" 200 115 0.028876 10.0.0.38 - - [2026-04-20 02:42:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.002819 10.0.0.38 - - [2026-04-20 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.38 - - [2026-04-20 02:42:38] "DELETE /network-ipam/fb1b355f-0a44-4d3a-9210-ed7b7a7f91c7 HTTP/1.1" 200 115 0.036566 10.0.0.38 - - [2026-04-20 02:42:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.003652 10.0.0.38 - - [2026-04-20 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2026-04-20 02:42:38] "DELETE /network-ipam/78bb5601-05fa-4cac-9507-eea92fcd563f HTTP/1.1" 200 115 0.032018 10.0.0.38 - - [2026-04-20 02:42:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.002516 10.0.0.23 - - [2026-04-20 02:42:40] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000844 10.0.0.38 - - [2026-04-20 02:42:40] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046510 10.0.0.23 - - [2026-04-20 02:42:40] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000863 10.0.0.38 - - [2026-04-20 02:42:40] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?fields=virtual_networks HTTP/1.1" 200 1044 0.057425 10.0.0.23 - - [2026-04-20 02:42:40] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.38 - - [2026-04-20 02:42:40] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045146 10.0.0.23 - - [2026-04-20 02:42:41] "GET /projects?obj_uuids=74fa0b95-9fe9-45ff-8c77-4ba128239b24&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.38 - - [2026-04-20 02:42:41] "GET /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24?fields=security_groups HTTP/1.1" 200 1276 0.058010 10.0.0.38 - - [2026-04-20 02:42:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.026486 10.0.0.23 - - [2026-04-20 02:42:42] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003714 10.0.0.23 - - [2026-04-20 02:42:42] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002374 10.0.0.23 - - [2026-04-20 02:42:42] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009332 10.0.0.23 - - [2026-04-20 02:42:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.001847 10.0.0.23 - - [2026-04-20 02:42:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.007084 10.0.0.23 - - [2026-04-20 02:42:42] "POST /security-groups HTTP/1.1" 200 593 0.083150 10.0.0.23 - - [2026-04-20 02:42:42] "POST /projects HTTP/1.1" 200 589 0.312643 10.0.0.23 - - [2026-04-20 02:42:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.009031 10.0.0.23 - - [2026-04-20 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.393431 10.0.0.38 - - [2026-04-20 02:42:42] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.550360 10.0.0.38 - - [2026-04-20 02:42:43] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.38 - - [2026-04-20 02:42:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.38 - - [2026-04-20 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.057780 10.0.0.23 - - [2026-04-20 02:42:45] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.38 - - [2026-04-20 02:42:45] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040129 10.0.0.23 - - [2026-04-20 02:42:45] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.38 - - [2026-04-20 02:42:46] "POST /neutron/network HTTP/1.1" 200 607 0.147115 10.0.0.23 - - [2026-04-20 02:42:46] "POST /ref-update HTTP/1.1" 200 156 0.020792 10.0.0.38 - - [2026-04-20 02:42:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.003390 10.0.0.38 - - [2026-04-20 02:42:46] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005603 10.0.0.38 - - [2026-04-20 02:42:46] "POST /neutron/network HTTP/1.1" 200 827 0.006885 10.0.0.38 - - [2026-04-20 02:42:46] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005020 10.0.0.38 - - [2026-04-20 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.23 - - [2026-04-20 02:42:46] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000908 10.0.0.38 - - [2026-04-20 02:42:46] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037628 10.0.0.38 - - [2026-04-20 02:42:46] "POST /neutron/network HTTP/1.1" 200 117 0.014879 10.0.0.38 - - [2026-04-20 02:42:46] "POST /neutron/network HTTP/1.1" 200 826 0.008643 10.0.0.38 - - [2026-04-20 02:42:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001096 10.0.0.38 - - [2026-04-20 02:42:46] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005152 10.0.0.38 - - [2026-04-20 02:42:47] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005150 10.0.0.38 - - [2026-04-20 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.010585 10.0.0.38 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.005179 10.0.0.38 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2026-04-20 02:42:47] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.38 - - [2026-04-20 02:42:47] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038848 10.0.0.38 - - [2026-04-20 02:42:47] "POST /network-policys HTTP/1.1" 200 571 0.032138 10.0.0.38 - - [2026-04-20 02:42:47] "GET /network-policy/abfe91de-6748-4bd3-b67b-927d8b1e225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005172 10.0.0.23 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.005905 10.0.0.38 - - [2026-04-20 02:42:47] "POST /neutron/network HTTP/1.1" 200 929 0.007222 10.0.0.38 - - [2026-04-20 02:42:47] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004122 10.0.0.38 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002301 10.0.0.38 - - [2026-04-20 02:42:47] "GET /network-policy/abfe91de-6748-4bd3-b67b-927d8b1e225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.016953 10.0.0.23 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.011307 10.0.0.38 - - [2026-04-20 02:42:47] "POST /neutron/network HTTP/1.1" 200 928 0.013764 10.0.0.38 - - [2026-04-20 02:42:47] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005512 10.0.0.38 - - [2026-04-20 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.38 - - [2026-04-20 02:42:47] "GET /network-policy/abfe91de-6748-4bd3-b67b-927d8b1e225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.014812 10.0.0.38 - - [2026-04-20 02:42:48] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004741 10.0.0.23 - - [2026-04-20 02:42:49] "GET /obj-perms HTTP/1.1" 200 5034 0.050941 10.0.0.38 - - [2026-04-20 02:42:49] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006206 10.0.0.27 - - [2026-04-20 02:42:49] "GET /obj-perms HTTP/1.1" 200 5034 0.059433 10.0.0.38 - - [2026-04-20 02:42:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001695 10.0.0.23 - - [2026-04-20 02:42:50] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.38 - - [2026-04-20 02:42:50] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060066 10.0.0.38 - - [2026-04-20 02:42:51] "POST /neutron/port HTTP/1.1" 200 117 0.009989 10.0.0.38 - - [2026-04-20 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001227 10.0.0.38 - - [2026-04-20 02:42:51] "POST /neutron/network HTTP/1.1" 200 938 0.008319 10.0.0.38 - - [2026-04-20 02:42:51] "POST /neutron/port HTTP/1.1" 200 1063 0.046435 10.0.0.23 - - [2026-04-20 02:42:52] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001176 10.0.0.38 - - [2026-04-20 02:42:52] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091042 10.0.0.38 - - [2026-04-20 02:42:52] "POST /neutron/port HTTP/1.1" 200 1127 0.022172 10.0.0.38 - - [2026-04-20 02:42:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.007666 10.0.0.38 - - [2026-04-20 02:42:52] "POST /neutron/port HTTP/1.1" 200 1127 0.019522 10.0.0.38 - - [2026-04-20 02:42:52] "POST /neutron/port HTTP/1.1" 200 1127 0.018164 10.0.0.23 - - [2026-04-20 02:42:52] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001476 10.0.0.23 - - [2026-04-20 02:42:52] "PUT /access-control-list/b60cdcbe-46e1-44d2-8b11-82aba154da59 HTTP/1.1" 200 272 0.023696 10.0.0.38 - - [2026-04-20 02:42:53] "POST /neutron/port HTTP/1.1" 200 1062 0.334711 10.0.0.38 - - [2026-04-20 02:42:53] "POST /neutron/port HTTP/1.1" 200 1116 0.098289 10.0.0.38 - - [2026-04-20 02:42:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.011298 10.0.0.38 - - [2026-04-20 02:42:57] "POST /neutron/port HTTP/1.1" 200 1127 0.015442 10.0.0.38 - - [2026-04-20 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007466 10.0.0.38 - - [2026-04-20 02:42:57] "GET /virtual-machine/f780abeb-82fe-4b86-a474-0b47b1e8e2ac HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-04-20 02:42:58] "GET /virtual-machine/f780abeb-82fe-4b86-a474-0b47b1e8e2ac HTTP/1.1" 200 1295 0.034505 10.0.0.38 - - [2026-04-20 02:42:58] "GET /virtual-machine-interface/82dbf82a-61e5-405d-9615-502ab84b4edd HTTP/1.1" 200 2951 0.005606 10.0.0.38 - - [2026-04-20 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.38 - - [2026-04-20 02:42:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003451 10.0.0.38 - - [2026-04-20 02:42:58] "GET /virtual-networks?parent_id=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.014739 10.0.0.38 - - [2026-04-20 02:42:58] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006638 10.0.0.38 - - [2026-04-20 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.38 - - [2026-04-20 02:43:01] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004799 10.0.0.38 - - [2026-04-20 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2026-04-20 02:43:05] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005825 10.0.0.38 - - [2026-04-20 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.38 - - [2026-04-20 02:43:09] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004401 10.0.0.38 - - [2026-04-20 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.38 - - [2026-04-20 02:43:13] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005273 10.0.0.38 - - [2026-04-20 02:43:13] "POST /neutron/port HTTP/1.1" 200 1127 0.018191 10.0.0.38 - - [2026-04-20 02:43:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012348 10.0.0.38 - - [2026-04-20 02:43:14] "POST /neutron/network HTTP/1.1" 200 929 0.009324 10.0.0.38 - - [2026-04-20 02:43:14] "POST /neutron/network HTTP/1.1" 200 938 0.008609 10.0.0.38 - - [2026-04-20 02:43:14] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.23 - - [2026-04-20 02:43:16] "DELETE /project/882d1923878243edae362c43bdad0960 HTTP/1.1" 404 173 0.004492 10.0.0.23 - - [2026-04-20 02:43:16] "DELETE /project/74fa0b95-9fe9-45ff-8c77-4ba128239b24 HTTP/1.1" 404 177 0.004152 10.0.0.38 - - [2026-04-20 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.38 - - [2026-04-20 02:43:17] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004307 10.0.0.38 - - [2026-04-20 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2026-04-20 02:43:21] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004864 10.0.0.38 - - [2026-04-20 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.38 - - [2026-04-20 02:43:25] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005241 10.0.0.38 - - [2026-04-20 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.38 - - [2026-04-20 02:43:29] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004631 10.0.0.38 - - [2026-04-20 02:43:30] "GET /obj-perms HTTP/1.1" 200 5056 0.050086 10.0.0.38 - - [2026-04-20 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.38 - - [2026-04-20 02:43:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003142 10.0.0.38 - - [2026-04-20 02:43:32] "GET /virtual-networks?parent_id=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003095 10.0.0.38 - - [2026-04-20 02:43:32] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006842 10.0.0.38 - - [2026-04-20 02:43:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007333 10.0.0.38 - - [2026-04-20 02:43:41] "POST /neutron/port HTTP/1.1" 200 1127 0.036778 10.0.0.38 - - [2026-04-20 02:43:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006628 10.0.0.38 - - [2026-04-20 02:43:47] "POST /neutron/port HTTP/1.1" 200 1127 0.015645 10.0.0.38 - - [2026-04-20 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008466 10.0.0.38 - - [2026-04-20 02:43:53] "POST /neutron/port HTTP/1.1" 200 1126 0.016852 10.0.0.38 - - [2026-04-20 02:43:53] "GET /virtual-machine/1db4e5f4-ecab-458a-ab4b-0f489d78611e HTTP/1.1" 200 1294 0.006094 10.0.0.38 - - [2026-04-20 02:43:53] "GET /virtual-machine-interface/9d70c7f2-c7eb-430e-af02-8c949c7f7007 HTTP/1.1" 200 2952 0.006957 10.0.0.38 - - [2026-04-20 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2026-04-20 02:43:53] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003920 10.0.0.38 - - [2026-04-20 02:43:53] "GET /virtual-networks?parent_id=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002605 10.0.0.38 - - [2026-04-20 02:43:53] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006210 10.0.0.38 - - [2026-04-20 02:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2026-04-20 02:43:54] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003250 10.0.0.38 - - [2026-04-20 02:43:54] "GET /virtual-networks?parent_id=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003369 10.0.0.38 - - [2026-04-20 02:43:54] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006366 10.0.0.38 - - [2026-04-20 02:44:15] "POST /neutron/port HTTP/1.1" 200 1127 0.021941 10.0.0.38 - - [2026-04-20 02:44:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.008469 10.0.0.38 - - [2026-04-20 02:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.23 - - [2026-04-20 02:44:15] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.031121 10.0.0.38 - - [2026-04-20 02:44:16] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074569 10.0.0.38 - - [2026-04-20 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.38 - - [2026-04-20 02:44:16] "PUT /network-policy/abfe91de-6748-4bd3-b67b-927d8b1e225a HTTP/1.1" 200 262 0.013703 10.0.0.38 - - [2026-04-20 02:44:16] "POST /neutron/port HTTP/1.1" 200 1126 0.019400 10.0.0.38 - - [2026-04-20 02:44:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.38 - - [2026-04-20 02:44:16] "POST /neutron/network HTTP/1.1" 200 928 0.007789 10.0.0.23 - - [2026-04-20 02:44:16] "PUT /access-control-list/e35a6ff1-f39f-4eeb-8dd2-f3632992a92c HTTP/1.1" 200 272 0.097294 10.0.0.23 - - [2026-04-20 02:44:16] "POST /ref-update HTTP/1.1" 200 156 0.024848 10.0.0.38 - - [2026-04-20 02:44:19] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006233 10.0.0.38 - - [2026-04-20 02:44:20] "POST /neutron/network HTTP/1.1" 200 826 0.023122 10.0.0.38 - - [2026-04-20 02:44:20] "GET /virtual-network/a3a0a6f3-b4bc-4655-a9a7-bebc59743593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006363 10.0.0.38 - - [2026-04-20 02:44:20] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005485 10.0.0.38 - - [2026-04-20 02:44:20] "POST /neutron/network HTTP/1.1" 200 827 0.009681 10.0.0.38 - - [2026-04-20 02:44:20] "GET /virtual-network/de54a4ac-77fe-49de-a869-aea4b2da1e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011243 10.0.0.38 - - [2026-04-20 02:44:20] "DELETE /network-policy/abfe91de-6748-4bd3-b67b-927d8b1e225a HTTP/1.1" 200 115 0.033310 10.0.0.38 - - [2026-04-20 02:44:20] "POST /neutron/port HTTP/1.1" 200 1126 0.016887 10.0.0.38 - - [2026-04-20 02:44:20] "POST /neutron/port HTTP/1.1" 200 151 0.193402 10.0.0.38 - - [2026-04-20 02:44:22] "POST /neutron/network HTTP/1.1" 200 826 0.006270 10.0.0.23 - - [2026-04-20 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.23 - - [2026-04-20 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008104 10.0.0.23 - - [2026-04-20 02:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005590 10.0.0.38 - - [2026-04-20 02:44:22] "POST /neutron/network HTTP/1.1" 200 151 0.134035 10.0.0.23 - - [2026-04-20 02:44:22] "DELETE /route-target/69e02b1e-931c-477f-b588-1b9a9bb932de HTTP/1.1" 200 115 0.031766 10.0.0.23 - - [2026-04-20 02:44:24] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000902 10.0.0.38 - - [2026-04-20 02:44:24] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.089447 10.0.0.23 - - [2026-04-20 02:44:24] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.38 - - [2026-04-20 02:44:24] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?fields=virtual_networks HTTP/1.1" 200 1036 0.047235 10.0.0.23 - - [2026-04-20 02:44:24] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.38 - - [2026-04-20 02:44:24] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.038145 10.0.0.23 - - [2026-04-20 02:44:24] "GET /projects?obj_uuids=882d1923-8782-43ed-ae36-2c43bdad0960&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.38 - - [2026-04-20 02:44:24] "GET /project/882d1923-8782-43ed-ae36-2c43bdad0960?fields=security_groups HTTP/1.1" 200 1264 0.044419 10.0.0.38 - - [2026-04-20 02:44:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.024272 10.0.0.23 - - [2026-04-20 02:44:25] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004270 10.0.0.23 - - [2026-04-20 02:44:25] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.23 - - [2026-04-20 02:44:25] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031558 10.0.0.23 - - [2026-04-20 02:44:25] "POST /id-to-fqname HTTP/1.1" 200 202 0.001101 10.0.0.23 - - [2026-04-20 02:44:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.006875 10.0.0.23 - - [2026-04-20 02:44:25] "POST /security-groups HTTP/1.1" 200 603 0.073728 10.0.0.23 - - [2026-04-20 02:44:25] "POST /projects HTTP/1.1" 200 609 0.288328 10.0.0.23 - - [2026-04-20 02:44:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.003969 10.0.0.23 - - [2026-04-20 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.358435 10.0.0.38 - - [2026-04-20 02:44:25] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.505982 10.0.0.38 - - [2026-04-20 02:44:26] "GET / HTTP/1.1" 200 35931 0.001401 10.0.0.38 - - [2026-04-20 02:44:30] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-20 02:44:30] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.38 - - [2026-04-20 02:44:30] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059020 10.0.0.38 - - [2026-04-20 02:44:31] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.38 - - [2026-04-20 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-04-20 02:44:31] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.38 - - [2026-04-20 02:44:31] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007961 10.0.0.38 - - [2026-04-20 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.23 - - [2026-04-20 02:44:31] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.38 - - [2026-04-20 02:44:31] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043763 10.0.0.38 - - [2026-04-20 02:44:33] "GET /domains HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-20 02:44:33] "GET /domains HTTP/1.1" 200 280 0.026450 10.0.0.23 - - [2026-04-20 02:44:33] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.38 - - [2026-04-20 02:44:33] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022 HTTP/1.1" 200 2968 0.007903 10.0.0.23 - - [2026-04-20 02:44:33] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000838 10.0.0.38 - - [2026-04-20 02:44:33] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238 HTTP/1.1" 200 1925 0.087663 10.0.0.38 - - [2026-04-20 02:44:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003821 10.0.0.38 - - [2026-04-20 02:44:33] "POST /network-ipams HTTP/1.1" 200 621 0.029543 10.0.0.38 - - [2026-04-20 02:44:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.002975 10.0.0.38 - - [2026-04-20 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.38 - - [2026-04-20 02:44:33] "GET /network-ipam/1b479c8c-6483-4d5d-adfd-9cf41051501c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006384 10.0.0.38 - - [2026-04-20 02:44:33] "PUT /network-ipam/1b479c8c-6483-4d5d-adfd-9cf41051501c HTTP/1.1" 200 258 0.014706 10.0.0.38 - - [2026-04-20 02:44:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2026-04-20 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.034207 10.0.0.23 - - [2026-04-20 02:44:34] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.38 - - [2026-04-20 02:44:34] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040023 10.0.0.23 - - [2026-04-20 02:44:34] "POST /ref-update HTTP/1.1" 200 156 0.027363 10.0.0.23 - - [2026-04-20 02:44:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006560 10.0.0.38 - - [2026-04-20 02:44:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.214668 10.0.0.38 - - [2026-04-20 02:44:35] "POST /neutron/network HTTP/1.1" 200 1337 0.019715 10.0.0.38 - - [2026-04-20 02:44:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.000959 10.0.0.38 - - [2026-04-20 02:44:35] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005007 10.0.0.38 - - [2026-04-20 02:44:35] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004905 10.0.0.38 - - [2026-04-20 02:44:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.008172 10.0.0.38 - - [2026-04-20 02:44:35] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005017 10.0.0.23 - - [2026-04-20 02:44:37] "GET /obj-perms HTTP/1.1" 200 5019 0.057781 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002769 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.23 - - [2026-04-20 02:44:37] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.38 - - [2026-04-20 02:44:37] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041944 10.0.0.38 - - [2026-04-20 02:44:37] "POST /network-policys HTTP/1.1" 200 563 0.072879 10.0.0.38 - - [2026-04-20 02:44:37] "GET /network-policy/a3dd7670-ff41-499d-b8bf-8b5e35dced39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005938 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003091 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-04-20 02:44:37] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.38 - - [2026-04-20 02:44:37] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041145 10.0.0.38 - - [2026-04-20 02:44:37] "POST /network-policys HTTP/1.1" 200 563 0.069235 10.0.0.38 - - [2026-04-20 02:44:37] "GET /network-policy/2a39fb1e-e350-437c-9252-69a5fea5784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005874 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.002686 10.0.0.38 - - [2026-04-20 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-04-20 02:44:38] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.38 - - [2026-04-20 02:44:38] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046068 10.0.0.38 - - [2026-04-20 02:44:38] "POST /network-policys HTTP/1.1" 200 563 0.071261 10.0.0.38 - - [2026-04-20 02:44:38] "GET /network-policy/d4835fde-af66-4874-a558-aad6e442b16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006014 10.0.0.38 - - [2026-04-20 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002785 10.0.0.38 - - [2026-04-20 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.23 - - [2026-04-20 02:44:38] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.38 - - [2026-04-20 02:44:38] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034834 10.0.0.38 - - [2026-04-20 02:44:38] "POST /network-policys HTTP/1.1" 200 563 0.069432 10.0.0.38 - - [2026-04-20 02:44:38] "GET /network-policy/9e0fa533-9152-40e9-8dcd-eaadb2c5d6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004947 10.0.0.38 - - [2026-04-20 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.002718 10.0.0.38 - - [2026-04-20 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2026-04-20 02:44:38] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.38 - - [2026-04-20 02:44:38] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045820 10.0.0.38 - - [2026-04-20 02:44:39] "POST /network-policys HTTP/1.1" 200 563 0.073631 10.0.0.38 - - [2026-04-20 02:44:39] "GET /network-policy/5243de19-79f6-4248-b812-be85156ca3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005256 10.0.0.38 - - [2026-04-20 02:44:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002712 10.0.0.38 - - [2026-04-20 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.23 - - [2026-04-20 02:44:39] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.38 - - [2026-04-20 02:44:39] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046136 10.0.0.38 - - [2026-04-20 02:44:39] "POST /network-policys HTTP/1.1" 200 563 0.077088 10.0.0.38 - - [2026-04-20 02:44:39] "GET /network-policy/a7cb288d-5e82-4a75-8419-5655ba51983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005229 10.0.0.38 - - [2026-04-20 02:44:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002486 10.0.0.38 - - [2026-04-20 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-04-20 02:44:39] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000818 10.0.0.38 - - [2026-04-20 02:44:39] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036702 10.0.0.38 - - [2026-04-20 02:44:39] "POST /network-policys HTTP/1.1" 200 563 0.078326 10.0.0.38 - - [2026-04-20 02:44:39] "GET /network-policy/8bddc96e-3d6f-4e51-9f71-f06a90d20190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006548 10.0.0.38 - - [2026-04-20 02:44:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002794 10.0.0.38 - - [2026-04-20 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-04-20 02:44:40] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.38 - - [2026-04-20 02:44:40] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040172 10.0.0.38 - - [2026-04-20 02:44:40] "POST /network-policys HTTP/1.1" 200 563 0.069374 10.0.0.38 - - [2026-04-20 02:44:40] "GET /network-policy/0f87bac3-d335-4d61-958e-44d515d454d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005038 10.0.0.38 - - [2026-04-20 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002649 10.0.0.38 - - [2026-04-20 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.23 - - [2026-04-20 02:44:40] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000823 10.0.0.38 - - [2026-04-20 02:44:40] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037032 10.0.0.38 - - [2026-04-20 02:44:40] "POST /network-policys HTTP/1.1" 200 563 0.085814 10.0.0.38 - - [2026-04-20 02:44:40] "GET /network-policy/8c32bc69-eb70-4666-8220-b9d5ede60f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006118 10.0.0.38 - - [2026-04-20 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.003809 10.0.0.38 - - [2026-04-20 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-04-20 02:44:40] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.38 - - [2026-04-20 02:44:40] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042306 10.0.0.38 - - [2026-04-20 02:44:41] "POST /network-policys HTTP/1.1" 200 563 0.069259 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/b9a23014-f25b-460d-a53b-5dc95d2c8084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007969 10.0.0.38 - - [2026-04-20 02:44:41] "POST /neutron/network HTTP/1.1" 200 1337 0.008985 10.0.0.38 - - [2026-04-20 02:44:41] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.013120 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/0f87bac3-d335-4d61-958e-44d515d454d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004069 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/2a39fb1e-e350-437c-9252-69a5fea5784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004091 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/5243de19-79f6-4248-b812-be85156ca3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004338 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/8bddc96e-3d6f-4e51-9f71-f06a90d20190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003833 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/8c32bc69-eb70-4666-8220-b9d5ede60f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004105 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/9e0fa533-9152-40e9-8dcd-eaadb2c5d6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004203 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/a3dd7670-ff41-499d-b8bf-8b5e35dced39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003953 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2026-04-20 02:44:41] "GET /network-policy/a7cb288d-5e82-4a75-8419-5655ba51983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003593 10.0.0.38 - - [2026-04-20 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.38 - - [2026-04-20 02:44:42] "GET /network-policy/b9a23014-f25b-460d-a53b-5dc95d2c8084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004560 10.0.0.38 - - [2026-04-20 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.38 - - [2026-04-20 02:44:42] "GET /network-policy/d4835fde-af66-4874-a558-aad6e442b16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004225 10.0.0.38 - - [2026-04-20 02:44:42] "POST /id-to-fqname HTTP/1.1" 200 235 0.001144 10.0.0.38 - - [2026-04-20 02:44:42] "POST /neutron/network HTTP/1.1" 200 2260 0.007729 10.0.0.23 - - [2026-04-20 02:44:43] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.38 - - [2026-04-20 02:44:43] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.080114 10.0.0.38 - - [2026-04-20 02:44:43] "POST /neutron/port HTTP/1.1" 200 117 0.006013 10.0.0.23 - - [2026-04-20 02:44:43] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002132 10.0.0.23 - - [2026-04-20 02:44:44] "PUT /access-control-list/ef7951c4-f961-4ca0-b294-285c8fe82c79 HTTP/1.1" 200 272 0.071797 10.0.0.38 - - [2026-04-20 02:44:44] "POST /neutron/port HTTP/1.1" 200 1174 0.400597 10.0.0.38 - - [2026-04-20 02:44:44] "POST /neutron/port HTTP/1.1" 200 1228 0.111351 10.0.0.38 - - [2026-04-20 02:44:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003512 10.0.0.38 - - [2026-04-20 02:44:44] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.38 - - [2026-04-20 02:44:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007588 10.0.0.38 - - [2026-04-20 02:44:48] "POST /neutron/port HTTP/1.1" 200 1238 0.017031 10.0.0.38 - - [2026-04-20 02:44:48] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-20 02:44:49] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 200 1305 0.030991 10.0.0.38 - - [2026-04-20 02:44:49] "GET /virtual-machine-interface/b3689d64-cdf8-4cf7-b4b9-90cb8254239f HTTP/1.1" 200 3170 0.005174 10.0.0.38 - - [2026-04-20 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2026-04-20 02:44:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003095 10.0.0.38 - - [2026-04-20 02:44:49] "GET /virtual-networks?parent_id=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003183 10.0.0.38 - - [2026-04-20 02:44:49] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005193 10.0.0.38 - - [2026-04-20 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.38 - - [2026-04-20 02:44:52] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008452 10.0.0.38 - - [2026-04-20 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.38 - - [2026-04-20 02:44:56] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004869 10.0.0.38 - - [2026-04-20 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.38 - - [2026-04-20 02:45:00] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005651 10.0.0.38 - - [2026-04-20 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2026-04-20 02:45:04] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004795 10.0.0.38 - - [2026-04-20 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.38 - - [2026-04-20 02:45:08] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.004928 10.0.0.38 - - [2026-04-20 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.38 - - [2026-04-20 02:45:12] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005088 10.0.0.23 - - [2026-04-20 02:45:16] "DELETE /project/882d1923-8782-43ed-ae36-2c43bdad0960 HTTP/1.1" 404 177 0.002644 10.0.0.23 - - [2026-04-20 02:45:16] "DELETE /project/b6c60eb6d2dd4ed9bf8998fb33593238 HTTP/1.1" 404 173 0.004627 10.0.0.38 - - [2026-04-20 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2026-04-20 02:45:16] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007305 10.0.0.38 - - [2026-04-20 02:45:17] "POST /neutron/port HTTP/1.1" 200 1238 0.018720 10.0.0.38 - - [2026-04-20 02:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.38 - - [2026-04-20 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.38 - - [2026-04-20 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.38 - - [2026-04-20 02:45:20] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005429 10.0.0.38 - - [2026-04-20 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.38 - - [2026-04-20 02:45:25] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006632 10.0.0.38 - - [2026-04-20 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2026-04-20 02:45:27] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003553 10.0.0.38 - - [2026-04-20 02:45:27] "GET /virtual-networks?parent_id=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003411 10.0.0.38 - - [2026-04-20 02:45:27] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005606 10.0.0.38 - - [2026-04-20 02:45:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007429 10.0.0.27 - - [2026-04-20 02:45:32] "GET /obj-perms HTTP/1.1" 200 5056 0.045958 10.0.0.38 - - [2026-04-20 02:45:35] "POST /neutron/port HTTP/1.1" 200 1238 0.018325 10.0.0.38 - - [2026-04-20 02:45:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006896 10.0.0.38 - - [2026-04-20 02:45:48] "POST /neutron/port HTTP/1.1" 200 1238 0.016642 10.0.0.38 - - [2026-04-20 02:45:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007054 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/a3dd7670-ff41-499d-b8bf-8b5e35dced39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003945 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/2a39fb1e-e350-437c-9252-69a5fea5784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004539 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/d4835fde-af66-4874-a558-aad6e442b16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004380 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/9e0fa533-9152-40e9-8dcd-eaadb2c5d6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004353 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/5243de19-79f6-4248-b812-be85156ca3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003988 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/a7cb288d-5e82-4a75-8419-5655ba51983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004010 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/8bddc96e-3d6f-4e51-9f71-f06a90d20190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004439 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/0f87bac3-d335-4d61-958e-44d515d454d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004177 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/8c32bc69-eb70-4666-8220-b9d5ede60f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006809 10.0.0.38 - - [2026-04-20 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.38 - - [2026-04-20 02:45:48] "GET /network-policy/b9a23014-f25b-460d-a53b-5dc95d2c8084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006680 10.0.0.23 - - [2026-04-20 02:45:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.046262 10.0.0.23 - - [2026-04-20 02:45:49] "PUT /access-control-list/ef7951c4-f961-4ca0-b294-285c8fe82c79 HTTP/1.1" 200 272 0.060105 10.0.0.38 - - [2026-04-20 02:45:49] "POST /neutron/network HTTP/1.1" 200 1440 0.023343 10.0.0.38 - - [2026-04-20 02:45:49] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006639 10.0.0.38 - - [2026-04-20 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.38 - - [2026-04-20 02:45:49] "GET /network-policy/a3dd7670-ff41-499d-b8bf-8b5e35dced39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004559 10.0.0.38 - - [2026-04-20 02:45:54] "POST /neutron/network HTTP/1.1" 200 1440 0.018491 10.0.0.38 - - [2026-04-20 02:45:54] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006475 10.0.0.38 - - [2026-04-20 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.38 - - [2026-04-20 02:45:54] "GET /network-policy/2a39fb1e-e350-437c-9252-69a5fea5784e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.003893 10.0.0.38 - - [2026-04-20 02:45:59] "POST /neutron/network HTTP/1.1" 200 1440 0.015358 10.0.0.38 - - [2026-04-20 02:45:59] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004491 10.0.0.38 - - [2026-04-20 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.38 - - [2026-04-20 02:45:59] "GET /network-policy/d4835fde-af66-4874-a558-aad6e442b16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004361 10.0.0.23 - - [2026-04-20 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.010362 10.0.0.23 - - [2026-04-20 02:46:04] "PUT /access-control-list/ef7951c4-f961-4ca0-b294-285c8fe82c79 HTTP/1.1" 200 272 0.024997 10.0.0.38 - - [2026-04-20 02:46:04] "POST /neutron/network HTTP/1.1" 200 1440 0.016336 10.0.0.38 - - [2026-04-20 02:46:04] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005043 10.0.0.38 - - [2026-04-20 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.38 - - [2026-04-20 02:46:05] "GET /network-policy/9e0fa533-9152-40e9-8dcd-eaadb2c5d6e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003670 10.0.0.38 - - [2026-04-20 02:46:10] "POST /neutron/network HTTP/1.1" 200 1440 0.022031 10.0.0.38 - - [2026-04-20 02:46:10] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004982 10.0.0.38 - - [2026-04-20 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.38 - - [2026-04-20 02:46:10] "GET /network-policy/5243de19-79f6-4248-b812-be85156ca3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004925 10.0.0.27 - - [2026-04-20 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2026-04-20 02:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000308 10.0.0.23 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.23 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.27 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-04-20 02:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.38 - - [2026-04-20 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-04-20 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 02:46:15] "POST /neutron/network HTTP/1.1" 200 1440 0.014293 10.0.0.38 - - [2026-04-20 02:46:15] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005564 10.0.0.38 - - [2026-04-20 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.38 - - [2026-04-20 02:46:15] "GET /network-policy/a7cb288d-5e82-4a75-8419-5655ba51983f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004213 10.0.0.38 - - [2026-04-20 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-04-20 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.38 - - [2026-04-20 02:46:18] "POST /neutron/network HTTP/1.1" 200 1450 0.006377 10.0.0.38 - - [2026-04-20 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.025445 10.0.0.38 - - [2026-04-20 02:46:19] "POST /neutron/network HTTP/1.1" 200 1440 0.011302 10.0.0.23 - - [2026-04-20 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.014252 10.0.0.23 - - [2026-04-20 02:46:20] "PUT /access-control-list/ef7951c4-f961-4ca0-b294-285c8fe82c79 HTTP/1.1" 200 272 0.025490 10.0.0.38 - - [2026-04-20 02:46:20] "POST /neutron/network HTTP/1.1" 200 1440 0.011406 10.0.0.38 - - [2026-04-20 02:46:20] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006487 10.0.0.38 - - [2026-04-20 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.38 - - [2026-04-20 02:46:20] "GET /network-policy/8bddc96e-3d6f-4e51-9f71-f06a90d20190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003761 10.0.0.38 - - [2026-04-20 02:46:26] "POST /neutron/network HTTP/1.1" 200 1440 0.029134 10.0.0.38 - - [2026-04-20 02:46:26] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007311 10.0.0.38 - - [2026-04-20 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.38 - - [2026-04-20 02:46:26] "GET /network-policy/0f87bac3-d335-4d61-958e-44d515d454d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005072 10.0.0.38 - - [2026-04-20 02:46:31] "POST /neutron/network HTTP/1.1" 200 1440 0.012003 10.0.0.38 - - [2026-04-20 02:46:31] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004458 10.0.0.38 - - [2026-04-20 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011127 10.0.0.38 - - [2026-04-20 02:46:31] "GET /network-policy/8c32bc69-eb70-4666-8220-b9d5ede60f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004723 10.0.0.38 - - [2026-04-20 02:46:33] "GET /obj-perms HTTP/1.1" 200 5056 0.044440 10.0.0.23 - - [2026-04-20 02:46:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.004929 10.0.0.23 - - [2026-04-20 02:46:36] "PUT /access-control-list/ef7951c4-f961-4ca0-b294-285c8fe82c79 HTTP/1.1" 200 272 0.013098 10.0.0.38 - - [2026-04-20 02:46:36] "POST /neutron/network HTTP/1.1" 200 1440 0.013543 10.0.0.38 - - [2026-04-20 02:46:36] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.004683 10.0.0.38 - - [2026-04-20 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.38 - - [2026-04-20 02:46:36] "GET /network-policy/b9a23014-f25b-460d-a53b-5dc95d2c8084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004449 10.0.0.38 - - [2026-04-20 02:46:41] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 200 1305 0.003956 10.0.0.38 - - [2026-04-20 02:46:42] "POST /neutron/port HTTP/1.1" 200 151 0.292368 10.0.0.38 - - [2026-04-20 02:46:43] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 404 171 0.003932 10.0.0.38 - - [2026-04-20 02:46:43] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 404 171 0.003043 10.0.0.38 - - [2026-04-20 02:46:43] "GET /virtual-machine/fca80816-9daa-426b-b1cb-607cb3a50c65 HTTP/1.1" 404 171 0.004188 10.0.0.38 - - [2026-04-20 02:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2026-04-20 02:46:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003450 10.0.0.38 - - [2026-04-20 02:46:44] "GET /virtual-networks?parent_id=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002738 10.0.0.38 - - [2026-04-20 02:46:44] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005906 10.0.0.38 - - [2026-04-20 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.38 - - [2026-04-20 02:46:44] "GET /routing-instance/6427e357-81ee-4b28-8776-b6e195c11066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004185 10.0.0.38 - - [2026-04-20 02:46:44] "GET /route-target/edfebc94-03ce-4d9a-83c2-5a84b90fd37a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003912 10.0.0.23 - - [2026-04-20 02:46:47] "GET /obj-perms HTTP/1.1" 200 5019 0.003767 10.0.0.38 - - [2026-04-20 02:46:50] "GET /obj-perms HTTP/1.1" 200 5019 0.050459 10.0.0.23 - - [2026-04-20 02:46:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003994 10.0.0.38 - - [2026-04-20 02:46:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003439 10.0.0.23 - - [2026-04-20 02:47:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003410 10.0.0.38 - - [2026-04-20 02:47:05] "GET /obj-perms HTTP/1.1" 200 5019 0.004582 10.0.0.38 - - [2026-04-20 02:47:06] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005461 10.0.0.38 - - [2026-04-20 02:47:06] "POST /neutron/network HTTP/1.1" 200 1337 0.013011 10.0.0.38 - - [2026-04-20 02:47:06] "GET /virtual-network/84e2a047-b3ec-4df9-b307-12e345ed649b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005259 10.0.0.38 - - [2026-04-20 02:47:06] "DELETE /network-policy/b9a23014-f25b-460d-a53b-5dc95d2c8084 HTTP/1.1" 200 115 0.035441 10.0.0.38 - - [2026-04-20 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.23 - - [2026-04-20 02:47:06] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000815 10.0.0.38 - - [2026-04-20 02:47:06] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.028057 10.0.0.38 - - [2026-04-20 02:47:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005314 10.0.0.38 - - [2026-04-20 02:47:06] "DELETE /network-policy/8c32bc69-eb70-4666-8220-b9d5ede60f16 HTTP/1.1" 200 115 0.031407 10.0.0.38 - - [2026-04-20 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-04-20 02:47:06] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.38 - - [2026-04-20 02:47:06] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045454 10.0.0.38 - - [2026-04-20 02:47:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005276 10.0.0.38 - - [2026-04-20 02:47:06] "DELETE /network-policy/0f87bac3-d335-4d61-958e-44d515d454d9 HTTP/1.1" 200 115 0.034201 10.0.0.38 - - [2026-04-20 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006242 10.0.0.23 - - [2026-04-20 02:47:06] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.38 - - [2026-04-20 02:47:06] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040967 10.0.0.38 - - [2026-04-20 02:47:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005081 10.0.0.38 - - [2026-04-20 02:47:06] "DELETE /network-policy/8bddc96e-3d6f-4e51-9f71-f06a90d20190 HTTP/1.1" 200 115 0.037305 10.0.0.38 - - [2026-04-20 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2026-04-20 02:47:06] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.38 - - [2026-04-20 02:47:06] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040824 10.0.0.38 - - [2026-04-20 02:47:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005130 10.0.0.38 - - [2026-04-20 02:47:07] "DELETE /network-policy/a7cb288d-5e82-4a75-8419-5655ba51983f HTTP/1.1" 200 115 0.033615 10.0.0.38 - - [2026-04-20 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.23 - - [2026-04-20 02:47:07] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.38 - - [2026-04-20 02:47:07] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068420 10.0.0.38 - - [2026-04-20 02:47:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005182 10.0.0.38 - - [2026-04-20 02:47:07] "DELETE /network-policy/5243de19-79f6-4248-b812-be85156ca3f7 HTTP/1.1" 200 115 0.043051 10.0.0.38 - - [2026-04-20 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.23 - - [2026-04-20 02:47:07] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.38 - - [2026-04-20 02:47:07] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036569 10.0.0.38 - - [2026-04-20 02:47:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005897 10.0.0.38 - - [2026-04-20 02:47:07] "DELETE /network-policy/9e0fa533-9152-40e9-8dcd-eaadb2c5d6e1 HTTP/1.1" 200 115 0.042346 10.0.0.38 - - [2026-04-20 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002374 10.0.0.23 - - [2026-04-20 02:47:07] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.38 - - [2026-04-20 02:47:07] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044266 10.0.0.38 - - [2026-04-20 02:47:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005503 10.0.0.38 - - [2026-04-20 02:47:07] "DELETE /network-policy/d4835fde-af66-4874-a558-aad6e442b16d HTTP/1.1" 200 115 0.059659 10.0.0.38 - - [2026-04-20 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.23 - - [2026-04-20 02:47:07] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.38 - - [2026-04-20 02:47:07] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050227 10.0.0.38 - - [2026-04-20 02:47:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007020 10.0.0.38 - - [2026-04-20 02:47:08] "DELETE /network-policy/2a39fb1e-e350-437c-9252-69a5fea5784e HTTP/1.1" 200 115 0.045655 10.0.0.38 - - [2026-04-20 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.23 - - [2026-04-20 02:47:08] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.38 - - [2026-04-20 02:47:08] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040643 10.0.0.38 - - [2026-04-20 02:47:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006862 10.0.0.38 - - [2026-04-20 02:47:08] "DELETE /network-policy/a3dd7670-ff41-499d-b8bf-8b5e35dced39 HTTP/1.1" 200 115 0.046467 10.0.0.38 - - [2026-04-20 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.23 - - [2026-04-20 02:47:08] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.38 - - [2026-04-20 02:47:08] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043243 10.0.0.38 - - [2026-04-20 02:47:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15509750&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005221 10.0.0.23 - - [2026-04-20 02:47:08] "DELETE /route-target/edfebc94-03ce-4d9a-83c2-5a84b90fd37a HTTP/1.1" 200 115 0.019921 10.0.0.38 - - [2026-04-20 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.38 - - [2026-04-20 02:47:08] "DELETE /network-ipam/1b479c8c-6483-4d5d-adfd-9cf41051501c HTTP/1.1" 200 115 0.031876 10.0.0.38 - - [2026-04-20 02:47:08] "POST /fqname-to-id HTTP/1.1" 404 260 0.002517 10.0.0.23 - - [2026-04-20 02:47:08] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.23 - - [2026-04-20 02:47:08] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.040069 10.0.0.23 - - [2026-04-20 02:47:08] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.23 - - [2026-04-20 02:47:09] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=security_groups HTTP/1.1" 200 1400 0.037385 10.0.0.23 - - [2026-04-20 02:47:09] "DELETE /security-group/f139d0e4-993c-456a-b647-90dfda6dcdf7 HTTP/1.1" 200 115 0.044860 10.0.0.23 - - [2026-04-20 02:47:09] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000773 10.0.0.23 - - [2026-04-20 02:47:09] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=application_policy_sets HTTP/1.1" 200 1439 0.051482 10.0.0.38 - - [2026-04-20 02:47:09] "DELETE /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238 HTTP/1.1" 200 115 0.367231 10.0.0.23 - - [2026-04-20 02:47:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003927 10.0.0.38 - - [2026-04-20 02:47:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?fields=projects HTTP/1.1" 200 1439 0.013520 10.0.0.23 - - [2026-04-20 02:47:11] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.23 - - [2026-04-20 02:47:11] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.23 - - [2026-04-20 02:47:11] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051838 10.0.0.23 - - [2026-04-20 02:47:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.006633 10.0.0.23 - - [2026-04-20 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.006864 10.0.0.23 - - [2026-04-20 02:47:12] "POST /security-groups HTTP/1.1" 200 603 0.070669 10.0.0.23 - - [2026-04-20 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 246 0.003397 10.0.0.23 - - [2026-04-20 02:47:12] "POST /projects HTTP/1.1" 200 609 0.275529 10.0.0.23 - - [2026-04-20 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.346112 10.0.0.23 - - [2026-04-20 02:47:12] "POST /access-control-lists HTTP/1.1" 200 606 0.025197 10.0.0.38 - - [2026-04-20 02:47:12] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.498365 10.0.0.23 - - [2026-04-20 02:47:12] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000869 10.0.0.38 - - [2026-04-20 02:47:12] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=virtual_networks HTTP/1.1" 200 1057 0.038100 10.0.0.23 - - [2026-04-20 02:47:12] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.38 - - [2026-04-20 02:47:12] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.032969 10.0.0.23 - - [2026-04-20 02:47:12] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.38 - - [2026-04-20 02:47:12] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=security_groups HTTP/1.1" 200 1295 0.036238 10.0.0.38 - - [2026-04-20 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.029272 10.0.0.23 - - [2026-04-20 02:47:13] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003941 10.0.0.23 - - [2026-04-20 02:47:13] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.23 - - [2026-04-20 02:47:13] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006413 10.0.0.23 - - [2026-04-20 02:47:13] "POST /id-to-fqname HTTP/1.1" 200 196 0.003452 10.0.0.23 - - [2026-04-20 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003749 10.0.0.23 - - [2026-04-20 02:47:13] "POST /security-groups HTTP/1.1" 200 597 0.077061 10.0.0.23 - - [2026-04-20 02:47:13] "POST /projects HTTP/1.1" 200 597 0.257583 10.0.0.23 - - [2026-04-20 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 239 0.008808 10.0.0.23 - - [2026-04-20 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.330867 10.0.0.38 - - [2026-04-20 02:47:13] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.469867 10.0.0.38 - - [2026-04-20 02:47:15] "GET / HTTP/1.1" 200 35931 0.001345 10.0.0.23 - - [2026-04-20 02:47:16] "DELETE /project/b6c60eb6d2dd4ed9bf8998fb33593238 HTTP/1.1" 404 173 0.004929 10.0.0.23 - - [2026-04-20 02:47:16] "DELETE /project/70092bd4f55d45fb8d3e749b18e6cfce HTTP/1.1" 404 173 0.004376 10.0.0.23 - - [2026-04-20 02:47:16] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.011743 10.0.0.23 - - [2026-04-20 02:47:16] "DELETE /access-control-list/01e10bd3-6ba8-4022-8f86-e4326aa31b0d HTTP/1.1" 200 115 0.076941 10.0.0.23 - - [2026-04-20 02:47:16] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.063024 10.0.0.23 - - [2026-04-20 02:47:16] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001634 10.0.0.23 - - [2026-04-20 02:47:16] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=security_groups HTTP/1.1" 200 1127 0.110449 10.0.0.23 - - [2026-04-20 02:47:16] "GET /projects?obj_uuids=b6c60eb6-d2dd-4ed9-bf89-98fb33593238&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002420 10.0.0.23 - - [2026-04-20 02:47:17] "GET /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238?fields=application_policy_sets HTTP/1.1" 404 171 0.459392 10.0.0.23 - - [2026-04-20 02:47:17] "DELETE /project/b6c60eb6-d2dd-4ed9-bf89-98fb33593238 HTTP/1.1" 404 171 0.736794 10.0.0.38 - - [2026-04-20 02:47:17] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000893 10.0.0.23 - - [2026-04-20 02:47:18] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.38 - - [2026-04-20 02:47:18] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063266 10.0.0.38 - - [2026-04-20 02:47:18] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.38 - - [2026-04-20 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-04-20 02:47:18] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000770 10.0.0.38 - - [2026-04-20 02:47:18] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006084 10.0.0.38 - - [2026-04-20 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2026-04-20 02:47:19] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.38 - - [2026-04-20 02:47:19] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.034281 10.0.0.38 - - [2026-04-20 02:47:20] "GET /domains HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-04-20 02:47:20] "GET /domains HTTP/1.1" 200 280 0.026371 10.0.0.23 - - [2026-04-20 02:47:20] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.38 - - [2026-04-20 02:47:20] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022 HTTP/1.1" 200 2774 0.008332 10.0.0.23 - - [2026-04-20 02:47:20] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000764 10.0.0.38 - - [2026-04-20 02:47:20] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce HTTP/1.1" 200 1888 0.087211 10.0.0.38 - - [2026-04-20 02:47:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002587 10.0.0.38 - - [2026-04-20 02:47:20] "POST /network-ipams HTTP/1.1" 200 603 0.024858 10.0.0.38 - - [2026-04-20 02:47:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003459 10.0.0.38 - - [2026-04-20 02:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.38 - - [2026-04-20 02:47:20] "GET /network-ipam/1557fc5c-6363-4dd1-b03e-114d597075bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006567 10.0.0.38 - - [2026-04-20 02:47:20] "PUT /network-ipam/1557fc5c-6363-4dd1-b03e-114d597075bb HTTP/1.1" 200 258 0.012641 10.0.0.38 - - [2026-04-20 02:47:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.38 - - [2026-04-20 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.025878 10.0.0.23 - - [2026-04-20 02:47:21] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000798 10.0.0.38 - - [2026-04-20 02:47:21] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.032730 10.0.0.38 - - [2026-04-20 02:47:21] "POST /neutron/network HTTP/1.1" 200 117 0.032318 10.0.0.23 - - [2026-04-20 02:47:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007968 10.0.0.38 - - [2026-04-20 02:47:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.203638 10.0.0.38 - - [2026-04-20 02:47:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.001203 10.0.0.38 - - [2026-04-20 02:47:22] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.004907 10.0.0.38 - - [2026-04-20 02:47:22] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005447 10.0.0.38 - - [2026-04-20 02:47:22] "POST /neutron/network HTTP/1.1" 200 1074 0.008723 10.0.0.38 - - [2026-04-20 02:47:22] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005118 10.0.0.27 - - [2026-04-20 02:47:23] "GET /obj-perms HTTP/1.1" 200 5013 0.050632 10.0.0.38 - - [2026-04-20 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-04-20 02:47:24] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.38 - - [2026-04-20 02:47:24] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040336 10.0.0.38 - - [2026-04-20 02:47:24] "POST /neutron/network HTTP/1.1" 200 117 0.014608 10.0.0.23 - - [2026-04-20 02:47:24] "POST /route-targets HTTP/1.1" 200 327 0.010566 10.0.0.23 - - [2026-04-20 02:47:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007665 10.0.0.38 - - [2026-04-20 02:47:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.160453 10.0.0.38 - - [2026-04-20 02:47:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001284 10.0.0.38 - - [2026-04-20 02:47:24] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005338 10.0.0.38 - - [2026-04-20 02:47:24] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005659 10.0.0.38 - - [2026-04-20 02:47:24] "POST /neutron/network HTTP/1.1" 200 1074 0.009284 10.0.0.38 - - [2026-04-20 02:47:25] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005342 10.0.0.38 - - [2026-04-20 02:47:25] "GET /obj-perms HTTP/1.1" 200 5013 0.049462 10.0.0.23 - - [2026-04-20 02:47:25] "GET /obj-perms HTTP/1.1" 200 5013 0.053560 10.0.0.38 - - [2026-04-20 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.002920 10.0.0.38 - - [2026-04-20 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.23 - - [2026-04-20 02:47:25] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000809 10.0.0.38 - - [2026-04-20 02:47:25] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.031393 10.0.0.38 - - [2026-04-20 02:47:25] "POST /network-policys HTTP/1.1" 200 527 0.069020 10.0.0.38 - - [2026-04-20 02:47:25] "GET /network-policy/66f3c0f8-6103-46ca-a113-3e5a0f5f3adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006179 10.0.0.38 - - [2026-04-20 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.002609 10.0.0.38 - - [2026-04-20 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-04-20 02:47:25] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000868 10.0.0.38 - - [2026-04-20 02:47:25] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037462 10.0.0.38 - - [2026-04-20 02:47:26] "POST /network-policys HTTP/1.1" 200 527 0.073220 10.0.0.38 - - [2026-04-20 02:47:26] "GET /network-policy/dc5a2f5d-3b8c-42bb-a30d-0c728b9af174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005305 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.002766 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.23 - - [2026-04-20 02:47:26] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.38 - - [2026-04-20 02:47:26] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040844 10.0.0.38 - - [2026-04-20 02:47:26] "POST /network-policys HTTP/1.1" 200 527 0.069638 10.0.0.38 - - [2026-04-20 02:47:26] "GET /network-policy/78af9a85-410b-4268-8a63-f78e0c5e1012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.008328 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.003287 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2026-04-20 02:47:26] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001617 10.0.0.38 - - [2026-04-20 02:47:26] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044528 10.0.0.38 - - [2026-04-20 02:47:26] "POST /network-policys HTTP/1.1" 200 527 0.069180 10.0.0.38 - - [2026-04-20 02:47:26] "GET /network-policy/34be8dde-06ce-4550-91cb-bb1a8e62b180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005839 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002751 10.0.0.38 - - [2026-04-20 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.23 - - [2026-04-20 02:47:27] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000959 10.0.0.38 - - [2026-04-20 02:47:27] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042743 10.0.0.38 - - [2026-04-20 02:47:27] "POST /network-policys HTTP/1.1" 200 531 0.035780 10.0.0.38 - - [2026-04-20 02:47:27] "GET /network-policy/2bca5629-893d-4ab5-ae94-40d4dfe2cb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005045 10.0.0.38 - - [2026-04-20 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.002743 10.0.0.38 - - [2026-04-20 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.23 - - [2026-04-20 02:47:27] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001268 10.0.0.38 - - [2026-04-20 02:47:27] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.034731 10.0.0.38 - - [2026-04-20 02:47:27] "POST /network-policys HTTP/1.1" 200 529 0.069375 10.0.0.38 - - [2026-04-20 02:47:27] "GET /network-policy/69a68f07-52c7-4c56-bdb6-7718389903e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.010899 10.0.0.38 - - [2026-04-20 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.002748 10.0.0.38 - - [2026-04-20 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2026-04-20 02:47:27] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.38 - - [2026-04-20 02:47:27] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045618 10.0.0.38 - - [2026-04-20 02:47:27] "POST /network-policys HTTP/1.1" 200 529 0.069030 10.0.0.38 - - [2026-04-20 02:47:27] "GET /network-policy/611aebfd-026e-493f-ad2a-75e88eddf49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005654 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.002694 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.23 - - [2026-04-20 02:47:28] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.38 - - [2026-04-20 02:47:28] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037183 10.0.0.38 - - [2026-04-20 02:47:28] "POST /network-policys HTTP/1.1" 200 529 0.072625 10.0.0.38 - - [2026-04-20 02:47:28] "GET /network-policy/1f859183-94e8-47be-9a62-63db2541f130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005975 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003692 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.23 - - [2026-04-20 02:47:28] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000846 10.0.0.38 - - [2026-04-20 02:47:28] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.034983 10.0.0.38 - - [2026-04-20 02:47:28] "POST /network-policys HTTP/1.1" 200 529 0.069317 10.0.0.38 - - [2026-04-20 02:47:28] "GET /network-policy/47e8829c-2ea9-4af5-8f4b-2aa572d996f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005275 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.002897 10.0.0.38 - - [2026-04-20 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.23 - - [2026-04-20 02:47:28] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.38 - - [2026-04-20 02:47:28] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035537 10.0.0.38 - - [2026-04-20 02:47:29] "POST /network-policys HTTP/1.1" 200 533 0.026240 10.0.0.38 - - [2026-04-20 02:47:29] "GET /network-policy/226ba195-edb4-49f4-ad24-4ad611e7e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005224 10.0.0.38 - - [2026-04-20 02:47:29] "POST /neutron/network HTTP/1.1" 200 1074 0.007523 10.0.0.38 - - [2026-04-20 02:47:29] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006843 10.0.0.38 - - [2026-04-20 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.23 - - [2026-04-20 02:47:29] "POST /access-control-lists HTTP/1.1" 200 603 0.074141 10.0.0.38 - - [2026-04-20 02:47:29] "GET /network-policy/66f3c0f8-6103-46ca-a113-3e5a0f5f3adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003785 10.0.0.38 - - [2026-04-20 02:47:29] "POST /neutron/network HTTP/1.1" 200 1074 0.008757 10.0.0.38 - - [2026-04-20 02:47:29] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012890 10.0.0.38 - - [2026-04-20 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010358 10.0.0.23 - - [2026-04-20 02:47:29] "POST /ref-update HTTP/1.1" 200 156 0.055497 10.0.0.38 - - [2026-04-20 02:47:29] "GET /network-policy/2bca5629-893d-4ab5-ae94-40d4dfe2cb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.013815 10.0.0.38 - - [2026-04-20 02:47:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001136 10.0.0.38 - - [2026-04-20 02:47:30] "POST /neutron/network HTTP/1.1" 200 1167 0.005878 10.0.0.23 - - [2026-04-20 02:47:30] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.38 - - [2026-04-20 02:47:30] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.073056 10.0.0.38 - - [2026-04-20 02:47:31] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.38 - - [2026-04-20 02:47:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001511 10.0.0.38 - - [2026-04-20 02:47:31] "POST /neutron/network HTTP/1.1" 200 1167 0.006230 10.0.0.38 - - [2026-04-20 02:47:31] "POST /neutron/port HTTP/1.1" 200 1061 0.014516 10.0.0.23 - - [2026-04-20 02:47:32] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.38 - - [2026-04-20 02:47:32] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.121547 10.0.0.38 - - [2026-04-20 02:47:32] "POST /neutron/port HTTP/1.1" 200 1125 0.023798 10.0.0.38 - - [2026-04-20 02:47:32] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.38 - - [2026-04-20 02:47:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006720 10.0.0.38 - - [2026-04-20 02:47:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007191 10.0.0.38 - - [2026-04-20 02:47:33] "POST /neutron/port HTTP/1.1" 200 1061 0.059589 10.0.0.38 - - [2026-04-20 02:47:33] "POST /neutron/port HTTP/1.1" 200 1125 0.027024 10.0.0.38 - - [2026-04-20 02:47:33] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.38 - - [2026-04-20 02:47:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009516 10.0.0.38 - - [2026-04-20 02:47:37] "POST /neutron/port HTTP/1.1" 200 1125 0.015105 10.0.0.38 - - [2026-04-20 02:47:37] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 401 292 0.000380 10.0.0.38 - - [2026-04-20 02:47:38] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 200 1299 0.038865 10.0.0.38 - - [2026-04-20 02:47:38] "GET /virtual-machine-interface/611a1985-faa1-45a3-abe5-91487be6a6c7 HTTP/1.1" 200 2951 0.005430 10.0.0.38 - - [2026-04-20 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.38 - - [2026-04-20 02:47:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003693 10.0.0.38 - - [2026-04-20 02:47:38] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002832 10.0.0.38 - - [2026-04-20 02:47:38] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008533 10.0.0.38 - - [2026-04-20 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006599 10.0.0.38 - - [2026-04-20 02:47:41] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005759 10.0.0.38 - - [2026-04-20 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.38 - - [2026-04-20 02:47:45] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005167 10.0.0.38 - - [2026-04-20 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2026-04-20 02:47:49] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005012 10.0.0.38 - - [2026-04-20 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.38 - - [2026-04-20 02:47:53] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005023 10.0.0.38 - - [2026-04-20 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.38 - - [2026-04-20 02:47:57] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004644 10.0.0.38 - - [2026-04-20 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.38 - - [2026-04-20 02:48:01] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005361 10.0.0.38 - - [2026-04-20 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2026-04-20 02:48:05] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004476 10.0.0.38 - - [2026-04-20 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2026-04-20 02:48:09] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.004773 10.0.0.38 - - [2026-04-20 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.38 - - [2026-04-20 02:48:12] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003924 10.0.0.38 - - [2026-04-20 02:48:12] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002755 10.0.0.38 - - [2026-04-20 02:48:12] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005571 10.0.0.38 - - [2026-04-20 02:48:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007139 10.0.0.38 - - [2026-04-20 02:48:20] "POST /neutron/port HTTP/1.1" 200 1125 0.017684 10.0.0.38 - - [2026-04-20 02:48:20] "POST /neutron/port HTTP/1.1" 200 1125 0.042754 10.0.0.38 - - [2026-04-20 02:48:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.009444 10.0.0.38 - - [2026-04-20 02:48:22] "POST /neutron/port HTTP/1.1" 200 1125 0.018597 10.0.0.38 - - [2026-04-20 02:48:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005685 10.0.0.38 - - [2026-04-20 02:48:22] "POST /neutron/network HTTP/1.1" 200 1159 0.011377 10.0.0.38 - - [2026-04-20 02:48:27] "POST /neutron/port HTTP/1.1" 200 1125 0.015006 10.0.0.38 - - [2026-04-20 02:48:27] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007427 10.0.0.38 - - [2026-04-20 02:48:33] "POST /neutron/port HTTP/1.1" 200 1125 0.020231 10.0.0.38 - - [2026-04-20 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008057 10.0.0.38 - - [2026-04-20 02:48:33] "GET /virtual-machine/df74cc2e-5d7a-4b72-a893-9141fe941071 HTTP/1.1" 200 1299 0.006038 10.0.0.38 - - [2026-04-20 02:48:33] "GET /virtual-machine-interface/478cfb1c-cac0-4fb5-9d21-72122957016b HTTP/1.1" 200 2951 0.005696 10.0.0.38 - - [2026-04-20 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.38 - - [2026-04-20 02:48:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004145 10.0.0.38 - - [2026-04-20 02:48:33] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003780 10.0.0.38 - - [2026-04-20 02:48:33] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005582 10.0.0.38 - - [2026-04-20 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2026-04-20 02:48:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003767 10.0.0.38 - - [2026-04-20 02:48:34] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006802 10.0.0.38 - - [2026-04-20 02:48:34] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.004882 10.0.0.38 - - [2026-04-20 02:48:39] "POST /neutron/port HTTP/1.1" 200 2098 0.023591 10.0.0.38 - - [2026-04-20 02:48:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006684 10.0.0.38 - - [2026-04-20 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.38 - - [2026-04-20 02:48:40] "GET /network-policy/2bca5629-893d-4ab5-ae94-40d4dfe2cb91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004370 10.0.0.38 - - [2026-04-20 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2026-04-20 02:48:40] "GET /network-policy/66f3c0f8-6103-46ca-a113-3e5a0f5f3adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003855 10.0.0.38 - - [2026-04-20 02:48:40] "POST /neutron/network HTTP/1.1" 200 1157 0.008839 10.0.0.23 - - [2026-04-20 02:48:40] "PUT /access-control-list/3c34dbc4-5e25-449f-91fc-86f98073e2fe HTTP/1.1" 200 272 0.060841 10.0.0.38 - - [2026-04-20 02:48:40] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.014681 10.0.0.38 - - [2026-04-20 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2026-04-20 02:48:40] "GET /network-policy/dc5a2f5d-3b8c-42bb-a30d-0c728b9af174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004306 10.0.0.38 - - [2026-04-20 02:49:21] "POST /neutron/port HTTP/1.1" 200 1125 0.017124 10.0.0.38 - - [2026-04-20 02:49:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003579 10.0.0.38 - - [2026-04-20 02:49:21] "POST /neutron/network HTTP/1.1" 200 1157 0.009613 10.0.0.38 - - [2026-04-20 02:49:24] "POST /neutron/network HTTP/1.1" 200 1169 0.007130 10.0.0.38 - - [2026-04-20 02:49:24] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.27 - - [2026-04-20 02:49:36] "GET /obj-perms HTTP/1.1" 200 5056 0.050982 10.0.0.38 - - [2026-04-20 02:49:41] "POST /neutron/network HTTP/1.1" 200 1160 0.099969 10.0.0.38 - - [2026-04-20 02:49:41] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005806 10.0.0.38 - - [2026-04-20 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.38 - - [2026-04-20 02:49:41] "GET /network-policy/226ba195-edb4-49f4-ad24-4ad611e7e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004129 10.0.0.38 - - [2026-04-20 02:49:49] "POST /neutron/network HTTP/1.1" 200 1157 0.081389 10.0.0.23 - - [2026-04-20 02:49:49] "PUT /access-control-list/3c34dbc4-5e25-449f-91fc-86f98073e2fe HTTP/1.1" 200 272 0.059826 10.0.0.38 - - [2026-04-20 02:49:49] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.011441 10.0.0.38 - - [2026-04-20 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.38 - - [2026-04-20 02:49:50] "GET /network-policy/78af9a85-410b-4268-8a63-f78e0c5e1012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.008629 10.0.0.38 - - [2026-04-20 02:49:58] "POST /neutron/network HTTP/1.1" 200 1157 0.098834 10.0.0.38 - - [2026-04-20 02:49:58] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006269 10.0.0.38 - - [2026-04-20 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.38 - - [2026-04-20 02:49:58] "GET /network-policy/34be8dde-06ce-4550-91cb-bb1a8e62b180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003536 10.0.0.23 - - [2026-04-20 02:50:06] "PUT /access-control-list/3c34dbc4-5e25-449f-91fc-86f98073e2fe HTTP/1.1" 200 272 0.016182 10.0.0.38 - - [2026-04-20 02:50:06] "POST /neutron/network HTTP/1.1" 200 1158 0.088822 10.0.0.38 - - [2026-04-20 02:50:06] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.012519 10.0.0.38 - - [2026-04-20 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.38 - - [2026-04-20 02:50:06] "GET /network-policy/69a68f07-52c7-4c56-bdb6-7718389903e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004715 10.0.0.38 - - [2026-04-20 02:50:15] "POST /neutron/network HTTP/1.1" 200 1158 0.089804 10.0.0.38 - - [2026-04-20 02:50:15] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.016130 10.0.0.38 - - [2026-04-20 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.23 - - [2026-04-20 02:50:15] "POST /ref-update HTTP/1.1" 200 156 0.027264 10.0.0.38 - - [2026-04-20 02:50:15] "GET /network-policy/611aebfd-026e-493f-ad2a-75e88eddf49d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003961 10.0.0.38 - - [2026-04-20 02:50:21] "POST /neutron/port HTTP/1.1" 200 1125 0.016820 10.0.0.38 - - [2026-04-20 02:50:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.010418 10.0.0.38 - - [2026-04-20 02:50:22] "POST /neutron/network HTTP/1.1" 200 1158 0.008385 10.0.0.38 - - [2026-04-20 02:50:22] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006435 10.0.0.38 - - [2026-04-20 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.38 - - [2026-04-20 02:50:22] "GET /network-policy/1f859183-94e8-47be-9a62-63db2541f130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003712 10.0.0.38 - - [2026-04-20 02:50:25] "POST /neutron/port HTTP/1.1" 200 1125 0.015630 10.0.0.38 - - [2026-04-20 02:50:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.38 - - [2026-04-20 02:50:25] "POST /neutron/network HTTP/1.1" 200 1159 0.008920 10.0.0.38 - - [2026-04-20 02:50:31] "POST /neutron/network HTTP/1.1" 200 1158 0.011246 10.0.0.38 - - [2026-04-20 02:50:31] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004907 10.0.0.38 - - [2026-04-20 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.38 - - [2026-04-20 02:50:31] "GET /network-policy/47e8829c-2ea9-4af5-8f4b-2aa572d996f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003668 10.0.0.23 - - [2026-04-20 02:50:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048375 10.0.0.38 - - [2026-04-20 02:50:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048767 10.0.0.38 - - [2026-04-20 02:50:39] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005572 10.0.0.23 - - [2026-04-20 02:50:39] "DELETE /access-control-list/3c34dbc4-5e25-449f-91fc-86f98073e2fe HTTP/1.1" 200 115 0.039109 10.0.0.38 - - [2026-04-20 02:50:39] "POST /neutron/network HTTP/1.1" 200 1074 0.018799 10.0.0.38 - - [2026-04-20 02:50:39] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005515 10.0.0.38 - - [2026-04-20 02:50:39] "GET /virtual-machine/df74cc2e-5d7a-4b72-a893-9141fe941071 HTTP/1.1" 200 1299 0.004494 10.0.0.38 - - [2026-04-20 02:50:40] "POST /neutron/port HTTP/1.1" 200 151 0.176518 10.0.0.38 - - [2026-04-20 02:50:41] "GET /virtual-machine/df74cc2e-5d7a-4b72-a893-9141fe941071 HTTP/1.1" 404 171 0.004281 10.0.0.38 - - [2026-04-20 02:50:41] "GET /virtual-machine/df74cc2e-5d7a-4b72-a893-9141fe941071 HTTP/1.1" 404 171 0.003079 10.0.0.38 - - [2026-04-20 02:50:41] "GET /virtual-machine/df74cc2e-5d7a-4b72-a893-9141fe941071 HTTP/1.1" 404 171 0.004249 10.0.0.38 - - [2026-04-20 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.38 - - [2026-04-20 02:50:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004011 10.0.0.38 - - [2026-04-20 02:50:41] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003813 10.0.0.38 - - [2026-04-20 02:50:41] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006526 10.0.0.38 - - [2026-04-20 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2026-04-20 02:50:42] "GET /routing-instance/0232a6a4-3158-4fe6-8c8b-4a75e5bbef55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004760 10.0.0.38 - - [2026-04-20 02:50:42] "GET /route-target/31271379-52cf-46ca-8095-600e89319dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005381 10.0.0.38 - - [2026-04-20 02:50:48] "GET /obj-perms HTTP/1.1" 200 5013 0.003661 10.0.0.27 - - [2026-04-20 02:50:48] "GET /obj-perms HTTP/1.1" 200 5013 0.003546 10.0.0.38 - - [2026-04-20 02:50:57] "GET /obj-perms HTTP/1.1" 200 5013 0.003645 10.0.0.27 - - [2026-04-20 02:50:57] "GET /obj-perms HTTP/1.1" 200 5013 0.003203 10.0.0.38 - - [2026-04-20 02:51:06] "GET /obj-perms HTTP/1.1" 200 5013 0.003740 10.0.0.27 - - [2026-04-20 02:51:06] "GET /obj-perms HTTP/1.1" 200 5013 0.003919 10.0.0.38 - - [2026-04-20 02:51:07] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 200 1299 0.004487 10.0.0.38 - - [2026-04-20 02:51:07] "POST /neutron/port HTTP/1.1" 200 151 0.157873 10.0.0.38 - - [2026-04-20 02:51:09] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 404 171 0.002886 10.0.0.38 - - [2026-04-20 02:51:09] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 404 171 0.002992 10.0.0.38 - - [2026-04-20 02:51:09] "GET /virtual-machine/c7c3de24-1f2b-48a7-97b3-707976a69a20 HTTP/1.1" 404 171 0.005431 10.0.0.38 - - [2026-04-20 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2026-04-20 02:51:09] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.38 - - [2026-04-20 02:51:09] "GET /virtual-networks?parent_id=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002966 10.0.0.38 - - [2026-04-20 02:51:09] "GET /virtual-network/874b5ded-5232-46d9-884f-24141e0263ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005354 10.0.0.38 - - [2026-04-20 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.38 - - [2026-04-20 02:51:09] "GET /routing-instance/d9951537-7de5-446a-9af9-fa2bd9860176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004302 10.0.0.38 - - [2026-04-20 02:51:09] "GET /route-target/df1689bc-1684-4095-b0f3-f095c2868a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004251 10.0.0.38 - - [2026-04-20 02:51:09] "GET /obj-perms HTTP/1.1" 200 5013 0.004055 10.0.0.27 - - [2026-04-20 02:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-04-20 02:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.23 - - [2026-04-20 02:51:12] "GET /obj-perms HTTP/1.1" 200 5013 0.003278 10.0.0.23 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.23 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.23 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-04-20 02:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-20 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-04-20 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2026-04-20 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.38 - - [2026-04-20 02:51:18] "GET /obj-perms HTTP/1.1" 200 5013 0.003600 10.0.0.23 - - [2026-04-20 02:51:21] "GET /obj-perms HTTP/1.1" 200 5013 0.004478 10.0.0.38 - - [2026-04-20 02:51:27] "GET /obj-perms HTTP/1.1" 200 5013 0.003735 10.0.0.23 - - [2026-04-20 02:51:31] "GET /obj-perms HTTP/1.1" 200 5013 0.003260 10.0.0.38 - - [2026-04-20 02:51:34] "GET /obj-perms HTTP/1.1" 200 5013 0.004227 10.0.0.38 - - [2026-04-20 02:51:34] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005692 10.0.0.38 - - [2026-04-20 02:51:34] "POST /neutron/network HTTP/1.1" 200 1074 0.016962 10.0.0.23 - - [2026-04-20 02:51:34] "POST /ref-update HTTP/1.1" 200 156 0.024016 10.0.0.38 - - [2026-04-20 02:51:34] "GET /virtual-network/5496909c-3068-4fb8-a414-776c65b13447?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007654 10.0.0.38 - - [2026-04-20 02:51:34] "DELETE /network-policy/226ba195-edb4-49f4-ad24-4ad611e7e317 HTTP/1.1" 200 115 0.026330 10.0.0.38 - - [2026-04-20 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.23 - - [2026-04-20 02:51:34] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029365 10.0.0.38 - - [2026-04-20 02:51:34] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.085641 10.0.0.38 - - [2026-04-20 02:51:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005308 10.0.0.38 - - [2026-04-20 02:51:34] "DELETE /network-policy/47e8829c-2ea9-4af5-8f4b-2aa572d996f2 HTTP/1.1" 200 115 0.038964 10.0.0.38 - - [2026-04-20 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.23 - - [2026-04-20 02:51:34] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000888 10.0.0.38 - - [2026-04-20 02:51:34] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044394 10.0.0.38 - - [2026-04-20 02:51:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005038 10.0.0.38 - - [2026-04-20 02:51:34] "DELETE /network-policy/1f859183-94e8-47be-9a62-63db2541f130 HTTP/1.1" 200 115 0.041061 10.0.0.38 - - [2026-04-20 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.23 - - [2026-04-20 02:51:35] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000867 10.0.0.38 - - [2026-04-20 02:51:35] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045140 10.0.0.38 - - [2026-04-20 02:51:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.004555 10.0.0.38 - - [2026-04-20 02:51:35] "DELETE /network-policy/611aebfd-026e-493f-ad2a-75e88eddf49d HTTP/1.1" 200 115 0.034001 10.0.0.38 - - [2026-04-20 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.23 - - [2026-04-20 02:51:35] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.38 - - [2026-04-20 02:51:35] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036752 10.0.0.38 - - [2026-04-20 02:51:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.004927 10.0.0.38 - - [2026-04-20 02:51:35] "DELETE /network-policy/69a68f07-52c7-4c56-bdb6-7718389903e0 HTTP/1.1" 200 115 0.042917 10.0.0.38 - - [2026-04-20 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.23 - - [2026-04-20 02:51:35] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001196 10.0.0.38 - - [2026-04-20 02:51:35] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.060088 10.0.0.38 - - [2026-04-20 02:51:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.004504 10.0.0.38 - - [2026-04-20 02:51:35] "DELETE /network-policy/2bca5629-893d-4ab5-ae94-40d4dfe2cb91 HTTP/1.1" 200 115 0.032011 10.0.0.38 - - [2026-04-20 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009439 10.0.0.23 - - [2026-04-20 02:51:35] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.38 - - [2026-04-20 02:51:35] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037220 10.0.0.38 - - [2026-04-20 02:51:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.004449 10.0.0.38 - - [2026-04-20 02:51:35] "DELETE /network-policy/34be8dde-06ce-4550-91cb-bb1a8e62b180 HTTP/1.1" 200 115 0.036348 10.0.0.38 - - [2026-04-20 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.23 - - [2026-04-20 02:51:35] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.38 - - [2026-04-20 02:51:35] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036201 10.0.0.38 - - [2026-04-20 02:51:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.004460 10.0.0.38 - - [2026-04-20 02:51:36] "DELETE /network-policy/78af9a85-410b-4268-8a63-f78e0c5e1012 HTTP/1.1" 200 115 0.032527 10.0.0.38 - - [2026-04-20 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.23 - - [2026-04-20 02:51:36] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000838 10.0.0.38 - - [2026-04-20 02:51:36] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.031496 10.0.0.38 - - [2026-04-20 02:51:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.004985 10.0.0.38 - - [2026-04-20 02:51:36] "DELETE /network-policy/dc5a2f5d-3b8c-42bb-a30d-0c728b9af174 HTTP/1.1" 200 115 0.033844 10.0.0.38 - - [2026-04-20 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.23 - - [2026-04-20 02:51:36] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000832 10.0.0.38 - - [2026-04-20 02:51:36] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.028489 10.0.0.38 - - [2026-04-20 02:51:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004106 10.0.0.38 - - [2026-04-20 02:51:36] "DELETE /network-policy/66f3c0f8-6103-46ca-a113-3e5a0f5f3adf HTTP/1.1" 200 115 0.041052 10.0.0.38 - - [2026-04-20 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.23 - - [2026-04-20 02:51:36] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000831 10.0.0.38 - - [2026-04-20 02:51:36] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039535 10.0.0.38 - - [2026-04-20 02:51:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-93132962&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004833 10.0.0.38 - - [2026-04-20 02:51:37] "POST /neutron/network HTTP/1.1" 200 1074 0.008258 10.0.0.23 - - [2026-04-20 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-04-20 02:51:37] "GET /obj-perms HTTP/1.1" 200 5056 0.068602 10.0.0.38 - - [2026-04-20 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.38 - - [2026-04-20 02:51:37] "DELETE /network-ipam/1557fc5c-6363-4dd1-b03e-114d597075bb HTTP/1.1" 200 115 0.030674 10.0.0.38 - - [2026-04-20 02:51:37] "POST /fqname-to-id HTTP/1.1" 404 248 0.003458 10.0.0.23 - - [2026-04-20 02:51:37] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.23 - - [2026-04-20 02:51:37] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.041394 10.0.0.23 - - [2026-04-20 02:51:37] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.23 - - [2026-04-20 02:51:37] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?fields=security_groups HTTP/1.1" 200 1381 0.034336 10.0.0.23 - - [2026-04-20 02:51:37] "DELETE /security-group/f02fb6ec-9f8a-46a5-b736-39119cf4b8db HTTP/1.1" 200 115 0.047445 10.0.0.23 - - [2026-04-20 02:51:37] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001289 10.0.0.23 - - [2026-04-20 02:51:37] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?fields=application_policy_sets HTTP/1.1" 200 1420 0.052959 10.0.0.23 - - [2026-04-20 02:51:37] "DELETE /access-control-list/d212c927-9652-4b0b-bb19-7e8be2315b8c HTTP/1.1" 200 115 0.057329 10.0.0.23 - - [2026-04-20 02:51:37] "GET /obj-perms HTTP/1.1" 200 5056 0.099233 10.0.0.38 - - [2026-04-20 02:51:37] "DELETE /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce HTTP/1.1" 200 115 0.389531 10.0.0.23 - - [2026-04-20 02:51:37] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000805 10.0.0.38 - - [2026-04-20 02:51:37] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?fields=projects HTTP/1.1" 200 1439 0.010076 10.0.0.23 - - [2026-04-20 02:51:39] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003199 10.0.0.23 - - [2026-04-20 02:51:39] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2026-04-20 02:51:39] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030319 10.0.0.23 - - [2026-04-20 02:51:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.005197 10.0.0.23 - - [2026-04-20 02:51:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.008753 10.0.0.23 - - [2026-04-20 02:51:39] "POST /security-groups HTTP/1.1" 200 597 0.026063 10.0.0.23 - - [2026-04-20 02:51:39] "POST /projects HTTP/1.1" 200 597 0.228800 10.0.0.23 - - [2026-04-20 02:51:39] "POST /fqname-to-id HTTP/1.1" 404 239 0.007949 10.0.0.23 - - [2026-04-20 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.297224 10.0.0.38 - - [2026-04-20 02:51:39] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.446713 10.0.0.23 - - [2026-04-20 02:51:39] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000987 10.0.0.38 - - [2026-04-20 02:51:39] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?fields=virtual_networks HTTP/1.1" 200 1044 0.043317 10.0.0.23 - - [2026-04-20 02:51:39] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000799 10.0.0.38 - - [2026-04-20 02:51:39] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.039796 10.0.0.23 - - [2026-04-20 02:51:39] "GET /projects?obj_uuids=70092bd4-f55d-45fb-8d3e-749b18e6cfce&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000850 10.0.0.38 - - [2026-04-20 02:51:39] "GET /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce?fields=security_groups HTTP/1.1" 200 1276 0.039461 10.0.0.38 - - [2026-04-20 02:51:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.024558 10.0.0.23 - - [2026-04-20 02:51:40] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003132 10.0.0.23 - - [2026-04-20 02:51:40] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.23 - - [2026-04-20 02:51:40] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008972 10.0.0.23 - - [2026-04-20 02:51:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.003833 10.0.0.23 - - [2026-04-20 02:51:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.004094 10.0.0.23 - - [2026-04-20 02:51:41] "POST /security-groups HTTP/1.1" 200 603 0.027085 10.0.0.23 - - [2026-04-20 02:51:41] "POST /projects HTTP/1.1" 200 609 0.209956 10.0.0.23 - - [2026-04-20 02:51:41] "POST /access-control-lists HTTP/1.1" 200 608 0.024248 10.0.0.23 - - [2026-04-20 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.284146 10.0.0.38 - - [2026-04-20 02:51:41] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.437043 10.0.0.38 - - [2026-04-20 02:51:42] "GET / HTTP/1.1" 200 35931 0.001429 10.0.0.38 - - [2026-04-20 02:51:44] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-04-20 02:51:44] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.38 - - [2026-04-20 02:51:44] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066129 10.0.0.38 - - [2026-04-20 02:51:45] "GET / HTTP/1.1" 200 35931 0.002438 10.0.0.38 - - [2026-04-20 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2026-04-20 02:51:45] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.38 - - [2026-04-20 02:51:45] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006783 10.0.0.38 - - [2026-04-20 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.23 - - [2026-04-20 02:51:45] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000862 10.0.0.38 - - [2026-04-20 02:51:45] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043044 10.0.0.38 - - [2026-04-20 02:51:46] "GET /domains HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-20 02:51:47] "GET /domains HTTP/1.1" 200 280 0.028409 10.0.0.23 - - [2026-04-20 02:51:47] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000767 10.0.0.38 - - [2026-04-20 02:51:47] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022 HTTP/1.1" 200 2972 0.008082 10.0.0.23 - - [2026-04-20 02:51:47] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000754 10.0.0.38 - - [2026-04-20 02:51:47] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9 HTTP/1.1" 200 1924 0.090540 10.0.0.38 - - [2026-04-20 02:51:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004147 10.0.0.38 - - [2026-04-20 02:51:47] "POST /network-ipams HTTP/1.1" 200 621 0.029559 10.0.0.38 - - [2026-04-20 02:51:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003157 10.0.0.38 - - [2026-04-20 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.38 - - [2026-04-20 02:51:47] "GET /network-ipam/6b65c21a-6635-4839-a242-9ff958e17a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005564 10.0.0.38 - - [2026-04-20 02:51:47] "PUT /network-ipam/6b65c21a-6635-4839-a242-9ff958e17a96 HTTP/1.1" 200 258 0.014256 10.0.0.38 - - [2026-04-20 02:51:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.38 - - [2026-04-20 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.028415 10.0.0.23 - - [2026-04-20 02:51:47] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000837 10.0.0.38 - - [2026-04-20 02:51:47] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033558 10.0.0.23 - - [2026-04-20 02:51:48] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.38 - - [2026-04-20 02:51:48] "POST /neutron/network HTTP/1.1" 200 623 0.128862 10.0.0.23 - - [2026-04-20 02:51:48] "POST /route-targets HTTP/1.1" 200 327 0.013582 10.0.0.23 - - [2026-04-20 02:51:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.38 - - [2026-04-20 02:51:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.165696 10.0.0.38 - - [2026-04-20 02:51:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001192 10.0.0.38 - - [2026-04-20 02:51:48] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005374 10.0.0.38 - - [2026-04-20 02:51:48] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009934 10.0.0.38 - - [2026-04-20 02:51:48] "POST /neutron/network HTTP/1.1" 200 1337 0.010027 10.0.0.38 - - [2026-04-20 02:51:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.008253 10.0.0.38 - - [2026-04-20 02:51:49] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005205 10.0.0.38 - - [2026-04-20 02:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.23 - - [2026-04-20 02:51:50] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001242 10.0.0.38 - - [2026-04-20 02:51:50] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044679 10.0.0.23 - - [2026-04-20 02:51:51] "POST /ref-update HTTP/1.1" 200 156 0.022291 10.0.0.23 - - [2026-04-20 02:51:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008514 10.0.0.38 - - [2026-04-20 02:51:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.169840 10.0.0.23 - - [2026-04-20 02:51:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.072754 10.0.0.38 - - [2026-04-20 02:51:51] "POST /neutron/network HTTP/1.1" 200 1337 0.016039 10.0.0.38 - - [2026-04-20 02:51:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.000953 10.0.0.38 - - [2026-04-20 02:51:51] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005076 10.0.0.38 - - [2026-04-20 02:51:51] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005177 10.0.0.38 - - [2026-04-20 02:51:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.008059 10.0.0.38 - - [2026-04-20 02:51:52] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005367 10.0.0.38 - - [2026-04-20 02:51:52] "GET /obj-perms HTTP/1.1" 200 5019 0.048639 10.0.0.38 - - [2026-04-20 02:51:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003117 10.0.0.38 - - [2026-04-20 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2026-04-20 02:51:52] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.38 - - [2026-04-20 02:51:52] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052367 10.0.0.38 - - [2026-04-20 02:51:52] "POST /network-policys HTTP/1.1" 200 533 0.072988 10.0.0.38 - - [2026-04-20 02:51:52] "GET /network-policy/2a290b17-fc7c-4329-acbd-7531009a6905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005794 10.0.0.38 - - [2026-04-20 02:51:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.002776 10.0.0.38 - - [2026-04-20 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.23 - - [2026-04-20 02:51:53] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.38 - - [2026-04-20 02:51:53] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034083 10.0.0.38 - - [2026-04-20 02:51:53] "POST /network-policys HTTP/1.1" 200 533 0.080470 10.0.0.38 - - [2026-04-20 02:51:53] "GET /network-policy/9e8da08b-1b2e-4d84-a2e9-778234080f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005674 10.0.0.38 - - [2026-04-20 02:51:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003169 10.0.0.38 - - [2026-04-20 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2026-04-20 02:51:53] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000823 10.0.0.38 - - [2026-04-20 02:51:53] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038034 10.0.0.38 - - [2026-04-20 02:51:53] "POST /network-policys HTTP/1.1" 200 533 0.069032 10.0.0.38 - - [2026-04-20 02:51:53] "GET /network-policy/217d321d-dd94-4337-8d8e-164b1f49e121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006397 10.0.0.38 - - [2026-04-20 02:51:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003087 10.0.0.38 - - [2026-04-20 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.23 - - [2026-04-20 02:51:53] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.38 - - [2026-04-20 02:51:53] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038416 10.0.0.38 - - [2026-04-20 02:51:53] "POST /network-policys HTTP/1.1" 200 533 0.069017 10.0.0.38 - - [2026-04-20 02:51:54] "GET /network-policy/6adaa8bd-c2b8-4077-82b0-4c1b220c3398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005592 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.002697 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.23 - - [2026-04-20 02:51:54] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.38 - - [2026-04-20 02:51:54] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036952 10.0.0.38 - - [2026-04-20 02:51:54] "POST /network-policys HTTP/1.1" 200 537 0.024862 10.0.0.38 - - [2026-04-20 02:51:54] "GET /network-policy/62bb751e-3a26-403e-ba9d-9f8b9a5082b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005041 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 212 0.002336 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.23 - - [2026-04-20 02:51:54] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.38 - - [2026-04-20 02:51:54] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038752 10.0.0.38 - - [2026-04-20 02:51:54] "POST /network-policys HTTP/1.1" 200 535 0.069042 10.0.0.38 - - [2026-04-20 02:51:54] "GET /network-policy/1fdfd94a-18b7-4499-9178-16b9e920a52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005136 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 212 0.002772 10.0.0.38 - - [2026-04-20 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-04-20 02:51:54] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.38 - - [2026-04-20 02:51:54] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043321 10.0.0.38 - - [2026-04-20 02:51:55] "POST /network-policys HTTP/1.1" 200 535 0.072464 10.0.0.38 - - [2026-04-20 02:51:55] "GET /network-policy/6347451c-b772-42eb-83c9-da0c13aca4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006104 10.0.0.38 - - [2026-04-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.002529 10.0.0.38 - - [2026-04-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.23 - - [2026-04-20 02:51:55] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.38 - - [2026-04-20 02:51:55] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038619 10.0.0.38 - - [2026-04-20 02:51:55] "POST /network-policys HTTP/1.1" 200 535 0.069227 10.0.0.38 - - [2026-04-20 02:51:55] "GET /network-policy/8fa074fa-7746-416d-bef3-6702c2bf9aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005825 10.0.0.38 - - [2026-04-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.002616 10.0.0.38 - - [2026-04-20 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.23 - - [2026-04-20 02:51:55] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.38 - - [2026-04-20 02:51:55] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029597 10.0.0.38 - - [2026-04-20 02:51:55] "POST /network-policys HTTP/1.1" 200 535 0.069122 10.0.0.38 - - [2026-04-20 02:51:55] "GET /network-policy/862b9ffb-66b8-4258-844d-08e8a05ce49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004989 10.0.0.38 - - [2026-04-20 02:51:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.002946 10.0.0.38 - - [2026-04-20 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-04-20 02:51:56] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.38 - - [2026-04-20 02:51:56] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038177 10.0.0.38 - - [2026-04-20 02:51:56] "POST /network-policys HTTP/1.1" 200 539 0.034481 10.0.0.38 - - [2026-04-20 02:51:56] "GET /network-policy/56446854-ede1-4fac-940d-16047d89e4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004815 10.0.0.38 - - [2026-04-20 02:51:56] "POST /neutron/network HTTP/1.1" 200 1337 0.009272 10.0.0.38 - - [2026-04-20 02:51:56] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007065 10.0.0.38 - - [2026-04-20 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.38 - - [2026-04-20 02:51:56] "GET /network-policy/2a290b17-fc7c-4329-acbd-7531009a6905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006210 10.0.0.38 - - [2026-04-20 02:51:56] "POST /neutron/network HTTP/1.1" 200 1337 0.008987 10.0.0.23 - - [2026-04-20 02:51:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.005904 10.0.0.38 - - [2026-04-20 02:51:57] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.016517 10.0.0.38 - - [2026-04-20 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740 10.0.0.38 - - [2026-04-20 02:51:57] "GET /network-policy/62bb751e-3a26-403e-ba9d-9f8b9a5082b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.010892 10.0.0.38 - - [2026-04-20 02:51:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001642 10.0.0.38 - - [2026-04-20 02:51:57] "POST /neutron/network HTTP/1.1" 200 1435 0.007615 10.0.0.23 - - [2026-04-20 02:51:58] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.38 - - [2026-04-20 02:51:58] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079620 10.0.0.38 - - [2026-04-20 02:51:58] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.38 - - [2026-04-20 02:51:58] "POST /id-to-fqname HTTP/1.1" 200 235 0.001075 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/network HTTP/1.1" 200 1435 0.007052 10.0.0.23 - - [2026-04-20 02:51:59] "PUT /access-control-list/d1c9bda3-c561-4389-8f87-836a4e2c27f9 HTTP/1.1" 200 272 0.020544 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/port HTTP/1.1" 200 1174 0.017638 10.0.0.23 - - [2026-04-20 02:51:59] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003046 10.0.0.38 - - [2026-04-20 02:51:59] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.083055 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/network HTTP/1.1" 200 1427 0.036761 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/network HTTP/1.1" 200 1425 0.009240 10.0.0.38 - - [2026-04-20 02:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.007017 10.0.0.38 - - [2026-04-20 02:52:00] "POST /neutron/network HTTP/1.1" 200 1437 0.007900 10.0.0.38 - - [2026-04-20 02:52:00] "POST /neutron/port HTTP/1.1" 200 1174 0.021201 10.0.0.38 - - [2026-04-20 02:52:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003435 10.0.0.38 - - [2026-04-20 02:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.23 - - [2026-04-20 02:52:04] "DELETE /access-control-list/d4886b31-58f1-4a07-ab06-581f08797b33 HTTP/1.1" 200 115 0.034479 10.0.0.38 - - [2026-04-20 02:52:05] "POST /neutron/port HTTP/1.1" 200 1238 0.023376 10.0.0.38 - - [2026-04-20 02:52:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008942 10.0.0.38 - - [2026-04-20 02:52:05] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 401 292 0.000684 10.0.0.38 - - [2026-04-20 02:52:05] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 200 1305 0.031392 10.0.0.38 - - [2026-04-20 02:52:05] "GET /virtual-machine-interface/9d25391f-0215-4be1-8c4a-6fcfbfca5713 HTTP/1.1" 200 3170 0.005098 10.0.0.38 - - [2026-04-20 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.38 - - [2026-04-20 02:52:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.38 - - [2026-04-20 02:52:05] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003150 10.0.0.38 - - [2026-04-20 02:52:05] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009520 10.0.0.38 - - [2026-04-20 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2026-04-20 02:52:08] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004496 10.0.0.38 - - [2026-04-20 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.38 - - [2026-04-20 02:52:12] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005388 10.0.0.38 - - [2026-04-20 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.38 - - [2026-04-20 02:52:17] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005810 10.0.0.23 - - [2026-04-20 02:52:17] "DELETE /project/70092bd4f55d45fb8d3e749b18e6cfce HTTP/1.1" 404 173 0.004786 10.0.0.23 - - [2026-04-20 02:52:17] "DELETE /project/6a34893b49814a3ea7108559bfebebb9 HTTP/1.1" 404 173 0.003414 10.0.0.23 - - [2026-04-20 02:52:17] "DELETE /project/70092bd4-f55d-45fb-8d3e-749b18e6cfce HTTP/1.1" 404 177 0.004560 10.0.0.38 - - [2026-04-20 02:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.38 - - [2026-04-20 02:52:21] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006218 10.0.0.38 - - [2026-04-20 02:52:24] "POST /neutron/port HTTP/1.1" 200 1238 0.017325 10.0.0.38 - - [2026-04-20 02:52:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004736 10.0.0.38 - - [2026-04-20 02:52:24] "POST /neutron/port HTTP/1.1" 200 117 0.001752 10.0.0.38 - - [2026-04-20 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.38 - - [2026-04-20 02:52:25] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006099 10.0.0.38 - - [2026-04-20 02:52:28] "POST /neutron/port HTTP/1.1" 200 1238 0.019043 10.0.0.38 - - [2026-04-20 02:52:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.38 - - [2026-04-20 02:52:28] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.38 - - [2026-04-20 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.38 - - [2026-04-20 02:52:29] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004560 10.0.0.38 - - [2026-04-20 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.38 - - [2026-04-20 02:52:33] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005412 10.0.0.38 - - [2026-04-20 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.38 - - [2026-04-20 02:52:37] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005374 10.0.0.27 - - [2026-04-20 02:52:38] "GET /obj-perms HTTP/1.1" 200 5056 0.053607 10.0.0.38 - - [2026-04-20 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-04-20 02:52:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003125 10.0.0.38 - - [2026-04-20 02:52:39] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003245 10.0.0.38 - - [2026-04-20 02:52:39] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006687 10.0.0.38 - - [2026-04-20 02:52:39] "POST /neutron/port HTTP/1.1" 200 1238 0.018372 10.0.0.38 - - [2026-04-20 02:52:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007263 10.0.0.38 - - [2026-04-20 02:52:50] "POST /neutron/port HTTP/1.1" 200 1238 0.015462 10.0.0.38 - - [2026-04-20 02:52:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030766 10.0.0.38 - - [2026-04-20 02:53:00] "POST /neutron/port HTTP/1.1" 200 1238 0.020128 10.0.0.38 - - [2026-04-20 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006860 10.0.0.38 - - [2026-04-20 02:53:00] "GET /virtual-machine/b8257a39-f651-467e-bd79-1e24c41499b4 HTTP/1.1" 200 1305 0.005357 10.0.0.38 - - [2026-04-20 02:53:00] "GET /virtual-machine-interface/ba52a291-7fc2-426e-b48c-19d1d4fe046b HTTP/1.1" 200 3170 0.004534 10.0.0.38 - - [2026-04-20 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.38 - - [2026-04-20 02:53:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.38 - - [2026-04-20 02:53:00] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002200 10.0.0.38 - - [2026-04-20 02:53:00] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.004892 10.0.0.38 - - [2026-04-20 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.38 - - [2026-04-20 02:53:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.38 - - [2026-04-20 02:53:01] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003406 10.0.0.38 - - [2026-04-20 02:53:01] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006010 10.0.0.38 - - [2026-04-20 02:53:02] "POST /neutron/port HTTP/1.1" 200 2322 0.020833 10.0.0.38 - - [2026-04-20 02:53:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007351 10.0.0.38 - - [2026-04-20 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2026-04-20 02:53:02] "GET /network-policy/62bb751e-3a26-403e-ba9d-9f8b9a5082b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.002951 10.0.0.38 - - [2026-04-20 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.38 - - [2026-04-20 02:53:02] "GET /network-policy/2a290b17-fc7c-4329-acbd-7531009a6905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003370 10.0.0.38 - - [2026-04-20 02:53:02] "POST /neutron/network HTTP/1.1" 200 1425 0.010326 10.0.0.23 - - [2026-04-20 02:53:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002676 10.0.0.38 - - [2026-04-20 02:53:02] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.018295 10.0.0.38 - - [2026-04-20 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.38 - - [2026-04-20 02:53:02] "GET /network-policy/9e8da08b-1b2e-4d84-a2e9-778234080f76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003927 10.0.0.38 - - [2026-04-20 02:53:24] "POST /neutron/port HTTP/1.1" 200 1238 0.044785 10.0.0.38 - - [2026-04-20 02:53:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003347 10.0.0.38 - - [2026-04-20 02:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.38 - - [2026-04-20 02:53:26] "POST /neutron/network HTTP/1.1" 200 1425 0.011427 10.0.0.23 - - [2026-04-20 02:53:26] "POST /ref-update HTTP/1.1" 200 156 0.026364 10.0.0.38 - - [2026-04-20 02:53:26] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008605 10.0.0.38 - - [2026-04-20 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2026-04-20 02:53:26] "GET /network-policy/56446854-ede1-4fac-940d-16047d89e4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003611 10.0.0.38 - - [2026-04-20 02:53:30] "POST /neutron/port HTTP/1.1" 200 1238 0.048439 10.0.0.38 - - [2026-04-20 02:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003962 10.0.0.38 - - [2026-04-20 02:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.38 - - [2026-04-20 02:53:38] "POST /neutron/network HTTP/1.1" 200 1428 0.012529 10.0.0.23 - - [2026-04-20 02:53:39] "GET /obj-perms HTTP/1.1" 200 5056 0.059755 10.0.0.38 - - [2026-04-20 02:53:39] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009004 10.0.0.38 - - [2026-04-20 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2026-04-20 02:53:39] "GET /network-policy/217d321d-dd94-4337-8d8e-164b1f49e121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004107 10.0.0.38 - - [2026-04-20 02:53:51] "POST /neutron/network HTTP/1.1" 200 1425 0.012268 10.0.0.23 - - [2026-04-20 02:53:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004774 10.0.0.23 - - [2026-04-20 02:53:51] "PUT /access-control-list/d1c9bda3-c561-4389-8f87-836a4e2c27f9 HTTP/1.1" 200 272 0.063732 10.0.0.38 - - [2026-04-20 02:53:51] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008260 10.0.0.38 - - [2026-04-20 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.38 - - [2026-04-20 02:53:51] "GET /network-policy/6adaa8bd-c2b8-4077-82b0-4c1b220c3398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004535 10.0.0.38 - - [2026-04-20 02:54:01] "POST /neutron/network HTTP/1.1" 200 1425 0.012030 10.0.0.38 - - [2026-04-20 02:54:01] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008671 10.0.0.38 - - [2026-04-20 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2026-04-20 02:54:01] "GET /network-policy/1fdfd94a-18b7-4499-9178-16b9e920a52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003875 10.0.0.38 - - [2026-04-20 02:54:14] "POST /neutron/network HTTP/1.1" 200 1426 0.010056 10.0.0.38 - - [2026-04-20 02:54:14] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009306 10.0.0.38 - - [2026-04-20 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.23 - - [2026-04-20 02:54:14] "PUT /access-control-list/d1c9bda3-c561-4389-8f87-836a4e2c27f9 HTTP/1.1" 200 272 0.104361 10.0.0.38 - - [2026-04-20 02:54:14] "GET /network-policy/6347451c-b772-42eb-83c9-da0c13aca4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.010180 10.0.0.38 - - [2026-04-20 02:54:24] "POST /neutron/network HTTP/1.1" 200 1426 0.009935 10.0.0.23 - - [2026-04-20 02:54:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005835 10.0.0.38 - - [2026-04-20 02:54:24] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009354 10.0.0.38 - - [2026-04-20 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.38 - - [2026-04-20 02:54:24] "GET /network-policy/8fa074fa-7746-416d-bef3-6702c2bf9aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004235 10.0.0.38 - - [2026-04-20 02:54:25] "POST /neutron/port HTTP/1.1" 200 1238 0.016203 10.0.0.38 - - [2026-04-20 02:54:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004443 10.0.0.38 - - [2026-04-20 02:54:25] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.38 - - [2026-04-20 02:54:30] "POST /neutron/port HTTP/1.1" 200 1238 0.015600 10.0.0.38 - - [2026-04-20 02:54:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004026 10.0.0.38 - - [2026-04-20 02:54:30] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.38 - - [2026-04-20 02:54:36] "POST /neutron/network HTTP/1.1" 200 1426 0.009939 10.0.0.23 - - [2026-04-20 02:54:36] "PUT /access-control-list/d1c9bda3-c561-4389-8f87-836a4e2c27f9 HTTP/1.1" 200 272 0.026127 10.0.0.38 - - [2026-04-20 02:54:36] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006750 10.0.0.38 - - [2026-04-20 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.38 - - [2026-04-20 02:54:36] "GET /network-policy/862b9ffb-66b8-4258-844d-08e8a05ce49e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004333 10.0.0.38 - - [2026-04-20 02:54:46] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005551 10.0.0.38 - - [2026-04-20 02:54:46] "POST /neutron/network HTTP/1.1" 200 1426 0.011029 10.0.0.38 - - [2026-04-20 02:54:46] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007698 10.0.0.38 - - [2026-04-20 02:54:47] "GET /virtual-machine/b8257a39-f651-467e-bd79-1e24c41499b4 HTTP/1.1" 200 1305 0.004418 10.0.0.38 - - [2026-04-20 02:54:47] "POST /neutron/port HTTP/1.1" 200 1238 0.023587 10.0.0.38 - - [2026-04-20 02:54:49] "GET /virtual-machine/b8257a39-f651-467e-bd79-1e24c41499b4 HTTP/1.1" 404 171 0.003827 10.0.0.38 - - [2026-04-20 02:54:49] "GET /virtual-machine/b8257a39-f651-467e-bd79-1e24c41499b4 HTTP/1.1" 404 171 0.002604 10.0.0.38 - - [2026-04-20 02:54:49] "GET /virtual-machine/b8257a39-f651-467e-bd79-1e24c41499b4 HTTP/1.1" 404 171 0.002140 10.0.0.38 - - [2026-04-20 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.38 - - [2026-04-20 02:54:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003941 10.0.0.38 - - [2026-04-20 02:54:49] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002468 10.0.0.38 - - [2026-04-20 02:54:49] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005661 10.0.0.38 - - [2026-04-20 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2026-04-20 02:54:49] "GET /routing-instance/0ce37be0-f75b-4860-8035-91393752adc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004178 10.0.0.38 - - [2026-04-20 02:54:49] "GET /route-target/1a97bc88-50b7-4480-84a9-e00b7b042a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004385 10.0.0.38 - - [2026-04-20 02:54:49] "GET /obj-perms HTTP/1.1" 200 5019 0.003721 10.0.0.27 - - [2026-04-20 02:54:52] "GET /obj-perms HTTP/1.1" 200 5019 0.066339 10.0.0.38 - - [2026-04-20 02:54:58] "GET /obj-perms HTTP/1.1" 200 5019 0.003891 10.0.0.27 - - [2026-04-20 02:55:02] "GET /obj-perms HTTP/1.1" 200 5019 0.003654 10.0.0.38 - - [2026-04-20 02:55:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003214 10.0.0.38 - - [2026-04-20 02:55:05] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 200 1305 0.004159 10.0.0.38 - - [2026-04-20 02:55:05] "POST /neutron/port HTTP/1.1" 200 1238 0.017834 10.0.0.38 - - [2026-04-20 02:55:07] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 404 171 0.004992 10.0.0.38 - - [2026-04-20 02:55:07] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 404 171 0.003327 10.0.0.38 - - [2026-04-20 02:55:07] "GET /virtual-machine/d8996ff8-4cef-4e36-b6b8-3fc098e79157 HTTP/1.1" 404 171 0.003251 10.0.0.38 - - [2026-04-20 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.38 - - [2026-04-20 02:55:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004613 10.0.0.38 - - [2026-04-20 02:55:07] "GET /virtual-networks?parent_id=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003327 10.0.0.38 - - [2026-04-20 02:55:07] "GET /virtual-network/ad02071d-966a-48c7-9bb4-1680c42a7673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006653 10.0.0.38 - - [2026-04-20 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.38 - - [2026-04-20 02:55:07] "GET /routing-instance/9f5203ab-6979-4119-bbe4-155f841fc37d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004037 10.0.0.38 - - [2026-04-20 02:55:07] "GET /route-target/d013d5af-3362-40ad-aefe-526d1998a957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004757 10.0.0.23 - - [2026-04-20 02:55:07] "GET /obj-perms HTTP/1.1" 200 5019 0.056540 10.0.0.38 - - [2026-04-20 02:55:10] "GET /obj-perms HTTP/1.1" 200 5019 0.003340 10.0.0.23 - - [2026-04-20 02:55:16] "GET /obj-perms HTTP/1.1" 200 5019 0.003915 10.0.0.38 - - [2026-04-20 02:55:20] "GET /obj-perms HTTP/1.1" 200 5019 0.003355 10.0.0.23 - - [2026-04-20 02:55:26] "GET /obj-perms HTTP/1.1" 200 5019 0.004314 10.0.0.38 - - [2026-04-20 02:55:29] "GET /obj-perms HTTP/1.1" 200 5019 0.005625 10.0.0.23 - - [2026-04-20 02:55:35] "GET /obj-perms HTTP/1.1" 200 5019 0.003289 10.0.0.38 - - [2026-04-20 02:55:35] "GET /obj-perms HTTP/1.1" 200 5019 0.003729 10.0.0.27 - - [2026-04-20 02:55:35] "GET /obj-perms HTTP/1.1" 200 5019 0.004002 10.0.0.38 - - [2026-04-20 02:55:35] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.005789 10.0.0.38 - - [2026-04-20 02:55:35] "POST /neutron/network HTTP/1.1" 200 1427 0.010436 10.0.0.23 - - [2026-04-20 02:55:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.002561 10.0.0.23 - - [2026-04-20 02:55:35] "DELETE /access-control-list/a131b2cb-a627-46e5-94dc-592606454fa8 HTTP/1.1" 200 115 0.074806 10.0.0.38 - - [2026-04-20 02:55:35] "GET /virtual-network/a5cfe666-d120-4edd-9add-8b0d349b8a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007200 10.0.0.38 - - [2026-04-20 02:55:35] "DELETE /network-policy/56446854-ede1-4fac-940d-16047d89e4d8 HTTP/1.1" 200 115 0.030230 10.0.0.38 - - [2026-04-20 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.38 - - [2026-04-20 02:55:36] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038438 10.0.0.38 - - [2026-04-20 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005440 10.0.0.38 - - [2026-04-20 02:55:36] "DELETE /network-policy/862b9ffb-66b8-4258-844d-08e8a05ce49e HTTP/1.1" 200 115 0.034275 10.0.0.38 - - [2026-04-20 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001190 10.0.0.38 - - [2026-04-20 02:55:36] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036415 10.0.0.38 - - [2026-04-20 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005125 10.0.0.38 - - [2026-04-20 02:55:36] "DELETE /network-policy/8fa074fa-7746-416d-bef3-6702c2bf9aeb HTTP/1.1" 200 115 0.041378 10.0.0.38 - - [2026-04-20 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.38 - - [2026-04-20 02:55:36] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039688 10.0.0.38 - - [2026-04-20 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006171 10.0.0.38 - - [2026-04-20 02:55:36] "DELETE /network-policy/6347451c-b772-42eb-83c9-da0c13aca4a7 HTTP/1.1" 200 115 0.036507 10.0.0.38 - - [2026-04-20 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.38 - - [2026-04-20 02:55:36] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040658 10.0.0.38 - - [2026-04-20 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005447 10.0.0.38 - - [2026-04-20 02:55:36] "DELETE /network-policy/1fdfd94a-18b7-4499-9178-16b9e920a52e HTTP/1.1" 200 115 0.042547 10.0.0.38 - - [2026-04-20 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.38 - - [2026-04-20 02:55:36] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036099 10.0.0.38 - - [2026-04-20 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005326 10.0.0.38 - - [2026-04-20 02:55:36] "DELETE /network-policy/62bb751e-3a26-403e-ba9d-9f8b9a5082b6 HTTP/1.1" 200 115 0.040076 10.0.0.38 - - [2026-04-20 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2026-04-20 02:55:36] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.38 - - [2026-04-20 02:55:37] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038097 10.0.0.38 - - [2026-04-20 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.007445 10.0.0.38 - - [2026-04-20 02:55:37] "DELETE /network-policy/6adaa8bd-c2b8-4077-82b0-4c1b220c3398 HTTP/1.1" 200 115 0.030189 10.0.0.38 - - [2026-04-20 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006388 10.0.0.23 - - [2026-04-20 02:55:37] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000871 10.0.0.38 - - [2026-04-20 02:55:37] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040025 10.0.0.38 - - [2026-04-20 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.004864 10.0.0.38 - - [2026-04-20 02:55:37] "DELETE /network-policy/217d321d-dd94-4337-8d8e-164b1f49e121 HTTP/1.1" 200 115 0.032334 10.0.0.38 - - [2026-04-20 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.23 - - [2026-04-20 02:55:37] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.38 - - [2026-04-20 02:55:37] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034532 10.0.0.38 - - [2026-04-20 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005096 10.0.0.38 - - [2026-04-20 02:55:37] "DELETE /network-policy/9e8da08b-1b2e-4d84-a2e9-778234080f76 HTTP/1.1" 200 115 0.038894 10.0.0.38 - - [2026-04-20 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2026-04-20 02:55:37] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.38 - - [2026-04-20 02:55:37] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043395 10.0.0.38 - - [2026-04-20 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005193 10.0.0.38 - - [2026-04-20 02:55:37] "DELETE /network-policy/2a290b17-fc7c-4329-acbd-7531009a6905 HTTP/1.1" 200 115 0.042219 10.0.0.38 - - [2026-04-20 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2026-04-20 02:55:37] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.38 - - [2026-04-20 02:55:37] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046197 10.0.0.38 - - [2026-04-20 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-10021901&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005437 10.0.0.38 - - [2026-04-20 02:55:38] "POST /neutron/network HTTP/1.1" 200 1337 0.011015 10.0.0.23 - - [2026-04-20 02:55:38] "DELETE /route-target/1a97bc88-50b7-4480-84a9-e00b7b042a8c HTTP/1.1" 200 115 0.020705 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002332 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001981 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001980 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002063 10.0.0.23 - - [2026-04-20 02:55:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003696 10.0.0.38 - - [2026-04-20 02:55:38] "POST /neutron/network HTTP/1.1" 200 151 0.143712 10.0.0.38 - - [2026-04-20 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.38 - - [2026-04-20 02:55:38] "DELETE /network-ipam/6b65c21a-6635-4839-a242-9ff958e17a96 HTTP/1.1" 200 115 0.029558 10.0.0.38 - - [2026-04-20 02:55:38] "POST /fqname-to-id HTTP/1.1" 404 260 0.004106 10.0.0.23 - - [2026-04-20 02:55:38] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.23 - - [2026-04-20 02:55:38] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.047891 10.0.0.23 - - [2026-04-20 02:55:38] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.23 - - [2026-04-20 02:55:39] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?fields=security_groups HTTP/1.1" 200 1399 0.039269 10.0.0.23 - - [2026-04-20 02:55:39] "DELETE /security-group/33ea0051-c4ee-4296-9de4-974d4d90aa07 HTTP/1.1" 200 115 0.051452 10.0.0.23 - - [2026-04-20 02:55:39] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.23 - - [2026-04-20 02:55:39] "DELETE /access-control-list/3141aa72-8961-4bd2-96cd-399021d35653 HTTP/1.1" 200 115 0.040045 10.0.0.23 - - [2026-04-20 02:55:39] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?fields=application_policy_sets HTTP/1.1" 200 1438 0.045564 10.0.0.38 - - [2026-04-20 02:55:39] "DELETE /project/6a34893b-4981-4a3e-a710-8559bfebebb9 HTTP/1.1" 200 115 0.396407 10.0.0.23 - - [2026-04-20 02:55:39] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.38 - - [2026-04-20 02:55:39] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?fields=projects HTTP/1.1" 200 1439 0.008554 10.0.0.23 - - [2026-04-20 02:55:40] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011933 10.0.0.23 - - [2026-04-20 02:55:40] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.23 - - [2026-04-20 02:55:40] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007962 10.0.0.23 - - [2026-04-20 02:55:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.001042 10.0.0.23 - - [2026-04-20 02:55:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.004594 10.0.0.23 - - [2026-04-20 02:55:41] "POST /security-groups HTTP/1.1" 200 603 0.034324 10.0.0.23 - - [2026-04-20 02:55:41] "POST /projects HTTP/1.1" 200 609 0.236092 10.0.0.23 - - [2026-04-20 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.285527 10.0.0.23 - - [2026-04-20 02:55:41] "POST /access-control-lists HTTP/1.1" 200 608 0.032630 10.0.0.38 - - [2026-04-20 02:55:41] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.584371 10.0.0.23 - - [2026-04-20 02:55:41] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.38 - - [2026-04-20 02:55:41] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?fields=virtual_networks HTTP/1.1" 200 1056 0.055882 10.0.0.23 - - [2026-04-20 02:55:41] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.38 - - [2026-04-20 02:55:41] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.039928 10.0.0.23 - - [2026-04-20 02:55:41] "GET /projects?obj_uuids=6a34893b-4981-4a3e-a710-8559bfebebb9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.063926 10.0.0.38 - - [2026-04-20 02:55:41] "GET /project/6a34893b-4981-4a3e-a710-8559bfebebb9?fields=security_groups HTTP/1.1" 200 1294 0.102560 10.0.0.38 - - [2026-04-20 02:55:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.025789 10.0.0.23 - - [2026-04-20 02:55:42] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.23 - - [2026-04-20 02:55:42] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.23 - - [2026-04-20 02:55:42] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010498 10.0.0.23 - - [2026-04-20 02:55:42] "POST /id-to-fqname HTTP/1.1" 200 184 0.001258 10.0.0.23 - - [2026-04-20 02:55:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.005755 10.0.0.23 - - [2026-04-20 02:55:42] "POST /security-groups HTTP/1.1" 200 585 0.071047 10.0.0.23 - - [2026-04-20 02:55:42] "POST /projects HTTP/1.1" 200 573 0.311254 10.0.0.23 - - [2026-04-20 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.354357 10.0.0.23 - - [2026-04-20 02:55:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.003366 10.0.0.38 - - [2026-04-20 02:55:42] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.505737 10.0.0.23 - - [2026-04-20 02:55:42] "POST /access-control-lists HTTP/1.1" 200 588 0.048244 10.0.0.38 - - [2026-04-20 02:55:44] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.38 - - [2026-04-20 02:55:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2026-04-20 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.061342 10.0.0.23 - - [2026-04-20 02:55:45] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000840 10.0.0.38 - - [2026-04-20 02:55:45] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.041807 10.0.0.23 - - [2026-04-20 02:55:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007287 10.0.0.38 - - [2026-04-20 02:55:45] "POST /neutron/subnet HTTP/1.1" 200 730 0.261579 10.0.0.38 - - [2026-04-20 02:55:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001313 10.0.0.38 - - [2026-04-20 02:55:45] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007808 10.0.0.38 - - [2026-04-20 02:55:45] "POST /neutron/network HTTP/1.1" 200 992 0.008738 10.0.0.38 - - [2026-04-20 02:55:45] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005263 10.0.0.38 - - [2026-04-20 02:55:46] "POST /neutron/subnet HTTP/1.1" 200 823 0.013809 10.0.0.38 - - [2026-04-20 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.23 - - [2026-04-20 02:55:46] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000922 10.0.0.38 - - [2026-04-20 02:55:46] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038886 10.0.0.23 - - [2026-04-20 02:55:46] "POST /route-targets HTTP/1.1" 200 327 0.013095 10.0.0.23 - - [2026-04-20 02:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005582 10.0.0.38 - - [2026-04-20 02:55:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.225532 10.0.0.38 - - [2026-04-20 02:55:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001209 10.0.0.38 - - [2026-04-20 02:55:46] "GET /virtual-network/8efa0b39-cb69-428b-828c-4b1747638870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.007208 10.0.0.38 - - [2026-04-20 02:55:46] "POST /neutron/network HTTP/1.1" 200 993 0.007329 10.0.0.38 - - [2026-04-20 02:55:46] "GET /virtual-network/8efa0b39-cb69-428b-828c-4b1747638870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.004295 10.0.0.38 - - [2026-04-20 02:55:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.007980 10.0.0.38 - - [2026-04-20 02:55:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001413 10.0.0.23 - - [2026-04-20 02:55:47] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000889 10.0.0.38 - - [2026-04-20 02:55:47] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.080478 10.0.0.38 - - [2026-04-20 02:55:48] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.38 - - [2026-04-20 02:55:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001241 10.0.0.38 - - [2026-04-20 02:55:48] "POST /neutron/network HTTP/1.1" 200 1002 0.007450 10.0.0.38 - - [2026-04-20 02:55:48] "POST /neutron/port HTTP/1.1" 200 1161 0.021291 10.0.0.23 - - [2026-04-20 02:55:49] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000939 10.0.0.38 - - [2026-04-20 02:55:49] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.094642 10.0.0.38 - - [2026-04-20 02:55:49] "POST /neutron/network HTTP/1.1" 200 992 0.008968 10.0.0.38 - - [2026-04-20 02:55:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.38 - - [2026-04-20 02:55:49] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.38 - - [2026-04-20 02:55:49] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007793 10.0.0.38 - - [2026-04-20 02:55:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001197 10.0.0.38 - - [2026-04-20 02:55:49] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007155 10.0.0.23 - - [2026-04-20 02:55:49] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001132 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/port HTTP/1.1" 200 1161 0.293083 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/port HTTP/1.1" 200 1215 0.115014 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.23 - - [2026-04-20 02:55:50] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000907 10.0.0.38 - - [2026-04-20 02:55:50] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.080706 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/port HTTP/1.1" 200 2296 0.023663 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/port HTTP/1.1" 200 1225 0.017749 10.0.0.38 - - [2026-04-20 02:55:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006931 10.0.0.38 - - [2026-04-20 02:55:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008333 10.0.0.38 - - [2026-04-20 02:55:51] "GET /virtual-machine/589effba-80df-4ced-a06c-8414421a9dda HTTP/1.1" 401 292 0.000541 10.0.0.38 - - [2026-04-20 02:55:51] "GET /virtual-machine/589effba-80df-4ced-a06c-8414421a9dda HTTP/1.1" 200 1286 0.039778 10.0.0.38 - - [2026-04-20 02:55:51] "GET /virtual-machine-interface/8b28eb14-9527-451c-8139-3832d9434dff HTTP/1.1" 200 3105 0.006823 10.0.0.38 - - [2026-04-20 02:55:51] "POST /neutron/port HTTP/1.1" 200 1162 0.029697 10.0.0.38 - - [2026-04-20 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2026-04-20 02:55:51] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.38 - - [2026-04-20 02:55:51] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003470 10.0.0.38 - - [2026-04-20 02:55:51] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.018450 10.0.0.38 - - [2026-04-20 02:55:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004224 10.0.0.38 - - [2026-04-20 02:55:51] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.38 - - [2026-04-20 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.38 - - [2026-04-20 02:55:54] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005507 10.0.0.38 - - [2026-04-20 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005931 10.0.0.38 - - [2026-04-20 02:55:58] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006271 10.0.0.38 - - [2026-04-20 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.38 - - [2026-04-20 02:56:02] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005113 10.0.0.23 - - [2026-04-20 02:56:05] "DELETE /access-control-list/2b457edb-34d4-48ea-b5fb-3dbdfa1ad568 HTTP/1.1" 200 115 0.044345 10.0.0.38 - - [2026-04-20 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.38 - - [2026-04-20 02:56:07] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005100 10.0.0.38 - - [2026-04-20 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.38 - - [2026-04-20 02:56:11] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005688 10.0.0.27 - - [2026-04-20 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-04-20 02:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-04-20 02:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2026-04-20 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.38 - - [2026-04-20 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2026-04-20 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.38 - - [2026-04-20 02:56:15] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005485 10.0.0.38 - - [2026-04-20 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-04-20 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000796 10.0.0.23 - - [2026-04-20 02:56:17] "DELETE /project/74983653b62a48f991d4f9fd9ec01ce8 HTTP/1.1" 404 173 0.004487 10.0.0.23 - - [2026-04-20 02:56:17] "DELETE /project/6a34893b49814a3ea7108559bfebebb9 HTTP/1.1" 404 173 0.004172 10.0.0.23 - - [2026-04-20 02:56:17] "DELETE /project/6a34893b-4981-4a3e-a710-8559bfebebb9 HTTP/1.1" 404 177 0.004031 10.0.0.38 - - [2026-04-20 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.38 - - [2026-04-20 02:56:19] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005111 10.0.0.38 - - [2026-04-20 02:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.38 - - [2026-04-20 02:56:23] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006217 10.0.0.38 - - [2026-04-20 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.38 - - [2026-04-20 02:56:27] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005279 10.0.0.38 - - [2026-04-20 02:56:29] "POST /neutron/port HTTP/1.1" 200 1225 0.017666 10.0.0.38 - - [2026-04-20 02:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005397 10.0.0.38 - - [2026-04-20 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.38 - - [2026-04-20 02:56:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004552 10.0.0.38 - - [2026-04-20 02:56:29] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003284 10.0.0.38 - - [2026-04-20 02:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.38 - - [2026-04-20 02:56:29] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006403 10.0.0.38 - - [2026-04-20 02:56:29] "POST /neutron/port HTTP/1.1" 200 1225 0.015718 10.0.0.38 - - [2026-04-20 02:56:30] "POST /neutron/port HTTP/1.1" 200 1225 0.017239 10.0.0.38 - - [2026-04-20 02:56:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.38 - - [2026-04-20 02:56:30] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.38 - - [2026-04-20 02:56:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006675 10.0.0.38 - - [2026-04-20 02:56:40] "POST /neutron/port HTTP/1.1" 200 1225 0.017619 10.0.0.38 - - [2026-04-20 02:56:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049790 10.0.0.38 - - [2026-04-20 02:56:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007053 10.0.0.38 - - [2026-04-20 02:56:49] "POST /neutron/port HTTP/1.1" 200 1226 0.020691 10.0.0.38 - - [2026-04-20 02:56:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007238 10.0.0.38 - - [2026-04-20 02:56:55] "POST /neutron/port HTTP/1.1" 200 1225 0.019331 10.0.0.38 - - [2026-04-20 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007050 10.0.0.38 - - [2026-04-20 02:56:55] "GET /virtual-machine/97032f56-b6cd-475d-9848-6a19a08533aa HTTP/1.1" 200 1287 0.005222 10.0.0.38 - - [2026-04-20 02:56:55] "GET /virtual-machine-interface/ac86a2c6-12ec-4e6a-b23f-38d4f1736945 HTTP/1.1" 200 3106 0.004822 10.0.0.38 - - [2026-04-20 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2026-04-20 02:56:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.38 - - [2026-04-20 02:56:55] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003093 10.0.0.38 - - [2026-04-20 02:56:55] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006764 10.0.0.38 - - [2026-04-20 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2026-04-20 02:56:56] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003138 10.0.0.38 - - [2026-04-20 02:56:56] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002619 10.0.0.38 - - [2026-04-20 02:56:57] "GET /virtual-network/9a2c4d1a-a3cd-47d8-b1c1-fea320620fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005769 10.0.0.38 - - [2026-04-20 02:56:57] "POST /neutron/port HTTP/1.1" 200 1226 0.016293 10.0.0.38 - - [2026-04-20 02:56:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006975 10.0.0.38 - - [2026-04-20 02:56:57] "GET /virtual-machine/08d510a3-c884-46fd-b298-98a44380a4e2 HTTP/1.1" 200 1285 0.005557 10.0.0.38 - - [2026-04-20 02:56:57] "GET /virtual-machine-interface/c5a99d09-2b2c-4095-aae9-27bf637b1ea1 HTTP/1.1" 200 3106 0.004788 10.0.0.38 - - [2026-04-20 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2026-04-20 02:56:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.38 - - [2026-04-20 02:56:57] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002881 10.0.0.38 - - [2026-04-20 02:56:57] "GET /virtual-network/8efa0b39-cb69-428b-828c-4b1747638870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006390 10.0.0.38 - - [2026-04-20 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-04-20 02:56:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003092 10.0.0.38 - - [2026-04-20 02:56:58] "GET /virtual-networks?parent_id=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002664 10.0.0.38 - - [2026-04-20 02:56:58] "GET /virtual-network/8efa0b39-cb69-428b-828c-4b1747638870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005185 10.0.0.38 - - [2026-04-20 02:57:05] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003236 10.0.0.38 - - [2026-04-20 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.38 - - [2026-04-20 02:57:05] "GET /global-qos-config/1c22b72c-1bb3-455b-aa61-ce5deadabb30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.004239 10.0.0.38 - - [2026-04-20 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 222 0.003637 10.0.0.38 - - [2026-04-20 02:57:05] "POST /forwarding-classs HTTP/1.1" 200 576 0.030518 10.0.0.38 - - [2026-04-20 02:57:05] "POST /id-to-fqname HTTP/1.1" 200 232 0.003701 10.0.0.38 - - [2026-04-20 02:57:05] "GET /forwarding-class/5d6c4dc9-f608-4615-b63a-db883595900a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004005 10.0.0.23 - - [2026-04-20 02:57:05] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.034257 10.0.0.38 - - [2026-04-20 02:57:05] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.072196 10.0.0.38 - - [2026-04-20 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.007432 10.0.0.38 - - [2026-04-20 02:57:05] "POST /qos-configs HTTP/1.1" 200 543 0.029763 10.0.0.38 - - [2026-04-20 02:57:05] "POST /id-to-fqname HTTP/1.1" 200 217 0.003361 10.0.0.38 - - [2026-04-20 02:57:05] "GET /qos-config/f29f7489-72e0-4ede-a9d2-e827dc977c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.005075 10.0.0.38 - - [2026-04-20 02:57:05] "GET /virtual-machine-interface/8b28eb14-9527-451c-8139-3832d9434dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.007353 10.0.0.38 - - [2026-04-20 02:57:05] "POST /ref-update HTTP/1.1" 200 156 0.018807 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/port HTTP/1.1" 200 1225 0.020319 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009019 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/port HTTP/1.1" 200 1225 0.017008 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/network HTTP/1.1" 200 992 0.008628 10.0.0.38 - - [2026-04-20 02:57:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001084 10.0.0.38 - - [2026-04-20 02:57:06] "GET /virtual-machine/589effba-80df-4ced-a06c-8414421a9dda HTTP/1.1" 200 1286 0.003657 10.0.0.38 - - [2026-04-20 02:57:06] "GET /virtual-machine-interface/8b28eb14-9527-451c-8139-3832d9434dff HTTP/1.1" 200 3352 0.004553 10.0.0.38 - - [2026-04-20 02:57:06] "GET /instance-ip/0d5e69eb-8062-4258-8a12-42df4f1e11df HTTP/1.1" 200 1607 0.004912 10.0.0.38 - - [2026-04-20 02:57:06] "GET /instance-ip/707f84ce-4328-4b30-b897-53eeefad4d81 HTTP/1.1" 200 1627 0.004709 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/port HTTP/1.1" 200 1225 0.017456 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007096 10.0.0.38 - - [2026-04-20 02:57:06] "POST /neutron/network HTTP/1.1" 200 966 0.014427 10.0.0.38 - - [2026-04-20 02:57:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001118 10.0.0.38 - - [2026-04-20 02:57:06] "GET /virtual-machine/97032f56-b6cd-475d-9848-6a19a08533aa HTTP/1.1" 200 1287 0.004011 10.0.0.38 - - [2026-04-20 02:57:06] "GET /virtual-machine-interface/ac86a2c6-12ec-4e6a-b23f-38d4f1736945 HTTP/1.1" 200 3106 0.004603 10.0.0.38 - - [2026-04-20 02:57:06] "GET /instance-ip/e35d63a6-7bfd-4bdf-bdfb-f9393718841b HTTP/1.1" 200 1628 0.005486 10.0.0.38 - - [2026-04-20 02:57:06] "GET /instance-ip/ebb7ddb9-582c-47a3-a495-6b9818a34413 HTTP/1.1" 200 1610 0.005497 10.0.0.38 - - [2026-04-20 02:57:30] "POST /neutron/port HTTP/1.1" 200 1225 0.019850 10.0.0.38 - - [2026-04-20 02:57:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003832 10.0.0.38 - - [2026-04-20 02:57:30] "POST /neutron/port HTTP/1.1" 200 117 0.000976 10.0.0.38 - - [2026-04-20 02:57:31] "POST /neutron/port HTTP/1.1" 200 1226 0.015722 10.0.0.38 - - [2026-04-20 02:57:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.38 - - [2026-04-20 02:57:31] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.23 - - [2026-04-20 02:57:42] "GET /obj-perms HTTP/1.1" 200 5056 0.059151 10.0.0.38 - - [2026-04-20 02:58:17] "GET /virtual-machine-interface/8b28eb14-9527-451c-8139-3832d9434dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.007782 10.0.0.38 - - [2026-04-20 02:58:18] "POST /ref-update HTTP/1.1" 200 156 0.016166 10.0.0.38 - - [2026-04-20 02:58:18] "DELETE /qos-config/f29f7489-72e0-4ede-a9d2-e827dc977c49 HTTP/1.1" 200 115 0.037231 10.0.0.38 - - [2026-04-20 02:58:18] "POST /id-to-fqname HTTP/1.1" 200 232 0.001206 10.0.0.38 - - [2026-04-20 02:58:18] "DELETE /forwarding-class/5d6c4dc9-f608-4615-b63a-db883595900a HTTP/1.1" 200 115 0.026625 10.0.0.38 - - [2026-04-20 02:58:19] "POST /neutron/network HTTP/1.1" 400 204 0.018083 10.0.0.38 - - [2026-04-20 02:58:20] "POST /neutron/port HTTP/1.1" 200 1225 0.026277 10.0.0.38 - - [2026-04-20 02:58:20] "POST /neutron/port HTTP/1.1" 200 151 0.281045 10.0.0.38 - - [2026-04-20 02:58:20] "POST /neutron/port HTTP/1.1" 200 151 0.343203 10.0.0.38 - - [2026-04-20 02:58:21] "POST /neutron/network HTTP/1.1" 200 992 0.009831 10.0.0.23 - - [2026-04-20 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2026-04-20 02:58:22] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001260 10.0.0.38 - - [2026-04-20 02:58:22] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.090336 10.0.0.23 - - [2026-04-20 02:58:22] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001083 10.0.0.38 - - [2026-04-20 02:58:22] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?fields=virtual_networks HTTP/1.1" 200 1020 0.038966 10.0.0.23 - - [2026-04-20 02:58:22] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000888 10.0.0.38 - - [2026-04-20 02:58:22] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.037708 10.0.0.23 - - [2026-04-20 02:58:22] "GET /projects?obj_uuids=74983653-b62a-48f9-91d4-f9fd9ec01ce8&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001165 10.0.0.38 - - [2026-04-20 02:58:22] "GET /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8?fields=security_groups HTTP/1.1" 200 1240 0.038245 10.0.0.38 - - [2026-04-20 02:58:23] "POST /fqname-to-id HTTP/1.1" 404 181 0.107126 10.0.0.23 - - [2026-04-20 02:58:23] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003280 10.0.0.23 - - [2026-04-20 02:58:23] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002677 10.0.0.23 - - [2026-04-20 02:58:23] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041313 10.0.0.23 - - [2026-04-20 02:58:23] "POST /id-to-fqname HTTP/1.1" 200 183 0.008384 10.0.0.23 - - [2026-04-20 02:58:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.005803 10.0.0.23 - - [2026-04-20 02:58:23] "POST /security-groups HTTP/1.1" 200 584 0.073333 10.0.0.23 - - [2026-04-20 02:58:23] "POST /projects HTTP/1.1" 200 571 0.275646 10.0.0.23 - - [2026-04-20 02:58:23] "POST /access-control-lists HTTP/1.1" 200 589 0.023974 10.0.0.23 - - [2026-04-20 02:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.347047 10.0.0.38 - - [2026-04-20 02:58:24] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.526439 10.0.0.38 - - [2026-04-20 02:58:25] "GET / HTTP/1.1" 200 35931 0.001583 10.0.0.38 - - [2026-04-20 02:58:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-04-20 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.063496 10.0.0.23 - - [2026-04-20 02:58:27] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.38 - - [2026-04-20 02:58:27] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042167 10.0.0.23 - - [2026-04-20 02:58:27] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.38 - - [2026-04-20 02:58:27] "POST /neutron/network HTTP/1.1" 200 612 0.164479 10.0.0.23 - - [2026-04-20 02:58:27] "POST /route-targets HTTP/1.1" 200 327 0.014719 10.0.0.38 - - [2026-04-20 02:58:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.003103 10.0.0.38 - - [2026-04-20 02:58:27] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005922 10.0.0.38 - - [2026-04-20 02:58:27] "POST /neutron/network HTTP/1.1" 200 832 0.005896 10.0.0.38 - - [2026-04-20 02:58:27] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004501 10.0.0.38 - - [2026-04-20 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.38 - - [2026-04-20 02:58:28] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004814 10.0.0.38 - - [2026-04-20 02:58:28] "PUT /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3 HTTP/1.1" 200 264 0.072511 10.0.0.23 - - [2026-04-20 02:58:28] "POST /ref-update HTTP/1.1" 200 156 0.024749 10.0.0.38 - - [2026-04-20 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.23 - - [2026-04-20 02:58:28] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000905 10.0.0.38 - - [2026-04-20 02:58:28] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045082 10.0.0.38 - - [2026-04-20 02:58:28] "POST /neutron/network HTTP/1.1" 200 117 0.013615 10.0.0.38 - - [2026-04-20 02:58:28] "POST /neutron/network HTTP/1.1" 200 832 0.008155 10.0.0.38 - - [2026-04-20 02:58:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.000994 10.0.0.38 - - [2026-04-20 02:58:28] "GET /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005064 10.0.0.38 - - [2026-04-20 02:58:28] "GET /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009337 10.0.0.38 - - [2026-04-20 02:58:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.009910 10.0.0.38 - - [2026-04-20 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.38 - - [2026-04-20 02:58:28] "GET /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005344 10.0.0.38 - - [2026-04-20 02:58:28] "PUT /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260 HTTP/1.1" 200 264 0.054580 10.0.0.23 - - [2026-04-20 02:58:28] "POST /ref-update HTTP/1.1" 200 156 0.013346 10.0.0.38 - - [2026-04-20 02:58:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001250 10.0.0.23 - - [2026-04-20 02:58:29] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000909 10.0.0.38 - - [2026-04-20 02:58:29] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.066598 10.0.0.38 - - [2026-04-20 02:58:30] "POST /neutron/port HTTP/1.1" 200 117 0.006074 10.0.0.38 - - [2026-04-20 02:58:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001114 10.0.0.38 - - [2026-04-20 02:58:30] "POST /neutron/network HTTP/1.1" 200 842 0.006216 10.0.0.38 - - [2026-04-20 02:58:31] "POST /neutron/port HTTP/1.1" 200 1054 0.056524 10.0.0.23 - - [2026-04-20 02:58:31] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.38 - - [2026-04-20 02:58:31] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.064630 10.0.0.38 - - [2026-04-20 02:58:31] "POST /neutron/network HTTP/1.1" 200 832 0.029520 10.0.0.38 - - [2026-04-20 02:58:31] "POST /neutron/port HTTP/1.1" 200 1118 0.020902 10.0.0.38 - - [2026-04-20 02:58:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006493 10.0.0.38 - - [2026-04-20 02:58:31] "POST /neutron/port HTTP/1.1" 200 1118 0.015860 10.0.0.23 - - [2026-04-20 02:58:31] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/port HTTP/1.1" 200 1054 0.247563 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/port HTTP/1.1" 200 1108 0.121247 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009062 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/port HTTP/1.1" 200 1118 0.015666 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.38 - - [2026-04-20 02:58:32] "POST /neutron/network HTTP/1.1" 200 832 0.009032 10.0.0.38 - - [2026-04-20 02:58:36] "POST /neutron/port HTTP/1.1" 200 1118 0.018344 10.0.0.38 - - [2026-04-20 02:58:36] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006680 10.0.0.38 - - [2026-04-20 02:58:36] "GET /virtual-machine/32069ace-439c-470d-a272-2780e9263802 HTTP/1.1" 401 292 0.000321 10.0.0.38 - - [2026-04-20 02:58:37] "GET /virtual-machine/32069ace-439c-470d-a272-2780e9263802 HTTP/1.1" 200 1285 0.038371 10.0.0.38 - - [2026-04-20 02:58:37] "GET /virtual-machine-interface/3ffcafbe-19a9-4a3d-a8c3-de47e72a2dab HTTP/1.1" 200 2927 0.009365 10.0.0.38 - - [2026-04-20 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.38 - - [2026-04-20 02:58:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.38 - - [2026-04-20 02:58:37] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003562 10.0.0.38 - - [2026-04-20 02:58:37] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005473 10.0.0.38 - - [2026-04-20 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2026-04-20 02:58:40] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004966 10.0.0.38 - - [2026-04-20 02:58:41] "POST /neutron/port HTTP/1.1" 200 1118 0.046822 10.0.0.38 - - [2026-04-20 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.38 - - [2026-04-20 02:58:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003137 10.0.0.38 - - [2026-04-20 02:58:42] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002804 10.0.0.38 - - [2026-04-20 02:58:42] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007779 10.0.0.38 - - [2026-04-20 02:58:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006573 10.0.0.38 - - [2026-04-20 02:58:42] "POST /neutron/port HTTP/1.1" 200 1118 0.019801 10.0.0.38 - - [2026-04-20 02:58:43] "GET /virtual-machine/cbeec6ec-4945-40c4-9eaf-a641cddaa7c0 HTTP/1.1" 200 1286 0.006773 10.0.0.38 - - [2026-04-20 02:58:43] "GET /virtual-machine-interface/c804af16-06e6-4b93-9d1d-860828176945 HTTP/1.1" 200 2928 0.006954 10.0.0.38 - - [2026-04-20 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.38 - - [2026-04-20 02:58:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003141 10.0.0.38 - - [2026-04-20 02:58:43] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002994 10.0.0.27 - - [2026-04-20 02:58:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053481 10.0.0.38 - - [2026-04-20 02:58:43] "GET /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006294 10.0.0.38 - - [2026-04-20 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.38 - - [2026-04-20 02:58:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004060 10.0.0.38 - - [2026-04-20 02:58:44] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002920 10.0.0.38 - - [2026-04-20 02:58:44] "GET /virtual-network/58229cc9-68cc-4e77-a275-c9829a998260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005824 10.0.0.38 - - [2026-04-20 02:58:44] "POST /routing-policys HTTP/1.1" 200 534 0.027809 10.0.0.38 - - [2026-04-20 02:58:44] "GET /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.010207 10.0.0.38 - - [2026-04-20 02:58:44] "PUT /virtual-network/24eb756b-15bd-4645-8c96-d064f4db5ae3 HTTP/1.1" 200 264 0.080876 10.0.0.38 - - [2026-04-20 02:58:48] "POST /ref-update HTTP/1.1" 200 156 0.045212 10.0.0.38 - - [2026-04-20 02:58:48] "DELETE /routing-policy/70c601f5-03d5-4737-a4fa-ae470d4ecacf HTTP/1.1" 200 115 0.057104 10.0.0.38 - - [2026-04-20 02:58:48] "POST /neutron/network HTTP/1.1" 400 204 0.017317 10.0.0.38 - - [2026-04-20 02:58:49] "POST /neutron/port HTTP/1.1" 200 151 0.184206 10.0.0.38 - - [2026-04-20 02:58:49] "POST /neutron/port HTTP/1.1" 200 151 0.216441 10.0.0.23 - - [2026-04-20 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.38 - - [2026-04-20 02:58:51] "POST /neutron/network HTTP/1.1" 200 832 0.006409 10.0.0.23 - - [2026-04-20 02:58:51] "DELETE /route-target/f8193a0d-30e8-4fba-94c8-104f7b1098e0 HTTP/1.1" 409 239 0.007584 10.0.0.23 - - [2026-04-20 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.38 - - [2026-04-20 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.23 - - [2026-04-20 02:58:53] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.38 - - [2026-04-20 02:58:53] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042712 10.0.0.23 - - [2026-04-20 02:58:53] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001263 10.0.0.38 - - [2026-04-20 02:58:54] "POST /neutron/network HTTP/1.1" 200 612 0.107628 10.0.0.23 - - [2026-04-20 02:58:54] "POST /ref-update HTTP/1.1" 200 156 0.020773 10.0.0.38 - - [2026-04-20 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.003564 10.0.0.38 - - [2026-04-20 02:58:54] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005959 10.0.0.38 - - [2026-04-20 02:58:54] "POST /neutron/network HTTP/1.1" 200 831 0.006714 10.0.0.38 - - [2026-04-20 02:58:54] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004676 10.0.0.38 - - [2026-04-20 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2026-04-20 02:58:54] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005409 10.0.0.38 - - [2026-04-20 02:58:54] "PUT /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f HTTP/1.1" 200 264 0.098853 10.0.0.38 - - [2026-04-20 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2026-04-20 02:58:54] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.38 - - [2026-04-20 02:58:54] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042241 10.0.0.38 - - [2026-04-20 02:58:54] "POST /neutron/network HTTP/1.1" 200 117 0.014229 10.0.0.23 - - [2026-04-20 02:58:54] "POST /route-targets HTTP/1.1" 200 327 0.014957 10.0.0.38 - - [2026-04-20 02:58:55] "POST /neutron/network HTTP/1.1" 200 830 0.008140 10.0.0.38 - - [2026-04-20 02:58:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.000928 10.0.0.38 - - [2026-04-20 02:58:55] "GET /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004408 10.0.0.38 - - [2026-04-20 02:58:55] "GET /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005316 10.0.0.38 - - [2026-04-20 02:58:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009724 10.0.0.38 - - [2026-04-20 02:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.38 - - [2026-04-20 02:58:55] "GET /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005227 10.0.0.38 - - [2026-04-20 02:58:55] "PUT /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537 HTTP/1.1" 200 264 0.063701 10.0.0.38 - - [2026-04-20 02:58:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.002038 10.0.0.23 - - [2026-04-20 02:58:56] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001574 10.0.0.38 - - [2026-04-20 02:58:56] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.072173 10.0.0.38 - - [2026-04-20 02:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.007700 10.0.0.38 - - [2026-04-20 02:58:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001716 10.0.0.38 - - [2026-04-20 02:58:56] "POST /neutron/network HTTP/1.1" 200 840 0.008380 10.0.0.38 - - [2026-04-20 02:58:57] "POST /neutron/port HTTP/1.1" 200 1053 0.016134 10.0.0.38 - - [2026-04-20 02:58:57] "POST /neutron/port HTTP/1.1" 200 1117 0.021236 10.0.0.23 - - [2026-04-20 02:58:57] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.38 - - [2026-04-20 02:58:57] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.075345 10.0.0.38 - - [2026-04-20 02:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.38 - - [2026-04-20 02:58:57] "POST /neutron/port HTTP/1.1" 200 1117 0.017305 10.0.0.38 - - [2026-04-20 02:58:57] "POST /neutron/port HTTP/1.1" 200 1117 0.014942 10.0.0.23 - - [2026-04-20 02:58:58] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.38 - - [2026-04-20 02:58:58] "POST /neutron/port HTTP/1.1" 200 1052 0.269336 10.0.0.38 - - [2026-04-20 02:58:58] "POST /neutron/port HTTP/1.1" 200 1106 0.099580 10.0.0.38 - - [2026-04-20 02:58:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.008942 10.0.0.38 - - [2026-04-20 02:59:02] "POST /neutron/port HTTP/1.1" 200 1117 0.016355 10.0.0.38 - - [2026-04-20 02:59:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006436 10.0.0.38 - - [2026-04-20 02:59:03] "GET /virtual-machine/e51633fc-ae95-456e-9bc7-df718e0a767b HTTP/1.1" 200 1286 0.005246 10.0.0.38 - - [2026-04-20 02:59:03] "GET /virtual-machine-interface/a5945250-f302-4421-baf8-6c853bb003f2 HTTP/1.1" 200 2928 0.004986 10.0.0.38 - - [2026-04-20 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.38 - - [2026-04-20 02:59:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003132 10.0.0.38 - - [2026-04-20 02:59:03] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004266 10.0.0.38 - - [2026-04-20 02:59:03] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005606 10.0.0.23 - - [2026-04-20 02:59:06] "DELETE /access-control-list/fa2db0e0-720a-4369-90c6-70f52981a6ac HTTP/1.1" 200 115 0.038092 10.0.0.38 - - [2026-04-20 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006402 10.0.0.38 - - [2026-04-20 02:59:06] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006250 10.0.0.38 - - [2026-04-20 02:59:06] "POST /neutron/port HTTP/1.1" 200 1117 0.018291 10.0.0.38 - - [2026-04-20 02:59:07] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005825 10.0.0.38 - - [2026-04-20 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.38 - - [2026-04-20 02:59:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004197 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002873 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005414 10.0.0.38 - - [2026-04-20 02:59:08] "POST /neutron/port HTTP/1.1" 200 1116 0.015366 10.0.0.38 - - [2026-04-20 02:59:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005942 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-machine/0202949e-3b29-442c-8730-52329cf34560 HTTP/1.1" 200 1283 0.006139 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-machine-interface/88b0dad9-5a90-439c-ac39-431179834967 HTTP/1.1" 200 2927 0.005309 10.0.0.38 - - [2026-04-20 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.38 - - [2026-04-20 02:59:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003403 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002637 10.0.0.38 - - [2026-04-20 02:59:08] "GET /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006062 10.0.0.38 - - [2026-04-20 02:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.38 - - [2026-04-20 02:59:09] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003261 10.0.0.38 - - [2026-04-20 02:59:09] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003097 10.0.0.38 - - [2026-04-20 02:59:10] "GET /virtual-network/b9664dc4-c80c-4dbf-96ac-3a2fa99bf537?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005506 10.0.0.38 - - [2026-04-20 02:59:10] "POST /routing-policys HTTP/1.1" 200 534 0.030212 10.0.0.38 - - [2026-04-20 02:59:10] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009786 10.0.0.38 - - [2026-04-20 02:59:10] "PUT /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f HTTP/1.1" 200 264 0.065331 10.0.0.38 - - [2026-04-20 02:59:14] "POST /routing-policys HTTP/1.1" 200 534 0.033005 10.0.0.38 - - [2026-04-20 02:59:14] "GET /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.021256 10.0.0.38 - - [2026-04-20 02:59:14] "PUT /virtual-network/f4b321e2-e4fa-464b-8eab-ce60dbcb550f HTTP/1.1" 200 264 0.064771 10.0.0.23 - - [2026-04-20 02:59:14] "POST /ref-update HTTP/1.1" 200 156 0.046370 10.0.0.38 - - [2026-04-20 02:59:14] "POST /ref-update HTTP/1.1" 200 156 0.068359 10.0.0.38 - - [2026-04-20 02:59:14] "DELETE /routing-policy/a820c380-a968-4372-a458-58324a0dbf8e HTTP/1.1" 200 115 0.054318 10.0.0.38 - - [2026-04-20 02:59:14] "POST /ref-update HTTP/1.1" 200 156 0.062516 10.0.0.38 - - [2026-04-20 02:59:14] "DELETE /routing-policy/5773e969-6aa7-4c1b-a6c4-95ea644518f3 HTTP/1.1" 200 115 0.033662 10.0.0.38 - - [2026-04-20 02:59:15] "POST /neutron/port HTTP/1.1" 200 1116 0.027313 10.0.0.38 - - [2026-04-20 02:59:15] "POST /neutron/port HTTP/1.1" 200 151 0.220259 10.0.0.38 - - [2026-04-20 02:59:16] "POST /neutron/network HTTP/1.1" 200 830 0.005832 10.0.0.23 - - [2026-04-20 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.23 - - [2026-04-20 02:59:16] "DELETE /route-target/85cf0fc3-c5a2-4788-8220-d3aed43066dc HTTP/1.1" 409 239 0.010401 10.0.0.23 - - [2026-04-20 02:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.025174 10.0.0.23 - - [2026-04-20 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012012 10.0.0.23 - - [2026-04-20 02:59:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004363 10.0.0.38 - - [2026-04-20 02:59:17] "POST /neutron/network HTTP/1.1" 200 151 0.190000 10.0.0.23 - - [2026-04-20 02:59:18] "DELETE /project/215a137856ec42719a42d617f4800779 HTTP/1.1" 404 173 0.003830 10.0.0.23 - - [2026-04-20 02:59:18] "DELETE /project/74983653-b62a-48f9-91d4-f9fd9ec01ce8 HTTP/1.1" 404 177 0.003398 10.0.0.38 - - [2026-04-20 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.23 - - [2026-04-20 02:59:19] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000849 10.0.0.38 - - [2026-04-20 02:59:19] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045514 10.0.0.23 - - [2026-04-20 02:59:20] "POST /ref-update HTTP/1.1" 200 156 0.022517 10.0.0.23 - - [2026-04-20 02:59:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007890 10.0.0.38 - - [2026-04-20 02:59:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.184693 10.0.0.38 - - [2026-04-20 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001293 10.0.0.38 - - [2026-04-20 02:59:20] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004777 10.0.0.38 - - [2026-04-20 02:59:20] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005170 10.0.0.38 - - [2026-04-20 02:59:20] "POST /neutron/network HTTP/1.1" 200 831 0.006137 10.0.0.38 - - [2026-04-20 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.38 - - [2026-04-20 02:59:20] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007908 10.0.0.38 - - [2026-04-20 02:59:20] "PUT /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687 HTTP/1.1" 200 264 0.044101 10.0.0.38 - - [2026-04-20 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008583 10.0.0.23 - - [2026-04-20 02:59:20] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.38 - - [2026-04-20 02:59:20] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.052423 10.0.0.23 - - [2026-04-20 02:59:20] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001161 10.0.0.38 - - [2026-04-20 02:59:20] "POST /neutron/network HTTP/1.1" 200 612 0.111707 10.0.0.38 - - [2026-04-20 02:59:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.003289 10.0.0.38 - - [2026-04-20 02:59:21] "GET /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005253 10.0.0.38 - - [2026-04-20 02:59:21] "POST /neutron/network HTTP/1.1" 200 831 0.007066 10.0.0.38 - - [2026-04-20 02:59:21] "GET /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004745 10.0.0.38 - - [2026-04-20 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-20 02:59:21] "GET /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005060 10.0.0.38 - - [2026-04-20 02:59:21] "PUT /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358 HTTP/1.1" 200 264 0.047034 10.0.0.38 - - [2026-04-20 02:59:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001162 10.0.0.23 - - [2026-04-20 02:59:21] "POST /route-targets HTTP/1.1" 200 327 0.015142 10.0.0.38 - - [2026-04-20 02:59:21] "POST /neutron/network HTTP/1.1" 200 841 0.007066 10.0.0.23 - - [2026-04-20 02:59:22] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001254 10.0.0.38 - - [2026-04-20 02:59:22] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.079271 10.0.0.38 - - [2026-04-20 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.007169 10.0.0.38 - - [2026-04-20 02:59:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001713 10.0.0.38 - - [2026-04-20 02:59:22] "POST /neutron/network HTTP/1.1" 200 841 0.008000 10.0.0.38 - - [2026-04-20 02:59:23] "POST /neutron/port HTTP/1.1" 200 1053 0.015389 10.0.0.23 - - [2026-04-20 02:59:23] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001080 10.0.0.38 - - [2026-04-20 02:59:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005881 10.0.0.38 - - [2026-04-20 02:59:23] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.084480 10.0.0.38 - - [2026-04-20 02:59:23] "POST /neutron/network HTTP/1.1" 200 831 0.013127 10.0.0.38 - - [2026-04-20 02:59:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007240 10.0.0.38 - - [2026-04-20 02:59:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008186 10.0.0.38 - - [2026-04-20 02:59:24] "POST /neutron/port HTTP/1.1" 200 1053 0.020343 10.0.0.38 - - [2026-04-20 02:59:24] "POST /neutron/port HTTP/1.1" 200 1117 0.017371 10.0.0.38 - - [2026-04-20 02:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.38 - - [2026-04-20 02:59:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007397 10.0.0.38 - - [2026-04-20 02:59:28] "POST /neutron/port HTTP/1.1" 200 1117 0.018876 10.0.0.38 - - [2026-04-20 02:59:29] "GET /virtual-machine/bc2cdbce-daf4-4ae0-af44-ef2804efe40e HTTP/1.1" 200 1286 0.005976 10.0.0.38 - - [2026-04-20 02:59:29] "GET /virtual-machine-interface/0574f343-2f77-43fa-81b6-d94c506f960a HTTP/1.1" 200 2925 0.006067 10.0.0.38 - - [2026-04-20 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.38 - - [2026-04-20 02:59:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003527 10.0.0.38 - - [2026-04-20 02:59:29] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004364 10.0.0.38 - - [2026-04-20 02:59:29] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005713 10.0.0.38 - - [2026-04-20 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.38 - - [2026-04-20 02:59:32] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005109 10.0.0.38 - - [2026-04-20 02:59:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007592 10.0.0.38 - - [2026-04-20 02:59:33] "POST /neutron/port HTTP/1.1" 200 1117 0.015533 10.0.0.38 - - [2026-04-20 02:59:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003515 10.0.0.38 - - [2026-04-20 02:59:33] "POST /neutron/network HTTP/1.1" 200 831 0.006113 10.0.0.38 - - [2026-04-20 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.38 - - [2026-04-20 02:59:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.38 - - [2026-04-20 02:59:34] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003484 10.0.0.38 - - [2026-04-20 02:59:34] "POST /neutron/network HTTP/1.1" 200 841 0.007962 10.0.0.38 - - [2026-04-20 02:59:34] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007564 10.0.0.38 - - [2026-04-20 02:59:34] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.38 - - [2026-04-20 02:59:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007945 10.0.0.38 - - [2026-04-20 02:59:39] "POST /neutron/port HTTP/1.1" 200 1117 0.015677 10.0.0.38 - - [2026-04-20 02:59:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007952 10.0.0.38 - - [2026-04-20 02:59:39] "GET /virtual-machine/dda4f69b-148d-4653-ab56-dd8bc34aaba6 HTTP/1.1" 200 1286 0.006260 10.0.0.38 - - [2026-04-20 02:59:39] "GET /virtual-machine-interface/9b0af3d3-9cb2-45f4-ad6d-9b06340970f4 HTTP/1.1" 200 2928 0.004531 10.0.0.38 - - [2026-04-20 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.38 - - [2026-04-20 02:59:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004444 10.0.0.38 - - [2026-04-20 02:59:39] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002710 10.0.0.38 - - [2026-04-20 02:59:39] "GET /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005580 10.0.0.38 - - [2026-04-20 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.38 - - [2026-04-20 02:59:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003142 10.0.0.38 - - [2026-04-20 02:59:41] "GET /virtual-networks?parent_id=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003047 10.0.0.38 - - [2026-04-20 02:59:41] "GET /virtual-network/d3c28ab8-ca84-4e47-ab64-d1c188104358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005525 10.0.0.38 - - [2026-04-20 02:59:41] "POST /interface-route-tables HTTP/1.1" 200 574 0.027050 10.0.0.38 - - [2026-04-20 02:59:41] "GET /interface-route-table/d0b762e3-ec31-4eda-8301-fdaa6e631585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.010982 10.0.0.38 - - [2026-04-20 02:59:41] "GET /virtual-machine-interface/0574f343-2f77-43fa-81b6-d94c506f960a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2704 0.008595 10.0.0.38 - - [2026-04-20 02:59:41] "POST /ref-update HTTP/1.1" 200 156 0.015875 10.0.0.38 - - [2026-04-20 02:59:41] "POST /routing-policys HTTP/1.1" 200 534 0.029879 10.0.0.38 - - [2026-04-20 02:59:41] "GET /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005282 10.0.0.38 - - [2026-04-20 02:59:41] "PUT /virtual-network/2950724d-3cda-40db-9d71-35f27f5d8687 HTTP/1.1" 200 264 0.058004 10.0.0.23 - - [2026-04-20 02:59:41] "POST /ref-update HTTP/1.1" 200 156 0.019240 10.0.0.38 - - [2026-04-20 02:59:45] "POST /ref-update HTTP/1.1" 200 156 0.074003 10.0.0.38 - - [2026-04-20 02:59:45] "DELETE /routing-policy/b481603d-a13c-45ca-9c1b-0147c624dc1d HTTP/1.1" 200 115 0.067401 10.0.0.38 - - [2026-04-20 02:59:46] "POST /neutron/port HTTP/1.1" 200 1117 0.025101 10.0.0.38 - - [2026-04-20 02:59:46] "POST /neutron/port HTTP/1.1" 200 1117 0.016981 10.0.0.38 - - [2026-04-20 02:59:47] "POST /neutron/network HTTP/1.1" 200 831 0.006756 10.0.0.23 - - [2026-04-20 02:59:47] "DELETE /route-target/771a9df7-78b9-4e3a-b0dd-dffc17100122 HTTP/1.1" 200 115 0.023383 10.0.0.23 - - [2026-04-20 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009809 10.0.0.23 - - [2026-04-20 02:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004083 10.0.0.23 - - [2026-04-20 02:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.38 - - [2026-04-20 02:59:48] "POST /neutron/network HTTP/1.1" 200 151 0.170696 10.0.0.23 - - [2026-04-20 02:59:48] "DELETE /route-target/845b1b7f-ede7-4ea0-9a31-998e1fba2516 HTTP/1.1" 200 115 0.027362 10.0.0.23 - - [2026-04-20 02:59:49] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001401 10.0.0.38 - - [2026-04-20 02:59:49] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042157 10.0.0.23 - - [2026-04-20 02:59:49] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.38 - - [2026-04-20 02:59:49] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=virtual_networks HTTP/1.1" 200 1018 0.039638 10.0.0.23 - - [2026-04-20 02:59:49] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.38 - - [2026-04-20 02:59:49] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.043100 10.0.0.23 - - [2026-04-20 02:59:49] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.38 - - [2026-04-20 02:59:49] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=security_groups HTTP/1.1" 200 1237 0.036881 10.0.0.38 - - [2026-04-20 02:59:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.027487 10.0.0.23 - - [2026-04-20 02:59:50] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002918 10.0.0.23 - - [2026-04-20 02:59:50] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.23 - - [2026-04-20 02:59:50] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006595 10.0.0.23 - - [2026-04-20 02:59:50] "POST /id-to-fqname HTTP/1.1" 200 194 0.004356 10.0.0.23 - - [2026-04-20 02:59:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.008340 10.0.0.23 - - [2026-04-20 02:59:50] "POST /security-groups HTTP/1.1" 200 595 0.028009 10.0.0.23 - - [2026-04-20 02:59:50] "POST /projects HTTP/1.1" 200 593 0.234767 10.0.0.23 - - [2026-04-20 02:59:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.007477 10.0.0.23 - - [2026-04-20 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.308484 10.0.0.38 - - [2026-04-20 02:59:50] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.442984 10.0.0.38 - - [2026-04-20 02:59:52] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.38 - - [2026-04-20 02:59:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.38 - - [2026-04-20 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.058689 10.0.0.23 - - [2026-04-20 02:59:54] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000816 10.0.0.38 - - [2026-04-20 02:59:54] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042677 10.0.0.23 - - [2026-04-20 02:59:54] "POST /ref-update HTTP/1.1" 200 156 0.019961 10.0.0.23 - - [2026-04-20 02:59:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008167 10.0.0.38 - - [2026-04-20 02:59:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.271923 10.0.0.38 - - [2026-04-20 02:59:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.001465 10.0.0.38 - - [2026-04-20 02:59:54] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006613 10.0.0.38 - - [2026-04-20 02:59:54] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005901 10.0.0.38 - - [2026-04-20 02:59:54] "POST /neutron/network HTTP/1.1" 200 832 0.006388 10.0.0.38 - - [2026-04-20 02:59:55] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005723 10.0.0.38 - - [2026-04-20 02:59:55] "GET /obj-perms HTTP/1.1" 200 5038 0.048492 10.0.0.38 - - [2026-04-20 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2026-04-20 02:59:56] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004534 10.0.0.38 - - [2026-04-20 02:59:56] "PUT /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50 HTTP/1.1" 200 264 0.049451 10.0.0.38 - - [2026-04-20 03:00:01] "POST /id-to-fqname HTTP/1.1" 200 226 0.002632 10.0.0.23 - - [2026-04-20 03:00:02] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000956 10.0.0.38 - - [2026-04-20 03:00:02] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076173 10.0.0.38 - - [2026-04-20 03:00:02] "POST /neutron/network HTTP/1.1" 200 832 0.008026 10.0.0.38 - - [2026-04-20 03:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.006126 10.0.0.38 - - [2026-04-20 03:00:03] "POST /neutron/port HTTP/1.1" 200 1064 0.017995 10.0.0.38 - - [2026-04-20 03:00:03] "POST /neutron/port HTTP/1.1" 200 1128 0.017571 10.0.0.38 - - [2026-04-20 03:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.23 - - [2026-04-20 03:00:06] "DELETE /access-control-list/2629f8cf-9ed4-40a4-b4a3-7be7cd3030b6 HTTP/1.1" 200 115 0.036062 10.0.0.38 - - [2026-04-20 03:00:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007185 10.0.0.38 - - [2026-04-20 03:00:08] "POST /neutron/port HTTP/1.1" 200 1128 0.030414 10.0.0.38 - - [2026-04-20 03:00:08] "GET /virtual-machine/9f28fc98-61db-446f-b0d7-fb00f1a48da5 HTTP/1.1" 401 292 0.000533 10.0.0.38 - - [2026-04-20 03:00:08] "GET /virtual-machine/9f28fc98-61db-446f-b0d7-fb00f1a48da5 HTTP/1.1" 200 1297 0.029663 10.0.0.38 - - [2026-04-20 03:00:08] "GET /virtual-machine-interface/11e36a03-93f2-4df5-913a-f6a2c425d9d7 HTTP/1.1" 200 2967 0.004740 10.0.0.38 - - [2026-04-20 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.38 - - [2026-04-20 03:00:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002710 10.0.0.38 - - [2026-04-20 03:00:08] "GET /virtual-networks?parent_id=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002952 10.0.0.38 - - [2026-04-20 03:00:08] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005711 10.0.0.38 - - [2026-04-20 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2026-04-20 03:00:11] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005742 10.0.0.38 - - [2026-04-20 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.38 - - [2026-04-20 03:00:15] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005205 10.0.0.23 - - [2026-04-20 03:00:18] "DELETE /project/b4e7d9e897cd4b9d8c64c523133abceb HTTP/1.1" 404 173 0.003997 10.0.0.23 - - [2026-04-20 03:00:18] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000822 10.0.0.23 - - [2026-04-20 03:00:18] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.044547 10.0.0.23 - - [2026-04-20 03:00:18] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000884 10.0.0.23 - - [2026-04-20 03:00:18] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=security_groups HTTP/1.1" 200 1088 0.065407 10.0.0.23 - - [2026-04-20 03:00:18] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001341 10.0.0.23 - - [2026-04-20 03:00:18] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=application_policy_sets HTTP/1.1" 200 1381 0.038493 10.0.0.23 - - [2026-04-20 03:00:18] "DELETE /project/215a1378-56ec-4271-9a42-d617f4800779 HTTP/1.1" 409 278 0.250640 10.0.0.38 - - [2026-04-20 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.38 - - [2026-04-20 03:00:20] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005756 10.0.0.38 - - [2026-04-20 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2026-04-20 03:00:24] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005126 10.0.0.38 - - [2026-04-20 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.38 - - [2026-04-20 03:00:28] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004867 10.0.0.38 - - [2026-04-20 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.38 - - [2026-04-20 03:00:32] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.004654 10.0.0.38 - - [2026-04-20 03:00:33] "POST /neutron/port HTTP/1.1" 200 1128 0.017682 10.0.0.38 - - [2026-04-20 03:00:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008916 10.0.0.38 - - [2026-04-20 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.38 - - [2026-04-20 03:00:36] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005198 10.0.0.38 - - [2026-04-20 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.38 - - [2026-04-20 03:00:40] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005523 10.0.0.23 - - [2026-04-20 03:00:44] "GET /obj-perms HTTP/1.1" 200 5056 0.055221 10.0.0.38 - - [2026-04-20 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.38 - - [2026-04-20 03:00:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.38 - - [2026-04-20 03:00:44] "GET /virtual-networks?parent_id=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003114 10.0.0.38 - - [2026-04-20 03:00:44] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005339 10.0.0.38 - - [2026-04-20 03:00:44] "POST /neutron/port HTTP/1.1" 200 1128 0.019752 10.0.0.38 - - [2026-04-20 03:00:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006825 10.0.0.38 - - [2026-04-20 03:00:55] "POST /neutron/port HTTP/1.1" 200 1128 0.016073 10.0.0.38 - - [2026-04-20 03:01:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007836 10.0.0.38 - - [2026-04-20 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.38 - - [2026-04-20 03:01:05] "GET /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005247 10.0.0.38 - - [2026-04-20 03:01:05] "PUT /virtual-network/96d2528a-b201-4775-a6e3-cd6a94eafd50 HTTP/1.1" 200 264 0.050226 10.0.0.23 - - [2026-04-20 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.047460 10.0.0.38 - - [2026-04-20 03:01:11] "POST /neutron/port HTTP/1.1" 200 1128 0.017760 10.0.0.27 - - [2026-04-20 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-04-20 03:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-04-20 03:01:12] "POST /neutron/network HTTP/1.1" 200 832 0.006884 10.0.0.23 - - [2026-04-20 03:01:12] "DELETE /route-target/201f94e2-82a3-414e-b487-109d4790cd91 HTTP/1.1" 200 115 0.019984 10.0.0.23 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000839 10.0.0.27 - - [2026-04-20 03:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-04-20 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-20 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.38 - - [2026-04-20 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.23 - - [2026-04-20 03:01:15] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001513 10.0.0.38 - - [2026-04-20 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.001587 10.0.0.38 - - [2026-04-20 03:01:15] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051893 10.0.0.23 - - [2026-04-20 03:01:15] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001053 10.0.0.38 - - [2026-04-20 03:01:16] "POST /neutron/network HTTP/1.1" 200 613 0.127557 10.0.0.38 - - [2026-04-20 03:01:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.004530 10.0.0.38 - - [2026-04-20 03:01:16] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005814 10.0.0.38 - - [2026-04-20 03:01:16] "POST /neutron/network HTTP/1.1" 200 831 0.006783 10.0.0.38 - - [2026-04-20 03:01:16] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006010 10.0.0.38 - - [2026-04-20 03:01:16] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005676 10.0.0.27 - - [2026-04-20 03:01:16] "GET /obj-perms HTTP/1.1" 200 5038 0.063195 10.0.0.38 - - [2026-04-20 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.38 - - [2026-04-20 03:01:17] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005057 10.0.0.23 - - [2026-04-20 03:01:17] "POST /route-targets HTTP/1.1" 200 327 0.013322 10.0.0.38 - - [2026-04-20 03:01:17] "PUT /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d HTTP/1.1" 200 264 0.062454 10.0.0.38 - - [2026-04-20 03:01:22] "POST /id-to-fqname HTTP/1.1" 200 226 0.001269 10.0.0.38 - - [2026-04-20 03:01:22] "POST /neutron/network HTTP/1.1" 200 841 0.006813 10.0.0.23 - - [2026-04-20 03:01:23] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.38 - - [2026-04-20 03:01:23] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069774 10.0.0.38 - - [2026-04-20 03:01:23] "POST /neutron/port HTTP/1.1" 200 117 0.006448 10.0.0.23 - - [2026-04-20 03:01:23] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001025 10.0.0.38 - - [2026-04-20 03:01:23] "POST /neutron/port HTTP/1.1" 200 1063 0.282273 10.0.0.38 - - [2026-04-20 03:01:24] "POST /neutron/port HTTP/1.1" 200 1117 0.102031 10.0.0.38 - - [2026-04-20 03:01:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.008601 10.0.0.38 - - [2026-04-20 03:01:28] "POST /neutron/port HTTP/1.1" 200 1127 0.018898 10.0.0.38 - - [2026-04-20 03:01:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009547 10.0.0.38 - - [2026-04-20 03:01:28] "GET /virtual-machine/7b54488e-6000-4fc8-bdbd-7dfdaa4d821e HTTP/1.1" 200 1296 0.006728 10.0.0.38 - - [2026-04-20 03:01:28] "GET /virtual-machine-interface/dc6b3af3-d416-4361-a059-624890d0ceb6 HTTP/1.1" 200 2968 0.005306 10.0.0.38 - - [2026-04-20 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.38 - - [2026-04-20 03:01:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003559 10.0.0.38 - - [2026-04-20 03:01:28] "GET /virtual-networks?parent_id=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002634 10.0.0.38 - - [2026-04-20 03:01:28] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005145 10.0.0.38 - - [2026-04-20 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.38 - - [2026-04-20 03:01:31] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005674 10.0.0.38 - - [2026-04-20 03:01:35] "POST /neutron/port HTTP/1.1" 200 1127 0.015990 10.0.0.38 - - [2026-04-20 03:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003940 10.0.0.38 - - [2026-04-20 03:01:35] "POST /neutron/network HTTP/1.1" 200 831 0.012857 10.0.0.38 - - [2026-04-20 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:01:35] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004760 10.0.0.38 - - [2026-04-20 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2026-04-20 03:01:40] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006427 10.0.0.38 - - [2026-04-20 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.38 - - [2026-04-20 03:01:44] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006186 10.0.0.38 - - [2026-04-20 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.38 - - [2026-04-20 03:01:48] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006217 10.0.0.38 - - [2026-04-20 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.38 - - [2026-04-20 03:01:52] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006472 10.0.0.38 - - [2026-04-20 03:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.38 - - [2026-04-20 03:01:56] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004966 10.0.0.38 - - [2026-04-20 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.38 - - [2026-04-20 03:02:00] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006246 10.0.0.38 - - [2026-04-20 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.38 - - [2026-04-20 03:02:04] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005189 10.0.0.38 - - [2026-04-20 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:02:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003000 10.0.0.38 - - [2026-04-20 03:02:08] "GET /virtual-networks?parent_id=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003008 10.0.0.38 - - [2026-04-20 03:02:08] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004925 10.0.0.38 - - [2026-04-20 03:02:14] "POST /neutron/port HTTP/1.1" 200 1127 0.017766 10.0.0.38 - - [2026-04-20 03:02:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007922 10.0.0.38 - - [2026-04-20 03:02:24] "POST /neutron/port HTTP/1.1" 200 1127 0.016451 10.0.0.38 - - [2026-04-20 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.38 - - [2026-04-20 03:02:29] "GET /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006224 10.0.0.23 - - [2026-04-20 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010863 10.0.0.38 - - [2026-04-20 03:02:29] "PUT /virtual-network/78451796-4b21-46b5-b1a8-f32b847d902d HTTP/1.1" 200 264 0.077701 10.0.0.38 - - [2026-04-20 03:02:34] "POST /neutron/network HTTP/1.1" 400 204 0.012376 10.0.0.38 - - [2026-04-20 03:02:35] "POST /neutron/port HTTP/1.1" 200 151 0.154273 10.0.0.23 - - [2026-04-20 03:02:37] "DELETE /route-target/63ce94ed-6e68-45e4-8a77-f939824ad3f9 HTTP/1.1" 200 115 0.032536 10.0.0.23 - - [2026-04-20 03:02:38] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.040744 10.0.0.38 - - [2026-04-20 03:02:38] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.072103 10.0.0.23 - - [2026-04-20 03:02:38] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.38 - - [2026-04-20 03:02:38] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?fields=virtual_networks HTTP/1.1" 200 1041 0.087760 10.0.0.23 - - [2026-04-20 03:02:38] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000944 10.0.0.38 - - [2026-04-20 03:02:38] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044007 10.0.0.23 - - [2026-04-20 03:02:38] "GET /projects?obj_uuids=b4e7d9e8-97cd-4b9d-8c64-c523133abceb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.38 - - [2026-04-20 03:02:38] "GET /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb?fields=security_groups HTTP/1.1" 200 1271 0.037771 10.0.0.38 - - [2026-04-20 03:02:39] "POST /fqname-to-id HTTP/1.1" 404 213 0.025229 10.0.0.23 - - [2026-04-20 03:02:39] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.23 - - [2026-04-20 03:02:39] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.23 - - [2026-04-20 03:02:39] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006130 10.0.0.23 - - [2026-04-20 03:02:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.002790 10.0.0.23 - - [2026-04-20 03:02:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.002801 10.0.0.23 - - [2026-04-20 03:02:40] "POST /security-groups HTTP/1.1" 200 616 0.069551 10.0.0.23 - - [2026-04-20 03:02:40] "POST /projects HTTP/1.1" 200 635 0.265122 10.0.0.23 - - [2026-04-20 03:02:40] "POST /fqname-to-id HTTP/1.1" 404 258 0.005479 10.0.0.23 - - [2026-04-20 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.333605 10.0.0.38 - - [2026-04-20 03:02:40] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.458123 10.0.0.38 - - [2026-04-20 03:02:41] "GET / HTTP/1.1" 200 35931 0.001368 10.0.0.38 - - [2026-04-20 03:02:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-04-20 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 249 0.065495 10.0.0.23 - - [2026-04-20 03:02:43] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.23 - - [2026-04-20 03:02:43] "POST /access-control-lists HTTP/1.1" 200 643 0.040290 10.0.0.23 - - [2026-04-20 03:02:43] "PUT /access-control-list/c29dfd84-312c-471a-83cb-e4ecf7c7c429 HTTP/1.1" 200 272 0.010746 10.0.0.38 - - [2026-04-20 03:02:43] "POST /neutron/security_group HTTP/1.1" 200 1427 0.399112 10.0.0.38 - - [2026-04-20 03:02:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131665 10.0.0.23 - - [2026-04-20 03:02:44] "PUT /access-control-list/664064b3-36c6-4d67-b8d3-00d71540f6cf HTTP/1.1" 200 272 0.021326 10.0.0.38 - - [2026-04-20 03:02:44] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.130667 10.0.0.38 - - [2026-04-20 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.38 - - [2026-04-20 03:02:44] "GET /security-group/38d637ad-58db-4617-a5ec-4e5bc40401b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003738 10.0.0.38 - - [2026-04-20 03:02:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.002411 10.0.0.23 - - [2026-04-20 03:02:45] "DELETE /access-control-list/c29dfd84-312c-471a-83cb-e4ecf7c7c429 HTTP/1.1" 200 115 0.036828 10.0.0.38 - - [2026-04-20 03:02:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.003142 10.0.0.23 - - [2026-04-20 03:02:45] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000856 10.0.0.23 - - [2026-04-20 03:02:45] "POST /access-control-lists HTTP/1.1" 200 643 0.030435 10.0.0.23 - - [2026-04-20 03:02:45] "PUT /access-control-list/af254a7e-4b68-44c2-9af8-8ae3e84b4414 HTTP/1.1" 200 272 0.010633 10.0.0.38 - - [2026-04-20 03:02:46] "POST /neutron/security_group HTTP/1.1" 200 1427 0.481628 10.0.0.38 - - [2026-04-20 03:02:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152314 10.0.0.38 - - [2026-04-20 03:02:46] "GET /obj-perms HTTP/1.1" 200 5056 0.071627 10.0.0.23 - - [2026-04-20 03:02:46] "PUT /access-control-list/234cffb8-4de0-49d5-bac0-b921ae9953b3 HTTP/1.1" 200 272 0.015818 10.0.0.38 - - [2026-04-20 03:02:46] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.127536 10.0.0.38 - - [2026-04-20 03:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.38 - - [2026-04-20 03:02:46] "GET /security-group/175b266b-5ad9-486f-8b52-37a556befdfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005205 10.0.0.38 - - [2026-04-20 03:02:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120700 10.0.0.23 - - [2026-04-20 03:02:47] "PUT /access-control-list/234cffb8-4de0-49d5-bac0-b921ae9953b3 HTTP/1.1" 200 272 0.017418 10.0.0.38 - - [2026-04-20 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2026-04-20 03:02:47] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000891 10.0.0.38 - - [2026-04-20 03:02:47] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.058231 10.0.0.38 - - [2026-04-20 03:02:47] "POST /neutron/network HTTP/1.1" 200 117 0.013101 10.0.0.23 - - [2026-04-20 03:02:47] "POST /route-targets HTTP/1.1" 200 327 0.011781 10.0.0.23 - - [2026-04-20 03:02:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.036677 10.0.0.23 - - [2026-04-20 03:02:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007831 10.0.0.38 - - [2026-04-20 03:02:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.176645 10.0.0.38 - - [2026-04-20 03:02:48] "POST /id-to-fqname HTTP/1.1" 200 290 0.001129 10.0.0.38 - - [2026-04-20 03:02:48] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005702 10.0.0.38 - - [2026-04-20 03:02:48] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007920 10.0.0.38 - - [2026-04-20 03:02:48] "POST /neutron/network HTTP/1.1" 200 1110 0.011298 10.0.0.38 - - [2026-04-20 03:02:48] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007610 10.0.0.23 - - [2026-04-20 03:02:49] "GET /obj-perms HTTP/1.1" 200 5080 0.059210 10.0.0.38 - - [2026-04-20 03:02:49] "POST /id-to-fqname HTTP/1.1" 200 290 0.001134 10.0.0.38 - - [2026-04-20 03:02:50] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010585 10.0.0.23 - - [2026-04-20 03:02:50] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000924 10.0.0.38 - - [2026-04-20 03:02:50] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.066340 10.0.0.38 - - [2026-04-20 03:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.008402 10.0.0.38 - - [2026-04-20 03:02:50] "POST /id-to-fqname HTTP/1.1" 200 290 0.001532 10.0.0.38 - - [2026-04-20 03:02:51] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008663 10.0.0.23 - - [2026-04-20 03:02:51] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001035 10.0.0.38 - - [2026-04-20 03:02:51] "POST /neutron/security_group HTTP/1.1" 200 3458 0.057185 10.0.0.23 - - [2026-04-20 03:02:52] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000839 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/port HTTP/1.1" 200 1189 0.023494 10.0.0.38 - - [2026-04-20 03:02:52] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.084291 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/port HTTP/1.1" 200 1253 0.019915 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/port HTTP/1.1" 200 1253 0.020741 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/network HTTP/1.1" 200 1110 0.011987 10.0.0.38 - - [2026-04-20 03:02:52] "POST /neutron/network HTTP/1.1" 200 1120 0.006598 10.0.0.38 - - [2026-04-20 03:02:53] "POST /neutron/port HTTP/1.1" 200 1189 0.027506 10.0.0.38 - - [2026-04-20 03:02:53] "POST /neutron/port HTTP/1.1" 200 1253 0.021347 10.0.0.38 - - [2026-04-20 03:02:53] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013085 10.0.0.38 - - [2026-04-20 03:02:53] "POST /neutron/network HTTP/1.1" 200 1110 0.014312 10.0.0.38 - - [2026-04-20 03:02:57] "POST /neutron/port HTTP/1.1" 200 1253 0.014837 10.0.0.38 - - [2026-04-20 03:02:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006506 10.0.0.38 - - [2026-04-20 03:02:57] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.027845 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.002849 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.006285 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.003673 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.008199 10.0.0.38 - - [2026-04-20 03:02:58] "GET /instance-ip/94a9ea09-e24f-4001-8b5a-d80a1cb55183 HTTP/1.1" 200 1736 0.006083 10.0.0.38 - - [2026-04-20 03:02:58] "GET /instance-ip/a617d6c7-671d-4c28-875a-a9089e99b4f1 HTTP/1.1" 200 1712 0.006274 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.003684 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.004940 10.0.0.38 - - [2026-04-20 03:02:58] "GET /instance-ip/94a9ea09-e24f-4001-8b5a-d80a1cb55183 HTTP/1.1" 200 1736 0.005362 10.0.0.38 - - [2026-04-20 03:02:58] "GET /instance-ip/a617d6c7-671d-4c28-875a-a9089e99b4f1 HTTP/1.1" 200 1712 0.005395 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007523 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004359 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004164 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005119 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006094 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006913 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006156 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003930 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002293 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006242 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003496 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003572 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005046 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002594 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006887 10.0.0.38 - - [2026-04-20 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2026-04-20 03:02:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003366 10.0.0.38 - - [2026-04-20 03:02:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002556 10.0.0.38 - - [2026-04-20 03:02:59] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007041 10.0.0.38 - - [2026-04-20 03:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.38 - - [2026-04-20 03:02:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003444 10.0.0.38 - - [2026-04-20 03:02:59] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003379 10.0.0.38 - - [2026-04-20 03:02:59] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005336 10.0.0.38 - - [2026-04-20 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.38 - - [2026-04-20 03:03:02] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.008195 10.0.0.38 - - [2026-04-20 03:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.38 - - [2026-04-20 03:03:06] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.004570 10.0.0.23 - - [2026-04-20 03:03:07] "DELETE /access-control-list/837a8b68-ea95-4461-8def-b77777f9327e HTTP/1.1" 200 115 0.063233 10.0.0.38 - - [2026-04-20 03:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2026-04-20 03:03:10] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005399 10.0.0.38 - - [2026-04-20 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.38 - - [2026-04-20 03:03:14] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005690 10.0.0.38 - - [2026-04-20 03:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.38 - - [2026-04-20 03:03:18] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007430 10.0.0.23 - - [2026-04-20 03:03:18] "DELETE /project/8295168137434305b9a752a6253965a9 HTTP/1.1" 404 173 0.003511 10.0.0.23 - - [2026-04-20 03:03:18] "DELETE /project/b4e7d9e8-97cd-4b9d-8c64-c523133abceb HTTP/1.1" 404 177 0.003261 10.0.0.38 - - [2026-04-20 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.38 - - [2026-04-20 03:03:22] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005340 10.0.0.38 - - [2026-04-20 03:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.38 - - [2026-04-20 03:03:26] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005304 10.0.0.38 - - [2026-04-20 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2026-04-20 03:03:30] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005075 10.0.0.38 - - [2026-04-20 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.38 - - [2026-04-20 03:03:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.38 - - [2026-04-20 03:03:32] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003155 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005130 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.38 - - [2026-04-20 03:03:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002552 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005142 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2026-04-20 03:03:33] "GET /routing-instance/c4dcd77a-d1c3-4ab3-9ac8-26a238c7ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006518 10.0.0.38 - - [2026-04-20 03:03:33] "GET /route-target/42e5b78f-d46d-4de2-b48c-a21538fe062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003751 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2026-04-20 03:03:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006336 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003479 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005983 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2026-04-20 03:03:33] "GET /routing-instance/c4dcd77a-d1c3-4ab3-9ac8-26a238c7ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003798 10.0.0.38 - - [2026-04-20 03:03:33] "GET /route-target/42e5b78f-d46d-4de2-b48c-a21538fe062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003855 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.38 - - [2026-04-20 03:03:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004348 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004883 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006826 10.0.0.38 - - [2026-04-20 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.38 - - [2026-04-20 03:03:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006063 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003289 10.0.0.38 - - [2026-04-20 03:03:33] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007020 10.0.0.38 - - [2026-04-20 03:03:33] "GET /obj-perms HTTP/1.1" 200 5080 0.071195 10.0.0.23 - - [2026-04-20 03:03:34] "GET /obj-perms HTTP/1.1" 200 5080 0.003477 10.0.0.38 - - [2026-04-20 03:03:34] "GET /obj-perms HTTP/1.1" 200 5080 0.003290 10.0.0.27 - - [2026-04-20 03:03:34] "GET /obj-perms HTTP/1.1" 200 5080 0.059747 10.0.0.23 - - [2026-04-20 03:03:34] "GET /obj-perms HTTP/1.1" 200 5080 0.005814 10.0.0.38 - - [2026-04-20 03:03:34] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.005649 10.0.0.38 - - [2026-04-20 03:03:34] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.007212 10.0.0.38 - - [2026-04-20 03:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.38 - - [2026-04-20 03:03:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.38 - - [2026-04-20 03:03:34] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004566 10.0.0.38 - - [2026-04-20 03:03:34] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007641 10.0.0.38 - - [2026-04-20 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.38 - - [2026-04-20 03:03:35] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003551 10.0.0.38 - - [2026-04-20 03:03:35] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002639 10.0.0.38 - - [2026-04-20 03:03:35] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005402 10.0.0.38 - - [2026-04-20 03:03:35] "POST /neutron/port HTTP/1.1" 200 1253 0.017151 10.0.0.38 - - [2026-04-20 03:03:37] "POST /neutron/port HTTP/1.1" 200 1253 0.036963 10.0.0.38 - - [2026-04-20 03:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003741 10.0.0.38 - - [2026-04-20 03:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.38 - - [2026-04-20 03:03:38] "POST /neutron/port HTTP/1.1" 200 1253 0.037682 10.0.0.38 - - [2026-04-20 03:03:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003435 10.0.0.38 - - [2026-04-20 03:03:38] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.38 - - [2026-04-20 03:03:40] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007881 10.0.0.38 - - [2026-04-20 03:03:45] "POST /neutron/port HTTP/1.1" 200 1253 0.016771 10.0.0.38 - - [2026-04-20 03:03:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.031990 10.0.0.38 - - [2026-04-20 03:03:56] "POST /neutron/port HTTP/1.1" 200 1253 0.017938 10.0.0.38 - - [2026-04-20 03:03:56] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007128 10.0.0.38 - - [2026-04-20 03:03:56] "POST /neutron/port HTTP/1.1" 200 1253 0.026002 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine/ee3f34dc-d0b5-42db-9875-ebe75fa86455 HTTP/1.1" 200 1318 0.006562 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine/ee3f34dc-d0b5-42db-9875-ebe75fa86455 HTTP/1.1" 200 1318 0.004833 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine-interface/16a9016e-4fc8-4388-a656-e4eec9950bd3 HTTP/1.1" 200 3417 0.005303 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine/ee3f34dc-d0b5-42db-9875-ebe75fa86455 HTTP/1.1" 200 1318 0.004734 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine-interface/16a9016e-4fc8-4388-a656-e4eec9950bd3 HTTP/1.1" 200 3417 0.007910 10.0.0.38 - - [2026-04-20 03:03:56] "GET /instance-ip/73321fb9-bb19-4f2c-93d5-fd262008254a HTTP/1.1" 200 1735 0.007637 10.0.0.38 - - [2026-04-20 03:03:56] "GET /instance-ip/7d427b38-cbf4-44de-bdc5-8c84d6cde851 HTTP/1.1" 200 1712 0.005978 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine/ee3f34dc-d0b5-42db-9875-ebe75fa86455 HTTP/1.1" 200 1318 0.004068 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-machine-interface/16a9016e-4fc8-4388-a656-e4eec9950bd3 HTTP/1.1" 200 3417 0.005299 10.0.0.38 - - [2026-04-20 03:03:56] "GET /instance-ip/73321fb9-bb19-4f2c-93d5-fd262008254a HTTP/1.1" 200 1735 0.004344 10.0.0.38 - - [2026-04-20 03:03:56] "GET /instance-ip/7d427b38-cbf4-44de-bdc5-8c84d6cde851 HTTP/1.1" 200 1712 0.004736 10.0.0.38 - - [2026-04-20 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.38 - - [2026-04-20 03:03:56] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003619 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003993 10.0.0.38 - - [2026-04-20 03:03:56] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.007755 10.0.0.38 - - [2026-04-20 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004861 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003744 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005390 10.0.0.38 - - [2026-04-20 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003792 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002269 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005826 10.0.0.38 - - [2026-04-20 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003599 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003523 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005641 10.0.0.38 - - [2026-04-20 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004153 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002755 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005171 10.0.0.38 - - [2026-04-20 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004087 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002635 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006030 10.0.0.38 - - [2026-04-20 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.38 - - [2026-04-20 03:03:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003318 10.0.0.38 - - [2026-04-20 03:03:57] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.004986 10.0.0.38 - - [2026-04-20 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.38 - - [2026-04-20 03:03:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004102 10.0.0.38 - - [2026-04-20 03:03:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002691 10.0.0.38 - - [2026-04-20 03:03:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006480 10.0.0.38 - - [2026-04-20 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.38 - - [2026-04-20 03:03:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004141 10.0.0.38 - - [2026-04-20 03:03:58] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002486 10.0.0.38 - - [2026-04-20 03:03:58] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006336 10.0.0.38 - - [2026-04-20 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.38 - - [2026-04-20 03:03:59] "GET /routing-instance/c4dcd77a-d1c3-4ab3-9ac8-26a238c7ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003839 10.0.0.38 - - [2026-04-20 03:03:59] "GET /route-target/42e5b78f-d46d-4de2-b48c-a21538fe062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004236 10.0.0.38 - - [2026-04-20 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.38 - - [2026-04-20 03:03:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003548 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003016 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006958 10.0.0.38 - - [2026-04-20 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.38 - - [2026-04-20 03:03:59] "GET /routing-instance/c4dcd77a-d1c3-4ab3-9ac8-26a238c7ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004340 10.0.0.38 - - [2026-04-20 03:03:59] "GET /route-target/42e5b78f-d46d-4de2-b48c-a21538fe062a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003274 10.0.0.38 - - [2026-04-20 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.38 - - [2026-04-20 03:03:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004566 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002743 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005383 10.0.0.38 - - [2026-04-20 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.38 - - [2026-04-20 03:03:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003057 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005713 10.0.0.38 - - [2026-04-20 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003520 10.0.0.23 - - [2026-04-20 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003541 10.0.0.38 - - [2026-04-20 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003645 10.0.0.27 - - [2026-04-20 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003983 10.0.0.38 - - [2026-04-20 03:03:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003495 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-machine/ee3f34dc-d0b5-42db-9875-ebe75fa86455 HTTP/1.1" 200 1318 0.003668 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-machine-interface/16a9016e-4fc8-4388-a656-e4eec9950bd3 HTTP/1.1" 200 3417 0.005078 10.0.0.38 - - [2026-04-20 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2026-04-20 03:03:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003826 10.0.0.38 - - [2026-04-20 03:03:59] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002485 10.0.0.38 - - [2026-04-20 03:04:00] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.006433 10.0.0.38 - - [2026-04-20 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.38 - - [2026-04-20 03:04:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-networks?parent_id=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002610 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-network/9d797b65-a8bc-4f3f-9a6a-e59288b5d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.005878 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.006235 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.005689 10.0.0.38 - - [2026-04-20 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.38 - - [2026-04-20 03:04:01] "GET /security-group/175b266b-5ad9-486f-8b52-37a556befdfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004169 10.0.0.38 - - [2026-04-20 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.38 - - [2026-04-20 03:04:01] "GET /security-group/175b266b-5ad9-486f-8b52-37a556befdfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004489 10.0.0.38 - - [2026-04-20 03:04:01] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008589 10.0.0.38 - - [2026-04-20 03:04:01] "POST /neutron/port HTTP/1.1" 200 1243 0.020235 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.004587 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3361 0.009555 10.0.0.38 - - [2026-04-20 03:04:01] "POST /neutron/port HTTP/1.1" 200 1215 0.019159 10.0.0.38 - - [2026-04-20 03:04:01] "POST /neutron/port HTTP/1.1" 200 1243 0.068718 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine/2f521c33-34a8-4762-9452-7892b243a1a4 HTTP/1.1" 200 1317 0.003864 10.0.0.38 - - [2026-04-20 03:04:01] "GET /virtual-machine-interface/4cea000b-8e54-4c49-a819-4b949129ec2e HTTP/1.1" 200 3417 0.006044 10.0.0.38 - - [2026-04-20 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2026-04-20 03:04:01] "GET /security-group/175b266b-5ad9-486f-8b52-37a556befdfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004629 10.0.0.38 - - [2026-04-20 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.38 - - [2026-04-20 03:04:02] "GET /security-group/175b266b-5ad9-486f-8b52-37a556befdfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004217 10.0.0.38 - - [2026-04-20 03:04:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.140073 10.0.0.38 - - [2026-04-20 03:04:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.004059 10.0.0.38 - - [2026-04-20 03:04:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.003392 10.0.0.38 - - [2026-04-20 03:04:02] "POST /neutron/security_group HTTP/1.1" 200 117 0.006866 10.0.0.38 - - [2026-04-20 03:04:02] "POST /neutron/network HTTP/1.1" 400 204 0.014632 10.0.0.38 - - [2026-04-20 03:04:06] "POST /neutron/network HTTP/1.1" 200 1110 0.009314 10.0.0.38 - - [2026-04-20 03:04:08] "POST /neutron/network HTTP/1.1" 400 204 0.012076 10.0.0.38 - - [2026-04-20 03:04:13] "POST /neutron/network HTTP/1.1" 200 1110 0.011160 10.0.0.38 - - [2026-04-20 03:04:15] "POST /neutron/network HTTP/1.1" 400 204 0.015092 10.0.0.38 - - [2026-04-20 03:04:19] "POST /neutron/network HTTP/1.1" 200 1110 0.009888 10.0.0.38 - - [2026-04-20 03:04:21] "POST /neutron/network HTTP/1.1" 400 204 0.012204 10.0.0.38 - - [2026-04-20 03:04:25] "POST /neutron/network HTTP/1.1" 200 1110 0.008635 10.0.0.38 - - [2026-04-20 03:04:27] "POST /neutron/network HTTP/1.1" 400 204 0.012292 10.0.0.38 - - [2026-04-20 03:04:31] "POST /neutron/network HTTP/1.1" 200 1110 0.010119 10.0.0.38 - - [2026-04-20 03:04:33] "POST /neutron/network HTTP/1.1" 400 204 0.012387 10.0.0.38 - - [2026-04-20 03:04:37] "POST /neutron/network HTTP/1.1" 200 1110 0.008870 10.0.0.38 - - [2026-04-20 03:04:39] "POST /neutron/network HTTP/1.1" 400 204 0.014608 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/network HTTP/1.1" 200 1120 0.007268 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012914 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/network HTTP/1.1" 200 1110 0.009307 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/network HTTP/1.1" 200 1120 0.006893 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013673 10.0.0.38 - - [2026-04-20 03:04:40] "POST /neutron/network HTTP/1.1" 200 1110 0.010241 10.0.0.38 - - [2026-04-20 03:04:43] "POST /neutron/network HTTP/1.1" 200 1110 0.010097 10.0.0.38 - - [2026-04-20 03:04:45] "POST /neutron/network HTTP/1.1" 400 204 0.013318 10.0.0.38 - - [2026-04-20 03:04:49] "POST /neutron/network HTTP/1.1" 200 1110 0.010293 10.0.0.38 - - [2026-04-20 03:04:51] "POST /neutron/network HTTP/1.1" 400 204 0.014249 10.0.0.38 - - [2026-04-20 03:05:40] "POST /neutron/port HTTP/1.1" 200 1215 0.021430 10.0.0.38 - - [2026-04-20 03:05:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004371 10.0.0.38 - - [2026-04-20 03:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.38 - - [2026-04-20 03:05:42] "POST /neutron/port HTTP/1.1" 200 1215 0.024537 10.0.0.38 - - [2026-04-20 03:05:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003419 10.0.0.38 - - [2026-04-20 03:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.000999 10.0.0.38 - - [2026-04-20 03:05:44] "POST /neutron/security_group HTTP/1.1" 400 209 0.003742 10.0.0.23 - - [2026-04-20 03:05:45] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000899 10.0.0.38 - - [2026-04-20 03:05:45] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.090512 10.0.0.23 - - [2026-04-20 03:05:45] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000994 10.0.0.38 - - [2026-04-20 03:05:45] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.047944 10.0.0.23 - - [2026-04-20 03:05:47] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001716 10.0.0.38 - - [2026-04-20 03:05:47] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039329 10.0.0.23 - - [2026-04-20 03:05:47] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001095 10.0.0.38 - - [2026-04-20 03:05:47] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.043766 10.0.0.23 - - [2026-04-20 03:05:48] "GET /obj-perms HTTP/1.1" 200 5056 0.047919 10.0.0.23 - - [2026-04-20 03:05:49] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001241 10.0.0.38 - - [2026-04-20 03:05:49] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044964 10.0.0.23 - - [2026-04-20 03:05:49] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000903 10.0.0.38 - - [2026-04-20 03:05:49] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.034595 10.0.0.23 - - [2026-04-20 03:05:51] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000886 10.0.0.38 - - [2026-04-20 03:05:51] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040497 10.0.0.23 - - [2026-04-20 03:05:51] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000863 10.0.0.38 - - [2026-04-20 03:05:51] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.043290 10.0.0.23 - - [2026-04-20 03:05:54] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001091 10.0.0.38 - - [2026-04-20 03:05:54] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.036558 10.0.0.23 - - [2026-04-20 03:05:54] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001277 10.0.0.38 - - [2026-04-20 03:05:54] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.035935 10.0.0.23 - - [2026-04-20 03:05:56] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000892 10.0.0.38 - - [2026-04-20 03:05:56] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040423 10.0.0.23 - - [2026-04-20 03:05:56] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000816 10.0.0.38 - - [2026-04-20 03:05:56] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.040031 10.0.0.23 - - [2026-04-20 03:05:58] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186 10.0.0.38 - - [2026-04-20 03:05:58] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.034405 10.0.0.23 - - [2026-04-20 03:05:58] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002021 10.0.0.38 - - [2026-04-20 03:05:58] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.037548 10.0.0.23 - - [2026-04-20 03:06:00] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001109 10.0.0.38 - - [2026-04-20 03:06:00] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.043137 10.0.0.23 - - [2026-04-20 03:06:00] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000866 10.0.0.38 - - [2026-04-20 03:06:00] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.040704 10.0.0.23 - - [2026-04-20 03:06:02] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001005 10.0.0.38 - - [2026-04-20 03:06:02] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047876 10.0.0.23 - - [2026-04-20 03:06:02] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000900 10.0.0.38 - - [2026-04-20 03:06:02] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.035719 10.0.0.23 - - [2026-04-20 03:06:04] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000814 10.0.0.38 - - [2026-04-20 03:06:04] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038879 10.0.0.23 - - [2026-04-20 03:06:04] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000962 10.0.0.38 - - [2026-04-20 03:06:04] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.047622 10.0.0.23 - - [2026-04-20 03:06:06] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000862 10.0.0.38 - - [2026-04-20 03:06:06] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040502 10.0.0.23 - - [2026-04-20 03:06:06] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000786 10.0.0.38 - - [2026-04-20 03:06:06] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.039767 10.0.0.23 - - [2026-04-20 03:06:08] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000851 10.0.0.38 - - [2026-04-20 03:06:08] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046324 10.0.0.23 - - [2026-04-20 03:06:08] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000784 10.0.0.38 - - [2026-04-20 03:06:09] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.035381 10.0.0.23 - - [2026-04-20 03:06:11] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002027 10.0.0.38 - - [2026-04-20 03:06:11] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040177 10.0.0.23 - - [2026-04-20 03:06:11] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000803 10.0.0.38 - - [2026-04-20 03:06:11] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.036621 10.0.0.27 - - [2026-04-20 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-04-20 03:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-04-20 03:06:13] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001665 10.0.0.38 - - [2026-04-20 03:06:13] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040680 10.0.0.23 - - [2026-04-20 03:06:13] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001272 10.0.0.38 - - [2026-04-20 03:06:13] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.039524 10.0.0.23 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-04-20 03:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.38 - - [2026-04-20 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2026-04-20 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-04-20 03:06:15] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000843 10.0.0.38 - - [2026-04-20 03:06:15] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052171 10.0.0.23 - - [2026-04-20 03:06:15] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001051 10.0.0.38 - - [2026-04-20 03:06:15] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.055133 10.0.0.38 - - [2026-04-20 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2026-04-20 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-20 03:06:17] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000899 10.0.0.38 - - [2026-04-20 03:06:17] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039444 10.0.0.23 - - [2026-04-20 03:06:17] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000891 10.0.0.38 - - [2026-04-20 03:06:17] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.043706 10.0.0.23 - - [2026-04-20 03:06:19] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000978 10.0.0.38 - - [2026-04-20 03:06:19] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048016 10.0.0.23 - - [2026-04-20 03:06:19] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001169 10.0.0.38 - - [2026-04-20 03:06:19] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.054306 10.0.0.23 - - [2026-04-20 03:06:21] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001363 10.0.0.38 - - [2026-04-20 03:06:21] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.045643 10.0.0.23 - - [2026-04-20 03:06:21] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000798 10.0.0.38 - - [2026-04-20 03:06:21] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.041037 10.0.0.23 - - [2026-04-20 03:06:23] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001042 10.0.0.38 - - [2026-04-20 03:06:23] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.049365 10.0.0.23 - - [2026-04-20 03:06:23] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001151 10.0.0.38 - - [2026-04-20 03:06:23] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.050645 10.0.0.23 - - [2026-04-20 03:06:26] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001167 10.0.0.38 - - [2026-04-20 03:06:26] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.041577 10.0.0.23 - - [2026-04-20 03:06:26] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000837 10.0.0.38 - - [2026-04-20 03:06:26] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.035580 10.0.0.23 - - [2026-04-20 03:06:28] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000886 10.0.0.38 - - [2026-04-20 03:06:28] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039500 10.0.0.23 - - [2026-04-20 03:06:28] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001087 10.0.0.38 - - [2026-04-20 03:06:28] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.052757 10.0.0.23 - - [2026-04-20 03:06:30] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000854 10.0.0.38 - - [2026-04-20 03:06:30] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.035736 10.0.0.23 - - [2026-04-20 03:06:30] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001224 10.0.0.38 - - [2026-04-20 03:06:30] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.044786 10.0.0.23 - - [2026-04-20 03:06:32] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000845 10.0.0.38 - - [2026-04-20 03:06:32] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.034743 10.0.0.23 - - [2026-04-20 03:06:32] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000931 10.0.0.38 - - [2026-04-20 03:06:32] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.039551 10.0.0.23 - - [2026-04-20 03:06:34] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000967 10.0.0.38 - - [2026-04-20 03:06:34] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.043145 10.0.0.23 - - [2026-04-20 03:06:34] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000859 10.0.0.38 - - [2026-04-20 03:06:34] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.035082 10.0.0.23 - - [2026-04-20 03:06:36] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001210 10.0.0.38 - - [2026-04-20 03:06:36] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.058492 10.0.0.23 - - [2026-04-20 03:06:36] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000837 10.0.0.38 - - [2026-04-20 03:06:36] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.045492 10.0.0.23 - - [2026-04-20 03:06:38] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001020 10.0.0.38 - - [2026-04-20 03:06:38] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038760 10.0.0.23 - - [2026-04-20 03:06:38] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187 10.0.0.38 - - [2026-04-20 03:06:38] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.037677 10.0.0.38 - - [2026-04-20 03:06:40] "POST /neutron/network HTTP/1.1" 200 1120 0.007969 10.0.0.38 - - [2026-04-20 03:06:40] "POST /neutron/subnet HTTP/1.1" 200 1370 0.017068 10.0.0.38 - - [2026-04-20 03:06:40] "POST /neutron/network HTTP/1.1" 200 1110 0.009981 10.0.0.23 - - [2026-04-20 03:06:40] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000943 10.0.0.38 - - [2026-04-20 03:06:41] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047026 10.0.0.23 - - [2026-04-20 03:06:41] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000817 10.0.0.38 - - [2026-04-20 03:06:41] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.034515 10.0.0.38 - - [2026-04-20 03:06:42] "POST /neutron/network HTTP/1.1" 200 1120 0.006350 10.0.0.38 - - [2026-04-20 03:06:42] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015794 10.0.0.38 - - [2026-04-20 03:06:42] "POST /neutron/network HTTP/1.1" 200 1110 0.009069 10.0.0.23 - - [2026-04-20 03:06:43] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001007 10.0.0.38 - - [2026-04-20 03:06:43] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044742 10.0.0.23 - - [2026-04-20 03:06:43] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000928 10.0.0.38 - - [2026-04-20 03:06:43] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.049903 10.0.0.23 - - [2026-04-20 03:06:45] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001039 10.0.0.38 - - [2026-04-20 03:06:45] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.051170 10.0.0.23 - - [2026-04-20 03:06:45] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001274 10.0.0.38 - - [2026-04-20 03:06:45] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.045001 10.0.0.23 - - [2026-04-20 03:06:47] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000987 10.0.0.38 - - [2026-04-20 03:06:47] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055989 10.0.0.23 - - [2026-04-20 03:06:47] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000888 10.0.0.38 - - [2026-04-20 03:06:47] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.049439 10.0.0.27 - - [2026-04-20 03:06:48] "GET /obj-perms HTTP/1.1" 200 5056 0.056760 10.0.0.23 - - [2026-04-20 03:06:49] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000940 10.0.0.38 - - [2026-04-20 03:06:49] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039319 10.0.0.23 - - [2026-04-20 03:06:49] "GET /projects?obj_uuids=82951681-3743-4305-b9a7-52a6253965a9&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001077 10.0.0.38 - - [2026-04-20 03:06:49] "GET /project/82951681-3743-4305-b9a7-52a6253965a9?fields=virtual_networks HTTP/1.1" 200 1390 0.045391 10.0.0.38 - - [2026-04-20 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.029757 10.0.0.23 - - [2026-04-20 03:06:50] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003969 10.0.0.23 - - [2026-04-20 03:06:50] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000823 10.0.0.23 - - [2026-04-20 03:06:50] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031898 10.0.0.23 - - [2026-04-20 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001953 10.0.0.23 - - [2026-04-20 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 232 0.007875 10.0.0.23 - - [2026-04-20 03:06:50] "POST /security-groups HTTP/1.1" 200 621 0.069109 10.0.0.23 - - [2026-04-20 03:06:50] "POST /projects HTTP/1.1" 200 645 0.289502 10.0.0.23 - - [2026-04-20 03:06:50] "POST /fqname-to-id HTTP/1.1" 404 264 0.028093 10.0.0.23 - - [2026-04-20 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.359134 10.0.0.38 - - [2026-04-20 03:06:50] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.520772 10.0.0.23 - - [2026-04-20 03:06:50] "POST /access-control-lists HTTP/1.1" 200 624 0.027695 10.0.0.38 - - [2026-04-20 03:06:51] "GET / HTTP/1.1" 200 35931 0.001978 10.0.0.38 - - [2026-04-20 03:06:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-04-20 03:06:53] "POST /fqname-to-id HTTP/1.1" 404 254 0.053814 10.0.0.38 - - [2026-04-20 03:06:53] "POST /security-groups HTTP/1.1" 200 595 0.034829 10.0.0.38 - - [2026-04-20 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2026-04-20 03:06:53] "POST /fqname-to-id HTTP/1.1" 404 285 0.004644 10.0.0.38 - - [2026-04-20 03:06:53] "GET /security-group/21151d0d-5f7d-4b32-b0a1-9a5ae9dd9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007437 10.0.0.38 - - [2026-04-20 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.38 - - [2026-04-20 03:06:54] "GET /security-group/21151d0d-5f7d-4b32-b0a1-9a5ae9dd9cc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005087 10.0.0.38 - - [2026-04-20 03:06:54] "DELETE /security-group/21151d0d-5f7d-4b32-b0a1-9a5ae9dd9cc5 HTTP/1.1" 200 115 0.046422 10.0.0.38 - - [2026-04-20 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.005543 10.0.0.23 - - [2026-04-20 03:06:54] "DELETE /access-control-list/41e2afb6-cf72-41ae-aa14-9b3ea725db1b HTTP/1.1" 200 115 0.038476 10.0.0.38 - - [2026-04-20 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.004340 10.0.0.38 - - [2026-04-20 03:06:55] "POST /security-groups HTTP/1.1" 200 595 0.030456 10.0.0.38 - - [2026-04-20 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.23 - - [2026-04-20 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 285 0.007966 10.0.0.38 - - [2026-04-20 03:06:55] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006502 10.0.0.38 - - [2026-04-20 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.38 - - [2026-04-20 03:06:55] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003959 10.0.0.38 - - [2026-04-20 03:06:55] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004251 10.0.0.38 - - [2026-04-20 03:06:55] "PUT /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f HTTP/1.1" 200 262 0.016634 10.0.0.38 - - [2026-04-20 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.23 - - [2026-04-20 03:06:55] "PUT /access-control-list/ae08b32c-ff61-47bc-9b79-f4b775f4d107 HTTP/1.1" 200 272 0.022243 10.0.0.23 - - [2026-04-20 03:06:55] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000870 10.0.0.38 - - [2026-04-20 03:06:55] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.034144 10.0.0.23 - - [2026-04-20 03:06:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007066 10.0.0.38 - - [2026-04-20 03:06:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.196233 10.0.0.38 - - [2026-04-20 03:06:56] "POST /id-to-fqname HTTP/1.1" 200 300 0.001282 10.0.0.38 - - [2026-04-20 03:06:56] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004652 10.0.0.38 - - [2026-04-20 03:06:56] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005364 10.0.0.38 - - [2026-04-20 03:06:56] "POST /neutron/network HTTP/1.1" 200 954 0.005878 10.0.0.38 - - [2026-04-20 03:06:56] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004910 10.0.0.38 - - [2026-04-20 03:06:56] "GET /obj-perms HTTP/1.1" 200 5090 0.055766 10.0.0.38 - - [2026-04-20 03:06:57] "POST /id-to-fqname HTTP/1.1" 200 300 0.001293 10.0.0.38 - - [2026-04-20 03:06:57] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008352 10.0.0.23 - - [2026-04-20 03:06:58] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000886 10.0.0.38 - - [2026-04-20 03:06:58] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.063742 10.0.0.38 - - [2026-04-20 03:06:58] "POST /neutron/port HTTP/1.1" 200 2276 0.021109 10.0.0.38 - - [2026-04-20 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 300 0.001354 10.0.0.38 - - [2026-04-20 03:06:59] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006965 10.0.0.23 - - [2026-04-20 03:06:59] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000889 10.0.0.38 - - [2026-04-20 03:06:59] "POST /neutron/security_group HTTP/1.1" 200 3298 0.062716 10.0.0.38 - - [2026-04-20 03:06:59] "POST /neutron/port HTTP/1.1" 200 1090 0.017943 10.0.0.38 - - [2026-04-20 03:07:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.23 - - [2026-04-20 03:07:00] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000815 10.0.0.38 - - [2026-04-20 03:07:00] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.062470 10.0.0.38 - - [2026-04-20 03:07:00] "POST /neutron/network HTTP/1.1" 200 954 0.033812 10.0.0.38 - - [2026-04-20 03:07:00] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006820 10.0.0.38 - - [2026-04-20 03:07:00] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006370 10.0.0.23 - - [2026-04-20 03:07:00] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001199 10.0.0.38 - - [2026-04-20 03:07:01] "POST /neutron/port HTTP/1.1" 200 1090 0.242329 10.0.0.38 - - [2026-04-20 03:07:01] "POST /neutron/port HTTP/1.1" 200 1144 0.109485 10.0.0.38 - - [2026-04-20 03:07:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.008116 10.0.0.38 - - [2026-04-20 03:07:05] "POST /neutron/port HTTP/1.1" 200 1155 0.019016 10.0.0.38 - - [2026-04-20 03:07:05] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007394 10.0.0.38 - - [2026-04-20 03:07:05] "POST /neutron/port HTTP/1.1" 200 1155 0.018606 10.0.0.38 - - [2026-04-20 03:07:05] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.032767 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.004789 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.005845 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.006407 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.008042 10.0.0.38 - - [2026-04-20 03:07:06] "GET /instance-ip/0f373840-5d40-456f-8671-a5d48ddbf22c HTTP/1.1" 200 1729 0.007342 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.007015 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.006679 10.0.0.38 - - [2026-04-20 03:07:06] "GET /instance-ip/0f373840-5d40-456f-8671-a5d48ddbf22c HTTP/1.1" 200 1729 0.004557 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003224 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003002 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006258 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006548 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003660 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005706 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005125 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004550 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005804 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003859 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002872 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006234 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004366 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003664 10.0.0.38 - - [2026-04-20 03:07:06] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005350 10.0.0.38 - - [2026-04-20 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2026-04-20 03:07:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.38 - - [2026-04-20 03:07:07] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003276 10.0.0.38 - - [2026-04-20 03:07:07] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005243 10.0.0.38 - - [2026-04-20 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.38 - - [2026-04-20 03:07:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003696 10.0.0.38 - - [2026-04-20 03:07:07] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003141 10.0.0.38 - - [2026-04-20 03:07:07] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006159 10.0.0.38 - - [2026-04-20 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.38 - - [2026-04-20 03:07:10] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004466 10.0.0.38 - - [2026-04-20 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.38 - - [2026-04-20 03:07:14] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005157 10.0.0.38 - - [2026-04-20 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.38 - - [2026-04-20 03:07:18] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006126 10.0.0.23 - - [2026-04-20 03:07:18] "DELETE /project/1acbed57c5e04b09925796f7aa18844b HTTP/1.1" 404 173 0.002705 10.0.0.38 - - [2026-04-20 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2026-04-20 03:07:22] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004979 10.0.0.38 - - [2026-04-20 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.38 - - [2026-04-20 03:07:26] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004983 10.0.0.38 - - [2026-04-20 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.38 - - [2026-04-20 03:07:30] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005533 10.0.0.38 - - [2026-04-20 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.38 - - [2026-04-20 03:07:34] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005012 10.0.0.38 - - [2026-04-20 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.38 - - [2026-04-20 03:07:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002996 10.0.0.38 - - [2026-04-20 03:07:38] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.017851 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005401 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.38 - - [2026-04-20 03:07:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004511 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003445 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006984 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.38 - - [2026-04-20 03:07:39] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005295 10.0.0.38 - - [2026-04-20 03:07:39] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003468 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.38 - - [2026-04-20 03:07:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003606 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002750 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007075 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.38 - - [2026-04-20 03:07:39] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005198 10.0.0.38 - - [2026-04-20 03:07:39] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004135 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.38 - - [2026-04-20 03:07:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003882 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004162 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007133 10.0.0.38 - - [2026-04-20 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.38 - - [2026-04-20 03:07:39] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005924 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002813 10.0.0.38 - - [2026-04-20 03:07:39] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005798 10.0.0.23 - - [2026-04-20 03:07:40] "GET /obj-perms HTTP/1.1" 200 5090 0.057716 10.0.0.38 - - [2026-04-20 03:07:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003590 10.0.0.23 - - [2026-04-20 03:07:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003449 10.0.0.38 - - [2026-04-20 03:07:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003981 10.0.0.38 - - [2026-04-20 03:07:40] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.004010 10.0.0.38 - - [2026-04-20 03:07:40] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.004959 10.0.0.38 - - [2026-04-20 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.38 - - [2026-04-20 03:07:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003137 10.0.0.38 - - [2026-04-20 03:07:40] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002681 10.0.0.38 - - [2026-04-20 03:07:40] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006324 10.0.0.38 - - [2026-04-20 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.38 - - [2026-04-20 03:07:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003165 10.0.0.38 - - [2026-04-20 03:07:41] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002933 10.0.0.38 - - [2026-04-20 03:07:41] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006261 10.0.0.38 - - [2026-04-20 03:07:41] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006850 10.0.0.38 - - [2026-04-20 03:07:42] "POST /neutron/network HTTP/1.1" 200 1120 0.006204 10.0.0.38 - - [2026-04-20 03:07:42] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014313 10.0.0.38 - - [2026-04-20 03:07:42] "POST /neutron/network HTTP/1.1" 200 1110 0.012074 10.0.0.38 - - [2026-04-20 03:07:44] "POST /neutron/network HTTP/1.1" 200 1120 0.006492 10.0.0.38 - - [2026-04-20 03:07:44] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014388 10.0.0.38 - - [2026-04-20 03:07:44] "POST /neutron/network HTTP/1.1" 200 1110 0.009123 10.0.0.38 - - [2026-04-20 03:07:47] "POST /neutron/port HTTP/1.1" 200 1155 0.016806 10.0.0.27 - - [2026-04-20 03:07:50] "GET /obj-perms HTTP/1.1" 200 5056 0.063938 10.0.0.38 - - [2026-04-20 03:07:52] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007415 10.0.0.38 - - [2026-04-20 03:07:57] "POST /neutron/port HTTP/1.1" 200 1155 0.014443 10.0.0.38 - - [2026-04-20 03:07:57] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006673 10.0.0.38 - - [2026-04-20 03:07:57] "POST /neutron/port HTTP/1.1" 200 1155 0.014802 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.006432 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.003696 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine-interface/84fecf81-2497-40cc-b7b3-d9b80b5da146 HTTP/1.1" 200 3263 0.004522 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.003475 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine-interface/84fecf81-2497-40cc-b7b3-d9b80b5da146 HTTP/1.1" 200 3263 0.007693 10.0.0.38 - - [2026-04-20 03:07:57] "GET /instance-ip/a899dc02-8d09-4d79-99d2-411ccb3fefb0 HTTP/1.1" 200 1731 0.005621 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.003582 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-machine-interface/84fecf81-2497-40cc-b7b3-d9b80b5da146 HTTP/1.1" 200 3263 0.004551 10.0.0.38 - - [2026-04-20 03:07:57] "GET /instance-ip/a899dc02-8d09-4d79-99d2-411ccb3fefb0 HTTP/1.1" 200 1731 0.003937 10.0.0.38 - - [2026-04-20 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.38 - - [2026-04-20 03:07:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003735 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003449 10.0.0.38 - - [2026-04-20 03:07:57] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005227 10.0.0.38 - - [2026-04-20 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004489 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002890 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005286 10.0.0.38 - - [2026-04-20 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003894 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003081 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007541 10.0.0.38 - - [2026-04-20 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005395 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003258 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005834 10.0.0.38 - - [2026-04-20 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004362 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002832 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005211 10.0.0.38 - - [2026-04-20 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004013 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003522 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006398 10.0.0.38 - - [2026-04-20 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.38 - - [2026-04-20 03:07:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003443 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002999 10.0.0.38 - - [2026-04-20 03:07:58] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005651 10.0.0.38 - - [2026-04-20 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.38 - - [2026-04-20 03:07:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003782 10.0.0.38 - - [2026-04-20 03:07:59] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003000 10.0.0.38 - - [2026-04-20 03:07:59] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006328 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2026-04-20 03:08:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003883 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002897 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005831 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2026-04-20 03:08:00] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005149 10.0.0.38 - - [2026-04-20 03:08:00] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004179 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.38 - - [2026-04-20 03:08:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003415 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003398 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006237 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2026-04-20 03:08:00] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004480 10.0.0.38 - - [2026-04-20 03:08:00] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003521 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.38 - - [2026-04-20 03:08:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004060 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002956 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005338 10.0.0.38 - - [2026-04-20 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.38 - - [2026-04-20 03:08:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004700 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003365 10.0.0.38 - - [2026-04-20 03:08:00] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005573 10.0.0.23 - - [2026-04-20 03:08:00] "GET /obj-perms HTTP/1.1" 200 5090 0.003878 10.0.0.38 - - [2026-04-20 03:08:00] "GET /obj-perms HTTP/1.1" 200 5090 0.003498 10.0.0.38 - - [2026-04-20 03:08:00] "GET /obj-perms HTTP/1.1" 200 5090 0.003962 10.0.0.38 - - [2026-04-20 03:08:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003878 10.0.0.27 - - [2026-04-20 03:08:01] "GET /obj-perms HTTP/1.1" 200 5090 0.079983 10.0.0.23 - - [2026-04-20 03:08:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003570 10.0.0.38 - - [2026-04-20 03:08:01] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.004418 10.0.0.38 - - [2026-04-20 03:08:01] "GET /virtual-machine-interface/84fecf81-2497-40cc-b7b3-d9b80b5da146 HTTP/1.1" 200 3263 0.005103 10.0.0.38 - - [2026-04-20 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.38 - - [2026-04-20 03:08:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003319 10.0.0.38 - - [2026-04-20 03:08:01] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003057 10.0.0.38 - - [2026-04-20 03:08:01] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006201 10.0.0.38 - - [2026-04-20 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.38 - - [2026-04-20 03:08:02] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003034 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004376 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005985 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.004047 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.006504 10.0.0.38 - - [2026-04-20 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2026-04-20 03:08:02] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003086 10.0.0.38 - - [2026-04-20 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.38 - - [2026-04-20 03:08:02] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004126 10.0.0.38 - - [2026-04-20 03:08:02] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007497 10.0.0.38 - - [2026-04-20 03:08:02] "POST /neutron/port HTTP/1.1" 200 1144 0.018467 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.003640 10.0.0.38 - - [2026-04-20 03:08:02] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3202 0.006882 10.0.0.38 - - [2026-04-20 03:08:03] "POST /neutron/port HTTP/1.1" 200 1116 0.019120 10.0.0.38 - - [2026-04-20 03:08:03] "POST /neutron/port HTTP/1.1" 200 1144 0.056010 10.0.0.38 - - [2026-04-20 03:08:03] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.004874 10.0.0.38 - - [2026-04-20 03:08:03] "GET /virtual-machine-interface/fa324659-63c5-4875-8516-72a387d61cad HTTP/1.1" 200 3263 0.006280 10.0.0.38 - - [2026-04-20 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.38 - - [2026-04-20 03:08:03] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.003433 10.0.0.38 - - [2026-04-20 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.38 - - [2026-04-20 03:08:03] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004302 10.0.0.38 - - [2026-04-20 03:08:03] "DELETE /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f HTTP/1.1" 409 336 0.007490 10.0.0.38 - - [2026-04-20 03:08:43] "POST /neutron/port HTTP/1.1" 200 1155 0.060344 10.0.0.38 - - [2026-04-20 03:08:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009070 10.0.0.38 - - [2026-04-20 03:08:46] "POST /neutron/port HTTP/1.1" 200 1155 0.057867 10.0.0.38 - - [2026-04-20 03:08:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005088 10.0.0.38 - - [2026-04-20 03:08:46] "POST /neutron/network HTTP/1.1" 200 954 0.007897 10.0.0.38 - - [2026-04-20 03:09:06] "GET /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005404 10.0.0.38 - - [2026-04-20 03:09:06] "PUT /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f HTTP/1.1" 200 262 0.019236 10.0.0.23 - - [2026-04-20 03:09:06] "PUT /access-control-list/52a58bc4-ff48-4246-9ae6-01364d15d91d HTTP/1.1" 200 272 0.013640 10.0.0.38 - - [2026-04-20 03:09:08] "POST /neutron/port HTTP/1.1" 200 1144 0.016928 10.0.0.38 - - [2026-04-20 03:09:09] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 200 1323 0.003956 10.0.0.38 - - [2026-04-20 03:09:09] "POST /neutron/port HTTP/1.1" 200 1116 0.018549 10.0.0.38 - - [2026-04-20 03:09:11] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 404 171 0.002922 10.0.0.38 - - [2026-04-20 03:09:11] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 404 171 0.002653 10.0.0.38 - - [2026-04-20 03:09:11] "GET /virtual-machine/f892d23a-0b8f-4d3d-a6ea-34e8153e7437 HTTP/1.1" 404 171 0.002987 10.0.0.38 - - [2026-04-20 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.38 - - [2026-04-20 03:09:11] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126 10.0.0.38 - - [2026-04-20 03:09:11] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003303 10.0.0.38 - - [2026-04-20 03:09:11] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007189 10.0.0.38 - - [2026-04-20 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2026-04-20 03:09:11] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004656 10.0.0.38 - - [2026-04-20 03:09:11] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003305 10.0.0.38 - - [2026-04-20 03:09:14] "GET /obj-perms HTTP/1.1" 200 5090 0.003331 10.0.0.27 - - [2026-04-20 03:09:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004987 10.0.0.38 - - [2026-04-20 03:09:23] "GET /obj-perms HTTP/1.1" 200 5090 0.004272 10.0.0.27 - - [2026-04-20 03:09:26] "GET /obj-perms HTTP/1.1" 200 5090 0.003527 10.0.0.38 - - [2026-04-20 03:09:33] "GET /obj-perms HTTP/1.1" 200 5090 0.003847 10.0.0.27 - - [2026-04-20 03:09:36] "GET /obj-perms HTTP/1.1" 200 5090 0.004698 10.0.0.38 - - [2026-04-20 03:09:36] "GET /obj-perms HTTP/1.1" 200 5090 0.003756 10.0.0.38 - - [2026-04-20 03:09:36] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007322 10.0.0.38 - - [2026-04-20 03:09:36] "POST /neutron/port HTTP/1.1" 200 1144 0.012111 10.0.0.38 - - [2026-04-20 03:09:36] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 200 1322 0.004107 10.0.0.38 - - [2026-04-20 03:09:36] "POST /neutron/port HTTP/1.1" 200 1106 0.014302 10.0.0.38 - - [2026-04-20 03:09:38] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 404 171 0.003664 10.0.0.38 - - [2026-04-20 03:09:38] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 404 171 0.003163 10.0.0.38 - - [2026-04-20 03:09:38] "GET /virtual-machine/5b90a81e-50d9-4452-9d68-50fa6139cee6 HTTP/1.1" 404 171 0.003096 10.0.0.38 - - [2026-04-20 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.38 - - [2026-04-20 03:09:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003797 10.0.0.38 - - [2026-04-20 03:09:38] "GET /virtual-networks?parent_id=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002778 10.0.0.38 - - [2026-04-20 03:09:38] "GET /virtual-network/4f89dd0c-f723-4946-977a-7fc62d639cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005651 10.0.0.38 - - [2026-04-20 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:09:38] "GET /routing-instance/2878b437-9ad1-42e6-bc66-683d47f8fad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005249 10.0.0.38 - - [2026-04-20 03:09:38] "GET /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002841 10.0.0.23 - - [2026-04-20 03:09:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004043 10.0.0.38 - - [2026-04-20 03:09:44] "POST /neutron/port HTTP/1.1" 200 1215 0.020389 10.0.0.38 - - [2026-04-20 03:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004740 10.0.0.38 - - [2026-04-20 03:09:45] "GET /obj-perms HTTP/1.1" 200 5090 0.002924 10.0.0.38 - - [2026-04-20 03:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.38 - - [2026-04-20 03:09:47] "POST /neutron/port HTTP/1.1" 200 1215 0.015712 10.0.0.38 - - [2026-04-20 03:09:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003345 10.0.0.38 - - [2026-04-20 03:09:47] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.23 - - [2026-04-20 03:09:48] "GET /obj-perms HTTP/1.1" 200 5090 0.003652 10.0.0.38 - - [2026-04-20 03:09:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004013 10.0.0.23 - - [2026-04-20 03:09:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003850 10.0.0.38 - - [2026-04-20 03:10:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004253 10.0.0.23 - - [2026-04-20 03:10:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004033 10.0.0.27 - - [2026-04-20 03:10:03] "GET /obj-perms HTTP/1.1" 200 5090 0.004184 10.0.0.23 - - [2026-04-20 03:10:03] "DELETE /route-target/e63487aa-0d8a-4329-affa-c1a6cef8a12d HTTP/1.1" 200 115 0.021799 10.0.0.23 - - [2026-04-20 03:10:03] "POST /useragent-kv HTTP/1.1" 200 115 0.031961 10.0.0.23 - - [2026-04-20 03:10:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004091 10.0.0.38 - - [2026-04-20 03:10:03] "POST /neutron/network HTTP/1.1" 200 151 0.144270 10.0.0.38 - - [2026-04-20 03:10:03] "DELETE /security-group/537afe06-959a-4ba6-8e7f-db3372eea01f HTTP/1.1" 200 115 0.046974 10.0.0.38 - - [2026-04-20 03:10:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.005978 10.0.0.23 - - [2026-04-20 03:10:05] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002820 10.0.0.38 - - [2026-04-20 03:10:05] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.044203 10.0.0.23 - - [2026-04-20 03:10:05] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002060 10.0.0.38 - - [2026-04-20 03:10:05] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?fields=virtual_networks HTTP/1.1" 200 1092 0.042260 10.0.0.23 - - [2026-04-20 03:10:05] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000932 10.0.0.38 - - [2026-04-20 03:10:05] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.046663 10.0.0.23 - - [2026-04-20 03:10:05] "GET /projects?obj_uuids=1acbed57-c5e0-4b09-9257-96f7aa18844b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001144 10.0.0.38 - - [2026-04-20 03:10:05] "GET /project/1acbed57-c5e0-4b09-9257-96f7aa18844b?fields=security_groups HTTP/1.1" 200 1348 0.047382 10.0.0.38 - - [2026-04-20 03:10:06] "POST /fqname-to-id HTTP/1.1" 404 209 0.032845 10.0.0.23 - - [2026-04-20 03:10:06] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004083 10.0.0.23 - - [2026-04-20 03:10:06] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.23 - - [2026-04-20 03:10:06] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006606 10.0.0.23 - - [2026-04-20 03:10:06] "POST /id-to-fqname HTTP/1.1" 200 212 0.004884 10.0.0.23 - - [2026-04-20 03:10:06] "POST /fqname-to-id HTTP/1.1" 404 222 0.006254 10.0.0.23 - - [2026-04-20 03:10:07] "POST /security-groups HTTP/1.1" 200 612 0.033080 10.0.0.23 - - [2026-04-20 03:10:07] "POST /fqname-to-id HTTP/1.1" 404 255 0.005128 10.0.0.23 - - [2026-04-20 03:10:07] "POST /projects HTTP/1.1" 200 627 0.227077 10.0.0.23 - - [2026-04-20 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.302507 10.0.0.23 - - [2026-04-20 03:10:07] "POST /access-control-lists HTTP/1.1" 200 615 0.029576 10.0.0.38 - - [2026-04-20 03:10:07] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.469892 10.0.0.38 - - [2026-04-20 03:10:08] "GET / HTTP/1.1" 200 35931 0.003213 10.0.0.38 - - [2026-04-20 03:10:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-04-20 03:10:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.072461 10.0.0.23 - - [2026-04-20 03:10:10] "POST /fqname-to-id HTTP/1.1" 404 277 0.003867 10.0.0.23 - - [2026-04-20 03:10:10] "POST /access-control-lists HTTP/1.1" 200 637 0.035745 10.0.0.23 - - [2026-04-20 03:10:11] "PUT /access-control-list/385bb639-f324-4cea-a37c-0be34655eb6f HTTP/1.1" 200 272 0.018599 10.0.0.38 - - [2026-04-20 03:10:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.033923 10.0.0.38 - - [2026-04-20 03:10:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182570 10.0.0.38 - - [2026-04-20 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-04-20 03:10:11] "GET /security-group/31ef8493-a34a-4389-a6ed-b7510c035f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.003738 10.0.0.23 - - [2026-04-20 03:10:11] "PUT /access-control-list/385bb639-f324-4cea-a37c-0be34655eb6f HTTP/1.1" 200 272 0.013483 10.0.0.38 - - [2026-04-20 03:10:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.051220 10.0.0.38 - - [2026-04-20 03:10:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.005693 10.0.0.38 - - [2026-04-20 03:10:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.004000 10.0.0.23 - - [2026-04-20 03:10:12] "POST /fqname-to-id HTTP/1.1" 404 277 0.003800 10.0.0.23 - - [2026-04-20 03:10:13] "POST /access-control-lists HTTP/1.1" 200 637 0.021767 10.0.0.23 - - [2026-04-20 03:10:13] "PUT /access-control-list/7cfa9341-f452-48fb-a7e7-430f82070819 HTTP/1.1" 200 272 0.023400 10.0.0.38 - - [2026-04-20 03:10:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010274 10.0.0.38 - - [2026-04-20 03:10:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161895 10.0.0.23 - - [2026-04-20 03:10:13] "PUT /access-control-list/7cfa9341-f452-48fb-a7e7-430f82070819 HTTP/1.1" 200 272 0.020080 10.0.0.38 - - [2026-04-20 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.38 - - [2026-04-20 03:10:13] "GET /security-group/cfe72776-560b-4c84-a3ff-49cdc3bb79c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004369 10.0.0.38 - - [2026-04-20 03:10:14] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.008752 10.0.0.38 - - [2026-04-20 03:10:14] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.187416 10.0.0.38 - - [2026-04-20 03:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-04-20 03:10:14] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000840 10.0.0.23 - - [2026-04-20 03:10:14] "PUT /access-control-list/cce66be6-0a27-4176-a182-f6b5a26756cd HTTP/1.1" 200 272 0.016475 10.0.0.38 - - [2026-04-20 03:10:14] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043479 10.0.0.23 - - [2026-04-20 03:10:15] "POST /useragent-kv HTTP/1.1" 200 115 0.013939 10.0.0.38 - - [2026-04-20 03:10:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.227220 10.0.0.38 - - [2026-04-20 03:10:15] "POST /id-to-fqname HTTP/1.1" 200 282 0.003584 10.0.0.38 - - [2026-04-20 03:10:15] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.010600 10.0.0.38 - - [2026-04-20 03:10:15] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.008011 10.0.0.38 - - [2026-04-20 03:10:15] "POST /neutron/network HTTP/1.1" 200 927 0.009554 10.0.0.38 - - [2026-04-20 03:10:15] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004952 10.0.0.38 - - [2026-04-20 03:10:16] "GET /obj-perms HTTP/1.1" 200 5072 0.083662 10.0.0.38 - - [2026-04-20 03:10:17] "POST /id-to-fqname HTTP/1.1" 200 282 0.001197 10.0.0.38 - - [2026-04-20 03:10:17] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008472 10.0.0.23 - - [2026-04-20 03:10:18] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000998 10.0.0.38 - - [2026-04-20 03:10:18] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.076378 10.0.0.38 - - [2026-04-20 03:10:18] "POST /neutron/port HTTP/1.1" 200 2276 0.031140 10.0.0.38 - - [2026-04-20 03:10:18] "POST /id-to-fqname HTTP/1.1" 200 282 0.001222 10.0.0.38 - - [2026-04-20 03:10:18] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006990 10.0.0.23 - - [2026-04-20 03:10:18] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000909 10.0.0.38 - - [2026-04-20 03:10:18] "POST /neutron/security_group HTTP/1.1" 200 3414 0.062840 10.0.0.23 - - [2026-04-20 03:10:19] "DELETE /project/1acbed57-c5e0-4b09-9257-96f7aa18844b HTTP/1.1" 404 177 0.011587 10.0.0.23 - - [2026-04-20 03:10:19] "DELETE /project/5775ab5e979c443bb87f8c88577a99de HTTP/1.1" 404 173 0.006922 10.0.0.38 - - [2026-04-20 03:10:19] "POST /neutron/port HTTP/1.1" 200 1081 0.017744 10.0.0.38 - - [2026-04-20 03:10:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005256 10.0.0.23 - - [2026-04-20 03:10:19] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000884 10.0.0.38 - - [2026-04-20 03:10:19] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.068669 10.0.0.38 - - [2026-04-20 03:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.38 - - [2026-04-20 03:10:19] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008465 10.0.0.38 - - [2026-04-20 03:10:19] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007635 10.0.0.23 - - [2026-04-20 03:10:20] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000908 10.0.0.38 - - [2026-04-20 03:10:20] "POST /neutron/port HTTP/1.1" 200 1081 0.271919 10.0.0.38 - - [2026-04-20 03:10:20] "POST /neutron/port HTTP/1.1" 200 1135 0.087963 10.0.0.38 - - [2026-04-20 03:10:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.008802 10.0.0.38 - - [2026-04-20 03:10:24] "POST /neutron/port HTTP/1.1" 200 1145 0.023898 10.0.0.38 - - [2026-04-20 03:10:25] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011961 10.0.0.38 - - [2026-04-20 03:10:25] "POST /neutron/port HTTP/1.1" 200 1145 0.017668 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.029082 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.003394 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.005219 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.003725 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.005304 10.0.0.38 - - [2026-04-20 03:10:25] "GET /instance-ip/dce5a62f-099d-471e-9a58-11cdd900a209 HTTP/1.1" 200 1704 0.005805 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.003988 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.005446 10.0.0.38 - - [2026-04-20 03:10:25] "GET /instance-ip/dce5a62f-099d-471e-9a58-11cdd900a209 HTTP/1.1" 200 1704 0.004324 10.0.0.38 - - [2026-04-20 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2026-04-20 03:10:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003377 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003189 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004931 10.0.0.38 - - [2026-04-20 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2026-04-20 03:10:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004142 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005099 10.0.0.38 - - [2026-04-20 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.38 - - [2026-04-20 03:10:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003805 10.0.0.38 - - [2026-04-20 03:10:25] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003128 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006817 10.0.0.38 - - [2026-04-20 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.38 - - [2026-04-20 03:10:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005262 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003632 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005875 10.0.0.38 - - [2026-04-20 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.38 - - [2026-04-20 03:10:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003087 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005136 10.0.0.38 - - [2026-04-20 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.38 - - [2026-04-20 03:10:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004185 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005589 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006991 10.0.0.38 - - [2026-04-20 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.38 - - [2026-04-20 03:10:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004522 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003332 10.0.0.38 - - [2026-04-20 03:10:26] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004979 10.0.0.38 - - [2026-04-20 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.38 - - [2026-04-20 03:10:29] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005200 10.0.0.38 - - [2026-04-20 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2026-04-20 03:10:33] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004704 10.0.0.38 - - [2026-04-20 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.38 - - [2026-04-20 03:10:37] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005380 10.0.0.38 - - [2026-04-20 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.38 - - [2026-04-20 03:10:41] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005335 10.0.0.38 - - [2026-04-20 03:10:45] "POST /neutron/port HTTP/1.1" 200 1215 0.022989 10.0.0.38 - - [2026-04-20 03:10:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.38 - - [2026-04-20 03:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.38 - - [2026-04-20 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.38 - - [2026-04-20 03:10:46] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004489 10.0.0.38 - - [2026-04-20 03:10:48] "POST /neutron/port HTTP/1.1" 200 1215 0.021150 10.0.0.38 - - [2026-04-20 03:10:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.38 - - [2026-04-20 03:10:48] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.38 - - [2026-04-20 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.38 - - [2026-04-20 03:10:50] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005101 10.0.0.38 - - [2026-04-20 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.38 - - [2026-04-20 03:10:54] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005215 10.0.0.38 - - [2026-04-20 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.38 - - [2026-04-20 03:10:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004753 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004915 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005735 10.0.0.38 - - [2026-04-20 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2026-04-20 03:10:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002649 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.004860 10.0.0.38 - - [2026-04-20 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-04-20 03:10:58] "GET /routing-instance/afd1b5c4-5520-4d00-b3fa-6f510d097e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.003703 10.0.0.38 - - [2026-04-20 03:10:58] "GET /route-target/969ee103-1997-45c8-bd61-62e893bb3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003534 10.0.0.38 - - [2026-04-20 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.38 - - [2026-04-20 03:10:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003561 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003056 10.0.0.38 - - [2026-04-20 03:10:58] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005799 10.0.0.38 - - [2026-04-20 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.38 - - [2026-04-20 03:10:58] "GET /routing-instance/afd1b5c4-5520-4d00-b3fa-6f510d097e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.003921 10.0.0.38 - - [2026-04-20 03:10:58] "GET /route-target/969ee103-1997-45c8-bd61-62e893bb3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004443 10.0.0.38 - - [2026-04-20 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.38 - - [2026-04-20 03:10:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003454 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003476 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005011 10.0.0.38 - - [2026-04-20 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2026-04-20 03:10:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005886 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004404 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005785 10.0.0.23 - - [2026-04-20 03:10:59] "GET /obj-perms HTTP/1.1" 200 5072 0.052752 10.0.0.38 - - [2026-04-20 03:10:59] "GET /obj-perms HTTP/1.1" 200 5072 0.003549 10.0.0.38 - - [2026-04-20 03:10:59] "GET /obj-perms HTTP/1.1" 200 5072 0.004047 10.0.0.23 - - [2026-04-20 03:10:59] "GET /obj-perms HTTP/1.1" 200 5072 0.003836 10.0.0.27 - - [2026-04-20 03:10:59] "GET /obj-perms HTTP/1.1" 200 5072 0.048072 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.003648 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.006148 10.0.0.38 - - [2026-04-20 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-04-20 03:10:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002982 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003193 10.0.0.38 - - [2026-04-20 03:10:59] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005028 10.0.0.38 - - [2026-04-20 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2026-04-20 03:11:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004131 10.0.0.38 - - [2026-04-20 03:11:00] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002898 10.0.0.38 - - [2026-04-20 03:11:01] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005152 10.0.0.38 - - [2026-04-20 03:11:01] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007146 10.0.0.38 - - [2026-04-20 03:11:07] "POST /neutron/port HTTP/1.1" 200 1145 0.035791 10.0.0.38 - - [2026-04-20 03:11:11] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006639 10.0.0.27 - - [2026-04-20 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2026-04-20 03:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2026-04-20 03:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000317 10.0.0.38 - - [2026-04-20 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-04-20 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.38 - - [2026-04-20 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2026-04-20 03:11:16] "POST /neutron/port HTTP/1.1" 200 1145 0.018198 10.0.0.38 - - [2026-04-20 03:11:16] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007736 10.0.0.38 - - [2026-04-20 03:11:16] "POST /neutron/port HTTP/1.1" 200 1145 0.017997 10.0.0.38 - - [2026-04-20 03:11:16] "GET /virtual-machine/ffd90e11-aa76-49ed-934d-0c8e33a3e505 HTTP/1.1" 200 1314 0.005633 10.0.0.38 - - [2026-04-20 03:11:16] "GET /virtual-machine/ffd90e11-aa76-49ed-934d-0c8e33a3e505 HTTP/1.1" 200 1314 0.003999 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-machine-interface/235297de-ac64-4463-bfd1-21e24af31614 HTTP/1.1" 200 3191 0.005973 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-machine/ffd90e11-aa76-49ed-934d-0c8e33a3e505 HTTP/1.1" 200 1314 0.003544 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-machine-interface/235297de-ac64-4463-bfd1-21e24af31614 HTTP/1.1" 200 3191 0.006698 10.0.0.38 - - [2026-04-20 03:11:17] "GET /instance-ip/f53cea56-778d-4398-89c0-143ddcdd0307 HTTP/1.1" 200 1703 0.009859 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-machine/ffd90e11-aa76-49ed-934d-0c8e33a3e505 HTTP/1.1" 200 1314 0.006299 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-machine-interface/235297de-ac64-4463-bfd1-21e24af31614 HTTP/1.1" 200 3191 0.007329 10.0.0.38 - - [2026-04-20 03:11:17] "GET /instance-ip/f53cea56-778d-4398-89c0-143ddcdd0307 HTTP/1.1" 200 1703 0.004947 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005515 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003318 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007395 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005933 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004858 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006065 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004381 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003974 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007381 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004376 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003080 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005577 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004609 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007648 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005286 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003462 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005734 10.0.0.38 - - [2026-04-20 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.38 - - [2026-04-20 03:11:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004890 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003264 10.0.0.38 - - [2026-04-20 03:11:17] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005373 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006499 10.0.0.38 - - [2026-04-20 03:11:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003490 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005534 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.38 - - [2026-04-20 03:11:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003718 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004224 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006977 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.38 - - [2026-04-20 03:11:19] "GET /routing-instance/afd1b5c4-5520-4d00-b3fa-6f510d097e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004711 10.0.0.38 - - [2026-04-20 03:11:19] "GET /route-target/969ee103-1997-45c8-bd61-62e893bb3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003512 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.38 - - [2026-04-20 03:11:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004377 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002926 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.005441 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2026-04-20 03:11:19] "GET /routing-instance/afd1b5c4-5520-4d00-b3fa-6f510d097e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004129 10.0.0.38 - - [2026-04-20 03:11:19] "GET /route-target/969ee103-1997-45c8-bd61-62e893bb3234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003628 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.38 - - [2026-04-20 03:11:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003464 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004385 10.0.0.38 - - [2026-04-20 03:11:19] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006101 10.0.0.38 - - [2026-04-20 03:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.38 - - [2026-04-20 03:11:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005711 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004996 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.007593 10.0.0.23 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003869 10.0.0.38 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003965 10.0.0.38 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003550 10.0.0.38 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003306 10.0.0.27 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003851 10.0.0.23 - - [2026-04-20 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.003503 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-machine/ffd90e11-aa76-49ed-934d-0c8e33a3e505 HTTP/1.1" 200 1314 0.003607 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-machine-interface/235297de-ac64-4463-bfd1-21e24af31614 HTTP/1.1" 200 3191 0.004992 10.0.0.38 - - [2026-04-20 03:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2026-04-20 03:11:20] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003267 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002706 10.0.0.38 - - [2026-04-20 03:11:20] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006473 10.0.0.38 - - [2026-04-20 03:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.38 - - [2026-04-20 03:11:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.38 - - [2026-04-20 03:11:21] "GET /virtual-networks?parent_id=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002773 10.0.0.38 - - [2026-04-20 03:11:21] "GET /virtual-network/9d1193fe-1571-4a46-8950-f61a552cff1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2205 0.006453 10.0.0.38 - - [2026-04-20 03:11:21] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006453 10.0.0.38 - - [2026-04-20 03:11:26] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.003613 10.0.0.38 - - [2026-04-20 03:11:26] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.005353 10.0.0.38 - - [2026-04-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2026-04-20 03:11:27] "GET /security-group/cfe72776-560b-4c84-a3ff-49cdc3bb79c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003140 10.0.0.38 - - [2026-04-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.38 - - [2026-04-20 03:11:27] "GET /security-group/cfe72776-560b-4c84-a3ff-49cdc3bb79c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004092 10.0.0.38 - - [2026-04-20 03:11:27] "POST /neutron/port HTTP/1.1" 200 1145 0.019573 10.0.0.38 - - [2026-04-20 03:11:27] "POST /neutron/port HTTP/1.1" 200 1097 0.071077 10.0.0.38 - - [2026-04-20 03:11:27] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.004827 10.0.0.38 - - [2026-04-20 03:11:27] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3138 0.005865 10.0.0.38 - - [2026-04-20 03:11:27] "POST /neutron/port HTTP/1.1" 200 1097 0.012612 10.0.0.38 - - [2026-04-20 03:11:27] "GET /virtual-machine/9ef2c27f-9c0e-459e-83dd-6c12472a0a4a HTTP/1.1" 200 1313 0.004530 10.0.0.38 - - [2026-04-20 03:11:27] "GET /virtual-machine-interface/1999e008-8374-45a7-8464-366ed28eb92b HTTP/1.1" 200 3190 0.014401 10.0.0.38 - - [2026-04-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.38 - - [2026-04-20 03:11:27] "GET /security-group/cfe72776-560b-4c84-a3ff-49cdc3bb79c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003768 10.0.0.38 - - [2026-04-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-04-20 03:11:27] "GET /security-group/cfe72776-560b-4c84-a3ff-49cdc3bb79c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003971 10.0.0.38 - - [2026-04-20 03:11:27] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004338 10.0.0.38 - - [2026-04-20 03:11:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.002401 10.0.0.23 - - [2026-04-20 03:11:27] "DELETE /access-control-list/cce66be6-0a27-4176-a182-f6b5a26756cd HTTP/1.1" 200 115 0.044595 10.0.0.38 - - [2026-04-20 03:11:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.003007 10.0.0.38 - - [2026-04-20 03:11:28] "POST /neutron/security_group HTTP/1.1" 200 117 0.006529 10.0.0.23 - - [2026-04-20 03:11:28] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000883 10.0.0.38 - - [2026-04-20 03:11:28] "POST /neutron/security_group HTTP/1.1" 200 153 0.047232 10.0.0.38 - - [2026-04-20 03:11:30] "POST /neutron/network HTTP/1.1" 200 927 0.006827 10.0.0.38 - - [2026-04-20 03:11:32] "POST /neutron/network HTTP/1.1" 400 204 0.016584 10.0.0.38 - - [2026-04-20 03:11:36] "POST /neutron/network HTTP/1.1" 200 927 0.008295 10.0.0.38 - - [2026-04-20 03:11:38] "POST /neutron/network HTTP/1.1" 400 204 0.012358 10.0.0.38 - - [2026-04-20 03:11:42] "POST /neutron/network HTTP/1.1" 200 927 0.006027 10.0.0.38 - - [2026-04-20 03:11:44] "POST /neutron/network HTTP/1.1" 400 204 0.012802 10.0.0.38 - - [2026-04-20 03:11:46] "POST /neutron/network HTTP/1.1" 200 937 0.009473 10.0.0.38 - - [2026-04-20 03:11:46] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.38 - - [2026-04-20 03:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.014636 10.0.0.38 - - [2026-04-20 03:11:50] "POST /neutron/port HTTP/1.1" 200 1107 0.020387 10.0.0.38 - - [2026-04-20 03:11:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005833 10.0.0.38 - - [2026-04-20 03:11:50] "POST /neutron/network HTTP/1.1" 200 927 0.006749 10.0.0.38 - - [2026-04-20 03:11:52] "POST /neutron/network HTTP/1.1" 200 927 0.006702 10.0.0.38 - - [2026-04-20 03:11:54] "POST /neutron/network HTTP/1.1" 400 204 0.012939 10.0.0.38 - - [2026-04-20 03:11:58] "POST /neutron/network HTTP/1.1" 200 927 0.008562 10.0.0.38 - - [2026-04-20 03:12:00] "POST /neutron/network HTTP/1.1" 400 204 0.012638 10.0.0.38 - - [2026-04-20 03:12:05] "POST /neutron/network HTTP/1.1" 200 927 0.006295 10.0.0.38 - - [2026-04-20 03:12:07] "POST /neutron/network HTTP/1.1" 400 204 0.014385 10.0.0.38 - - [2026-04-20 03:12:11] "POST /neutron/network HTTP/1.1" 200 927 0.006430 10.0.0.38 - - [2026-04-20 03:12:13] "POST /neutron/network HTTP/1.1" 400 204 0.012356 10.0.0.38 - - [2026-04-20 03:12:17] "POST /neutron/network HTTP/1.1" 200 927 0.008265 10.0.0.38 - - [2026-04-20 03:12:19] "POST /neutron/network HTTP/1.1" 400 204 0.012798 10.0.0.38 - - [2026-04-20 03:12:46] "POST /neutron/network HTTP/1.1" 200 1120 0.006636 10.0.0.38 - - [2026-04-20 03:12:47] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012645 10.0.0.38 - - [2026-04-20 03:12:47] "POST /neutron/network HTTP/1.1" 200 1110 0.014529 10.0.0.38 - - [2026-04-20 03:12:52] "POST /neutron/network HTTP/1.1" 200 1120 0.008846 10.0.0.38 - - [2026-04-20 03:12:52] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012887 10.0.0.38 - - [2026-04-20 03:12:52] "POST /neutron/network HTTP/1.1" 200 1110 0.009317 10.0.0.23 - - [2026-04-20 03:13:10] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000895 10.0.0.38 - - [2026-04-20 03:13:10] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.068932 10.0.0.23 - - [2026-04-20 03:13:10] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000905 10.0.0.38 - - [2026-04-20 03:13:10] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.041239 10.0.0.23 - - [2026-04-20 03:13:12] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001022 10.0.0.38 - - [2026-04-20 03:13:12] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.033104 10.0.0.23 - - [2026-04-20 03:13:12] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001452 10.0.0.38 - - [2026-04-20 03:13:13] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.079205 10.0.0.23 - - [2026-04-20 03:13:15] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000953 10.0.0.38 - - [2026-04-20 03:13:15] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035637 10.0.0.23 - - [2026-04-20 03:13:15] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003820 10.0.0.38 - - [2026-04-20 03:13:15] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.086783 10.0.0.23 - - [2026-04-20 03:13:17] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000921 10.0.0.38 - - [2026-04-20 03:13:17] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043249 10.0.0.23 - - [2026-04-20 03:13:17] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000831 10.0.0.38 - - [2026-04-20 03:13:17] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.026663 10.0.0.23 - - [2026-04-20 03:13:19] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001327 10.0.0.38 - - [2026-04-20 03:13:19] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044487 10.0.0.23 - - [2026-04-20 03:13:19] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000812 10.0.0.38 - - [2026-04-20 03:13:19] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.037646 10.0.0.23 - - [2026-04-20 03:13:21] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001260 10.0.0.38 - - [2026-04-20 03:13:21] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.041445 10.0.0.23 - - [2026-04-20 03:13:21] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000832 10.0.0.38 - - [2026-04-20 03:13:21] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.031875 10.0.0.23 - - [2026-04-20 03:13:23] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001175 10.0.0.38 - - [2026-04-20 03:13:23] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.041832 10.0.0.23 - - [2026-04-20 03:13:23] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001247 10.0.0.38 - - [2026-04-20 03:13:23] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.038916 10.0.0.23 - - [2026-04-20 03:13:25] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001125 10.0.0.38 - - [2026-04-20 03:13:25] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.042510 10.0.0.23 - - [2026-04-20 03:13:25] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001102 10.0.0.38 - - [2026-04-20 03:13:25] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.055320 10.0.0.23 - - [2026-04-20 03:13:27] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000917 10.0.0.38 - - [2026-04-20 03:13:27] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.036735 10.0.0.23 - - [2026-04-20 03:13:27] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000821 10.0.0.38 - - [2026-04-20 03:13:27] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.029429 10.0.0.23 - - [2026-04-20 03:13:30] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001262 10.0.0.38 - - [2026-04-20 03:13:30] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043076 10.0.0.23 - - [2026-04-20 03:13:30] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000830 10.0.0.38 - - [2026-04-20 03:13:30] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.038366 10.0.0.23 - - [2026-04-20 03:13:32] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000836 10.0.0.38 - - [2026-04-20 03:13:32] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039444 10.0.0.23 - - [2026-04-20 03:13:32] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000798 10.0.0.38 - - [2026-04-20 03:13:32] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.040983 10.0.0.23 - - [2026-04-20 03:13:34] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001047 10.0.0.38 - - [2026-04-20 03:13:34] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037862 10.0.0.23 - - [2026-04-20 03:13:34] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000894 10.0.0.38 - - [2026-04-20 03:13:34] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.058046 10.0.0.23 - - [2026-04-20 03:13:36] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001557 10.0.0.38 - - [2026-04-20 03:13:36] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.050607 10.0.0.23 - - [2026-04-20 03:13:36] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000841 10.0.0.38 - - [2026-04-20 03:13:36] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.038067 10.0.0.23 - - [2026-04-20 03:13:38] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001411 10.0.0.38 - - [2026-04-20 03:13:38] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037949 10.0.0.23 - - [2026-04-20 03:13:38] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000899 10.0.0.38 - - [2026-04-20 03:13:38] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.080771 10.0.0.23 - - [2026-04-20 03:13:40] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000873 10.0.0.38 - - [2026-04-20 03:13:40] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043071 10.0.0.23 - - [2026-04-20 03:13:40] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000846 10.0.0.38 - - [2026-04-20 03:13:40] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.038946 10.0.0.23 - - [2026-04-20 03:13:42] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000828 10.0.0.38 - - [2026-04-20 03:13:42] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.061400 10.0.0.23 - - [2026-04-20 03:13:42] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002005 10.0.0.38 - - [2026-04-20 03:13:42] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.044718 10.0.0.23 - - [2026-04-20 03:13:45] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001087 10.0.0.38 - - [2026-04-20 03:13:45] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044565 10.0.0.23 - - [2026-04-20 03:13:45] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000775 10.0.0.38 - - [2026-04-20 03:13:45] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.064596 10.0.0.23 - - [2026-04-20 03:13:47] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000980 10.0.0.38 - - [2026-04-20 03:13:47] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.052777 10.0.0.23 - - [2026-04-20 03:13:47] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000808 10.0.0.38 - - [2026-04-20 03:13:47] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.037685 10.0.0.38 - - [2026-04-20 03:13:48] "POST /neutron/port HTTP/1.1" 200 1107 0.040341 10.0.0.38 - - [2026-04-20 03:13:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.007967 10.0.0.23 - - [2026-04-20 03:13:49] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001186 10.0.0.38 - - [2026-04-20 03:13:49] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044101 10.0.0.23 - - [2026-04-20 03:13:49] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001150 10.0.0.38 - - [2026-04-20 03:13:49] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.044214 10.0.0.23 - - [2026-04-20 03:13:51] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001090 10.0.0.38 - - [2026-04-20 03:13:51] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.040238 10.0.0.23 - - [2026-04-20 03:13:51] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001057 10.0.0.38 - - [2026-04-20 03:13:51] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.042670 10.0.0.38 - - [2026-04-20 03:13:52] "POST /neutron/port HTTP/1.1" 200 1107 0.038846 10.0.0.38 - - [2026-04-20 03:13:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004809 10.0.0.38 - - [2026-04-20 03:13:52] "POST /neutron/network HTTP/1.1" 200 927 0.006362 10.0.0.23 - - [2026-04-20 03:13:53] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000856 10.0.0.38 - - [2026-04-20 03:13:53] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037939 10.0.0.23 - - [2026-04-20 03:13:53] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000801 10.0.0.38 - - [2026-04-20 03:13:53] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.032383 10.0.0.23 - - [2026-04-20 03:13:55] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000832 10.0.0.38 - - [2026-04-20 03:13:55] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.033906 10.0.0.23 - - [2026-04-20 03:13:55] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000916 10.0.0.38 - - [2026-04-20 03:13:55] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.079785 10.0.0.23 - - [2026-04-20 03:13:57] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001737 10.0.0.38 - - [2026-04-20 03:13:57] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.041137 10.0.0.23 - - [2026-04-20 03:13:57] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000842 10.0.0.38 - - [2026-04-20 03:13:57] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.034216 10.0.0.23 - - [2026-04-20 03:13:59] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001528 10.0.0.38 - - [2026-04-20 03:14:00] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044751 10.0.0.23 - - [2026-04-20 03:14:00] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001286 10.0.0.38 - - [2026-04-20 03:14:00] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.046054 10.0.0.23 - - [2026-04-20 03:14:02] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001015 10.0.0.38 - - [2026-04-20 03:14:02] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.037592 10.0.0.23 - - [2026-04-20 03:14:02] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000940 10.0.0.38 - - [2026-04-20 03:14:02] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.088271 10.0.0.23 - - [2026-04-20 03:14:04] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000845 10.0.0.38 - - [2026-04-20 03:14:04] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.049586 10.0.0.23 - - [2026-04-20 03:14:04] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000772 10.0.0.38 - - [2026-04-20 03:14:04] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.036523 10.0.0.23 - - [2026-04-20 03:14:06] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001155 10.0.0.38 - - [2026-04-20 03:14:06] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.034371 10.0.0.23 - - [2026-04-20 03:14:06] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000980 10.0.0.38 - - [2026-04-20 03:14:06] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.077562 10.0.0.23 - - [2026-04-20 03:14:08] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001177 10.0.0.38 - - [2026-04-20 03:14:08] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.040837 10.0.0.23 - - [2026-04-20 03:14:08] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000872 10.0.0.38 - - [2026-04-20 03:14:08] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.038067 10.0.0.23 - - [2026-04-20 03:14:10] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000892 10.0.0.38 - - [2026-04-20 03:14:10] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.034086 10.0.0.23 - - [2026-04-20 03:14:10] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001085 10.0.0.38 - - [2026-04-20 03:14:10] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.078174 10.0.0.23 - - [2026-04-20 03:14:12] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.38 - - [2026-04-20 03:14:12] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.039406 10.0.0.23 - - [2026-04-20 03:14:12] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000759 10.0.0.38 - - [2026-04-20 03:14:12] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.034987 10.0.0.23 - - [2026-04-20 03:14:15] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000808 10.0.0.38 - - [2026-04-20 03:14:15] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.052153 10.0.0.23 - - [2026-04-20 03:14:15] "GET /projects?obj_uuids=5775ab5e-979c-443b-b87f-8c88577a99de&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000820 10.0.0.38 - - [2026-04-20 03:14:15] "GET /project/5775ab5e-979c-443b-b87f-8c88577a99de?fields=virtual_networks HTTP/1.1" 200 1374 0.047755 10.0.0.38 - - [2026-04-20 03:14:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.040347 10.0.0.23 - - [2026-04-20 03:14:15] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003265 10.0.0.23 - - [2026-04-20 03:14:15] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.23 - - [2026-04-20 03:14:15] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050349 10.0.0.23 - - [2026-04-20 03:14:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001094 10.0.0.23 - - [2026-04-20 03:14:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.008942 10.0.0.23 - - [2026-04-20 03:14:16] "POST /security-groups HTTP/1.1" 200 589 0.031789 10.0.0.23 - - [2026-04-20 03:14:16] "POST /projects HTTP/1.1" 200 581 0.248561 10.0.0.23 - - [2026-04-20 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.329896 10.0.0.23 - - [2026-04-20 03:14:16] "POST /access-control-lists HTTP/1.1" 200 594 0.058154 10.0.0.38 - - [2026-04-20 03:14:16] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.563955 10.0.0.38 - - [2026-04-20 03:14:17] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.38 - - [2026-04-20 03:14:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.38 - - [2026-04-20 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.038386 10.0.0.23 - - [2026-04-20 03:14:19] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001432 10.0.0.23 - - [2026-04-20 03:14:19] "DELETE /project/d0d30eaa828a4670b08fdd2a35acb2b2 HTTP/1.1" 404 173 0.003452 10.0.0.38 - - [2026-04-20 03:14:19] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047800 10.0.0.23 - - [2026-04-20 03:14:19] "POST /route-targets HTTP/1.1" 200 327 0.013806 10.0.0.23 - - [2026-04-20 03:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006951 10.0.0.38 - - [2026-04-20 03:14:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.270570 10.0.0.38 - - [2026-04-20 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001155 10.0.0.38 - - [2026-04-20 03:14:20] "GET /virtual-network/62c172e8-6b27-4bab-ac8d-315a687ced6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004581 10.0.0.38 - - [2026-04-20 03:14:20] "GET /virtual-network/62c172e8-6b27-4bab-ac8d-315a687ced6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005625 10.0.0.38 - - [2026-04-20 03:14:20] "POST /neutron/network HTTP/1.1" 200 834 0.006772 10.0.0.38 - - [2026-04-20 03:14:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001281 10.0.0.38 - - [2026-04-20 03:14:20] "POST /neutron/network HTTP/1.1" 200 844 0.007718 10.0.0.23 - - [2026-04-20 03:14:21] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.38 - - [2026-04-20 03:14:21] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.070616 10.0.0.38 - - [2026-04-20 03:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.009382 10.0.0.23 - - [2026-04-20 03:14:21] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.38 - - [2026-04-20 03:14:22] "POST /neutron/port HTTP/1.1" 200 1058 0.281174 10.0.0.38 - - [2026-04-20 03:14:22] "POST /neutron/port HTTP/1.1" 200 1112 0.106690 10.0.0.38 - - [2026-04-20 03:14:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.009463 10.0.0.38 - - [2026-04-20 03:14:26] "POST /neutron/port HTTP/1.1" 200 1122 0.019850 10.0.0.38 - - [2026-04-20 03:14:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007138 10.0.0.38 - - [2026-04-20 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-04-20 03:14:26] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000788 10.0.0.38 - - [2026-04-20 03:14:26] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045870 10.0.0.23 - - [2026-04-20 03:14:27] "POST /ref-update HTTP/1.1" 200 156 0.025467 10.0.0.23 - - [2026-04-20 03:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008527 10.0.0.38 - - [2026-04-20 03:14:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.160507 10.0.0.38 - - [2026-04-20 03:14:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001146 10.0.0.38 - - [2026-04-20 03:14:27] "GET /virtual-network/4ff5407a-3e6f-440e-8e79-d29a0dd21cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005313 10.0.0.38 - - [2026-04-20 03:14:27] "GET /virtual-network/4ff5407a-3e6f-440e-8e79-d29a0dd21cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005402 10.0.0.38 - - [2026-04-20 03:14:27] "POST /neutron/network HTTP/1.1" 200 831 0.007032 10.0.0.38 - - [2026-04-20 03:14:27] "GET /virtual-network/4ff5407a-3e6f-440e-8e79-d29a0dd21cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006438 10.0.0.38 - - [2026-04-20 03:14:28] "GET /obj-perms HTTP/1.1" 200 5026 0.076796 10.0.0.27 - - [2026-04-20 03:14:28] "GET /obj-perms HTTP/1.1" 200 5026 0.055402 10.0.0.23 - - [2026-04-20 03:14:29] "GET /obj-perms HTTP/1.1" 200 5026 0.051146 10.0.0.38 - - [2026-04-20 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-04-20 03:14:29] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001217 10.0.0.38 - - [2026-04-20 03:14:29] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051634 10.0.0.23 - - [2026-04-20 03:14:29] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.38 - - [2026-04-20 03:14:29] "POST /neutron/network HTTP/1.1" 200 613 0.117919 10.0.0.38 - - [2026-04-20 03:14:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.002890 10.0.0.38 - - [2026-04-20 03:14:29] "GET /virtual-network/6a5b934e-f086-4e06-b033-14ed8d2c5ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004858 10.0.0.38 - - [2026-04-20 03:14:29] "POST /neutron/network HTTP/1.1" 200 831 0.006833 10.0.0.38 - - [2026-04-20 03:14:29] "GET /virtual-network/6a5b934e-f086-4e06-b033-14ed8d2c5ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004568 10.0.0.38 - - [2026-04-20 03:14:30] "GET /virtual-network/6a5b934e-f086-4e06-b033-14ed8d2c5ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005227 10.0.0.38 - - [2026-04-20 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-04-20 03:14:30] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000760 10.0.0.38 - - [2026-04-20 03:14:30] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040797 10.0.0.38 - - [2026-04-20 03:14:30] "POST /neutron/network HTTP/1.1" 200 117 0.014992 10.0.0.23 - - [2026-04-20 03:14:30] "POST /route-targets HTTP/1.1" 200 327 0.016220 10.0.0.38 - - [2026-04-20 03:14:31] "POST /neutron/network HTTP/1.1" 200 834 0.007709 10.0.0.38 - - [2026-04-20 03:14:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001108 10.0.0.38 - - [2026-04-20 03:14:31] "GET /virtual-network/a619b3c4-2c52-4922-89ab-8143b46b365f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004771 10.0.0.38 - - [2026-04-20 03:14:31] "GET /virtual-network/a619b3c4-2c52-4922-89ab-8143b46b365f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004937 10.0.0.38 - - [2026-04-20 03:14:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.008542 10.0.0.38 - - [2026-04-20 03:14:31] "GET /virtual-network/a619b3c4-2c52-4922-89ab-8143b46b365f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007855 10.0.0.38 - - [2026-04-20 03:14:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001197 10.0.0.38 - - [2026-04-20 03:14:31] "POST /neutron/network HTTP/1.1" 200 841 0.005789 10.0.0.23 - - [2026-04-20 03:14:32] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.38 - - [2026-04-20 03:14:32] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056146 10.0.0.38 - - [2026-04-20 03:14:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008660 10.0.0.38 - - [2026-04-20 03:14:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.002991 10.0.0.38 - - [2026-04-20 03:14:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007430 10.0.0.23 - - [2026-04-20 03:14:33] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000872 10.0.0.38 - - [2026-04-20 03:14:33] "POST /neutron/port HTTP/1.1" 200 1057 0.315151 10.0.0.38 - - [2026-04-20 03:14:33] "POST /neutron/port HTTP/1.1" 200 1111 0.102835 10.0.0.38 - - [2026-04-20 03:14:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.009359 10.0.0.23 - - [2026-04-20 03:14:33] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.38 - - [2026-04-20 03:14:33] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.068373 10.0.0.38 - - [2026-04-20 03:14:33] "POST /neutron/network HTTP/1.1" 200 834 0.030135 10.0.0.38 - - [2026-04-20 03:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.008176 10.0.0.38 - - [2026-04-20 03:14:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.004512 10.0.0.38 - - [2026-04-20 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2026-04-20 03:14:34] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.38 - - [2026-04-20 03:14:34] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008685 10.0.0.38 - - [2026-04-20 03:14:34] "POST /service-templates HTTP/1.1" 200 543 0.035507 10.0.0.38 - - [2026-04-20 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.38 - - [2026-04-20 03:14:34] "GET /service-template/020fa1c8-d27f-4f28-b840-f8bbe55ebd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.012579 10.0.0.38 - - [2026-04-20 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.38 - - [2026-04-20 03:14:34] "GET /service-template/020fa1c8-d27f-4f28-b840-f8bbe55ebd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005827 10.0.0.38 - - [2026-04-20 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001644 10.0.0.38 - - [2026-04-20 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001455 10.0.0.38 - - [2026-04-20 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001162 10.0.0.38 - - [2026-04-20 03:14:34] "POST /neutron/port HTTP/1.1" 200 7036 0.064781 10.0.0.38 - - [2026-04-20 03:14:34] "POST /neutron/port HTTP/1.1" 200 1058 0.021996 10.0.0.38 - - [2026-04-20 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.38 - - [2026-04-20 03:14:35] "DELETE /service-template/020fa1c8-d27f-4f28-b840-f8bbe55ebd6f HTTP/1.1" 200 115 0.032141 10.0.0.38 - - [2026-04-20 03:14:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004070 10.0.0.38 - - [2026-04-20 03:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.38 - - [2026-04-20 03:14:35] "POST /neutron/network HTTP/1.1" 200 834 0.006085 10.0.0.38 - - [2026-04-20 03:14:36] "POST /neutron/port HTTP/1.1" 200 1121 0.018162 10.0.0.38 - - [2026-04-20 03:14:36] "POST /neutron/port HTTP/1.1" 200 1122 0.017011 10.0.0.38 - - [2026-04-20 03:14:37] "POST /neutron/network HTTP/1.1" 200 834 0.008425 10.0.0.23 - - [2026-04-20 03:14:37] "DELETE /route-target/e8c0875f-4777-459c-83d8-4a59ac30e968 HTTP/1.1" 200 115 0.022585 10.0.0.38 - - [2026-04-20 03:14:37] "POST /neutron/network HTTP/1.1" 200 831 0.007307 10.0.0.23 - - [2026-04-20 03:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004300 10.0.0.23 - - [2026-04-20 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.23 - - [2026-04-20 03:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.38 - - [2026-04-20 03:14:38] "POST /neutron/network HTTP/1.1" 200 151 0.125013 10.0.0.38 - - [2026-04-20 03:14:39] "POST /neutron/port HTTP/1.1" 200 1122 0.017020 10.0.0.38 - - [2026-04-20 03:14:40] "POST /neutron/network HTTP/1.1" 200 834 0.006289 10.0.0.23 - - [2026-04-20 03:14:40] "DELETE /route-target/a2f5f44e-d70b-4d82-8db4-4d21af4e1522 HTTP/1.1" 200 115 0.023918 10.0.0.38 - - [2026-04-20 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.23 - - [2026-04-20 03:14:43] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003011 10.0.0.38 - - [2026-04-20 03:14:43] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.090597 10.0.0.23 - - [2026-04-20 03:14:43] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.38 - - [2026-04-20 03:14:43] "POST /neutron/network HTTP/1.1" 200 613 0.124997 10.0.0.38 - - [2026-04-20 03:14:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.004403 10.0.0.38 - - [2026-04-20 03:14:44] "GET /virtual-network/01d2b4b8-0297-4a3a-afba-edce5fff5eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004930 10.0.0.38 - - [2026-04-20 03:14:44] "POST /neutron/network HTTP/1.1" 200 833 0.005923 10.0.0.38 - - [2026-04-20 03:14:44] "GET /virtual-network/01d2b4b8-0297-4a3a-afba-edce5fff5eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004277 10.0.0.38 - - [2026-04-20 03:14:44] "GET /virtual-network/01d2b4b8-0297-4a3a-afba-edce5fff5eac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010016 10.0.0.38 - - [2026-04-20 03:14:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003124 10.0.0.27 - - [2026-04-20 03:14:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003709 10.0.0.23 - - [2026-04-20 03:14:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003244 10.0.0.38 - - [2026-04-20 03:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.23 - - [2026-04-20 03:14:44] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.38 - - [2026-04-20 03:14:44] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049018 10.0.0.38 - - [2026-04-20 03:14:44] "POST /neutron/network HTTP/1.1" 200 117 0.013458 10.0.0.23 - - [2026-04-20 03:14:44] "POST /route-targets HTTP/1.1" 200 327 0.011810 10.0.0.38 - - [2026-04-20 03:14:45] "POST /neutron/network HTTP/1.1" 200 833 0.007539 10.0.0.38 - - [2026-04-20 03:14:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001007 10.0.0.38 - - [2026-04-20 03:14:45] "GET /virtual-network/95e63235-df80-4be9-bd20-65b58e91efbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005095 10.0.0.38 - - [2026-04-20 03:14:45] "GET /virtual-network/95e63235-df80-4be9-bd20-65b58e91efbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004621 10.0.0.38 - - [2026-04-20 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.007418 10.0.0.38 - - [2026-04-20 03:14:45] "GET /virtual-network/95e63235-df80-4be9-bd20-65b58e91efbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005187 10.0.0.38 - - [2026-04-20 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.010321 10.0.0.23 - - [2026-04-20 03:14:45] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.38 - - [2026-04-20 03:14:45] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040910 10.0.0.23 - - [2026-04-20 03:14:45] "POST /ref-update HTTP/1.1" 200 156 0.018552 10.0.0.23 - - [2026-04-20 03:14:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009848 10.0.0.38 - - [2026-04-20 03:14:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.228431 10.0.0.38 - - [2026-04-20 03:14:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001231 10.0.0.38 - - [2026-04-20 03:14:46] "GET /virtual-network/43902400-c674-44f0-ad7b-a13162a45ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008728 10.0.0.38 - - [2026-04-20 03:14:46] "GET /virtual-network/43902400-c674-44f0-ad7b-a13162a45ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006207 10.0.0.38 - - [2026-04-20 03:14:46] "POST /neutron/network HTTP/1.1" 200 834 0.007548 10.0.0.38 - - [2026-04-20 03:14:46] "GET /virtual-network/43902400-c674-44f0-ad7b-a13162a45ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005018 10.0.0.38 - - [2026-04-20 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.23 - - [2026-04-20 03:14:46] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000764 10.0.0.38 - - [2026-04-20 03:14:46] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061517 10.0.0.23 - - [2026-04-20 03:14:46] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001694 10.0.0.38 - - [2026-04-20 03:14:46] "POST /neutron/network HTTP/1.1" 200 625 0.108226 10.0.0.38 - - [2026-04-20 03:14:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.002679 10.0.0.38 - - [2026-04-20 03:14:47] "GET /virtual-network/449b351b-cd47-4332-8d79-005eee43bebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005896 10.0.0.38 - - [2026-04-20 03:14:47] "POST /neutron/network HTTP/1.1" 200 843 0.007394 10.0.0.38 - - [2026-04-20 03:14:47] "GET /virtual-network/449b351b-cd47-4332-8d79-005eee43bebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005033 10.0.0.38 - - [2026-04-20 03:14:47] "GET /virtual-network/449b351b-cd47-4332-8d79-005eee43bebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005553 10.0.0.38 - - [2026-04-20 03:14:47] "GET /obj-perms HTTP/1.1" 200 5026 0.004077 10.0.0.27 - - [2026-04-20 03:14:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003704 10.0.0.23 - - [2026-04-20 03:14:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003007 10.0.0.38 - - [2026-04-20 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.23 - - [2026-04-20 03:14:47] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.38 - - [2026-04-20 03:14:47] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057831 10.0.0.38 - - [2026-04-20 03:14:47] "POST /neutron/network HTTP/1.1" 200 117 0.018311 10.0.0.23 - - [2026-04-20 03:14:48] "POST /route-targets HTTP/1.1" 200 327 0.011948 10.0.0.38 - - [2026-04-20 03:14:48] "POST /neutron/network HTTP/1.1" 200 848 0.008474 10.0.0.38 - - [2026-04-20 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 230 0.001042 10.0.0.38 - - [2026-04-20 03:14:48] "GET /virtual-network/13fca4b1-b91a-4437-9d3c-ad7976341956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005055 10.0.0.38 - - [2026-04-20 03:14:48] "GET /virtual-network/13fca4b1-b91a-4437-9d3c-ad7976341956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007300 10.0.0.38 - - [2026-04-20 03:14:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.011182 10.0.0.38 - - [2026-04-20 03:14:48] "GET /virtual-network/13fca4b1-b91a-4437-9d3c-ad7976341956?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005660 10.0.0.38 - - [2026-04-20 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001153 10.0.0.38 - - [2026-04-20 03:14:49] "POST /neutron/port HTTP/1.1" 200 1215 0.021475 10.0.0.38 - - [2026-04-20 03:14:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.38 - - [2026-04-20 03:14:49] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.23 - - [2026-04-20 03:14:49] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001455 10.0.0.38 - - [2026-04-20 03:14:49] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.083728 10.0.0.38 - - [2026-04-20 03:14:49] "POST /neutron/network HTTP/1.1" 200 833 0.007596 10.0.0.38 - - [2026-04-20 03:14:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.38 - - [2026-04-20 03:14:50] "POST /neutron/port HTTP/1.1" 200 4184 0.037579 10.0.0.23 - - [2026-04-20 03:14:50] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.38 - - [2026-04-20 03:14:50] "POST /neutron/port HTTP/1.1" 200 1059 0.274355 10.0.0.38 - - [2026-04-20 03:14:50] "POST /neutron/port HTTP/1.1" 200 1113 0.100971 10.0.0.38 - - [2026-04-20 03:14:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.009208 10.0.0.23 - - [2026-04-20 03:14:51] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.38 - - [2026-04-20 03:14:51] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.070096 10.0.0.38 - - [2026-04-20 03:14:51] "POST /neutron/network HTTP/1.1" 200 834 0.006310 10.0.0.38 - - [2026-04-20 03:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.005703 10.0.0.38 - - [2026-04-20 03:14:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003202 10.0.0.38 - - [2026-04-20 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.23 - - [2026-04-20 03:14:51] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.38 - - [2026-04-20 03:14:51] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007097 10.0.0.38 - - [2026-04-20 03:14:51] "POST /service-templates HTTP/1.1" 200 543 0.042578 10.0.0.38 - - [2026-04-20 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.38 - - [2026-04-20 03:14:51] "GET /service-template/65d0416a-22fe-4a68-88d8-92ad7d157b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007087 10.0.0.38 - - [2026-04-20 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.38 - - [2026-04-20 03:14:51] "GET /service-template/65d0416a-22fe-4a68-88d8-92ad7d157b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005571 10.0.0.38 - - [2026-04-20 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001350 10.0.0.38 - - [2026-04-20 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001585 10.0.0.38 - - [2026-04-20 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.003301 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/port HTTP/1.1" 200 5985 0.078937 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/port HTTP/1.1" 200 1058 0.011495 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/port HTTP/1.1" 200 1215 0.036043 10.0.0.38 - - [2026-04-20 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015715 10.0.0.38 - - [2026-04-20 03:14:52] "DELETE /service-template/65d0416a-22fe-4a68-88d8-92ad7d157b01 HTTP/1.1" 200 115 0.037179 10.0.0.38 - - [2026-04-20 03:14:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004711 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003730 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.009453 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.38 - - [2026-04-20 03:14:52] "POST /neutron/network HTTP/1.1" 200 1110 0.009920 10.0.0.23 - - [2026-04-20 03:14:52] "DELETE /route-target/c5a50438-34cd-4d9b-bffa-159044a2d31c HTTP/1.1" 200 115 0.031794 10.0.0.38 - - [2026-04-20 03:14:53] "POST /neutron/network HTTP/1.1" 200 843 0.006541 10.0.0.38 - - [2026-04-20 03:14:53] "POST /neutron/port HTTP/1.1" 200 1113 0.013071 10.0.0.38 - - [2026-04-20 03:14:53] "POST /neutron/network HTTP/1.1" 400 204 0.012275 10.0.0.38 - - [2026-04-20 03:14:54] "POST /neutron/port HTTP/1.1" 200 151 0.160514 10.0.0.38 - - [2026-04-20 03:14:54] "POST /neutron/network HTTP/1.1" 200 117 0.009649 10.0.0.23 - - [2026-04-20 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007339 10.0.0.23 - - [2026-04-20 03:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003084 10.0.0.23 - - [2026-04-20 03:14:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.38 - - [2026-04-20 03:14:55] "POST /neutron/network HTTP/1.1" 200 151 0.118127 10.0.0.23 - - [2026-04-20 03:14:56] "DELETE /route-target/424ec9c6-7a3e-470a-a119-9883972ec387 HTTP/1.1" 200 115 0.022538 10.0.0.38 - - [2026-04-20 03:14:56] "POST /neutron/network HTTP/1.1" 200 833 0.007844 10.0.0.23 - - [2026-04-20 03:14:58] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.38 - - [2026-04-20 03:14:58] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035289 10.0.0.23 - - [2026-04-20 03:14:58] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.38 - - [2026-04-20 03:14:58] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?fields=virtual_networks HTTP/1.1" 200 1029 0.042086 10.0.0.23 - - [2026-04-20 03:14:58] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.38 - - [2026-04-20 03:14:58] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.035180 10.0.0.23 - - [2026-04-20 03:14:58] "GET /projects?obj_uuids=d0d30eaa-828a-4670-b08f-dd2a35acb2b2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.38 - - [2026-04-20 03:14:58] "GET /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2?fields=security_groups HTTP/1.1" 200 1253 0.041362 10.0.0.38 - - [2026-04-20 03:14:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.025536 10.0.0.23 - - [2026-04-20 03:14:59] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.23 - - [2026-04-20 03:14:59] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.23 - - [2026-04-20 03:14:59] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006608 10.0.0.23 - - [2026-04-20 03:14:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.006167 10.0.0.23 - - [2026-04-20 03:14:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.009291 10.0.0.23 - - [2026-04-20 03:14:59] "POST /security-groups HTTP/1.1" 200 589 0.030018 10.0.0.23 - - [2026-04-20 03:14:59] "POST /fqname-to-id HTTP/1.1" 404 232 0.002611 10.0.0.23 - - [2026-04-20 03:14:59] "POST /projects HTTP/1.1" 200 581 0.234922 10.0.0.23 - - [2026-04-20 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.304328 10.0.0.23 - - [2026-04-20 03:14:59] "POST /access-control-lists HTTP/1.1" 200 592 0.027302 10.0.0.38 - - [2026-04-20 03:14:59] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.434191 10.0.0.38 - - [2026-04-20 03:15:00] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.38 - - [2026-04-20 03:15:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.38 - - [2026-04-20 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.053983 10.0.0.23 - - [2026-04-20 03:15:02] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.38 - - [2026-04-20 03:15:02] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059160 10.0.0.23 - - [2026-04-20 03:15:02] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.38 - - [2026-04-20 03:15:02] "POST /neutron/network HTTP/1.1" 200 613 0.142012 10.0.0.38 - - [2026-04-20 03:15:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.003536 10.0.0.38 - - [2026-04-20 03:15:03] "GET /virtual-network/54feeac0-8f6b-4ad5-b5a6-6e6133eddb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005599 10.0.0.38 - - [2026-04-20 03:15:03] "POST /neutron/network HTTP/1.1" 200 834 0.076322 10.0.0.38 - - [2026-04-20 03:15:03] "GET /virtual-network/54feeac0-8f6b-4ad5-b5a6-6e6133eddb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005228 10.0.0.38 - - [2026-04-20 03:15:04] "GET /virtual-network/54feeac0-8f6b-4ad5-b5a6-6e6133eddb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007425 10.0.0.38 - - [2026-04-20 03:15:04] "GET /obj-perms HTTP/1.1" 200 5026 0.062126 10.0.0.23 - - [2026-04-20 03:15:05] "GET /obj-perms HTTP/1.1" 200 5026 0.048675 10.0.0.38 - - [2026-04-20 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.23 - - [2026-04-20 03:15:05] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.024678 10.0.0.38 - - [2026-04-20 03:15:05] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071107 10.0.0.38 - - [2026-04-20 03:15:05] "POST /neutron/network HTTP/1.1" 200 117 0.014288 10.0.0.23 - - [2026-04-20 03:15:05] "POST /route-targets HTTP/1.1" 200 327 0.018741 10.0.0.38 - - [2026-04-20 03:15:05] "POST /neutron/network HTTP/1.1" 200 837 0.008480 10.0.0.38 - - [2026-04-20 03:15:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001032 10.0.0.38 - - [2026-04-20 03:15:06] "GET /virtual-network/89710a17-e56c-4738-a43b-1295ae24d84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005056 10.0.0.38 - - [2026-04-20 03:15:06] "GET /virtual-network/89710a17-e56c-4738-a43b-1295ae24d84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006590 10.0.0.38 - - [2026-04-20 03:15:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.009103 10.0.0.38 - - [2026-04-20 03:15:06] "GET /virtual-network/89710a17-e56c-4738-a43b-1295ae24d84f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005347 10.0.0.27 - - [2026-04-20 03:15:06] "GET /obj-perms HTTP/1.1" 200 5026 0.042789 10.0.0.38 - - [2026-04-20 03:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.23 - - [2026-04-20 03:15:06] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.38 - - [2026-04-20 03:15:06] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040785 10.0.0.23 - - [2026-04-20 03:15:07] "POST /ref-update HTTP/1.1" 200 156 0.025497 10.0.0.23 - - [2026-04-20 03:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008663 10.0.0.38 - - [2026-04-20 03:15:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.206220 10.0.0.38 - - [2026-04-20 03:15:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.001211 10.0.0.38 - - [2026-04-20 03:15:07] "GET /virtual-network/2d5233b3-1b6f-41ca-a561-e7931dc233df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005264 10.0.0.38 - - [2026-04-20 03:15:07] "GET /virtual-network/2d5233b3-1b6f-41ca-a561-e7931dc233df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005532 10.0.0.38 - - [2026-04-20 03:15:07] "POST /neutron/network HTTP/1.1" 200 839 0.006348 10.0.0.38 - - [2026-04-20 03:15:07] "GET /virtual-network/2d5233b3-1b6f-41ca-a561-e7931dc233df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005754 10.0.0.38 - - [2026-04-20 03:15:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001343 10.0.0.38 - - [2026-04-20 03:15:08] "POST /neutron/network HTTP/1.1" 200 847 0.006618 10.0.0.23 - - [2026-04-20 03:15:08] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.38 - - [2026-04-20 03:15:08] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063781 10.0.0.38 - - [2026-04-20 03:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.006494 10.0.0.38 - - [2026-04-20 03:15:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001548 10.0.0.38 - - [2026-04-20 03:15:09] "POST /neutron/network HTTP/1.1" 200 847 0.006991 10.0.0.38 - - [2026-04-20 03:15:09] "POST /neutron/port HTTP/1.1" 200 1059 0.017375 10.0.0.38 - - [2026-04-20 03:15:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003455 10.0.0.38 - - [2026-04-20 03:15:10] "POST /neutron/network HTTP/1.1" 200 837 0.006601 10.0.0.23 - - [2026-04-20 03:15:10] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.38 - - [2026-04-20 03:15:10] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.090204 10.0.0.38 - - [2026-04-20 03:15:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007603 10.0.0.38 - - [2026-04-20 03:15:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003189 10.0.0.38 - - [2026-04-20 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-04-20 03:15:10] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.38 - - [2026-04-20 03:15:10] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007013 10.0.0.38 - - [2026-04-20 03:15:10] "POST /service-templates HTTP/1.1" 200 543 0.024213 10.0.0.38 - - [2026-04-20 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 03:15:10] "GET /service-template/1263d393-441b-452f-b1e8-0973d7b0095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006214 10.0.0.38 - - [2026-04-20 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.38 - - [2026-04-20 03:15:10] "GET /service-template/1263d393-441b-452f-b1e8-0973d7b0095a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008080 10.0.0.23 - - [2026-04-20 03:15:10] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.38 - - [2026-04-20 03:15:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.002000 10.0.0.38 - - [2026-04-20 03:15:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001271 10.0.0.38 - - [2026-04-20 03:15:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001117 10.0.0.38 - - [2026-04-20 03:15:11] "POST /neutron/port HTTP/1.1" 200 1059 0.301986 10.0.0.38 - - [2026-04-20 03:15:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005352 10.0.0.38 - - [2026-04-20 03:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.38 - - [2026-04-20 03:15:11] "DELETE /service-template/1263d393-441b-452f-b1e8-0973d7b0095a HTTP/1.1" 200 115 0.031070 10.0.0.38 - - [2026-04-20 03:15:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002988 10.0.0.38 - - [2026-04-20 03:15:11] "POST /neutron/port HTTP/1.1" 200 1123 0.018268 10.0.0.38 - - [2026-04-20 03:15:11] "POST /neutron/port HTTP/1.1" 200 117 0.001699 10.0.0.38 - - [2026-04-20 03:15:11] "POST /neutron/network HTTP/1.1" 400 204 0.013802 10.0.0.38 - - [2026-04-20 03:15:12] "POST /neutron/port HTTP/1.1" 200 151 0.156411 10.0.0.38 - - [2026-04-20 03:15:13] "POST /neutron/port HTTP/1.1" 200 151 0.176426 10.0.0.38 - - [2026-04-20 03:15:13] "POST /neutron/network HTTP/1.1" 200 117 0.014508 10.0.0.38 - - [2026-04-20 03:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.005328 10.0.0.23 - - [2026-04-20 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.38 - - [2026-04-20 03:15:14] "POST /neutron/network HTTP/1.1" 200 834 0.005938 10.0.0.23 - - [2026-04-20 03:15:14] "DELETE /route-target/f3bd8e72-c1ef-40ba-b5a0-b82f86f70c35 HTTP/1.1" 200 115 0.021600 10.0.0.38 - - [2026-04-20 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2026-04-20 03:15:17] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.38 - - [2026-04-20 03:15:17] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047682 10.0.0.23 - - [2026-04-20 03:15:17] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000843 10.0.0.38 - - [2026-04-20 03:15:17] "POST /neutron/network HTTP/1.1" 200 613 0.103251 10.0.0.38 - - [2026-04-20 03:15:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.003444 10.0.0.38 - - [2026-04-20 03:15:17] "GET /virtual-network/77879c73-cd19-4812-b2de-2c76016ff7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007954 10.0.0.38 - - [2026-04-20 03:15:17] "POST /neutron/network HTTP/1.1" 200 832 0.006564 10.0.0.38 - - [2026-04-20 03:15:18] "GET /virtual-network/77879c73-cd19-4812-b2de-2c76016ff7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009738 10.0.0.23 - - [2026-04-20 03:15:19] "DELETE /access-control-list/adfa7f0a-607e-4859-b9b1-0ad70700fbcb HTTP/1.1" 200 115 0.037794 10.0.0.23 - - [2026-04-20 03:15:19] "DELETE /project/2f2dff219dba4dcda99089c6c6e82b6c HTTP/1.1" 404 173 0.002670 10.0.0.23 - - [2026-04-20 03:15:19] "DELETE /project/d0d30eaa-828a-4670-b08f-dd2a35acb2b2 HTTP/1.1" 404 177 0.004775 10.0.0.38 - - [2026-04-20 03:15:23] "GET /virtual-network/77879c73-cd19-4812-b2de-2c76016ff7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005067 10.0.0.38 - - [2026-04-20 03:15:23] "GET /obj-perms HTTP/1.1" 200 5026 0.003883 10.0.0.23 - - [2026-04-20 03:15:23] "GET /obj-perms HTTP/1.1" 200 5026 0.003184 10.0.0.38 - - [2026-04-20 03:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-04-20 03:15:23] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001847 10.0.0.38 - - [2026-04-20 03:15:23] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037331 10.0.0.38 - - [2026-04-20 03:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.013300 10.0.0.23 - - [2026-04-20 03:15:24] "POST /ref-update HTTP/1.1" 200 156 0.019696 10.0.0.38 - - [2026-04-20 03:15:24] "POST /neutron/network HTTP/1.1" 200 831 0.009220 10.0.0.38 - - [2026-04-20 03:15:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.000986 10.0.0.38 - - [2026-04-20 03:15:24] "GET /virtual-network/e375e09e-d7a5-4d80-8ce2-3407fac5bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004484 10.0.0.38 - - [2026-04-20 03:15:24] "GET /virtual-network/e375e09e-d7a5-4d80-8ce2-3407fac5bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005109 10.0.0.38 - - [2026-04-20 03:15:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.007496 10.0.0.38 - - [2026-04-20 03:15:24] "GET /virtual-network/e375e09e-d7a5-4d80-8ce2-3407fac5bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005222 10.0.0.27 - - [2026-04-20 03:15:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003827 10.0.0.38 - - [2026-04-20 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2026-04-20 03:15:24] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.38 - - [2026-04-20 03:15:24] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040725 10.0.0.23 - - [2026-04-20 03:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007789 10.0.0.38 - - [2026-04-20 03:15:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.204427 10.0.0.38 - - [2026-04-20 03:15:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001272 10.0.0.38 - - [2026-04-20 03:15:25] "GET /virtual-network/4db2c9c6-1c97-4a4b-8d1c-7434b1ae4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004591 10.0.0.38 - - [2026-04-20 03:15:25] "GET /virtual-network/4db2c9c6-1c97-4a4b-8d1c-7434b1ae4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004830 10.0.0.38 - - [2026-04-20 03:15:25] "POST /neutron/network HTTP/1.1" 200 835 0.005746 10.0.0.38 - - [2026-04-20 03:15:25] "GET /virtual-network/4db2c9c6-1c97-4a4b-8d1c-7434b1ae4b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004618 10.0.0.38 - - [2026-04-20 03:15:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001186 10.0.0.38 - - [2026-04-20 03:15:25] "POST /neutron/network HTTP/1.1" 200 841 0.007987 10.0.0.23 - - [2026-04-20 03:15:26] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.38 - - [2026-04-20 03:15:26] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061638 10.0.0.38 - - [2026-04-20 03:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.005955 10.0.0.38 - - [2026-04-20 03:15:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001313 10.0.0.38 - - [2026-04-20 03:15:27] "POST /neutron/network HTTP/1.1" 200 841 0.006338 10.0.0.38 - - [2026-04-20 03:15:27] "POST /neutron/port HTTP/1.1" 200 1057 0.015100 10.0.0.38 - - [2026-04-20 03:15:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003491 10.0.0.38 - - [2026-04-20 03:15:27] "POST /neutron/network HTTP/1.1" 200 831 0.006993 10.0.0.23 - - [2026-04-20 03:15:28] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.38 - - [2026-04-20 03:15:28] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067374 10.0.0.38 - - [2026-04-20 03:15:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007034 10.0.0.38 - - [2026-04-20 03:15:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003851 10.0.0.38 - - [2026-04-20 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2026-04-20 03:15:28] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.38 - - [2026-04-20 03:15:28] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009358 10.0.0.38 - - [2026-04-20 03:15:28] "POST /service-templates HTTP/1.1" 200 543 0.029317 10.0.0.38 - - [2026-04-20 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2026-04-20 03:15:28] "GET /service-template/b84e61b7-1826-4ccb-b844-dfc6deeb7f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005805 10.0.0.38 - - [2026-04-20 03:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.38 - - [2026-04-20 03:15:28] "GET /service-template/b84e61b7-1826-4ccb-b844-dfc6deeb7f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003386 10.0.0.38 - - [2026-04-20 03:15:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001007 10.0.0.23 - - [2026-04-20 03:15:28] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.38 - - [2026-04-20 03:15:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001122 10.0.0.38 - - [2026-04-20 03:15:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001297 10.0.0.38 - - [2026-04-20 03:15:29] "POST /neutron/port HTTP/1.1" 200 1059 0.283262 10.0.0.38 - - [2026-04-20 03:15:29] "POST /neutron/port HTTP/1.1" 200 1059 0.017948 10.0.0.38 - - [2026-04-20 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011877 10.0.0.38 - - [2026-04-20 03:15:29] "POST /neutron/port HTTP/1.1" 200 1123 0.026117 10.0.0.38 - - [2026-04-20 03:15:29] "DELETE /service-template/b84e61b7-1826-4ccb-b844-dfc6deeb7f62 HTTP/1.1" 200 115 0.039804 10.0.0.38 - - [2026-04-20 03:15:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.009501 10.0.0.38 - - [2026-04-20 03:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.38 - - [2026-04-20 03:15:29] "POST /neutron/network HTTP/1.1" 400 204 0.012424 10.0.0.38 - - [2026-04-20 03:15:30] "POST /neutron/port HTTP/1.1" 200 151 0.183810 10.0.0.38 - - [2026-04-20 03:15:30] "POST /neutron/port HTTP/1.1" 200 151 0.166306 10.0.0.38 - - [2026-04-20 03:15:31] "POST /neutron/network HTTP/1.1" 200 117 0.011398 10.0.0.23 - - [2026-04-20 03:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005965 10.0.0.23 - - [2026-04-20 03:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003065 10.0.0.23 - - [2026-04-20 03:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001823 10.0.0.38 - - [2026-04-20 03:15:31] "POST /neutron/network HTTP/1.1" 200 151 0.140389 10.0.0.23 - - [2026-04-20 03:15:32] "DELETE /route-target/b3c4922d-e20d-449d-9f09-2831ff4cdea1 HTTP/1.1" 200 115 0.041545 10.0.0.38 - - [2026-04-20 03:15:32] "POST /neutron/network HTTP/1.1" 200 832 0.006148 10.0.0.23 - - [2026-04-20 03:15:34] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.38 - - [2026-04-20 03:15:34] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050892 10.0.0.23 - - [2026-04-20 03:15:34] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.38 - - [2026-04-20 03:15:34] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?fields=virtual_networks HTTP/1.1" 200 1028 0.052305 10.0.0.23 - - [2026-04-20 03:15:34] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.38 - - [2026-04-20 03:15:34] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046913 10.0.0.23 - - [2026-04-20 03:15:34] "GET /projects?obj_uuids=2f2dff21-9dba-4dcd-a990-89c6c6e82b6c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.38 - - [2026-04-20 03:15:34] "GET /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c?fields=security_groups HTTP/1.1" 200 1252 0.058505 10.0.0.38 - - [2026-04-20 03:15:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.033223 10.0.0.23 - - [2026-04-20 03:15:35] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003577 10.0.0.23 - - [2026-04-20 03:15:35] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.23 - - [2026-04-20 03:15:35] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006748 10.0.0.23 - - [2026-04-20 03:15:35] "POST /id-to-fqname HTTP/1.1" 200 186 0.004259 10.0.0.23 - - [2026-04-20 03:15:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.007309 10.0.0.23 - - [2026-04-20 03:15:35] "POST /security-groups HTTP/1.1" 200 587 0.077889 10.0.0.23 - - [2026-04-20 03:15:35] "POST /fqname-to-id HTTP/1.1" 404 230 0.003190 10.0.0.23 - - [2026-04-20 03:15:35] "POST /projects HTTP/1.1" 200 577 0.308912 10.0.0.23 - - [2026-04-20 03:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.377755 10.0.0.23 - - [2026-04-20 03:15:35] "POST /access-control-lists HTTP/1.1" 200 590 0.027874 10.0.0.38 - - [2026-04-20 03:15:35] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.528148 10.0.0.38 - - [2026-04-20 03:15:36] "GET / HTTP/1.1" 200 35931 0.002604 10.0.0.38 - - [2026-04-20 03:15:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.38 - - [2026-04-20 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.063233 10.0.0.23 - - [2026-04-20 03:15:38] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001201 10.0.0.38 - - [2026-04-20 03:15:38] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035290 10.0.0.23 - - [2026-04-20 03:15:39] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.38 - - [2026-04-20 03:15:39] "POST /neutron/network HTTP/1.1" 200 611 0.129616 10.0.0.38 - - [2026-04-20 03:15:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.003110 10.0.0.38 - - [2026-04-20 03:15:39] "GET /virtual-network/a43c2402-f919-4689-abe1-0df69dcc987d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005090 10.0.0.38 - - [2026-04-20 03:15:39] "POST /neutron/network HTTP/1.1" 200 828 0.008839 10.0.0.38 - - [2026-04-20 03:15:39] "GET /virtual-network/a43c2402-f919-4689-abe1-0df69dcc987d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005023 10.0.0.38 - - [2026-04-20 03:15:40] "GET /virtual-network/a43c2402-f919-4689-abe1-0df69dcc987d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005075 10.0.0.38 - - [2026-04-20 03:15:40] "GET /obj-perms HTTP/1.1" 200 5022 0.071053 10.0.0.23 - - [2026-04-20 03:15:41] "GET /obj-perms HTTP/1.1" 200 5022 0.061963 10.0.0.38 - - [2026-04-20 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2026-04-20 03:15:41] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000800 10.0.0.38 - - [2026-04-20 03:15:41] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037052 10.0.0.38 - - [2026-04-20 03:15:41] "POST /neutron/network HTTP/1.1" 200 117 0.014836 10.0.0.23 - - [2026-04-20 03:15:41] "POST /route-targets HTTP/1.1" 200 327 0.012751 10.0.0.38 - - [2026-04-20 03:15:42] "POST /neutron/network HTTP/1.1" 200 830 0.009340 10.0.0.38 - - [2026-04-20 03:15:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001141 10.0.0.38 - - [2026-04-20 03:15:42] "GET /virtual-network/36b11ee8-6ef6-4054-9b6c-3d6e092d9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004889 10.0.0.38 - - [2026-04-20 03:15:42] "GET /virtual-network/36b11ee8-6ef6-4054-9b6c-3d6e092d9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005771 10.0.0.38 - - [2026-04-20 03:15:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.007924 10.0.0.38 - - [2026-04-20 03:15:42] "GET /virtual-network/36b11ee8-6ef6-4054-9b6c-3d6e092d9c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005593 10.0.0.27 - - [2026-04-20 03:15:42] "GET /obj-perms HTTP/1.1" 200 5022 0.048143 10.0.0.38 - - [2026-04-20 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-04-20 03:15:42] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.38 - - [2026-04-20 03:15:42] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042215 10.0.0.23 - - [2026-04-20 03:15:43] "POST /ref-update HTTP/1.1" 200 156 0.033763 10.0.0.23 - - [2026-04-20 03:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009467 10.0.0.38 - - [2026-04-20 03:15:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.273271 10.0.0.38 - - [2026-04-20 03:15:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001397 10.0.0.38 - - [2026-04-20 03:15:43] "GET /virtual-network/cfee9382-f6cc-46f9-b835-a7c8971b11d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.013312 10.0.0.38 - - [2026-04-20 03:15:43] "GET /virtual-network/cfee9382-f6cc-46f9-b835-a7c8971b11d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006860 10.0.0.38 - - [2026-04-20 03:15:43] "POST /neutron/network HTTP/1.1" 200 832 0.007389 10.0.0.38 - - [2026-04-20 03:15:43] "GET /virtual-network/cfee9382-f6cc-46f9-b835-a7c8971b11d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005006 10.0.0.38 - - [2026-04-20 03:15:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001202 10.0.0.38 - - [2026-04-20 03:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.008117 10.0.0.23 - - [2026-04-20 03:15:45] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.38 - - [2026-04-20 03:15:45] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.059933 10.0.0.38 - - [2026-04-20 03:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.006681 10.0.0.38 - - [2026-04-20 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001213 10.0.0.38 - - [2026-04-20 03:15:45] "POST /neutron/network HTTP/1.1" 200 840 0.008187 10.0.0.38 - - [2026-04-20 03:15:46] "POST /neutron/port HTTP/1.1" 200 1056 0.017058 10.0.0.38 - - [2026-04-20 03:15:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004253 10.0.0.23 - - [2026-04-20 03:15:46] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001098 10.0.0.38 - - [2026-04-20 03:15:46] "POST /neutron/network HTTP/1.1" 200 830 0.009705 10.0.0.38 - - [2026-04-20 03:15:46] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.105579 10.0.0.38 - - [2026-04-20 03:15:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007899 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.006418 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.23 - - [2026-04-20 03:15:47] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.38 - - [2026-04-20 03:15:47] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007157 10.0.0.38 - - [2026-04-20 03:15:47] "POST /service-templates HTTP/1.1" 200 543 0.025265 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.38 - - [2026-04-20 03:15:47] "GET /service-template/1efc12b6-2cd5-43d7-9754-1d84a93a0088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005783 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.38 - - [2026-04-20 03:15:47] "GET /service-template/1efc12b6-2cd5-43d7-9754-1d84a93a0088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003629 10.0.0.23 - - [2026-04-20 03:15:47] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.38 - - [2026-04-20 03:15:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001599 10.0.0.38 - - [2026-04-20 03:15:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001312 10.0.0.38 - - [2026-04-20 03:15:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001093 10.0.0.38 - - [2026-04-20 03:15:47] "POST /neutron/port HTTP/1.1" 200 1056 0.305167 10.0.0.38 - - [2026-04-20 03:15:47] "POST /neutron/port HTTP/1.1" 200 1056 0.011772 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.38 - - [2026-04-20 03:15:47] "DELETE /service-template/1efc12b6-2cd5-43d7-9754-1d84a93a0088 HTTP/1.1" 200 115 0.059406 10.0.0.38 - - [2026-04-20 03:15:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005954 10.0.0.38 - - [2026-04-20 03:15:47] "POST /neutron/port HTTP/1.1" 200 1120 0.020452 10.0.0.38 - - [2026-04-20 03:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.38 - - [2026-04-20 03:15:48] "POST /neutron/network HTTP/1.1" 400 204 0.011458 10.0.0.38 - - [2026-04-20 03:15:48] "POST /neutron/port HTTP/1.1" 200 151 0.177626 10.0.0.38 - - [2026-04-20 03:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.186766 10.0.0.38 - - [2026-04-20 03:15:49] "POST /neutron/network HTTP/1.1" 200 117 0.010134 10.0.0.23 - - [2026-04-20 03:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.23 - - [2026-04-20 03:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002073 10.0.0.38 - - [2026-04-20 03:15:50] "POST /neutron/network HTTP/1.1" 200 151 0.125215 10.0.0.23 - - [2026-04-20 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.38 - - [2026-04-20 03:15:50] "POST /neutron/network HTTP/1.1" 200 828 0.006348 10.0.0.23 - - [2026-04-20 03:15:50] "DELETE /route-target/743e0250-a2fa-45d1-87b1-1a2616ee4085 HTTP/1.1" 200 115 0.023702 10.0.0.38 - - [2026-04-20 03:15:51] "POST /neutron/port HTTP/1.1" 200 1107 0.017006 10.0.0.38 - - [2026-04-20 03:15:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.008336 10.0.0.38 - - [2026-04-20 03:15:52] "POST /neutron/port HTTP/1.1" 200 1107 0.019440 10.0.0.38 - - [2026-04-20 03:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.38 - - [2026-04-20 03:15:52] "POST /neutron/network HTTP/1.1" 200 927 0.008779 10.0.0.38 - - [2026-04-20 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2026-04-20 03:15:53] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.38 - - [2026-04-20 03:15:53] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043998 10.0.0.23 - - [2026-04-20 03:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006254 10.0.0.38 - - [2026-04-20 03:15:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.194453 10.0.0.38 - - [2026-04-20 03:15:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001277 10.0.0.38 - - [2026-04-20 03:15:54] "GET /virtual-network/bb57151e-f788-40fa-8458-37d95c266dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005058 10.0.0.38 - - [2026-04-20 03:15:54] "GET /virtual-network/bb57151e-f788-40fa-8458-37d95c266dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005641 10.0.0.38 - - [2026-04-20 03:15:54] "POST /neutron/network HTTP/1.1" 200 830 0.006115 10.0.0.38 - - [2026-04-20 03:15:54] "GET /virtual-network/bb57151e-f788-40fa-8458-37d95c266dd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005198 10.0.0.38 - - [2026-04-20 03:15:54] "GET /obj-perms HTTP/1.1" 200 5022 0.003403 10.0.0.23 - - [2026-04-20 03:15:54] "GET /obj-perms HTTP/1.1" 200 5022 0.004475 10.0.0.38 - - [2026-04-20 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2026-04-20 03:15:54] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001285 10.0.0.38 - - [2026-04-20 03:15:54] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052801 10.0.0.23 - - [2026-04-20 03:15:55] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.38 - - [2026-04-20 03:15:55] "POST /neutron/network HTTP/1.1" 200 611 0.124847 10.0.0.23 - - [2026-04-20 03:15:55] "POST /route-targets HTTP/1.1" 200 327 0.017567 10.0.0.38 - - [2026-04-20 03:15:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.003050 10.0.0.38 - - [2026-04-20 03:15:55] "GET /virtual-network/1f273fec-0db3-48e7-8862-8cd2ab46a51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005756 10.0.0.38 - - [2026-04-20 03:15:55] "POST /neutron/network HTTP/1.1" 200 830 0.005670 10.0.0.38 - - [2026-04-20 03:15:55] "GET /virtual-network/1f273fec-0db3-48e7-8862-8cd2ab46a51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005724 10.0.0.38 - - [2026-04-20 03:15:55] "GET /virtual-network/1f273fec-0db3-48e7-8862-8cd2ab46a51d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005468 10.0.0.27 - - [2026-04-20 03:15:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052035 10.0.0.38 - - [2026-04-20 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.23 - - [2026-04-20 03:15:56] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002571 10.0.0.38 - - [2026-04-20 03:15:56] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042838 10.0.0.38 - - [2026-04-20 03:15:56] "POST /neutron/network HTTP/1.1" 200 117 0.014982 10.0.0.23 - - [2026-04-20 03:15:56] "POST /ref-update HTTP/1.1" 200 156 0.018945 10.0.0.38 - - [2026-04-20 03:15:56] "POST /neutron/network HTTP/1.1" 200 832 0.008734 10.0.0.38 - - [2026-04-20 03:15:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001041 10.0.0.38 - - [2026-04-20 03:15:56] "GET /virtual-network/e9a01876-776e-4328-9a89-4629130ed678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004822 10.0.0.38 - - [2026-04-20 03:15:56] "GET /virtual-network/e9a01876-776e-4328-9a89-4629130ed678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006243 10.0.0.38 - - [2026-04-20 03:15:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.009463 10.0.0.38 - - [2026-04-20 03:15:56] "GET /virtual-network/e9a01876-776e-4328-9a89-4629130ed678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005966 10.0.0.23 - - [2026-04-20 03:15:57] "GET /obj-perms HTTP/1.1" 200 5022 0.003700 10.0.0.38 - - [2026-04-20 03:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2026-04-20 03:15:57] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000929 10.0.0.38 - - [2026-04-20 03:15:57] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049455 10.0.0.23 - - [2026-04-20 03:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005218 10.0.0.38 - - [2026-04-20 03:15:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.178535 10.0.0.38 - - [2026-04-20 03:15:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001260 10.0.0.38 - - [2026-04-20 03:15:57] "GET /virtual-network/fc445f9d-1355-467e-b611-a1b983f36ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006637 10.0.0.38 - - [2026-04-20 03:15:57] "GET /virtual-network/fc445f9d-1355-467e-b611-a1b983f36ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005959 10.0.0.38 - - [2026-04-20 03:15:57] "POST /neutron/network HTTP/1.1" 200 840 0.006759 10.0.0.38 - - [2026-04-20 03:15:57] "GET /virtual-network/fc445f9d-1355-467e-b611-a1b983f36ec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004870 10.0.0.38 - - [2026-04-20 03:15:58] "GET /obj-perms HTTP/1.1" 200 5022 0.003446 10.0.0.27 - - [2026-04-20 03:15:58] "GET /obj-perms HTTP/1.1" 200 5022 0.004632 10.0.0.38 - - [2026-04-20 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2026-04-20 03:15:58] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.38 - - [2026-04-20 03:15:58] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049556 10.0.0.23 - - [2026-04-20 03:15:58] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000945 10.0.0.38 - - [2026-04-20 03:15:58] "POST /neutron/network HTTP/1.1" 200 625 0.116585 10.0.0.23 - - [2026-04-20 03:15:58] "POST /route-targets HTTP/1.1" 200 327 0.013426 10.0.0.38 - - [2026-04-20 03:15:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.002842 10.0.0.38 - - [2026-04-20 03:15:58] "GET /virtual-network/741e6bf2-662f-433e-97b3-e06b8c7c2b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005448 10.0.0.38 - - [2026-04-20 03:15:58] "POST /neutron/network HTTP/1.1" 200 843 0.005742 10.0.0.38 - - [2026-04-20 03:15:58] "GET /virtual-network/741e6bf2-662f-433e-97b3-e06b8c7c2b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005636 10.0.0.38 - - [2026-04-20 03:15:59] "GET /virtual-network/741e6bf2-662f-433e-97b3-e06b8c7c2b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007201 10.0.0.38 - - [2026-04-20 03:15:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001307 10.0.0.38 - - [2026-04-20 03:15:59] "POST /neutron/port HTTP/1.1" 200 4184 0.027210 10.0.0.23 - - [2026-04-20 03:16:00] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.38 - - [2026-04-20 03:16:00] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.064572 10.0.0.38 - - [2026-04-20 03:16:00] "POST /neutron/port HTTP/1.1" 200 4184 0.032323 10.0.0.38 - - [2026-04-20 03:16:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001322 10.0.0.38 - - [2026-04-20 03:16:00] "POST /neutron/network HTTP/1.1" 200 842 0.008031 10.0.0.38 - - [2026-04-20 03:16:01] "POST /neutron/port HTTP/1.1" 200 1056 0.016812 10.0.0.38 - - [2026-04-20 03:16:01] "POST /neutron/port HTTP/1.1" 200 1120 0.023467 10.0.0.23 - - [2026-04-20 03:16:01] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000902 10.0.0.38 - - [2026-04-20 03:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.38 - - [2026-04-20 03:16:01] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.076117 10.0.0.38 - - [2026-04-20 03:16:01] "POST /neutron/port HTTP/1.1" 200 5151 0.043489 10.0.0.38 - - [2026-04-20 03:16:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.006316 10.0.0.38 - - [2026-04-20 03:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.23 - - [2026-04-20 03:16:01] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.38 - - [2026-04-20 03:16:01] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007424 10.0.0.38 - - [2026-04-20 03:16:01] "POST /service-templates HTTP/1.1" 200 543 0.031705 10.0.0.38 - - [2026-04-20 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.38 - - [2026-04-20 03:16:02] "GET /service-template/973bccd4-9ea5-4373-8340-445231e53567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006253 10.0.0.38 - - [2026-04-20 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.38 - - [2026-04-20 03:16:02] "GET /service-template/973bccd4-9ea5-4373-8340-445231e53567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004201 10.0.0.38 - - [2026-04-20 03:16:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001070 10.0.0.38 - - [2026-04-20 03:16:02] "POST /neutron/network HTTP/1.1" 200 842 0.008404 10.0.0.38 - - [2026-04-20 03:16:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001840 10.0.0.38 - - [2026-04-20 03:16:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.002391 10.0.0.38 - - [2026-04-20 03:16:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.025067 10.0.0.38 - - [2026-04-20 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2026-04-20 03:16:02] "DELETE /service-template/973bccd4-9ea5-4373-8340-445231e53567 HTTP/1.1" 200 115 0.028645 10.0.0.38 - - [2026-04-20 03:16:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004655 10.0.0.38 - - [2026-04-20 03:16:02] "POST /neutron/port HTTP/1.1" 200 1110 0.145719 10.0.0.38 - - [2026-04-20 03:16:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 10.0.0.38 - - [2026-04-20 03:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.23 - - [2026-04-20 03:16:03] "DELETE /route-target/6920a948-6b0d-49b6-b69b-c839264a4688 HTTP/1.1" 200 115 0.025068 10.0.0.23 - - [2026-04-20 03:16:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004658 10.0.0.23 - - [2026-04-20 03:16:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003277 10.0.0.38 - - [2026-04-20 03:16:03] "POST /neutron/network HTTP/1.1" 200 151 0.135514 10.0.0.38 - - [2026-04-20 03:16:03] "POST /neutron/port HTTP/1.1" 200 151 0.176264 10.0.0.38 - - [2026-04-20 03:16:04] "POST /neutron/port HTTP/1.1" 200 1120 0.015976 10.0.0.38 - - [2026-04-20 03:16:04] "POST /neutron/port HTTP/1.1" 200 117 0.005748 10.0.0.38 - - [2026-04-20 03:16:05] "POST /neutron/port HTTP/1.1" 200 117 0.006878 10.0.0.23 - - [2026-04-20 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.38 - - [2026-04-20 03:16:06] "POST /neutron/network HTTP/1.1" 200 830 0.009580 10.0.0.23 - - [2026-04-20 03:16:06] "DELETE /route-target/1d84c457-3032-40b1-89f4-a6fdc4be00f5 HTTP/1.1" 200 115 0.027028 10.0.0.23 - - [2026-04-20 03:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006357 10.0.0.23 - - [2026-04-20 03:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002841 10.0.0.38 - - [2026-04-20 03:16:06] "POST /neutron/network HTTP/1.1" 200 151 0.125758 10.0.0.23 - - [2026-04-20 03:16:08] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.38 - - [2026-04-20 03:16:08] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043857 10.0.0.23 - - [2026-04-20 03:16:08] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001017 10.0.0.38 - - [2026-04-20 03:16:08] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?fields=virtual_networks HTTP/1.1" 200 1023 0.034600 10.0.0.23 - - [2026-04-20 03:16:08] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000864 10.0.0.38 - - [2026-04-20 03:16:08] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.036698 10.0.0.23 - - [2026-04-20 03:16:08] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001312 10.0.0.38 - - [2026-04-20 03:16:08] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?fields=security_groups HTTP/1.1" 200 1245 0.032077 10.0.0.23 - - [2026-04-20 03:16:08] "DELETE /access-control-list/1a1a6bef-1aaa-4256-b5a9-39b6faee4a0e HTTP/1.1" 200 115 0.032779 10.0.0.38 - - [2026-04-20 03:16:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.034252 10.0.0.23 - - [2026-04-20 03:16:09] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002598 10.0.0.23 - - [2026-04-20 03:16:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.23 - - [2026-04-20 03:16:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007221 10.0.0.23 - - [2026-04-20 03:16:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.003901 10.0.0.23 - - [2026-04-20 03:16:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.003591 10.0.0.23 - - [2026-04-20 03:16:09] "POST /security-groups HTTP/1.1" 200 593 0.073376 10.0.0.23 - - [2026-04-20 03:16:09] "POST /projects HTTP/1.1" 200 589 0.262143 10.0.0.23 - - [2026-04-20 03:16:09] "POST /access-control-lists HTTP/1.1" 200 598 0.028053 10.0.0.23 - - [2026-04-20 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.337941 10.0.0.38 - - [2026-04-20 03:16:09] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.481346 10.0.0.38 - - [2026-04-20 03:16:11] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.27 - - [2026-04-20 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2026-04-20 03:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.38 - - [2026-04-20 03:16:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.057762 10.0.0.23 - - [2026-04-20 03:16:13] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000793 10.0.0.23 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-04-20 03:16:13] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048884 10.0.0.23 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-04-20 03:16:13] "POST /route-targets HTTP/1.1" 200 327 0.015306 10.0.0.23 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.001171 10.0.0.27 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-04-20 03:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-04-20 03:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009242 10.0.0.38 - - [2026-04-20 03:16:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.308479 10.0.0.38 - - [2026-04-20 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001629 10.0.0.38 - - [2026-04-20 03:16:13] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006087 10.0.0.38 - - [2026-04-20 03:16:13] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008242 10.0.0.38 - - [2026-04-20 03:16:13] "POST /neutron/network HTTP/1.1" 200 828 0.007745 10.0.0.38 - - [2026-04-20 03:16:14] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005389 10.0.0.38 - - [2026-04-20 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-04-20 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.38 - - [2026-04-20 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-20 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-04-20 03:16:15] "GET /obj-perms HTTP/1.1" 200 5034 0.120423 10.0.0.38 - - [2026-04-20 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.23 - - [2026-04-20 03:16:16] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001252 10.0.0.38 - - [2026-04-20 03:16:16] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.037181 10.0.0.23 - - [2026-04-20 03:16:16] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.38 - - [2026-04-20 03:16:16] "POST /neutron/network HTTP/1.1" 200 613 0.137227 10.0.0.23 - - [2026-04-20 03:16:16] "POST /ref-update HTTP/1.1" 200 156 0.021461 10.0.0.38 - - [2026-04-20 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.003485 10.0.0.38 - - [2026-04-20 03:16:16] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004837 10.0.0.38 - - [2026-04-20 03:16:16] "POST /neutron/network HTTP/1.1" 200 830 0.007002 10.0.0.38 - - [2026-04-20 03:16:16] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004643 10.0.0.38 - - [2026-04-20 03:16:16] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005360 10.0.0.38 - - [2026-04-20 03:16:17] "GET /obj-perms HTTP/1.1" 200 5034 0.068092 10.0.0.27 - - [2026-04-20 03:16:17] "GET /obj-perms HTTP/1.1" 200 5034 0.050236 10.0.0.38 - - [2026-04-20 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-04-20 03:16:17] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.38 - - [2026-04-20 03:16:17] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046955 10.0.0.38 - - [2026-04-20 03:16:17] "POST /neutron/network HTTP/1.1" 200 117 0.017815 10.0.0.38 - - [2026-04-20 03:16:17] "POST /neutron/network HTTP/1.1" 200 833 0.010540 10.0.0.38 - - [2026-04-20 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.38 - - [2026-04-20 03:16:17] "GET /virtual-network/1d670ab8-5fc0-44cd-ad1a-b88f3ed3eaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004763 10.0.0.38 - - [2026-04-20 03:16:17] "GET /virtual-network/1d670ab8-5fc0-44cd-ad1a-b88f3ed3eaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006588 10.0.0.38 - - [2026-04-20 03:16:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.009507 10.0.0.38 - - [2026-04-20 03:16:18] "GET /virtual-network/1d670ab8-5fc0-44cd-ad1a-b88f3ed3eaf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006800 10.0.0.38 - - [2026-04-20 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2026-04-20 03:16:18] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.38 - - [2026-04-20 03:16:18] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045721 10.0.0.23 - - [2026-04-20 03:16:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009646 10.0.0.38 - - [2026-04-20 03:16:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.221119 10.0.0.38 - - [2026-04-20 03:16:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001579 10.0.0.38 - - [2026-04-20 03:16:19] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006175 10.0.0.38 - - [2026-04-20 03:16:19] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006760 10.0.0.38 - - [2026-04-20 03:16:19] "POST /neutron/network HTTP/1.1" 200 849 0.007857 10.0.0.23 - - [2026-04-20 03:16:19] "POST /route-targets HTTP/1.1" 200 327 0.012159 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /project/d6508d8d41e04f2199a3c057c0cf3db6 HTTP/1.1" 404 173 0.007393 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /project/6d29b3b311b349dd8420551df1b56e19 HTTP/1.1" 404 173 0.006505 10.0.0.23 - - [2026-04-20 03:16:19] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000780 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /project/2f2dff21-9dba-4dcd-a990-89c6c6e82b6c HTTP/1.1" 404 177 0.008265 10.0.0.23 - - [2026-04-20 03:16:19] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.042784 10.0.0.23 - - [2026-04-20 03:16:19] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001100 10.0.0.23 - - [2026-04-20 03:16:19] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?fields=security_groups HTTP/1.1" 200 1350 0.032884 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /security-group/c6123d8d-3ae9-4f14-8760-e9b45a99d4b2 HTTP/1.1" 200 115 0.048706 10.0.0.23 - - [2026-04-20 03:16:19] "GET /projects?obj_uuids=6d29b3b3-11b3-49dd-8420-551df1b56e19&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000807 10.0.0.23 - - [2026-04-20 03:16:19] "GET /project/6d29b3b3-11b3-49dd-8420-551df1b56e19?fields=application_policy_sets HTTP/1.1" 200 1389 0.046765 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /access-control-list/1e111110-102d-496a-8fe7-919970e125e7 HTTP/1.1" 200 115 0.051443 10.0.0.23 - - [2026-04-20 03:16:19] "DELETE /project/6d29b3b3-11b3-49dd-8420-551df1b56e19 HTTP/1.1" 200 115 0.387822 10.0.0.38 - - [2026-04-20 03:16:24] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005735 10.0.0.23 - - [2026-04-20 03:16:24] "GET /obj-perms HTTP/1.1" 200 5034 0.003495 10.0.0.38 - - [2026-04-20 03:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.23 - - [2026-04-20 03:16:24] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.38 - - [2026-04-20 03:16:24] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.050927 10.0.0.23 - - [2026-04-20 03:16:24] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.38 - - [2026-04-20 03:16:25] "POST /neutron/network HTTP/1.1" 200 631 0.111280 10.0.0.38 - - [2026-04-20 03:16:25] "POST /id-to-fqname HTTP/1.1" 200 234 0.003305 10.0.0.38 - - [2026-04-20 03:16:25] "GET /virtual-network/89157c34-e6bf-46e3-8c93-7d2ef5ff5426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004998 10.0.0.38 - - [2026-04-20 03:16:25] "POST /neutron/network HTTP/1.1" 200 850 0.005672 10.0.0.38 - - [2026-04-20 03:16:25] "GET /virtual-network/89157c34-e6bf-46e3-8c93-7d2ef5ff5426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004673 10.0.0.38 - - [2026-04-20 03:16:25] "GET /virtual-network/89157c34-e6bf-46e3-8c93-7d2ef5ff5426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004945 10.0.0.38 - - [2026-04-20 03:16:25] "GET /obj-perms HTTP/1.1" 200 5034 0.003465 10.0.0.27 - - [2026-04-20 03:16:25] "GET /obj-perms HTTP/1.1" 200 5034 0.003194 10.0.0.38 - - [2026-04-20 03:16:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001247 10.0.0.38 - - [2026-04-20 03:16:25] "POST /neutron/port HTTP/1.1" 200 4184 0.028721 10.0.0.23 - - [2026-04-20 03:16:26] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.38 - - [2026-04-20 03:16:26] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072739 10.0.0.38 - - [2026-04-20 03:16:26] "POST /neutron/port HTTP/1.1" 200 4184 0.033528 10.0.0.38 - - [2026-04-20 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001171 10.0.0.38 - - [2026-04-20 03:16:27] "POST /neutron/network HTTP/1.1" 200 840 0.006287 10.0.0.38 - - [2026-04-20 03:16:27] "POST /neutron/port HTTP/1.1" 200 1060 0.015685 10.0.0.38 - - [2026-04-20 03:16:27] "POST /neutron/port HTTP/1.1" 200 1124 0.027295 10.0.0.38 - - [2026-04-20 03:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.23 - - [2026-04-20 03:16:28] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.38 - - [2026-04-20 03:16:28] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.090574 10.0.0.38 - - [2026-04-20 03:16:28] "POST /neutron/port HTTP/1.1" 200 5155 0.035345 10.0.0.38 - - [2026-04-20 03:16:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003395 10.0.0.38 - - [2026-04-20 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.23 - - [2026-04-20 03:16:28] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.38 - - [2026-04-20 03:16:28] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006385 10.0.0.38 - - [2026-04-20 03:16:28] "POST /service-templates HTTP/1.1" 200 543 0.029654 10.0.0.38 - - [2026-04-20 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.38 - - [2026-04-20 03:16:28] "GET /service-template/09e38db9-1833-42c8-b03e-7c512bff267b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009500 10.0.0.38 - - [2026-04-20 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.38 - - [2026-04-20 03:16:28] "GET /service-template/09e38db9-1833-42c8-b03e-7c512bff267b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004204 10.0.0.38 - - [2026-04-20 03:16:28] "POST /neutron/network HTTP/1.1" 200 840 0.006299 10.0.0.38 - - [2026-04-20 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001023 10.0.0.38 - - [2026-04-20 03:16:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006682 10.0.0.38 - - [2026-04-20 03:16:29] "POST /neutron/network HTTP/1.1" 200 859 0.006288 10.0.0.38 - - [2026-04-20 03:16:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003406 10.0.0.38 - - [2026-04-20 03:16:29] "POST /neutron/network HTTP/1.1" 200 830 0.006537 10.0.0.23 - - [2026-04-20 03:16:30] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.38 - - [2026-04-20 03:16:30] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.074242 10.0.0.38 - - [2026-04-20 03:16:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007325 10.0.0.38 - - [2026-04-20 03:16:30] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 401 292 0.000370 10.0.0.38 - - [2026-04-20 03:16:30] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 404 171 0.026991 10.0.0.23 - - [2026-04-20 03:16:30] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.38 - - [2026-04-20 03:16:31] "POST /neutron/port HTTP/1.1" 200 1063 0.272798 10.0.0.38 - - [2026-04-20 03:16:31] "POST /neutron/port HTTP/1.1" 200 1117 0.097616 10.0.0.38 - - [2026-04-20 03:16:31] "POST /neutron/subnet HTTP/1.1" 200 704 0.007616 10.0.0.38 - - [2026-04-20 03:16:32] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 200 1295 0.009809 10.0.0.38 - - [2026-04-20 03:16:32] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 2985 0.004704 10.0.0.38 - - [2026-04-20 03:16:32] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005176 10.0.0.38 - - [2026-04-20 03:16:32] "PUT /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 284 0.011780 10.0.0.38 - - [2026-04-20 03:16:32] "POST /neutron/port HTTP/1.1" 200 1127 0.015773 10.0.0.38 - - [2026-04-20 03:16:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006842 10.0.0.38 - - [2026-04-20 03:16:33] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 200 1295 0.003684 10.0.0.38 - - [2026-04-20 03:16:33] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 3035 0.005250 10.0.0.38 - - [2026-04-20 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.38 - - [2026-04-20 03:16:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003120 10.0.0.38 - - [2026-04-20 03:16:33] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003217 10.0.0.38 - - [2026-04-20 03:16:33] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007747 10.0.0.38 - - [2026-04-20 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.38 - - [2026-04-20 03:16:36] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005682 10.0.0.38 - - [2026-04-20 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.38 - - [2026-04-20 03:16:40] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004436 10.0.0.38 - - [2026-04-20 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2026-04-20 03:16:44] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005357 10.0.0.38 - - [2026-04-20 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2026-04-20 03:16:48] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005745 10.0.0.38 - - [2026-04-20 03:16:52] "POST /neutron/port HTTP/1.1" 200 1215 0.019341 10.0.0.38 - - [2026-04-20 03:16:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004468 10.0.0.38 - - [2026-04-20 03:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.38 - - [2026-04-20 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.38 - - [2026-04-20 03:16:52] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004645 10.0.0.38 - - [2026-04-20 03:16:52] "POST /neutron/port HTTP/1.1" 200 1215 0.016879 10.0.0.38 - - [2026-04-20 03:16:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.38 - - [2026-04-20 03:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.38 - - [2026-04-20 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.38 - - [2026-04-20 03:16:56] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006809 10.0.0.38 - - [2026-04-20 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.38 - - [2026-04-20 03:17:00] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005098 10.0.0.38 - - [2026-04-20 03:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.38 - - [2026-04-20 03:17:04] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005265 10.0.0.38 - - [2026-04-20 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006226 10.0.0.38 - - [2026-04-20 03:17:09] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008677 10.0.0.38 - - [2026-04-20 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2026-04-20 03:17:13] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005778 10.0.0.38 - - [2026-04-20 03:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.38 - - [2026-04-20 03:17:17] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004714 10.0.0.38 - - [2026-04-20 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.38 - - [2026-04-20 03:17:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003424 10.0.0.38 - - [2026-04-20 03:17:19] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003489 10.0.0.38 - - [2026-04-20 03:17:19] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011971 10.0.0.38 - - [2026-04-20 03:17:19] "POST /neutron/port HTTP/1.1" 200 1127 0.016399 10.0.0.38 - - [2026-04-20 03:17:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006961 10.0.0.38 - - [2026-04-20 03:17:27] "POST /neutron/port HTTP/1.1" 200 1124 0.039587 10.0.0.38 - - [2026-04-20 03:17:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008008 10.0.0.38 - - [2026-04-20 03:17:34] "POST /neutron/port HTTP/1.1" 200 1127 0.016181 10.0.0.38 - - [2026-04-20 03:17:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003260 10.0.0.38 - - [2026-04-20 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2026-04-20 03:17:40] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.38 - - [2026-04-20 03:17:40] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039156 10.0.0.38 - - [2026-04-20 03:17:40] "POST /service-instances HTTP/1.1" 200 547 0.027411 10.0.0.38 - - [2026-04-20 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.38 - - [2026-04-20 03:17:40] "GET /service-instance/b18ac89b-6417-4035-b2d4-076755bed154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006119 10.0.0.38 - - [2026-04-20 03:17:40] "POST /port-tuples HTTP/1.1" 200 590 0.033828 10.0.0.38 - - [2026-04-20 03:17:40] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.005026 10.0.0.38 - - [2026-04-20 03:17:40] "PUT /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 284 0.011655 10.0.0.38 - - [2026-04-20 03:17:40] "POST /ref-update HTTP/1.1" 200 156 0.019584 10.0.0.38 - - [2026-04-20 03:17:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006177 10.0.0.27 - - [2026-04-20 03:17:40] "POST /ref-update HTTP/1.1" 200 156 0.049011 10.0.0.27 - - [2026-04-20 03:17:40] "POST /ref-update HTTP/1.1" 200 156 0.021956 10.0.0.38 - - [2026-04-20 03:17:40] "POST /neutron/port HTTP/1.1" 200 1124 0.015933 10.0.0.38 - - [2026-04-20 03:17:40] "GET /virtual-machine/0c76763e-b062-40a2-a04a-5ee5032397b3 HTTP/1.1" 200 1293 0.006532 10.0.0.38 - - [2026-04-20 03:17:40] "GET /virtual-machine-interface/4ce114ad-043c-43d4-ae43-1b91c9309355 HTTP/1.1" 200 2957 0.004121 10.0.0.38 - - [2026-04-20 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.38 - - [2026-04-20 03:17:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002830 10.0.0.38 - - [2026-04-20 03:17:41] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002147 10.0.0.38 - - [2026-04-20 03:17:41] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007555 10.0.0.38 - - [2026-04-20 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.38 - - [2026-04-20 03:17:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002642 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002996 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004678 10.0.0.38 - - [2026-04-20 03:17:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006744 10.0.0.38 - - [2026-04-20 03:17:42] "POST /neutron/port HTTP/1.1" 200 1124 0.036659 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-machine/d2dc87c5-7315-4632-a937-e3d82abebd2d HTTP/1.1" 200 1295 0.005033 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-machine-interface/1f34a33e-917e-41b3-86d0-c9fd3181e56f HTTP/1.1" 200 2959 0.005261 10.0.0.38 - - [2026-04-20 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.38 - - [2026-04-20 03:17:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003229 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003061 10.0.0.38 - - [2026-04-20 03:17:42] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006941 10.0.0.38 - - [2026-04-20 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.38 - - [2026-04-20 03:17:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004590 10.0.0.38 - - [2026-04-20 03:17:43] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003491 10.0.0.38 - - [2026-04-20 03:17:43] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005353 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 404 215 0.003412 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2026-04-20 03:17:44] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.38 - - [2026-04-20 03:17:44] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.059915 10.0.0.38 - - [2026-04-20 03:17:44] "POST /network-policys HTTP/1.1" 200 551 0.024668 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006423 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.38 - - [2026-04-20 03:17:44] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005120 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003797 10.0.0.23 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.007585 10.0.0.38 - - [2026-04-20 03:17:44] "POST /ref-update HTTP/1.1" 200 156 0.056864 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003696 10.0.0.38 - - [2026-04-20 03:17:44] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.013033 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003954 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.38 - - [2026-04-20 03:17:44] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005162 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004033 10.0.0.23 - - [2026-04-20 03:17:44] "PUT /access-control-list/81e28753-e0ad-4662-a9e6-89e55fd19911 HTTP/1.1" 200 272 0.014801 10.0.0.38 - - [2026-04-20 03:17:44] "POST /ref-update HTTP/1.1" 200 156 0.062826 10.0.0.38 - - [2026-04-20 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.38 - - [2026-04-20 03:17:44] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003675 10.0.0.38 - - [2026-04-20 03:17:44] "POST /neutron/network HTTP/1.1" 200 922 0.014881 10.0.0.23 - - [2026-04-20 03:17:44] "POST /ref-update HTTP/1.1" 200 156 0.029502 10.0.0.38 - - [2026-04-20 03:17:44] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.017844 10.0.0.38 - - [2026-04-20 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.38 - - [2026-04-20 03:17:45] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005093 10.0.0.38 - - [2026-04-20 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.38 - - [2026-04-20 03:17:45] "GET /service-template/09e38db9-1833-42c8-b03e-7c512bff267b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003427 10.0.0.38 - - [2026-04-20 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.23 - - [2026-04-20 03:17:45] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.38 - - [2026-04-20 03:17:45] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.050505 10.0.0.38 - - [2026-04-20 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.38 - - [2026-04-20 03:17:45] "GET /service-instance/b18ac89b-6417-4035-b2d4-076755bed154?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005330 10.0.0.38 - - [2026-04-20 03:17:45] "POST /neutron/port HTTP/1.1" 200 1385 0.026335 10.0.0.38 - - [2026-04-20 03:17:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010182 10.0.0.38 - - [2026-04-20 03:17:46] "POST /neutron/network HTTP/1.1" 200 823 0.020454 10.0.0.38 - - [2026-04-20 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001172 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 200 1295 0.003736 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 3891 0.004418 10.0.0.38 - - [2026-04-20 03:17:46] "GET /instance-ip/42f735f8-83d5-472d-bddc-1a8a5847c927 HTTP/1.1" 200 1962 0.004134 10.0.0.38 - - [2026-04-20 03:17:46] "GET /instance-ip/acc91267-a407-4965-afeb-80c89012c78c HTTP/1.1" 200 1637 0.005018 10.0.0.38 - - [2026-04-20 03:17:46] "GET /instance-ip/b872a340-4345-4685-b492-222c74b82c08 HTTP/1.1" 200 1965 0.003174 10.0.0.38 - - [2026-04-20 03:17:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006914 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-machine/e28fdfd4-296d-40ca-aa7f-18b109eab2aa HTTP/1.1" 200 1295 0.003952 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-machine-interface/dcb9231a-401e-40e6-ab44-51b0412c093e HTTP/1.1" 200 3891 0.005425 10.0.0.38 - - [2026-04-20 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.38 - - [2026-04-20 03:17:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003320 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003102 10.0.0.38 - - [2026-04-20 03:17:46] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006332 10.0.0.38 - - [2026-04-20 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.38 - - [2026-04-20 03:17:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003393 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004911 10.0.0.38 - - [2026-04-20 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.38 - - [2026-04-20 03:17:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003537 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005753 10.0.0.38 - - [2026-04-20 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.38 - - [2026-04-20 03:17:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003773 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007056 10.0.0.38 - - [2026-04-20 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.38 - - [2026-04-20 03:17:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005244 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-networks?parent_id=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003173 10.0.0.38 - - [2026-04-20 03:17:47] "GET /virtual-network/5fc9c620-2ed8-4090-807b-8458f5a9b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005141 10.0.0.38 - - [2026-04-20 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2026-04-20 03:17:48] "GET /routing-instance/b48734b8-e82f-4b7a-b6ca-4bd856869d33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.003947 10.0.0.38 - - [2026-04-20 03:17:48] "GET /routing-instance/b48734b8-e82f-4b7a-b6ca-4bd856869d33?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005006 10.0.0.38 - - [2026-04-20 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.38 - - [2026-04-20 03:17:48] "GET /routing-instance/26fa29e8-c639-4b29-8ae7-a467421ebae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005303 10.0.0.38 - - [2026-04-20 03:17:48] "GET /routing-instance/26fa29e8-c639-4b29-8ae7-a467421ebae8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005611 10.0.0.38 - - [2026-04-20 03:17:54] "POST /neutron/port HTTP/1.1" 200 1107 0.015198 10.0.0.38 - - [2026-04-20 03:17:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.38 - - [2026-04-20 03:17:54] "POST /neutron/network HTTP/1.1" 200 927 0.006434 10.0.0.38 - - [2026-04-20 03:17:54] "POST /neutron/network HTTP/1.1" 200 937 0.006464 10.0.0.38 - - [2026-04-20 03:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.38 - - [2026-04-20 03:18:06] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004148 10.0.0.38 - - [2026-04-20 03:18:06] "PUT /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197 HTTP/1.1" 200 262 0.013686 10.0.0.38 - - [2026-04-20 03:18:06] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.007323 10.0.0.23 - - [2026-04-20 03:18:06] "PUT /access-control-list/81e28753-e0ad-4662-a9e6-89e55fd19911 HTTP/1.1" 200 272 0.029036 10.0.0.38 - - [2026-04-20 03:18:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008181 10.0.0.38 - - [2026-04-20 03:18:34] "POST /ref-update HTTP/1.1" 200 156 0.055937 10.0.0.38 - - [2026-04-20 03:18:34] "POST /neutron/network HTTP/1.1" 200 830 0.011978 10.0.0.38 - - [2026-04-20 03:18:34] "GET /virtual-network/e5ab434b-1d28-47af-9402-01f92d443bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006160 10.0.0.38 - - [2026-04-20 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009887 10.0.0.23 - - [2026-04-20 03:18:34] "POST /ref-update HTTP/1.1" 200 156 0.036454 10.0.0.38 - - [2026-04-20 03:18:35] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.012518 10.0.0.38 - - [2026-04-20 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.096667 10.0.0.23 - - [2026-04-20 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.034677 10.0.0.38 - - [2026-04-20 03:18:35] "GET /virtual-network/198cbbaf-2c9f-40b9-b57e-74ff85dfa924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.025582 10.0.0.38 - - [2026-04-20 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011292 10.0.0.38 - - [2026-04-20 03:18:35] "GET /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.012865 10.0.0.38 - - [2026-04-20 03:18:35] "DELETE /network-policy/7cf4e136-9f1c-427d-9fca-f4567297c197 HTTP/1.1" 200 115 0.055926 10.0.0.38 - - [2026-04-20 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.38 - - [2026-04-20 03:18:35] "DELETE /service-instance/b18ac89b-6417-4035-b2d4-076755bed154 HTTP/1.1" 200 115 0.050122 10.0.0.27 - - [2026-04-20 03:18:35] "POST /ref-update HTTP/1.1" 200 156 0.065700 10.0.0.38 - - [2026-04-20 03:18:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010304 10.0.0.38 - - [2026-04-20 03:18:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006340 10.0.0.27 - - [2026-04-20 03:18:35] "DELETE /instance-ip/42f735f8-83d5-472d-bddc-1a8a5847c927 HTTP/1.1" 200 115 0.047502 10.0.0.38 - - [2026-04-20 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.38 - - [2026-04-20 03:18:35] "DELETE /service-template/09e38db9-1833-42c8-b03e-7c512bff267b HTTP/1.1" 200 115 0.027862 10.0.0.38 - - [2026-04-20 03:18:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005248 10.0.0.23 - - [2026-04-20 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2026-04-20 03:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.23 - - [2026-04-20 03:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.38 - - [2026-04-20 03:18:36] "POST /neutron/network HTTP/1.1" 200 151 0.125417 10.0.0.38 - - [2026-04-20 03:18:36] "POST /neutron/network HTTP/1.1" 400 204 0.012431 10.0.0.38 - - [2026-04-20 03:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.244958 10.0.0.38 - - [2026-04-20 03:18:36] "POST /neutron/port HTTP/1.1" 200 151 0.252430 10.0.0.38 - - [2026-04-20 03:18:38] "POST /neutron/network HTTP/1.1" 200 849 0.006605 10.0.0.23 - - [2026-04-20 03:18:38] "DELETE /route-target/095de039-78fc-40e5-8f6c-002a57edd32b HTTP/1.1" 200 115 0.026995 10.0.0.23 - - [2026-04-20 03:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002948 10.0.0.23 - - [2026-04-20 03:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.38 - - [2026-04-20 03:18:38] "POST /neutron/network HTTP/1.1" 200 151 0.107047 10.0.0.23 - - [2026-04-20 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.38 - - [2026-04-20 03:18:39] "POST /neutron/network HTTP/1.1" 200 828 0.006907 10.0.0.23 - - [2026-04-20 03:18:39] "DELETE /route-target/ca2c47dd-10dc-4613-8fb9-ab3b425c00e5 HTTP/1.1" 200 115 0.028115 10.0.0.23 - - [2026-04-20 03:18:41] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000933 10.0.0.38 - - [2026-04-20 03:18:41] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.076393 10.0.0.23 - - [2026-04-20 03:18:41] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000910 10.0.0.38 - - [2026-04-20 03:18:41] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?fields=virtual_networks HTTP/1.1" 200 1037 0.034848 10.0.0.23 - - [2026-04-20 03:18:41] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001937 10.0.0.38 - - [2026-04-20 03:18:41] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.039422 10.0.0.23 - - [2026-04-20 03:18:41] "GET /projects?obj_uuids=d6508d8d-41e0-4f21-99a3-c057c0cf3db6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000927 10.0.0.38 - - [2026-04-20 03:18:41] "GET /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6?fields=security_groups HTTP/1.1" 200 1265 0.031596 10.0.0.38 - - [2026-04-20 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.031793 10.0.0.23 - - [2026-04-20 03:18:42] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004581 10.0.0.23 - - [2026-04-20 03:18:42] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.23 - - [2026-04-20 03:18:42] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008039 10.0.0.23 - - [2026-04-20 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.006944 10.0.0.23 - - [2026-04-20 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.004189 10.0.0.23 - - [2026-04-20 03:18:42] "POST /security-groups HTTP/1.1" 200 592 0.080184 10.0.0.23 - - [2026-04-20 03:18:42] "POST /projects HTTP/1.1" 200 587 0.299145 10.0.0.23 - - [2026-04-20 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.007375 10.0.0.23 - - [2026-04-20 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.374384 10.0.0.38 - - [2026-04-20 03:18:42] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.512747 10.0.0.38 - - [2026-04-20 03:18:43] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.38 - - [2026-04-20 03:18:45] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-04-20 03:18:46] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000936 10.0.0.38 - - [2026-04-20 03:18:46] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.075622 10.0.0.38 - - [2026-04-20 03:18:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003556 10.0.0.38 - - [2026-04-20 03:18:46] "POST /virtual-DNSs HTTP/1.1" 200 507 0.028146 10.0.0.38 - - [2026-04-20 03:18:46] "GET /virtual-DNS/914f741e-52ec-48d7-9f64-c2fdb899abdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005719 10.0.0.38 - - [2026-04-20 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.38 - - [2026-04-20 03:18:46] "GET /virtual-DNS/914f741e-52ec-48d7-9f64-c2fdb899abdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004411 10.0.0.38 - - [2026-04-20 03:18:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003054 10.0.0.38 - - [2026-04-20 03:18:46] "POST /network-ipams HTTP/1.1" 200 514 0.026521 10.0.0.38 - - [2026-04-20 03:18:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004091 10.0.0.38 - - [2026-04-20 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.38 - - [2026-04-20 03:18:47] "GET /network-ipam/b9045dc5-f658-4aea-93b5-c1ed4595fed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.008544 10.0.0.38 - - [2026-04-20 03:18:47] "PUT /network-ipam/b9045dc5-f658-4aea-93b5-c1ed4595fed8 HTTP/1.1" 200 258 0.015141 10.0.0.38 - - [2026-04-20 03:18:47] "POST /ref-update HTTP/1.1" 200 156 0.014332 10.0.0.38 - - [2026-04-20 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2026-04-20 03:18:47] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.38 - - [2026-04-20 03:18:47] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043851 10.0.0.23 - - [2026-04-20 03:18:47] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.38 - - [2026-04-20 03:18:47] "POST /neutron/network HTTP/1.1" 200 618 0.136885 10.0.0.23 - - [2026-04-20 03:18:47] "POST /ref-update HTTP/1.1" 200 156 0.016943 10.0.0.38 - - [2026-04-20 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.003415 10.0.0.38 - - [2026-04-20 03:18:47] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005505 10.0.0.38 - - [2026-04-20 03:18:48] "POST /neutron/network HTTP/1.1" 200 833 0.006053 10.0.0.38 - - [2026-04-20 03:18:48] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004923 10.0.0.38 - - [2026-04-20 03:18:48] "POST /neutron/network HTTP/1.1" 200 807 0.012995 10.0.0.38 - - [2026-04-20 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001384 10.0.0.38 - - [2026-04-20 03:18:48] "POST /neutron/network HTTP/1.1" 200 843 0.007801 10.0.0.23 - - [2026-04-20 03:18:49] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001582 10.0.0.38 - - [2026-04-20 03:18:49] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079497 10.0.0.38 - - [2026-04-20 03:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.007542 10.0.0.23 - - [2026-04-20 03:18:49] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.38 - - [2026-04-20 03:18:50] "POST /neutron/port HTTP/1.1" 200 1058 0.282070 10.0.0.38 - - [2026-04-20 03:18:50] "POST /neutron/port HTTP/1.1" 200 1112 0.134049 10.0.0.38 - - [2026-04-20 03:18:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.007842 10.0.0.38 - - [2026-04-20 03:18:54] "POST /neutron/port HTTP/1.1" 200 1122 0.017823 10.0.0.38 - - [2026-04-20 03:18:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006841 10.0.0.38 - - [2026-04-20 03:18:54] "GET /virtual-machine/bd1fb48f-30bb-4303-988c-408d2fd27821 HTTP/1.1" 401 292 0.000371 10.0.0.38 - - [2026-04-20 03:18:55] "GET /virtual-machine/bd1fb48f-30bb-4303-988c-408d2fd27821 HTTP/1.1" 200 1294 0.042720 10.0.0.38 - - [2026-04-20 03:18:55] "GET /virtual-machine-interface/4b202740-1377-431c-8087-df993cb7bb93 HTTP/1.1" 200 2963 0.012730 10.0.0.38 - - [2026-04-20 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.38 - - [2026-04-20 03:18:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003836 10.0.0.38 - - [2026-04-20 03:18:55] "GET /virtual-networks?parent_id=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003490 10.0.0.38 - - [2026-04-20 03:18:55] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006748 10.0.0.38 - - [2026-04-20 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2026-04-20 03:18:58] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005687 10.0.0.23 - - [2026-04-20 03:18:58] "GET /obj-perms HTTP/1.1" 200 5056 0.048515 10.0.0.38 - - [2026-04-20 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.38 - - [2026-04-20 03:19:02] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004992 10.0.0.38 - - [2026-04-20 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.38 - - [2026-04-20 03:19:06] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004987 10.0.0.38 - - [2026-04-20 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.38 - - [2026-04-20 03:19:10] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004504 10.0.0.38 - - [2026-04-20 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.38 - - [2026-04-20 03:19:14] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005179 10.0.0.38 - - [2026-04-20 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2026-04-20 03:19:18] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005633 10.0.0.23 - - [2026-04-20 03:19:20] "DELETE /project/d6508d8d-41e0-4f21-99a3-c057c0cf3db6 HTTP/1.1" 404 177 0.027875 10.0.0.23 - - [2026-04-20 03:19:20] "DELETE /project/e37bd28e240242d9a66ea3b3f65026c9 HTTP/1.1" 404 173 0.044854 10.0.0.38 - - [2026-04-20 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.38 - - [2026-04-20 03:19:22] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005139 10.0.0.38 - - [2026-04-20 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.38 - - [2026-04-20 03:19:26] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005315 10.0.0.38 - - [2026-04-20 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.38 - - [2026-04-20 03:19:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003146 10.0.0.38 - - [2026-04-20 03:19:31] "GET /virtual-networks?parent_id=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003166 10.0.0.38 - - [2026-04-20 03:19:31] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006894 10.0.0.38 - - [2026-04-20 03:19:31] "POST /neutron/port HTTP/1.1" 200 1122 0.015062 10.0.0.38 - - [2026-04-20 03:19:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007183 10.0.0.38 - - [2026-04-20 03:19:41] "POST /neutron/port HTTP/1.1" 200 1122 0.015774 10.0.0.38 - - [2026-04-20 03:19:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006661 10.0.0.38 - - [2026-04-20 03:19:55] "POST /neutron/network HTTP/1.1" 200 1120 0.007777 10.0.0.38 - - [2026-04-20 03:19:55] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012018 10.0.0.38 - - [2026-04-20 03:19:55] "POST /neutron/network HTTP/1.1" 200 1110 0.009089 10.0.0.38 - - [2026-04-20 03:19:58] "POST /neutron/network HTTP/1.1" 200 1120 0.033367 10.0.0.38 - - [2026-04-20 03:19:58] "POST /neutron/subnet HTTP/1.1" 200 1370 0.031244 10.0.0.38 - - [2026-04-20 03:19:58] "POST /neutron/network HTTP/1.1" 200 1110 0.016507 10.0.0.38 - - [2026-04-20 03:19:58] "GET /obj-perms HTTP/1.1" 200 5056 0.058460 10.0.0.27 - - [2026-04-20 03:19:59] "GET /obj-perms HTTP/1.1" 200 5056 0.057537 10.0.0.38 - - [2026-04-20 03:20:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001232 10.0.0.38 - - [2026-04-20 03:20:17] "POST /neutron/port HTTP/1.1" 200 5153 0.035504 10.0.0.23 - - [2026-04-20 03:20:18] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030114 10.0.0.38 - - [2026-04-20 03:20:18] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.100290 10.0.0.38 - - [2026-04-20 03:20:18] "POST /neutron/network HTTP/1.1" 200 833 0.028454 10.0.0.38 - - [2026-04-20 03:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.008121 10.0.0.23 - - [2026-04-20 03:20:19] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.38 - - [2026-04-20 03:20:19] "POST /neutron/port HTTP/1.1" 200 1058 0.246022 10.0.0.38 - - [2026-04-20 03:20:19] "POST /neutron/port HTTP/1.1" 200 1112 0.102398 10.0.0.38 - - [2026-04-20 03:20:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.008171 10.0.0.38 - - [2026-04-20 03:20:24] "POST /neutron/port HTTP/1.1" 200 1122 0.014525 10.0.0.38 - - [2026-04-20 03:20:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006612 10.0.0.38 - - [2026-04-20 03:20:24] "GET /virtual-machine/ac7bcdd4-2097-4ae5-a7bd-b41dd74c9416 HTTP/1.1" 200 1294 0.005680 10.0.0.38 - - [2026-04-20 03:20:24] "GET /virtual-machine-interface/ed871fc7-3361-450c-a602-79b41a2af501 HTTP/1.1" 200 2965 0.005864 10.0.0.38 - - [2026-04-20 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.38 - - [2026-04-20 03:20:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005719 10.0.0.38 - - [2026-04-20 03:20:24] "GET /virtual-networks?parent_id=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002927 10.0.0.38 - - [2026-04-20 03:20:24] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005179 10.0.0.38 - - [2026-04-20 03:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:20:27] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005072 10.0.0.38 - - [2026-04-20 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-04-20 03:20:31] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005433 10.0.0.38 - - [2026-04-20 03:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.38 - - [2026-04-20 03:20:35] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005140 10.0.0.38 - - [2026-04-20 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.38 - - [2026-04-20 03:20:39] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005181 10.0.0.38 - - [2026-04-20 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.38 - - [2026-04-20 03:20:44] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005993 10.0.0.38 - - [2026-04-20 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.38 - - [2026-04-20 03:20:48] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004497 10.0.0.38 - - [2026-04-20 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2026-04-20 03:20:52] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005631 10.0.0.38 - - [2026-04-20 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.38 - - [2026-04-20 03:20:56] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005342 10.0.0.38 - - [2026-04-20 03:20:57] "POST /neutron/port HTTP/1.1" 200 1107 0.017996 10.0.0.38 - - [2026-04-20 03:20:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003405 10.0.0.38 - - [2026-04-20 03:20:57] "POST /neutron/network HTTP/1.1" 200 927 0.006141 10.0.0.38 - - [2026-04-20 03:20:59] "POST /neutron/network HTTP/1.1" 200 937 0.006598 10.0.0.38 - - [2026-04-20 03:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.38 - - [2026-04-20 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.38 - - [2026-04-20 03:21:00] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005361 10.0.0.38 - - [2026-04-20 03:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.38 - - [2026-04-20 03:21:02] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003482 10.0.0.38 - - [2026-04-20 03:21:02] "GET /virtual-networks?parent_id=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002730 10.0.0.38 - - [2026-04-20 03:21:02] "GET /virtual-network/36e6a8da-05a7-4720-8587-f340fa880b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005492 10.0.0.38 - - [2026-04-20 03:21:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006666 10.0.0.27 - - [2026-04-20 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-04-20 03:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.38 - - [2026-04-20 03:21:13] "POST /neutron/port HTTP/1.1" 200 1122 0.016870 10.0.0.23 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2026-04-20 03:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.38 - - [2026-04-20 03:21:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006172 10.0.0.38 - - [2026-04-20 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-04-20 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-20 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-20 03:21:23] "POST /neutron/port HTTP/1.1" 200 1122 0.021626 10.0.0.38 - - [2026-04-20 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-04-20 03:21:57] "DELETE /virtual-DNS/914f741e-52ec-48d7-9f64-c2fdb899abdb HTTP/1.1" 409 235 0.007182 10.0.0.38 - - [2026-04-20 03:21:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.002854 10.0.0.38 - - [2026-04-20 03:21:57] "POST /neutron/port HTTP/1.1" 200 1122 0.015996 10.0.0.38 - - [2026-04-20 03:21:57] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027075 10.0.0.38 - - [2026-04-20 03:21:57] "GET /virtual-DNS-record/f36f7c24-7543-4908-a7a7-197a284e6f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005272 10.0.0.38 - - [2026-04-20 03:21:57] "POST /neutron/subnet HTTP/1.1" 200 685 0.010122 10.0.0.38 - - [2026-04-20 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.38 - - [2026-04-20 03:21:57] "GET /virtual-DNS-record/f36f7c24-7543-4908-a7a7-197a284e6f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003649 10.0.0.38 - - [2026-04-20 03:21:59] "POST /neutron/port HTTP/1.1" 200 1215 0.016215 10.0.0.38 - - [2026-04-20 03:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994 10.0.0.38 - - [2026-04-20 03:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.38 - - [2026-04-20 03:22:04] "DELETE /virtual-DNS-record/f36f7c24-7543-4908-a7a7-197a284e6f90 HTTP/1.1" 200 115 0.024426 10.0.0.38 - - [2026-04-20 03:22:04] "POST /fqname-to-id HTTP/1.1" 404 184 0.006267 10.0.0.38 - - [2026-04-20 03:22:04] "POST /neutron/network HTTP/1.1" 200 833 0.007222 10.0.0.38 - - [2026-04-20 03:22:04] "POST /neutron/port HTTP/1.1" 200 1112 0.014428 10.0.0.38 - - [2026-04-20 03:22:05] "POST /neutron/port HTTP/1.1" 200 1112 0.013711 10.0.0.23 - - [2026-04-20 03:22:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002616 10.0.0.23 - - [2026-04-20 03:22:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005807 10.0.0.38 - - [2026-04-20 03:22:06] "POST /neutron/network HTTP/1.1" 200 151 0.141230 10.0.0.38 - - [2026-04-20 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.23 - - [2026-04-20 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.045119 10.0.0.38 - - [2026-04-20 03:22:06] "DELETE /network-ipam/b9045dc5-f658-4aea-93b5-c1ed4595fed8 HTTP/1.1" 200 115 0.041073 10.0.0.38 - - [2026-04-20 03:22:06] "DELETE /virtual-DNS/914f741e-52ec-48d7-9f64-c2fdb899abdb HTTP/1.1" 200 115 0.049263 10.0.0.38 - - [2026-04-20 03:22:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.003188 10.0.0.23 - - [2026-04-20 03:22:08] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.38 - - [2026-04-20 03:22:08] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039030 10.0.0.23 - - [2026-04-20 03:22:08] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.38 - - [2026-04-20 03:22:08] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?fields=virtual_networks HTTP/1.1" 200 1035 0.053515 10.0.0.23 - - [2026-04-20 03:22:08] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001531 10.0.0.38 - - [2026-04-20 03:22:08] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.042084 10.0.0.23 - - [2026-04-20 03:22:08] "GET /projects?obj_uuids=e37bd28e-2402-42d9-a66e-a3b3f65026c9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.38 - - [2026-04-20 03:22:08] "GET /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9?fields=security_groups HTTP/1.1" 200 1262 0.049069 10.0.0.38 - - [2026-04-20 03:22:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.036074 10.0.0.23 - - [2026-04-20 03:22:09] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002666 10.0.0.23 - - [2026-04-20 03:22:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.23 - - [2026-04-20 03:22:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007312 10.0.0.23 - - [2026-04-20 03:22:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.008103 10.0.0.23 - - [2026-04-20 03:22:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004381 10.0.0.23 - - [2026-04-20 03:22:09] "POST /security-groups HTTP/1.1" 200 592 0.024950 10.0.0.23 - - [2026-04-20 03:22:09] "POST /projects HTTP/1.1" 200 587 0.218989 10.0.0.23 - - [2026-04-20 03:22:09] "POST /access-control-lists HTTP/1.1" 200 597 0.024427 10.0.0.23 - - [2026-04-20 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.306054 10.0.0.38 - - [2026-04-20 03:22:09] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.459668 10.0.0.23 - - [2026-04-20 03:22:10] "DELETE /access-control-list/0992b940-4f5e-46b1-8d3b-c617e4309304 HTTP/1.1" 200 115 0.031318 10.0.0.38 - - [2026-04-20 03:22:10] "GET / HTTP/1.1" 200 35931 0.002233 10.0.0.38 - - [2026-04-20 03:22:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-04-20 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.055808 10.0.0.23 - - [2026-04-20 03:22:13] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.38 - - [2026-04-20 03:22:13] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037153 10.0.0.23 - - [2026-04-20 03:22:13] "POST /ref-update HTTP/1.1" 200 156 0.023987 10.0.0.23 - - [2026-04-20 03:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.012018 10.0.0.38 - - [2026-04-20 03:22:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.225685 10.0.0.38 - - [2026-04-20 03:22:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001181 10.0.0.38 - - [2026-04-20 03:22:13] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004628 10.0.0.38 - - [2026-04-20 03:22:13] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007060 10.0.0.38 - - [2026-04-20 03:22:13] "POST /neutron/network HTTP/1.1" 200 828 0.005961 10.0.0.38 - - [2026-04-20 03:22:14] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005178 10.0.0.23 - - [2026-04-20 03:22:15] "GET /obj-perms HTTP/1.1" 200 5032 0.087610 10.0.0.38 - - [2026-04-20 03:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.23 - - [2026-04-20 03:22:15] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.38 - - [2026-04-20 03:22:15] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046345 10.0.0.23 - - [2026-04-20 03:22:15] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.38 - - [2026-04-20 03:22:15] "POST /neutron/network HTTP/1.1" 200 608 0.141292 10.0.0.38 - - [2026-04-20 03:22:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.004386 10.0.0.38 - - [2026-04-20 03:22:16] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005305 10.0.0.38 - - [2026-04-20 03:22:16] "POST /neutron/network HTTP/1.1" 200 827 0.005762 10.0.0.38 - - [2026-04-20 03:22:16] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004886 10.0.0.38 - - [2026-04-20 03:22:16] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005086 10.0.0.38 - - [2026-04-20 03:22:16] "GET /obj-perms HTTP/1.1" 200 5032 0.074650 10.0.0.27 - - [2026-04-20 03:22:16] "GET /obj-perms HTTP/1.1" 200 5032 0.058626 10.0.0.38 - - [2026-04-20 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001226 10.0.0.38 - - [2026-04-20 03:22:17] "POST /neutron/port HTTP/1.1" 200 4184 0.031723 10.0.0.23 - - [2026-04-20 03:22:20] "DELETE /project/e37bd28e-2402-42d9-a66e-a3b3f65026c9 HTTP/1.1" 404 177 0.003065 10.0.0.23 - - [2026-04-20 03:22:20] "DELETE /project/196c45e4330741dfbe543c806f8e28c3 HTTP/1.1" 404 173 0.005914 10.0.0.23 - - [2026-04-20 03:22:32] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.38 - - [2026-04-20 03:22:32] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068311 10.0.0.38 - - [2026-04-20 03:22:32] "POST /neutron/port HTTP/1.1" 200 4184 0.036509 10.0.0.38 - - [2026-04-20 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.002004 10.0.0.38 - - [2026-04-20 03:22:32] "POST /neutron/network HTTP/1.1" 200 838 0.006721 10.0.0.38 - - [2026-04-20 03:22:33] "POST /neutron/port HTTP/1.1" 200 1061 0.037093 10.0.0.23 - - [2026-04-20 03:22:33] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.38 - - [2026-04-20 03:22:33] "POST /neutron/port HTTP/1.1" 200 1125 0.049949 10.0.0.38 - - [2026-04-20 03:22:33] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.141113 10.0.0.38 - - [2026-04-20 03:22:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.019107 10.0.0.38 - - [2026-04-20 03:22:34] "POST /neutron/port HTTP/1.1" 200 5156 0.159895 10.0.0.38 - - [2026-04-20 03:22:34] "POST /neutron/port HTTP/1.1" 200 1125 0.044420 10.0.0.23 - - [2026-04-20 03:22:34] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.38 - - [2026-04-20 03:22:35] "POST /neutron/port HTTP/1.1" 200 1062 0.611548 10.0.0.38 - - [2026-04-20 03:22:35] "POST /neutron/port HTTP/1.1" 200 1116 0.224304 10.0.0.38 - - [2026-04-20 03:22:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.017974 10.0.0.38 - - [2026-04-20 03:22:39] "POST /neutron/port HTTP/1.1" 200 1125 0.041873 10.0.0.38 - - [2026-04-20 03:22:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020459 10.0.0.38 - - [2026-04-20 03:22:55] "POST /neutron/port HTTP/1.1" 200 1125 0.059300 10.0.0.38 - - [2026-04-20 03:22:59] "POST /neutron/port HTTP/1.1" 200 1215 0.034827 10.0.0.38 - - [2026-04-20 03:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.38 - - [2026-04-20 03:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.38 - - [2026-04-20 03:23:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007794 10.0.0.38 - - [2026-04-20 03:23:01] "POST /neutron/network HTTP/1.1" 200 937 0.005957 10.0.0.38 - - [2026-04-20 03:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.38 - - [2026-04-20 03:23:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007722 10.0.0.38 - - [2026-04-20 03:23:15] "POST /neutron/port HTTP/1.1" 200 1125 0.021265 10.0.0.38 - - [2026-04-20 03:23:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007163 10.0.0.38 - - [2026-04-20 03:23:20] "POST /neutron/port HTTP/1.1" 200 1125 0.017624 10.0.0.38 - - [2026-04-20 03:23:20] "GET /virtual-machine/3124843f-3c37-412d-abc8-cb0c78fbb46a HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-04-20 03:23:21] "GET /virtual-machine/3124843f-3c37-412d-abc8-cb0c78fbb46a HTTP/1.1" 200 1293 0.031098 10.0.0.38 - - [2026-04-20 03:23:21] "GET /virtual-machine-interface/d37666dc-bea3-4d66-90f7-a73c15e90565 HTTP/1.1" 200 2950 0.006896 10.0.0.38 - - [2026-04-20 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.38 - - [2026-04-20 03:23:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003673 10.0.0.38 - - [2026-04-20 03:23:21] "GET /virtual-networks?parent_id=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002388 10.0.0.38 - - [2026-04-20 03:23:21] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005391 10.0.0.38 - - [2026-04-20 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.38 - - [2026-04-20 03:23:24] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004736 10.0.0.38 - - [2026-04-20 03:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.38 - - [2026-04-20 03:23:28] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005618 10.0.0.38 - - [2026-04-20 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.38 - - [2026-04-20 03:23:32] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005456 10.0.0.38 - - [2026-04-20 03:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.38 - - [2026-04-20 03:23:36] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004567 10.0.0.38 - - [2026-04-20 03:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.38 - - [2026-04-20 03:23:40] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005457 10.0.0.38 - - [2026-04-20 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012973 10.0.0.38 - - [2026-04-20 03:23:44] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004608 10.0.0.38 - - [2026-04-20 03:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.38 - - [2026-04-20 03:23:48] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004920 10.0.0.38 - - [2026-04-20 03:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.38 - - [2026-04-20 03:23:52] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005380 10.0.0.38 - - [2026-04-20 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.38 - - [2026-04-20 03:23:57] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004382 10.0.0.38 - - [2026-04-20 03:23:59] "POST /neutron/port HTTP/1.1" 200 1107 0.046686 10.0.0.38 - - [2026-04-20 03:23:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.010225 10.0.0.38 - - [2026-04-20 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2026-04-20 03:24:01] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005349 10.0.0.38 - - [2026-04-20 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.38 - - [2026-04-20 03:24:05] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005909 10.0.0.38 - - [2026-04-20 03:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.38 - - [2026-04-20 03:24:09] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005161 10.0.0.38 - - [2026-04-20 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.38 - - [2026-04-20 03:24:13] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006360 10.0.0.38 - - [2026-04-20 03:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.38 - - [2026-04-20 03:24:15] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004766 10.0.0.38 - - [2026-04-20 03:24:15] "GET /virtual-networks?parent_id=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003528 10.0.0.38 - - [2026-04-20 03:24:15] "GET /virtual-network/877938b9-fda7-4215-bc1c-114d1d6d6721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008984 10.0.0.38 - - [2026-04-20 03:24:15] "POST /neutron/port HTTP/1.1" 200 1125 0.021578 10.0.0.38 - - [2026-04-20 03:24:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007927 10.0.0.38 - - [2026-04-20 03:24:31] "POST /neutron/port HTTP/1.1" 200 1125 0.015988 10.0.0.38 - - [2026-04-20 03:24:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030551 10.0.0.38 - - [2026-04-20 03:24:36] "POST /neutron/port HTTP/1.1" 200 1126 0.015898 10.0.0.38 - - [2026-04-20 03:24:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008540 10.0.0.38 - - [2026-04-20 03:24:51] "POST /neutron/port HTTP/1.1" 200 1125 0.020893 10.0.0.38 - - [2026-04-20 03:24:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006927 10.0.0.38 - - [2026-04-20 03:25:01] "POST /neutron/network HTTP/1.1" 200 1120 0.007478 10.0.0.38 - - [2026-04-20 03:25:01] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014931 10.0.0.38 - - [2026-04-20 03:25:01] "POST /neutron/network HTTP/1.1" 200 1110 0.012050 10.0.0.23 - - [2026-04-20 03:25:03] "GET /obj-perms HTTP/1.1" 200 5056 0.078803 10.0.0.38 - - [2026-04-20 03:25:03] "POST /neutron/port HTTP/1.1" 200 1215 0.062098 10.0.0.38 - - [2026-04-20 03:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004510 10.0.0.38 - - [2026-04-20 03:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.38 - - [2026-04-20 03:25:07] "POST /neutron/port HTTP/1.1" 200 1125 0.019629 10.0.0.38 - - [2026-04-20 03:25:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006636 10.0.0.38 - - [2026-04-20 03:25:17] "POST /neutron/port HTTP/1.1" 200 1126 0.021177 10.0.0.38 - - [2026-04-20 03:25:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006688 10.0.0.38 - - [2026-04-20 03:25:17] "GET /virtual-machine/898e1737-e4f8-4558-bdc9-659b966fd195 HTTP/1.1" 200 1293 0.006906 10.0.0.38 - - [2026-04-20 03:25:17] "GET /virtual-machine-interface/5c8d2f4d-c886-47cb-9321-85cab2ed9a62 HTTP/1.1" 200 2949 0.006387 10.0.0.38 - - [2026-04-20 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.38 - - [2026-04-20 03:25:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003694 10.0.0.38 - - [2026-04-20 03:25:17] "GET /virtual-networks?parent_id=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003262 10.0.0.38 - - [2026-04-20 03:25:17] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006454 10.0.0.38 - - [2026-04-20 03:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.38 - - [2026-04-20 03:25:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003605 10.0.0.38 - - [2026-04-20 03:25:19] "GET /virtual-networks?parent_id=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003491 10.0.0.38 - - [2026-04-20 03:25:19] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005787 10.0.0.38 - - [2026-04-20 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.23 - - [2026-04-20 03:25:24] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025396 10.0.0.38 - - [2026-04-20 03:25:24] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061251 10.0.0.38 - - [2026-04-20 03:25:24] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005155 10.0.0.38 - - [2026-04-20 03:25:24] "GET /floating-ip-pools?parent_id=be1e033a-6663-4ae0-b078-f4dec70a69e8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003590 10.0.0.38 - - [2026-04-20 03:25:24] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007234 10.0.0.38 - - [2026-04-20 03:25:24] "POST /floating-ip-pools HTTP/1.1" 200 598 0.029970 10.0.0.38 - - [2026-04-20 03:25:24] "POST /ref-update HTTP/1.1" 200 156 0.015904 10.0.0.38 - - [2026-04-20 03:25:24] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005004 10.0.0.38 - - [2026-04-20 03:25:24] "GET /virtual-network/be1e033a-6663-4ae0-b078-f4dec70a69e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005818 10.0.0.23 - - [2026-04-20 03:25:24] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.38 - - [2026-04-20 03:25:25] "POST /neutron/floatingip HTTP/1.1" 200 531 0.111270 10.0.0.38 - - [2026-04-20 03:25:25] "POST /neutron/floatingip HTTP/1.1" 200 578 0.053672 10.0.0.38 - - [2026-04-20 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.38 - - [2026-04-20 03:25:25] "GET /routing-instance/73dca342-5617-4f5b-af4c-a7a3645d902e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003341 10.0.0.38 - - [2026-04-20 03:25:25] "GET /route-target/423b3ed8-c15e-43f8-a2be-a8bfb1978ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003814 10.0.0.38 - - [2026-04-20 03:25:50] "POST /neutron/floatingip HTTP/1.1" 200 531 0.026797 10.0.0.38 - - [2026-04-20 03:25:50] "GET /floating-ip-pool/bb4049ee-26f4-4aec-b8a5-774a39051533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.003849 10.0.0.38 - - [2026-04-20 03:25:50] "POST /ref-update HTTP/1.1" 200 156 0.013776 10.0.0.38 - - [2026-04-20 03:25:50] "DELETE /floating-ip-pool/bb4049ee-26f4-4aec-b8a5-774a39051533 HTTP/1.1" 200 115 0.028700 10.0.0.38 - - [2026-04-20 03:25:50] "POST /neutron/network HTTP/1.1" 200 827 0.006494 10.0.0.38 - - [2026-04-20 03:25:51] "POST /neutron/port HTTP/1.1" 200 1116 0.015321 10.0.0.38 - - [2026-04-20 03:25:51] "POST /neutron/port HTTP/1.1" 200 1115 0.017618 10.0.0.23 - - [2026-04-20 03:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006100 10.0.0.23 - - [2026-04-20 03:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005670 10.0.0.23 - - [2026-04-20 03:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.38 - - [2026-04-20 03:25:52] "POST /neutron/network HTTP/1.1" 200 151 0.124675 10.0.0.23 - - [2026-04-20 03:25:53] "DELETE /route-target/423b3ed8-c15e-43f8-a2be-a8bfb1978ac5 HTTP/1.1" 200 115 0.018394 10.0.0.23 - - [2026-04-20 03:25:54] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.38 - - [2026-04-20 03:25:54] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066311 10.0.0.23 - - [2026-04-20 03:25:54] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000827 10.0.0.38 - - [2026-04-20 03:25:54] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?fields=virtual_networks HTTP/1.1" 200 1034 0.043280 10.0.0.23 - - [2026-04-20 03:25:54] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.38 - - [2026-04-20 03:25:54] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.055135 10.0.0.23 - - [2026-04-20 03:25:54] "GET /projects?obj_uuids=196c45e4-3307-41df-be54-3c806f8e28c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.38 - - [2026-04-20 03:25:54] "GET /project/196c45e4-3307-41df-be54-3c806f8e28c3?fields=security_groups HTTP/1.1" 200 1261 0.044072 10.0.0.38 - - [2026-04-20 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.032931 10.0.0.23 - - [2026-04-20 03:25:55] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002690 10.0.0.23 - - [2026-04-20 03:25:55] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.23 - - [2026-04-20 03:25:55] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.029784 10.0.0.23 - - [2026-04-20 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.001017 10.0.0.23 - - [2026-04-20 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.002486 10.0.0.23 - - [2026-04-20 03:25:56] "POST /security-groups HTTP/1.1" 200 591 0.025661 10.0.0.23 - - [2026-04-20 03:25:56] "POST /projects HTTP/1.1" 200 585 0.210530 10.0.0.23 - - [2026-04-20 03:25:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.007139 10.0.0.23 - - [2026-04-20 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.284921 10.0.0.38 - - [2026-04-20 03:25:56] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.432513 10.0.0.38 - - [2026-04-20 03:25:57] "GET / HTTP/1.1" 200 35931 0.005435 10.0.0.38 - - [2026-04-20 03:25:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.38 - - [2026-04-20 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.050334 10.0.0.23 - - [2026-04-20 03:25:59] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.38 - - [2026-04-20 03:25:59] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039046 10.0.0.38 - - [2026-04-20 03:25:59] "POST /neutron/network HTTP/1.1" 200 117 0.035081 10.0.0.23 - - [2026-04-20 03:25:59] "POST /ref-update HTTP/1.1" 200 156 0.023050 10.0.0.38 - - [2026-04-20 03:25:59] "POST /neutron/network HTTP/1.1" 200 839 0.007276 10.0.0.38 - - [2026-04-20 03:25:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.000959 10.0.0.38 - - [2026-04-20 03:25:59] "GET /virtual-network/716415fe-fd00-48c3-a82b-73da0f529c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004683 10.0.0.38 - - [2026-04-20 03:25:59] "GET /virtual-network/716415fe-fd00-48c3-a82b-73da0f529c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006366 10.0.0.38 - - [2026-04-20 03:26:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.011702 10.0.0.38 - - [2026-04-20 03:26:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001210 10.0.0.38 - - [2026-04-20 03:26:00] "POST /neutron/network HTTP/1.1" 200 849 0.006722 10.0.0.23 - - [2026-04-20 03:26:01] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.38 - - [2026-04-20 03:26:01] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.087081 10.0.0.38 - - [2026-04-20 03:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.006263 10.0.0.38 - - [2026-04-20 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2026-04-20 03:26:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002843 10.0.0.38 - - [2026-04-20 03:26:01] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.011042 10.0.0.23 - - [2026-04-20 03:26:01] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.38 - - [2026-04-20 03:26:02] "POST /neutron/port HTTP/1.1" 200 1055 0.283288 10.0.0.38 - - [2026-04-20 03:26:02] "POST /neutron/port HTTP/1.1" 200 1109 0.106505 10.0.0.38 - - [2026-04-20 03:26:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.010180 10.0.0.38 - - [2026-04-20 03:26:03] "POST /neutron/port HTTP/1.1" 200 1107 0.017775 10.0.0.38 - - [2026-04-20 03:26:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059251 10.0.0.38 - - [2026-04-20 03:26:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003260 10.0.0.38 - - [2026-04-20 03:26:03] "POST /neutron/network HTTP/1.1" 200 927 0.006767 10.0.0.27 - - [2026-04-20 03:26:03] "GET /obj-perms HTTP/1.1" 200 5056 0.044453 10.0.0.38 - - [2026-04-20 03:26:04] "POST /neutron/network HTTP/1.1" 200 937 0.007676 10.0.0.38 - - [2026-04-20 03:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.38 - - [2026-04-20 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007296 10.0.0.38 - - [2026-04-20 03:26:07] "POST /neutron/port HTTP/1.1" 200 1119 0.020165 10.0.0.38 - - [2026-04-20 03:26:07] "GET /virtual-machine/ca2e588d-acd1-408d-8808-aab22b592691 HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2026-04-20 03:26:07] "GET /virtual-machine/ca2e588d-acd1-408d-8808-aab22b592691 HTTP/1.1" 200 1292 0.032599 10.0.0.38 - - [2026-04-20 03:26:07] "GET /virtual-machine-interface/aac3d879-694e-4bd1-ae0f-ee8620b1e6ba HTTP/1.1" 200 2972 0.008503 10.0.0.38 - - [2026-04-20 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:26:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005111 10.0.0.38 - - [2026-04-20 03:26:07] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003091 10.0.0.38 - - [2026-04-20 03:26:07] "GET /virtual-network/716415fe-fd00-48c3-a82b-73da0f529c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006028 10.0.0.38 - - [2026-04-20 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.38 - - [2026-04-20 03:26:10] "GET /virtual-network/716415fe-fd00-48c3-a82b-73da0f529c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005547 10.0.0.38 - - [2026-04-20 03:26:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006225 10.0.0.27 - - [2026-04-20 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2026-04-20 03:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-04-20 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.38 - - [2026-04-20 03:26:12] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003187 10.0.0.38 - - [2026-04-20 03:26:12] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002738 10.0.0.38 - - [2026-04-20 03:26:12] "GET /virtual-network/716415fe-fd00-48c3-a82b-73da0f529c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006547 10.0.0.23 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.23 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2026-04-20 03:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.002330 10.0.0.38 - - [2026-04-20 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2026-04-20 03:26:13] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002859 10.0.0.38 - - [2026-04-20 03:26:13] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.009709 10.0.0.38 - - [2026-04-20 03:26:14] "POST /neutron/port HTTP/1.1" 200 1119 0.015587 10.0.0.38 - - [2026-04-20 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2026-04-20 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.38 - - [2026-04-20 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.38 - - [2026-04-20 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-04-20 03:26:15] "POST /neutron/network HTTP/1.1" 200 839 0.008912 10.0.0.23 - - [2026-04-20 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009797 10.0.0.38 - - [2026-04-20 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.23 - - [2026-04-20 03:26:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000809 10.0.0.38 - - [2026-04-20 03:26:19] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037780 10.0.0.23 - - [2026-04-20 03:26:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.38 - - [2026-04-20 03:26:19] "POST /neutron/network HTTP/1.1" 200 605 0.118121 10.0.0.23 - - [2026-04-20 03:26:19] "POST /ref-update HTTP/1.1" 200 156 0.022219 10.0.0.38 - - [2026-04-20 03:26:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.003865 10.0.0.38 - - [2026-04-20 03:26:19] "GET /virtual-network/11fbedde-7952-4421-b75f-802be0f4e915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006036 10.0.0.38 - - [2026-04-20 03:26:19] "POST /neutron/network HTTP/1.1" 200 822 0.010307 10.0.0.38 - - [2026-04-20 03:26:19] "GET /virtual-network/11fbedde-7952-4421-b75f-802be0f4e915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005125 10.0.0.38 - - [2026-04-20 03:26:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001167 10.0.0.38 - - [2026-04-20 03:26:19] "POST /neutron/port HTTP/1.1" 200 4184 0.031210 10.0.0.23 - - [2026-04-20 03:26:20] "DELETE /project/32a822355da64437b2093fc0625ba732 HTTP/1.1" 404 173 0.004210 10.0.0.23 - - [2026-04-20 03:26:20] "DELETE /project/196c45e4-3307-41df-be54-3c806f8e28c3 HTTP/1.1" 404 177 0.004343 10.0.0.23 - - [2026-04-20 03:26:20] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.38 - - [2026-04-20 03:26:20] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068506 10.0.0.38 - - [2026-04-20 03:26:20] "POST /neutron/port HTTP/1.1" 200 4184 0.027925 10.0.0.38 - - [2026-04-20 03:26:21] "POST /neutron/network HTTP/1.1" 200 832 0.006005 10.0.0.38 - - [2026-04-20 03:26:21] "POST /neutron/port HTTP/1.1" 200 1058 0.014931 10.0.0.38 - - [2026-04-20 03:26:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003188 10.0.0.38 - - [2026-04-20 03:26:21] "POST /neutron/network HTTP/1.1" 200 822 0.006982 10.0.0.38 - - [2026-04-20 03:26:26] "POST /neutron/port HTTP/1.1" 200 1122 0.016414 10.0.0.38 - - [2026-04-20 03:26:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005737 10.0.0.38 - - [2026-04-20 03:26:26] "GET /virtual-machine/203b82d0-7f8f-493d-b10a-7c252e0bbcf3 HTTP/1.1" 200 1292 0.005837 10.0.0.38 - - [2026-04-20 03:26:26] "GET /virtual-machine-interface/51ded4c1-8bfa-4908-ac6c-d496667bf349 HTTP/1.1" 200 2941 0.004661 10.0.0.38 - - [2026-04-20 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.38 - - [2026-04-20 03:26:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.38 - - [2026-04-20 03:26:26] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002525 10.0.0.38 - - [2026-04-20 03:26:26] "GET /virtual-network/11fbedde-7952-4421-b75f-802be0f4e915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005748 10.0.0.38 - - [2026-04-20 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.38 - - [2026-04-20 03:26:29] "GET /virtual-network/11fbedde-7952-4421-b75f-802be0f4e915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005208 10.0.0.38 - - [2026-04-20 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2026-04-20 03:26:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003371 10.0.0.38 - - [2026-04-20 03:26:33] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002660 10.0.0.38 - - [2026-04-20 03:26:33] "GET /virtual-network/11fbedde-7952-4421-b75f-802be0f4e915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006407 10.0.0.38 - - [2026-04-20 03:26:34] "POST /neutron/network HTTP/1.1" 200 822 0.006485 10.0.0.38 - - [2026-04-20 03:26:34] "POST /neutron/port HTTP/1.1" 200 1112 0.013142 10.0.0.23 - - [2026-04-20 03:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007667 10.0.0.23 - - [2026-04-20 03:26:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004312 10.0.0.38 - - [2026-04-20 03:26:36] "POST /neutron/network HTTP/1.1" 200 151 0.118624 10.0.0.38 - - [2026-04-20 03:26:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002789 10.0.0.38 - - [2026-04-20 03:26:39] "POST /network-ipams HTTP/1.1" 200 541 0.022611 10.0.0.38 - - [2026-04-20 03:26:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003574 10.0.0.38 - - [2026-04-20 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.38 - - [2026-04-20 03:26:39] "GET /network-ipam/1198315d-f618-4276-a91f-259485cd57ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006664 10.0.0.38 - - [2026-04-20 03:26:39] "PUT /network-ipam/1198315d-f618-4276-a91f-259485cd57ec HTTP/1.1" 200 258 0.013317 10.0.0.38 - - [2026-04-20 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.23 - - [2026-04-20 03:26:39] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.38 - - [2026-04-20 03:26:39] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038095 10.0.0.23 - - [2026-04-20 03:26:39] "POST /route-targets HTTP/1.1" 200 327 0.012867 10.0.0.23 - - [2026-04-20 03:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008026 10.0.0.38 - - [2026-04-20 03:26:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.234947 10.0.0.38 - - [2026-04-20 03:26:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001267 10.0.0.38 - - [2026-04-20 03:26:40] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007698 10.0.0.38 - - [2026-04-20 03:26:40] "POST /neutron/network HTTP/1.1" 200 994 0.008943 10.0.0.38 - - [2026-04-20 03:26:40] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004674 10.0.0.38 - - [2026-04-20 03:26:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009043 10.0.0.38 - - [2026-04-20 03:26:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.007668 10.0.0.38 - - [2026-04-20 03:26:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173 10.0.0.38 - - [2026-04-20 03:26:40] "POST /neutron/port HTTP/1.1" 200 4184 0.029773 10.0.0.38 - - [2026-04-20 03:26:41] "POST /neutron/network HTTP/1.1" 200 994 0.041138 10.0.0.38 - - [2026-04-20 03:26:41] "POST /neutron/port HTTP/1.1" 200 4184 0.032251 10.0.0.38 - - [2026-04-20 03:26:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001165 10.0.0.38 - - [2026-04-20 03:26:41] "POST /neutron/port HTTP/1.1" 200 1017 0.013937 10.0.0.38 - - [2026-04-20 03:26:41] "POST /neutron/port HTTP/1.1" 200 1017 0.011537 10.0.0.38 - - [2026-04-20 03:26:41] "POST /neutron/port HTTP/1.1" 200 1017 0.010350 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/port HTTP/1.1" 200 4184 0.050609 10.0.0.38 - - [2026-04-20 03:26:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001226 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/port HTTP/1.1" 200 1119 0.020915 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.008910 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/network HTTP/1.1" 200 994 0.008392 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/network HTTP/1.1" 200 1004 0.007479 10.0.0.38 - - [2026-04-20 03:26:42] "POST /neutron/port HTTP/1.1" 200 1109 0.188103 10.0.0.38 - - [2026-04-20 03:26:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.011721 10.0.0.23 - - [2026-04-20 03:26:43] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.38 - - [2026-04-20 03:26:43] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062068 10.0.0.38 - - [2026-04-20 03:26:43] "POST /neutron/network HTTP/1.1" 200 994 0.008262 10.0.0.38 - - [2026-04-20 03:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.005734 10.0.0.38 - - [2026-04-20 03:26:44] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.019145 10.0.0.38 - - [2026-04-20 03:26:44] "POST /neutron/port HTTP/1.1" 200 1055 0.015065 10.0.0.38 - - [2026-04-20 03:26:44] "POST /neutron/port HTTP/1.1" 200 1119 0.029179 10.0.0.38 - - [2026-04-20 03:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.38 - - [2026-04-20 03:26:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007278 10.0.0.38 - - [2026-04-20 03:26:45] "POST /neutron/port HTTP/1.1" 200 1119 0.016853 10.0.0.38 - - [2026-04-20 03:26:45] "GET /virtual-machine/5ff5013a-df13-4f22-8689-ac30a0244d26 HTTP/1.1" 200 1287 0.008115 10.0.0.38 - - [2026-04-20 03:26:45] "GET /virtual-machine-interface/4e1c7d3c-705f-473c-a10b-38ae626e54b7 HTTP/1.1" 200 2941 0.006273 10.0.0.38 - - [2026-04-20 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.38 - - [2026-04-20 03:26:45] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.38 - - [2026-04-20 03:26:45] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004029 10.0.0.38 - - [2026-04-20 03:26:46] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009221 10.0.0.38 - - [2026-04-20 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.38 - - [2026-04-20 03:26:49] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005052 10.0.0.38 - - [2026-04-20 03:26:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006522 10.0.0.38 - - [2026-04-20 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.38 - - [2026-04-20 03:26:53] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004922 10.0.0.38 - - [2026-04-20 03:26:55] "POST /neutron/port HTTP/1.1" 200 1119 0.016698 10.0.0.38 - - [2026-04-20 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.38 - - [2026-04-20 03:26:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003042 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003119 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005323 10.0.0.38 - - [2026-04-20 03:26:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007285 10.0.0.38 - - [2026-04-20 03:26:55] "POST /neutron/port HTTP/1.1" 200 1119 0.016272 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-machine/d55b0e6b-3168-41e7-a006-d1574cb524ce HTTP/1.1" 200 1289 0.005386 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-machine-interface/f913baaf-35ec-4a55-9b04-2717eb07b0f4 HTTP/1.1" 200 2942 0.004401 10.0.0.38 - - [2026-04-20 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2026-04-20 03:26:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003471 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003268 10.0.0.38 - - [2026-04-20 03:26:55] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005188 10.0.0.38 - - [2026-04-20 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.38 - - [2026-04-20 03:26:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002974 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004883 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006016 10.0.0.38 - - [2026-04-20 03:26:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007535 10.0.0.38 - - [2026-04-20 03:26:57] "POST /neutron/port HTTP/1.1" 200 1119 0.017784 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-machine/4df91a73-8d0f-497d-8dc8-b44a0c2d39af HTTP/1.1" 200 1292 0.005294 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-machine-interface/48dcecd1-f21b-433b-84be-2ad2bf8b877b HTTP/1.1" 200 2940 0.005421 10.0.0.38 - - [2026-04-20 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2026-04-20 03:26:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002832 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003154 10.0.0.38 - - [2026-04-20 03:26:57] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005661 10.0.0.38 - - [2026-04-20 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.38 - - [2026-04-20 03:26:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003684 10.0.0.38 - - [2026-04-20 03:26:58] "GET /virtual-networks?parent_id=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002864 10.0.0.38 - - [2026-04-20 03:26:58] "GET /virtual-network/cf454560-c0d5-4fbb-80c2-5da96fe3b10d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006361 10.0.0.38 - - [2026-04-20 03:27:14] "POST /neutron/port HTTP/1.1" 200 1109 0.012809 10.0.0.38 - - [2026-04-20 03:27:14] "POST /neutron/port HTTP/1.1" 200 1109 0.011569 10.0.0.38 - - [2026-04-20 03:27:15] "POST /neutron/port HTTP/1.1" 200 1109 0.021284 10.0.0.38 - - [2026-04-20 03:27:15] "POST /neutron/network HTTP/1.1" 400 204 0.015296 10.0.0.23 - - [2026-04-20 03:27:17] "DELETE /route-target/1a578489-53ec-49a7-8262-803682bc8fc7 HTTP/1.1" 200 115 0.046740 10.0.0.38 - - [2026-04-20 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.38 - - [2026-04-20 03:27:17] "DELETE /network-ipam/1198315d-f618-4276-a91f-259485cd57ec HTTP/1.1" 200 115 0.028990 10.0.0.38 - - [2026-04-20 03:27:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.004420 10.0.0.23 - - [2026-04-20 03:27:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.38 - - [2026-04-20 03:27:19] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034114 10.0.0.23 - - [2026-04-20 03:27:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.38 - - [2026-04-20 03:27:19] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?fields=virtual_networks HTTP/1.1" 200 1032 0.037405 10.0.0.23 - - [2026-04-20 03:27:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.38 - - [2026-04-20 03:27:19] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.037955 10.0.0.23 - - [2026-04-20 03:27:19] "GET /projects?obj_uuids=32a82235-5da6-4437-b209-3fc0625ba732&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.38 - - [2026-04-20 03:27:19] "GET /project/32a82235-5da6-4437-b209-3fc0625ba732?fields=security_groups HTTP/1.1" 200 1258 0.041054 10.0.0.38 - - [2026-04-20 03:27:20] "POST /neutron/port HTTP/1.1" 200 117 0.007253 10.0.0.38 - - [2026-04-20 03:27:20] "POST /neutron/port HTTP/1.1" 400 205 0.003169 10.0.0.38 - - [2026-04-20 03:27:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.077385 10.0.0.23 - - [2026-04-20 03:27:20] "DELETE /project/32a82235-5da6-4437-b209-3fc0625ba732 HTTP/1.1" 404 177 0.003028 10.0.0.23 - - [2026-04-20 03:27:20] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002574 10.0.0.23 - - [2026-04-20 03:27:20] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000832 10.0.0.23 - - [2026-04-20 03:27:20] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005924 10.0.0.23 - - [2026-04-20 03:27:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.004046 10.0.0.23 - - [2026-04-20 03:27:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.007426 10.0.0.23 - - [2026-04-20 03:27:20] "POST /security-groups HTTP/1.1" 200 599 0.029283 10.0.0.23 - - [2026-04-20 03:27:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.004810 10.0.0.23 - - [2026-04-20 03:27:21] "POST /projects HTTP/1.1" 200 601 0.235737 10.0.0.23 - - [2026-04-20 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.303964 10.0.0.23 - - [2026-04-20 03:27:21] "POST /access-control-lists HTTP/1.1" 200 602 0.031384 10.0.0.38 - - [2026-04-20 03:27:21] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.426300 10.0.0.38 - - [2026-04-20 03:27:22] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.38 - - [2026-04-20 03:27:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-04-20 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.052144 10.0.0.23 - - [2026-04-20 03:27:24] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.38 - - [2026-04-20 03:27:24] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033239 10.0.0.23 - - [2026-04-20 03:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008068 10.0.0.38 - - [2026-04-20 03:27:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.256506 10.0.0.23 - - [2026-04-20 03:27:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.035234 10.0.0.38 - - [2026-04-20 03:27:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001176 10.0.0.38 - - [2026-04-20 03:27:25] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007284 10.0.0.38 - - [2026-04-20 03:27:25] "POST /neutron/network HTTP/1.1" 200 1004 0.008983 10.0.0.38 - - [2026-04-20 03:27:25] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004290 10.0.0.38 - - [2026-04-20 03:27:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.007786 10.0.0.38 - - [2026-04-20 03:27:25] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004727 10.0.0.38 - - [2026-04-20 03:27:26] "GET /obj-perms HTTP/1.1" 200 5046 0.051788 10.0.0.23 - - [2026-04-20 03:27:27] "GET /obj-perms HTTP/1.1" 200 5046 0.048482 10.0.0.38 - - [2026-04-20 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001192 10.0.0.23 - - [2026-04-20 03:27:28] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.38 - - [2026-04-20 03:27:28] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062984 10.0.0.38 - - [2026-04-20 03:27:28] "POST /neutron/network HTTP/1.1" 200 1004 0.007810 10.0.0.38 - - [2026-04-20 03:27:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001435 10.0.0.38 - - [2026-04-20 03:27:28] "POST /neutron/port HTTP/1.1" 200 4184 0.030059 10.0.0.23 - - [2026-04-20 03:27:28] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.38 - - [2026-04-20 03:27:28] "POST /neutron/port HTTP/1.1" 200 1173 0.330136 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/port HTTP/1.1" 200 1227 0.124022 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003648 10.0.0.23 - - [2026-04-20 03:27:29] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.38 - - [2026-04-20 03:27:29] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074825 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/port HTTP/1.1" 200 5267 0.035028 10.0.0.38 - - [2026-04-20 03:27:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.002025 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/port HTTP/1.1" 200 5267 0.041114 10.0.0.38 - - [2026-04-20 03:27:29] "POST /neutron/network HTTP/1.1" 200 1014 0.006287 10.0.0.38 - - [2026-04-20 03:27:30] "POST /neutron/port HTTP/1.1" 200 1173 0.019309 10.0.0.38 - - [2026-04-20 03:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.38 - - [2026-04-20 03:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.23 - - [2026-04-20 03:27:30] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.38 - - [2026-04-20 03:27:30] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064162 10.0.0.38 - - [2026-04-20 03:27:30] "POST /neutron/network HTTP/1.1" 200 1004 0.007905 10.0.0.38 - - [2026-04-20 03:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.005767 10.0.0.38 - - [2026-04-20 03:27:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001049 10.0.0.38 - - [2026-04-20 03:27:31] "POST /neutron/network HTTP/1.1" 200 1014 0.007736 10.0.0.38 - - [2026-04-20 03:27:31] "POST /neutron/port HTTP/1.1" 200 1173 0.020864 10.0.0.38 - - [2026-04-20 03:27:31] "POST /neutron/port HTTP/1.1" 200 1237 0.018352 10.0.0.38 - - [2026-04-20 03:27:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014191 10.0.0.23 - - [2026-04-20 03:27:32] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.38 - - [2026-04-20 03:27:32] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077681 10.0.0.38 - - [2026-04-20 03:27:32] "POST /neutron/network HTTP/1.1" 200 1004 0.015188 10.0.0.38 - - [2026-04-20 03:27:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009714 10.0.0.38 - - [2026-04-20 03:27:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006346 10.0.0.38 - - [2026-04-20 03:27:32] "POST /neutron/port HTTP/1.1" 200 1237 0.017591 10.0.0.38 - - [2026-04-20 03:27:32] "GET /virtual-machine/22dfcdce-58ac-446e-838d-f1173e7bef51 HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-04-20 03:27:32] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.38 - - [2026-04-20 03:27:32] "POST /neutron/port HTTP/1.1" 200 1173 0.296733 10.0.0.38 - - [2026-04-20 03:27:32] "GET /virtual-machine/22dfcdce-58ac-446e-838d-f1173e7bef51 HTTP/1.1" 200 1299 0.030725 10.0.0.38 - - [2026-04-20 03:27:32] "GET /virtual-machine-interface/65ab7c51-3fdc-4742-9a55-c47521d4de8d HTTP/1.1" 200 3175 0.004574 10.0.0.38 - - [2026-04-20 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.38 - - [2026-04-20 03:27:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003053 10.0.0.38 - - [2026-04-20 03:27:33] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002452 10.0.0.38 - - [2026-04-20 03:27:33] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004226 10.0.0.38 - - [2026-04-20 03:27:33] "POST /neutron/port HTTP/1.1" 200 1227 0.100120 10.0.0.38 - - [2026-04-20 03:27:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.38 - - [2026-04-20 03:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.38 - - [2026-04-20 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.38 - - [2026-04-20 03:27:36] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006291 10.0.0.38 - - [2026-04-20 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.38 - - [2026-04-20 03:27:40] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007508 10.0.0.38 - - [2026-04-20 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.38 - - [2026-04-20 03:27:44] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004782 10.0.0.38 - - [2026-04-20 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2026-04-20 03:27:48] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006074 10.0.0.38 - - [2026-04-20 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.38 - - [2026-04-20 03:27:52] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008425 10.0.0.38 - - [2026-04-20 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2026-04-20 03:27:56] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004946 10.0.0.38 - - [2026-04-20 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.38 - - [2026-04-20 03:28:00] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005559 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/port HTTP/1.1" 200 1215 0.018902 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007744 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/port HTTP/1.1" 200 1215 0.017869 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.38 - - [2026-04-20 03:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.38 - - [2026-04-20 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.38 - - [2026-04-20 03:28:04] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004896 10.0.0.27 - - [2026-04-20 03:28:04] "GET /obj-perms HTTP/1.1" 200 5056 0.052699 10.0.0.38 - - [2026-04-20 03:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2026-04-20 03:28:08] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005036 10.0.0.38 - - [2026-04-20 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.38 - - [2026-04-20 03:28:13] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005640 10.0.0.38 - - [2026-04-20 03:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.38 - - [2026-04-20 03:28:17] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004726 10.0.0.23 - - [2026-04-20 03:28:20] "DELETE /project/b719eed70eff4db1a8aaf33204f2baa9 HTTP/1.1" 404 173 0.003386 10.0.0.38 - - [2026-04-20 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.38 - - [2026-04-20 03:28:21] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004814 10.0.0.38 - - [2026-04-20 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.38 - - [2026-04-20 03:28:25] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005387 10.0.0.38 - - [2026-04-20 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2026-04-20 03:28:29] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005367 10.0.0.38 - - [2026-04-20 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.38 - - [2026-04-20 03:28:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002682 10.0.0.38 - - [2026-04-20 03:28:33] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003310 10.0.0.38 - - [2026-04-20 03:28:33] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005610 10.0.0.38 - - [2026-04-20 03:28:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007075 10.0.0.38 - - [2026-04-20 03:28:38] "POST /neutron/port HTTP/1.1" 200 1237 0.015980 10.0.0.38 - - [2026-04-20 03:28:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007069 10.0.0.38 - - [2026-04-20 03:28:47] "POST /neutron/port HTTP/1.1" 200 1237 0.020246 10.0.0.38 - - [2026-04-20 03:28:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007977 10.0.0.38 - - [2026-04-20 03:28:54] "POST /neutron/port HTTP/1.1" 200 1237 0.030082 10.0.0.38 - - [2026-04-20 03:28:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006852 10.0.0.38 - - [2026-04-20 03:28:59] "POST /neutron/port HTTP/1.1" 200 1237 0.016010 10.0.0.38 - - [2026-04-20 03:28:59] "GET /virtual-machine/df57b0cf-9c6f-477c-86b7-2a9bdde824ed HTTP/1.1" 200 1300 0.005735 10.0.0.38 - - [2026-04-20 03:28:59] "GET /virtual-machine-interface/9bf93142-5e40-450c-8cc4-6320de1c5fe2 HTTP/1.1" 200 3176 0.004511 10.0.0.38 - - [2026-04-20 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2026-04-20 03:28:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003108 10.0.0.38 - - [2026-04-20 03:28:59] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002809 10.0.0.38 - - [2026-04-20 03:28:59] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005661 10.0.0.38 - - [2026-04-20 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.38 - - [2026-04-20 03:29:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003299 10.0.0.38 - - [2026-04-20 03:29:01] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004178 10.0.0.38 - - [2026-04-20 03:29:01] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005482 10.0.0.38 - - [2026-04-20 03:29:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007615 10.0.0.38 - - [2026-04-20 03:29:05] "POST /neutron/network HTTP/1.1" 200 937 0.006998 10.0.0.38 - - [2026-04-20 03:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.38 - - [2026-04-20 03:29:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008075 10.0.0.38 - - [2026-04-20 03:29:06] "POST /neutron/port HTTP/1.1" 200 1107 0.045581 10.0.0.38 - - [2026-04-20 03:29:06] "POST /neutron/port HTTP/1.1" 200 1237 0.019989 10.0.0.38 - - [2026-04-20 03:29:06] "GET /virtual-machine/7f80463e-e0f7-418e-8179-c6fc89adbfd9 HTTP/1.1" 200 1299 0.007918 10.0.0.38 - - [2026-04-20 03:29:06] "GET /virtual-machine-interface/278262d1-3451-4af2-9ff9-9213bbfed2cb HTTP/1.1" 200 3175 0.007343 10.0.0.38 - - [2026-04-20 03:29:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.017608 10.0.0.38 - - [2026-04-20 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.38 - - [2026-04-20 03:29:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005068 10.0.0.38 - - [2026-04-20 03:29:06] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003704 10.0.0.38 - - [2026-04-20 03:29:06] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005225 10.0.0.38 - - [2026-04-20 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.38 - - [2026-04-20 03:29:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003430 10.0.0.38 - - [2026-04-20 03:29:07] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002443 10.0.0.38 - - [2026-04-20 03:29:08] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005582 10.0.0.23 - - [2026-04-20 03:29:26] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.38 - - [2026-04-20 03:29:26] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035337 10.0.0.38 - - [2026-04-20 03:29:26] "POST /fqname-to-id HTTP/1.1" 404 226 0.003742 10.0.0.38 - - [2026-04-20 03:29:26] "POST /interface-route-tables HTTP/1.1" 200 575 0.026456 10.0.0.38 - - [2026-04-20 03:29:26] "GET /interface-route-table/6de7bb12-174d-40b4-ae68-f5d88eae2d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005198 10.0.0.38 - - [2026-04-20 03:29:26] "GET /virtual-machine-interface/65ab7c51-3fdc-4742-9a55-c47521d4de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006862 10.0.0.38 - - [2026-04-20 03:29:26] "POST /ref-update HTTP/1.1" 200 156 0.015273 10.0.0.23 - - [2026-04-20 03:29:37] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.38 - - [2026-04-20 03:29:37] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036607 10.0.0.38 - - [2026-04-20 03:29:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.010760 10.0.0.38 - - [2026-04-20 03:29:37] "POST /interface-route-tables HTTP/1.1" 200 575 0.024262 10.0.0.38 - - [2026-04-20 03:29:37] "GET /interface-route-table/2f8b638b-f4fc-4e3d-9778-cedc72093f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006313 10.0.0.38 - - [2026-04-20 03:29:37] "GET /virtual-machine-interface/9bf93142-5e40-450c-8cc4-6320de1c5fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005315 10.0.0.38 - - [2026-04-20 03:29:37] "POST /ref-update HTTP/1.1" 200 156 0.022476 10.0.0.38 - - [2026-04-20 03:29:40] "GET /virtual-machine-interface/278262d1-3451-4af2-9ff9-9213bbfed2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006089 10.0.0.38 - - [2026-04-20 03:29:40] "PUT /virtual-machine-interface/278262d1-3451-4af2-9ff9-9213bbfed2cb HTTP/1.1" 200 284 0.014919 10.0.0.38 - - [2026-04-20 03:29:40] "GET /virtual-machine-interface/65ab7c51-3fdc-4742-9a55-c47521d4de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.010627 10.0.0.38 - - [2026-04-20 03:29:40] "PUT /virtual-machine-interface/65ab7c51-3fdc-4742-9a55-c47521d4de8d HTTP/1.1" 200 284 0.017049 10.0.0.38 - - [2026-04-20 03:29:40] "GET /virtual-machine-interface/9bf93142-5e40-450c-8cc4-6320de1c5fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.007226 10.0.0.38 - - [2026-04-20 03:29:40] "PUT /virtual-machine-interface/9bf93142-5e40-450c-8cc4-6320de1c5fe2 HTTP/1.1" 200 284 0.013962 10.0.0.38 - - [2026-04-20 03:30:06] "POST /neutron/port HTTP/1.1" 200 1237 0.022466 10.0.0.38 - - [2026-04-20 03:30:06] "POST /neutron/network HTTP/1.1" 200 1014 0.006516 10.0.0.38 - - [2026-04-20 03:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.38 - - [2026-04-20 03:30:06] "POST /neutron/port HTTP/1.1" 200 1237 0.273432 10.0.0.38 - - [2026-04-20 03:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.38 - - [2026-04-20 03:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.38 - - [2026-04-20 03:30:43] "POST /neutron/port HTTP/1.1" 200 1237 0.023192 10.0.0.38 - - [2026-04-20 03:30:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014872 10.0.0.38 - - [2026-04-20 03:30:43] "GET /virtual-machine/9841d854-123a-4df6-abf2-0f4674e76679 HTTP/1.1" 200 1301 0.009747 10.0.0.38 - - [2026-04-20 03:30:43] "GET /virtual-machine-interface/6e8e7d31-0d4f-48e8-95f4-ae7745d35072 HTTP/1.1" 200 3175 0.007930 10.0.0.38 - - [2026-04-20 03:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010859 10.0.0.38 - - [2026-04-20 03:30:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003104 10.0.0.38 - - [2026-04-20 03:30:43] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002575 10.0.0.38 - - [2026-04-20 03:30:43] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005494 10.0.0.38 - - [2026-04-20 03:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-04-20 03:30:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002980 10.0.0.38 - - [2026-04-20 03:30:44] "GET /virtual-networks?parent_id=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003028 10.0.0.38 - - [2026-04-20 03:30:44] "GET /virtual-network/50c38cd7-186a-4634-b771-2933d5183515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006408 10.0.0.38 - - [2026-04-20 03:30:44] "GET /virtual-machine-interface/6e8e7d31-0d4f-48e8-95f4-ae7745d35072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005767 10.0.0.38 - - [2026-04-20 03:30:44] "PUT /virtual-machine-interface/6e8e7d31-0d4f-48e8-95f4-ae7745d35072 HTTP/1.1" 200 284 0.015190 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/port HTTP/1.1" 200 1237 0.016261 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/port HTTP/1.1" 200 1237 0.018047 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.38 - - [2026-04-20 03:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.23 - - [2026-04-20 03:31:07] "GET /obj-perms HTTP/1.1" 200 5056 0.057067 10.0.0.27 - - [2026-04-20 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-04-20 03:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.27 - - [2026-04-20 03:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.38 - - [2026-04-20 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.38 - - [2026-04-20 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000905 10.0.0.38 - - [2026-04-20 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.38 - - [2026-04-20 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-04-20 03:31:28] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026238 10.0.0.38 - - [2026-04-20 03:31:28] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070150 10.0.0.38 - - [2026-04-20 03:31:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.002929 10.0.0.38 - - [2026-04-20 03:31:28] "POST /interface-route-tables HTTP/1.1" 200 575 0.023649 10.0.0.38 - - [2026-04-20 03:31:28] "GET /interface-route-table/3b2d5dc9-b152-48ba-88d6-2e70702ca56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005312 10.0.0.38 - - [2026-04-20 03:31:28] "GET /virtual-machine-interface/6e8e7d31-0d4f-48e8-95f4-ae7745d35072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005817 10.0.0.38 - - [2026-04-20 03:31:28] "POST /ref-update HTTP/1.1" 200 156 0.020682 10.0.0.38 - - [2026-04-20 03:31:29] "GET /virtual-machine-interface/65ab7c51-3fdc-4742-9a55-c47521d4de8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006015 10.0.0.38 - - [2026-04-20 03:31:29] "POST /ref-update HTTP/1.1" 200 156 0.016618 10.0.0.38 - - [2026-04-20 03:31:29] "DELETE /interface-route-table/6de7bb12-174d-40b4-ae68-f5d88eae2d5a HTTP/1.1" 200 115 0.026771 10.0.0.38 - - [2026-04-20 03:31:30] "POST /neutron/port HTTP/1.1" 200 1237 0.029778 10.0.0.38 - - [2026-04-20 03:31:40] "GET /virtual-machine-interface/6e8e7d31-0d4f-48e8-95f4-ae7745d35072?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007872 10.0.0.38 - - [2026-04-20 03:31:40] "POST /ref-update HTTP/1.1" 200 156 0.016460 10.0.0.38 - - [2026-04-20 03:31:40] "DELETE /interface-route-table/3b2d5dc9-b152-48ba-88d6-2e70702ca56c HTTP/1.1" 200 115 0.030045 10.0.0.38 - - [2026-04-20 03:31:40] "GET /virtual-machine-interface/9bf93142-5e40-450c-8cc4-6320de1c5fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.005806 10.0.0.38 - - [2026-04-20 03:31:40] "POST /ref-update HTTP/1.1" 200 156 0.013997 10.0.0.38 - - [2026-04-20 03:31:40] "DELETE /interface-route-table/2f8b638b-f4fc-4e3d-9778-cedc72093f54 HTTP/1.1" 200 115 0.031772 10.0.0.38 - - [2026-04-20 03:31:40] "POST /neutron/network HTTP/1.1" 200 1004 0.009019 10.0.0.38 - - [2026-04-20 03:31:40] "POST /neutron/port HTTP/1.1" 200 1227 0.016201 10.0.0.38 - - [2026-04-20 03:31:41] "POST /neutron/port HTTP/1.1" 200 1227 0.025776 10.0.0.38 - - [2026-04-20 03:31:41] "POST /neutron/port HTTP/1.1" 200 1227 0.022501 10.0.0.23 - - [2026-04-20 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.23 - - [2026-04-20 03:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003854 10.0.0.23 - - [2026-04-20 03:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.23 - - [2026-04-20 03:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.23 - - [2026-04-20 03:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.38 - - [2026-04-20 03:31:42] "POST /neutron/network HTTP/1.1" 200 151 0.166074 10.0.0.23 - - [2026-04-20 03:31:44] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.38 - - [2026-04-20 03:31:44] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085638 10.0.0.23 - - [2026-04-20 03:31:44] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.38 - - [2026-04-20 03:31:44] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?fields=virtual_networks HTTP/1.1" 200 1049 0.053205 10.0.0.23 - - [2026-04-20 03:31:44] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.38 - - [2026-04-20 03:31:44] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044189 10.0.0.23 - - [2026-04-20 03:31:44] "GET /projects?obj_uuids=b719eed7-0eff-4db1-a8aa-f33204f2baa9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.38 - - [2026-04-20 03:31:44] "GET /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9?fields=security_groups HTTP/1.1" 200 1283 0.047833 10.0.0.38 - - [2026-04-20 03:31:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.048862 10.0.0.23 - - [2026-04-20 03:31:45] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003258 10.0.0.23 - - [2026-04-20 03:31:45] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.23 - - [2026-04-20 03:31:45] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039044 10.0.0.23 - - [2026-04-20 03:31:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.004785 10.0.0.23 - - [2026-04-20 03:31:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.004576 10.0.0.23 - - [2026-04-20 03:31:46] "POST /security-groups HTTP/1.1" 200 586 0.081506 10.0.0.23 - - [2026-04-20 03:31:46] "POST /projects HTTP/1.1" 200 575 0.314490 10.0.0.23 - - [2026-04-20 03:31:46] "POST /access-control-lists HTTP/1.1" 200 591 0.039598 10.0.0.23 - - [2026-04-20 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.387408 10.0.0.38 - - [2026-04-20 03:31:46] "GET /project/94495620-c759-4b27-a555-35386943b454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.565764 10.0.0.38 - - [2026-04-20 03:31:47] "GET / HTTP/1.1" 200 35931 0.001332 10.0.0.23 - - [2026-04-20 03:31:50] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.38 - - [2026-04-20 03:31:50] "GET /project/94495620-c759-4b27-a555-35386943b454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.033950 10.0.0.23 - - [2026-04-20 03:31:50] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.38 - - [2026-04-20 03:31:50] "GET /project/94495620-c759-4b27-a555-35386943b454?fields=virtual_networks HTTP/1.1" 200 1023 0.078069 10.0.0.23 - - [2026-04-20 03:31:50] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000846 10.0.0.38 - - [2026-04-20 03:31:50] "GET /project/94495620-c759-4b27-a555-35386943b454?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.032134 10.0.0.23 - - [2026-04-20 03:31:50] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.38 - - [2026-04-20 03:31:50] "GET /project/94495620-c759-4b27-a555-35386943b454?fields=security_groups HTTP/1.1" 200 1244 0.034953 10.0.0.38 - - [2026-04-20 03:31:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.027467 10.0.0.23 - - [2026-04-20 03:31:51] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003025 10.0.0.23 - - [2026-04-20 03:31:51] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.23 - - [2026-04-20 03:31:51] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006674 10.0.0.23 - - [2026-04-20 03:31:51] "POST /id-to-fqname HTTP/1.1" 200 195 0.010609 10.0.0.23 - - [2026-04-20 03:31:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.004980 10.0.0.23 - - [2026-04-20 03:31:51] "POST /security-groups HTTP/1.1" 200 596 0.030556 10.0.0.23 - - [2026-04-20 03:31:52] "POST /fqname-to-id HTTP/1.1" 404 239 0.002730 10.0.0.23 - - [2026-04-20 03:31:52] "POST /projects HTTP/1.1" 200 595 0.241685 10.0.0.23 - - [2026-04-20 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.286369 10.0.0.23 - - [2026-04-20 03:31:52] "POST /access-control-lists HTTP/1.1" 200 599 0.033072 10.0.0.38 - - [2026-04-20 03:31:52] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.478950 10.0.0.38 - - [2026-04-20 03:31:53] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.23 - - [2026-04-20 03:31:56] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000845 10.0.0.38 - - [2026-04-20 03:31:56] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.035350 10.0.0.23 - - [2026-04-20 03:31:56] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000889 10.0.0.38 - - [2026-04-20 03:31:56] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?fields=virtual_networks HTTP/1.1" 200 1042 0.056857 10.0.0.23 - - [2026-04-20 03:31:56] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001418 10.0.0.38 - - [2026-04-20 03:31:56] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.040697 10.0.0.23 - - [2026-04-20 03:31:56] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001124 10.0.0.38 - - [2026-04-20 03:31:56] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?fields=security_groups HTTP/1.1" 200 1273 0.036974 10.0.0.38 - - [2026-04-20 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.028504 10.0.0.23 - - [2026-04-20 03:31:57] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003245 10.0.0.23 - - [2026-04-20 03:31:57] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.23 - - [2026-04-20 03:31:57] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006383 10.0.0.23 - - [2026-04-20 03:31:57] "POST /id-to-fqname HTTP/1.1" 200 201 0.003382 10.0.0.23 - - [2026-04-20 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.005751 10.0.0.23 - - [2026-04-20 03:31:57] "POST /security-groups HTTP/1.1" 200 602 0.069576 10.0.0.23 - - [2026-04-20 03:31:57] "POST /projects HTTP/1.1" 200 607 0.271642 10.0.0.23 - - [2026-04-20 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.008156 10.0.0.23 - - [2026-04-20 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.345959 10.0.0.38 - - [2026-04-20 03:31:57] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.474938 10.0.0.38 - - [2026-04-20 03:31:58] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.23 - - [2026-04-20 03:32:01] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000883 10.0.0.38 - - [2026-04-20 03:32:01] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.037888 10.0.0.23 - - [2026-04-20 03:32:01] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001281 10.0.0.38 - - [2026-04-20 03:32:01] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?fields=virtual_networks HTTP/1.1" 200 1054 0.039245 10.0.0.23 - - [2026-04-20 03:32:02] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000867 10.0.0.38 - - [2026-04-20 03:32:02] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.036415 10.0.0.23 - - [2026-04-20 03:32:02] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000864 10.0.0.38 - - [2026-04-20 03:32:02] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?fields=security_groups HTTP/1.1" 200 1291 0.051701 10.0.0.38 - - [2026-04-20 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.028275 10.0.0.23 - - [2026-04-20 03:32:03] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.23 - - [2026-04-20 03:32:03] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.23 - - [2026-04-20 03:32:03] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008797 10.0.0.23 - - [2026-04-20 03:32:03] "POST /id-to-fqname HTTP/1.1" 200 187 0.003609 10.0.0.23 - - [2026-04-20 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.003935 10.0.0.23 - - [2026-04-20 03:32:03] "POST /security-groups HTTP/1.1" 200 588 0.076722 10.0.0.23 - - [2026-04-20 03:32:03] "POST /projects HTTP/1.1" 200 579 0.292644 10.0.0.23 - - [2026-04-20 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.342422 10.0.0.23 - - [2026-04-20 03:32:03] "POST /access-control-lists HTTP/1.1" 200 593 0.023680 10.0.0.38 - - [2026-04-20 03:32:03] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.496305 10.0.0.38 - - [2026-04-20 03:32:04] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.38 - - [2026-04-20 03:32:06] "POST /neutron/network HTTP/1.1" 200 1120 0.006510 10.0.0.38 - - [2026-04-20 03:32:06] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013628 10.0.0.38 - - [2026-04-20 03:32:06] "POST /neutron/network HTTP/1.1" 200 1110 0.008718 10.0.0.38 - - [2026-04-20 03:32:07] "POST /neutron/network HTTP/1.1" 200 1120 0.010452 10.0.0.38 - - [2026-04-20 03:32:07] "POST /neutron/subnet HTTP/1.1" 200 1370 0.019108 10.0.0.38 - - [2026-04-20 03:32:07] "POST /neutron/network HTTP/1.1" 200 1110 0.012259 10.0.0.23 - - [2026-04-20 03:32:07] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001081 10.0.0.38 - - [2026-04-20 03:32:07] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.050295 10.0.0.23 - - [2026-04-20 03:32:07] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000976 10.0.0.38 - - [2026-04-20 03:32:07] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?fields=virtual_networks HTTP/1.1" 200 1027 0.044346 10.0.0.23 - - [2026-04-20 03:32:07] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000838 10.0.0.38 - - [2026-04-20 03:32:07] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.032903 10.0.0.23 - - [2026-04-20 03:32:07] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001193 10.0.0.38 - - [2026-04-20 03:32:07] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?fields=security_groups HTTP/1.1" 200 1250 0.030394 10.0.0.38 - - [2026-04-20 03:32:08] "GET /obj-perms HTTP/1.1" 200 5056 0.350017 10.0.0.27 - - [2026-04-20 03:32:08] "GET /obj-perms HTTP/1.1" 200 5056 0.153396 10.0.0.38 - - [2026-04-20 03:32:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.029636 10.0.0.23 - - [2026-04-20 03:32:09] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.23 - - [2026-04-20 03:32:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.23 - - [2026-04-20 03:32:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006988 10.0.0.23 - - [2026-04-20 03:32:09] "POST /id-to-fqname HTTP/1.1" 200 184 0.001187 10.0.0.23 - - [2026-04-20 03:32:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.004813 10.0.0.23 - - [2026-04-20 03:32:09] "POST /security-groups HTTP/1.1" 200 585 0.069591 10.0.0.23 - - [2026-04-20 03:32:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002614 10.0.0.23 - - [2026-04-20 03:32:09] "POST /projects HTTP/1.1" 200 573 0.275953 10.0.0.23 - - [2026-04-20 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.345050 10.0.0.23 - - [2026-04-20 03:32:09] "POST /access-control-lists HTTP/1.1" 200 588 0.028372 10.0.0.38 - - [2026-04-20 03:32:09] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.487869 10.0.0.38 - - [2026-04-20 03:32:10] "GET / HTTP/1.1" 200 35931 0.002534 10.0.0.23 - - [2026-04-20 03:32:13] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001882 10.0.0.38 - - [2026-04-20 03:32:13] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.039545 10.0.0.23 - - [2026-04-20 03:32:13] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000965 10.0.0.38 - - [2026-04-20 03:32:13] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?fields=virtual_networks HTTP/1.1" 200 1020 0.039399 10.0.0.23 - - [2026-04-20 03:32:13] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001124 10.0.0.38 - - [2026-04-20 03:32:13] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.040845 10.0.0.23 - - [2026-04-20 03:32:13] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001456 10.0.0.38 - - [2026-04-20 03:32:14] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?fields=security_groups HTTP/1.1" 200 1240 0.042371 10.0.0.38 - - [2026-04-20 03:32:14] "POST /fqname-to-id HTTP/1.1" 404 186 0.026697 10.0.0.23 - - [2026-04-20 03:32:14] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.23 - - [2026-04-20 03:32:14] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.23 - - [2026-04-20 03:32:14] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008415 10.0.0.23 - - [2026-04-20 03:32:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.008087 10.0.0.23 - - [2026-04-20 03:32:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003449 10.0.0.23 - - [2026-04-20 03:32:15] "POST /security-groups HTTP/1.1" 200 589 0.031008 10.0.0.23 - - [2026-04-20 03:32:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.006406 10.0.0.23 - - [2026-04-20 03:32:15] "POST /projects HTTP/1.1" 200 581 0.251314 10.0.0.23 - - [2026-04-20 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.323977 10.0.0.23 - - [2026-04-20 03:32:15] "POST /access-control-lists HTTP/1.1" 200 592 0.035128 10.0.0.38 - - [2026-04-20 03:32:15] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.466444 10.0.0.38 - - [2026-04-20 03:32:16] "GET / HTTP/1.1" 200 35931 0.001883 10.0.0.23 - - [2026-04-20 03:32:19] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.38 - - [2026-04-20 03:32:19] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049667 10.0.0.23 - - [2026-04-20 03:32:19] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.38 - - [2026-04-20 03:32:19] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?fields=virtual_networks HTTP/1.1" 200 1028 0.044724 10.0.0.23 - - [2026-04-20 03:32:19] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.38 - - [2026-04-20 03:32:19] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.037493 10.0.0.23 - - [2026-04-20 03:32:19] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.38 - - [2026-04-20 03:32:19] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?fields=security_groups HTTP/1.1" 200 1252 0.044696 10.0.0.38 - - [2026-04-20 03:32:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.027320 10.0.0.23 - - [2026-04-20 03:32:20] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.23 - - [2026-04-20 03:32:20] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2026-04-20 03:32:20] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008295 10.0.0.23 - - [2026-04-20 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.006001 10.0.0.23 - - [2026-04-20 03:32:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.027364 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/94495620c7594b27a55535386943b454 HTTP/1.1" 404 173 0.025315 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/42bda4e035234cd7a4e6a6c8eef2215d HTTP/1.1" 404 173 0.015096 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/512391dc9ca4487ab1b93da276a9f9dc HTTP/1.1" 404 173 0.016711 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/b719eed7-0eff-4db1-a8aa-f33204f2baa9 HTTP/1.1" 404 177 0.004887 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/75d2e5ae35f34da19ada27822ec888af HTTP/1.1" 404 173 0.034957 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/13f36a06dd0f410698b6b2fdd6381634 HTTP/1.1" 404 173 0.028589 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000738 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001060 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /project/8d1494a73b134a4ba9d17cd2f470afbc HTTP/1.1" 404 173 0.013541 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000810 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.172900 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001239 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/94495620-c759-4b27-a555-35386943b454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.199123 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.211271 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.235519 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.212075 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000843 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.238241 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000975 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001071 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000770 10.0.0.23 - - [2026-04-20 03:32:21] "POST /security-groups HTTP/1.1" 200 589 0.256231 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?fields=security_groups HTTP/1.1" 200 1396 0.149534 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?fields=security_groups HTTP/1.1" 200 1355 0.100793 10.0.0.23 - - [2026-04-20 03:32:21] "POST /projects HTTP/1.1" 200 581 0.534602 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/94495620-c759-4b27-a555-35386943b454?fields=security_groups HTTP/1.1" 200 1349 0.141480 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?fields=security_groups HTTP/1.1" 200 1378 0.120759 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?fields=security_groups HTTP/1.1" 200 1345 0.144238 10.0.0.23 - - [2026-04-20 03:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.623058 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?fields=security_groups HTTP/1.1" 200 1357 0.166303 10.0.0.38 - - [2026-04-20 03:32:21] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.807924 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/3d2ba2ff-aacd-4f06-926d-654a11400595 HTTP/1.1" 200 115 0.175837 10.0.0.23 - - [2026-04-20 03:32:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.065114 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=13f36a06-dd0f-4106-98b6-b2fdd6381634&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001571 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/6dad4f7b-a4fd-4c5e-85f3-a15bb129254a HTTP/1.1" 200 115 0.197607 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/b36efd67-6630-4e21-ac60-920a751b0b0b HTTP/1.1" 200 115 0.199187 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000946 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=94495620-c759-4b27-a555-35386943b454&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/9ae785ef-6d47-4500-9c03-7322a1ee09f6 HTTP/1.1" 200 115 0.207033 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=512391dc-9ca4-487a-b1b9-3da276a9f9dc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001716 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/451f5a7b-8b59-4c60-a240-60a2a4f2a651 HTTP/1.1" 200 115 0.218166 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=42bda4e0-3523-4cd7-a4e6-a6c8eef2215d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003460 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/13f36a06-dd0f-4106-98b6-b2fdd6381634?fields=application_policy_sets HTTP/1.1" 200 1435 0.134611 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /security-group/99d5111d-f737-499f-83a8-f49f3059c3cc HTTP/1.1" 200 115 0.242824 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/94495620-c759-4b27-a555-35386943b454?fields=application_policy_sets HTTP/1.1" 200 1388 0.135362 10.0.0.23 - - [2026-04-20 03:32:21] "GET /projects?obj_uuids=75d2e5ae-35f3-4da1-9ada-27822ec888af&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002262 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc?fields=application_policy_sets HTTP/1.1" 200 1394 0.181226 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc?fields=application_policy_sets HTTP/1.1" 200 1417 0.179446 10.0.0.23 - - [2026-04-20 03:32:21] "DELETE /access-control-list/af688316-6310-462a-a6e5-c02dface36da HTTP/1.1" 200 115 0.100224 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d?fields=application_policy_sets HTTP/1.1" 200 1384 0.171267 10.0.0.23 - - [2026-04-20 03:32:21] "GET /project/75d2e5ae-35f3-4da1-9ada-27822ec888af?fields=application_policy_sets HTTP/1.1" 200 1396 0.138523 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /access-control-list/4e3d10ba-20f9-4d8b-b06a-0baf425cd30a HTTP/1.1" 200 115 0.114042 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/94495620-c759-4b27-a555-35386943b454 HTTP/1.1" 200 115 1.118566 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/13f36a06-dd0f-4106-98b6-b2fdd6381634 HTTP/1.1" 200 115 1.115638 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/8d1494a7-3b13-4a4b-a9d1-7cd2f470afbc HTTP/1.1" 200 115 1.159548 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/512391dc-9ca4-487a-b1b9-3da276a9f9dc HTTP/1.1" 200 115 1.165268 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/42bda4e0-3523-4cd7-a4e6-a6c8eef2215d HTTP/1.1" 200 115 1.137063 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /project/75d2e5ae-35f3-4da1-9ada-27822ec888af HTTP/1.1" 200 115 1.161338 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /access-control-list/fdf9ebb5-d2e1-4caf-9e9a-857061ce8e13 HTTP/1.1" 200 115 0.034139 10.0.0.23 - - [2026-04-20 03:32:22] "DELETE /access-control-list/a051f194-ecc8-45ad-8735-7e11449a54cc HTTP/1.1" 200 115 0.042432 10.0.0.38 - - [2026-04-20 03:32:23] "GET / HTTP/1.1" 200 35931 0.001946 10.0.0.38 - - [2026-04-20 03:32:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2026-04-20 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054617 10.0.0.23 - - [2026-04-20 03:32:25] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.38 - - [2026-04-20 03:32:25] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041264 10.0.0.23 - - [2026-04-20 03:32:25] "POST /ref-update HTTP/1.1" 200 156 0.018210 10.0.0.23 - - [2026-04-20 03:32:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006820 10.0.0.38 - - [2026-04-20 03:32:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.265496 10.0.0.38 - - [2026-04-20 03:32:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001510 10.0.0.38 - - [2026-04-20 03:32:25] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006815 10.0.0.38 - - [2026-04-20 03:32:25] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004871 10.0.0.38 - - [2026-04-20 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.38 - - [2026-04-20 03:32:25] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006250 10.0.0.38 - - [2026-04-20 03:32:25] "PUT /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574 HTTP/1.1" 200 264 0.046522 10.0.0.38 - - [2026-04-20 03:32:26] "POST /neutron/network HTTP/1.1" 200 822 0.006466 10.0.0.38 - - [2026-04-20 03:32:26] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005855 10.0.0.38 - - [2026-04-20 03:32:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.011671 10.0.0.38 - - [2026-04-20 03:32:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001331 10.0.0.23 - - [2026-04-20 03:32:28] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.38 - - [2026-04-20 03:32:28] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.080836 10.0.0.38 - - [2026-04-20 03:32:29] "POST /neutron/network HTTP/1.1" 200 822 0.031818 10.0.0.38 - - [2026-04-20 03:32:29] "POST /neutron/port HTTP/1.1" 200 117 0.005848 10.0.0.38 - - [2026-04-20 03:32:30] "POST /neutron/port HTTP/1.1" 200 1058 0.016298 10.0.0.38 - - [2026-04-20 03:32:30] "POST /neutron/port HTTP/1.1" 200 1122 0.017759 10.0.0.38 - - [2026-04-20 03:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.38 - - [2026-04-20 03:32:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007438 10.0.0.38 - - [2026-04-20 03:32:34] "POST /neutron/port HTTP/1.1" 200 1122 0.015199 10.0.0.38 - - [2026-04-20 03:32:34] "GET /virtual-machine/68b4f21d-5b68-4ffc-8dae-ff8f163d70bf HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2026-04-20 03:32:34] "GET /virtual-machine/68b4f21d-5b68-4ffc-8dae-ff8f163d70bf HTTP/1.1" 200 1290 0.027943 10.0.0.38 - - [2026-04-20 03:32:34] "GET /virtual-machine-interface/de645b82-b30b-45f4-bde0-37e6a56c0ab9 HTTP/1.1" 200 2932 0.004416 10.0.0.38 - - [2026-04-20 03:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2026-04-20 03:32:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002812 10.0.0.38 - - [2026-04-20 03:32:34] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002081 10.0.0.38 - - [2026-04-20 03:32:34] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005637 10.0.0.38 - - [2026-04-20 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.38 - - [2026-04-20 03:32:38] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004804 10.0.0.38 - - [2026-04-20 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.38 - - [2026-04-20 03:32:42] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004861 10.0.0.38 - - [2026-04-20 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.38 - - [2026-04-20 03:32:46] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004947 10.0.0.38 - - [2026-04-20 03:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.38 - - [2026-04-20 03:32:50] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005997 10.0.0.38 - - [2026-04-20 03:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.38 - - [2026-04-20 03:32:54] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005150 10.0.0.38 - - [2026-04-20 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.38 - - [2026-04-20 03:32:58] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005104 10.0.0.38 - - [2026-04-20 03:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.38 - - [2026-04-20 03:33:02] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004645 10.0.0.38 - - [2026-04-20 03:33:06] "POST /neutron/port HTTP/1.1" 200 1107 0.020046 10.0.0.38 - - [2026-04-20 03:33:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.007773 10.0.0.38 - - [2026-04-20 03:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.38 - - [2026-04-20 03:33:06] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006589 10.0.0.38 - - [2026-04-20 03:33:08] "POST /neutron/port HTTP/1.1" 200 1107 0.017942 10.0.0.38 - - [2026-04-20 03:33:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004039 10.0.0.38 - - [2026-04-20 03:33:08] "POST /neutron/network HTTP/1.1" 200 927 0.006617 10.0.0.38 - - [2026-04-20 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.38 - - [2026-04-20 03:33:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003056 10.0.0.38 - - [2026-04-20 03:33:08] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003997 10.0.0.38 - - [2026-04-20 03:33:08] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008919 10.0.0.38 - - [2026-04-20 03:33:14] "POST /neutron/port HTTP/1.1" 200 1122 0.017642 10.0.0.38 - - [2026-04-20 03:33:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007406 10.0.0.38 - - [2026-04-20 03:33:24] "POST /neutron/port HTTP/1.1" 200 1122 0.016756 10.0.0.38 - - [2026-04-20 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007541 10.0.0.38 - - [2026-04-20 03:33:29] "POST /neutron/port HTTP/1.1" 200 1122 0.015693 10.0.0.38 - - [2026-04-20 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007620 10.0.0.38 - - [2026-04-20 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001554 10.0.0.38 - - [2026-04-20 03:33:30] "GET /virtual-machine/68b4f21d-5b68-4ffc-8dae-ff8f163d70bf HTTP/1.1" 200 1290 0.003197 10.0.0.38 - - [2026-04-20 03:33:30] "GET /virtual-machine-interface/de645b82-b30b-45f4-bde0-37e6a56c0ab9 HTTP/1.1" 200 2932 0.004863 10.0.0.38 - - [2026-04-20 03:33:30] "GET /instance-ip/7fabd0d4-6d57-4576-8766-309e891fa755 HTTP/1.1" 200 1615 0.007003 10.0.0.38 - - [2026-04-20 03:33:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.002998 10.0.0.38 - - [2026-04-20 03:33:30] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004683 10.0.0.23 - - [2026-04-20 03:33:30] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000738 10.0.0.38 - - [2026-04-20 03:33:30] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035627 10.0.0.38 - - [2026-04-20 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2026-04-20 03:33:30] "GET /security-group/3aed3fd5-39db-4652-8f83-9c70533f692f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.003985 10.0.0.38 - - [2026-04-20 03:33:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.068084 10.0.0.38 - - [2026-04-20 03:33:30] "POST /instance-ips HTTP/1.1" 200 357 0.035645 10.0.0.38 - - [2026-04-20 03:33:30] "GET /instance-ip/2ece8222-5472-4897-9e19-52c1f8ccc4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.006125 10.0.0.38 - - [2026-04-20 03:33:30] "GET /virtual-machine-interface/e823c647-8ac3-4fd9-85de-c122bced7065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006459 10.0.0.38 - - [2026-04-20 03:33:30] "GET /virtual-machine-interface/e823c647-8ac3-4fd9-85de-c122bced7065?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007787 10.0.0.38 - - [2026-04-20 03:33:30] "GET /instance-ip/2ece8222-5472-4897-9e19-52c1f8ccc4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.004395 10.0.0.38 - - [2026-04-20 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001128 10.0.0.38 - - [2026-04-20 03:33:30] "POST /neutron/port HTTP/1.1" 200 5153 0.032925 10.0.0.38 - - [2026-04-20 03:33:30] "POST /neutron/port HTTP/1.1" 200 965 0.010123 10.0.0.38 - - [2026-04-20 03:33:31] "POST /neutron/port HTTP/1.1" 200 965 0.011810 10.0.0.38 - - [2026-04-20 03:33:31] "POST /neutron/port HTTP/1.1" 200 117 0.014520 10.0.0.38 - - [2026-04-20 03:33:31] "POST /neutron/network HTTP/1.1" 200 832 0.006698 10.0.0.38 - - [2026-04-20 03:33:31] "POST /neutron/port HTTP/1.1" 200 1057 0.115570 10.0.0.38 - - [2026-04-20 03:33:31] "POST /neutron/subnet HTTP/1.1" 200 698 0.008363 10.0.0.38 - - [2026-04-20 03:33:36] "POST /neutron/port HTTP/1.1" 200 1067 0.018595 10.0.0.38 - - [2026-04-20 03:33:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006688 10.0.0.38 - - [2026-04-20 03:33:36] "GET /virtual-machine/5626000c-da9d-4bea-aa54-4d93f8525c1f HTTP/1.1" 200 1268 0.006754 10.0.0.38 - - [2026-04-20 03:33:36] "GET /virtual-machine-interface/e823c647-8ac3-4fd9-85de-c122bced7065 HTTP/1.1" 200 2981 0.005279 10.0.0.38 - - [2026-04-20 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.38 - - [2026-04-20 03:33:36] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003829 10.0.0.38 - - [2026-04-20 03:33:36] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002832 10.0.0.38 - - [2026-04-20 03:33:36] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006985 10.0.0.38 - - [2026-04-20 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2026-04-20 03:33:39] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005077 10.0.0.38 - - [2026-04-20 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007902 10.0.0.38 - - [2026-04-20 03:33:43] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.011284 10.0.0.38 - - [2026-04-20 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.38 - - [2026-04-20 03:33:47] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006065 10.0.0.38 - - [2026-04-20 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.38 - - [2026-04-20 03:33:51] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005549 10.0.0.38 - - [2026-04-20 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.38 - - [2026-04-20 03:33:56] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004332 10.0.0.38 - - [2026-04-20 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.38 - - [2026-04-20 03:34:00] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005696 10.0.0.38 - - [2026-04-20 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.38 - - [2026-04-20 03:34:04] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004928 10.0.0.38 - - [2026-04-20 03:34:08] "POST /neutron/port HTTP/1.1" 200 1215 0.019189 10.0.0.38 - - [2026-04-20 03:34:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003332 10.0.0.38 - - [2026-04-20 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.38 - - [2026-04-20 03:34:08] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004503 10.0.0.38 - - [2026-04-20 03:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.38 - - [2026-04-20 03:34:10] "POST /neutron/port HTTP/1.1" 200 1215 0.049577 10.0.0.23 - - [2026-04-20 03:34:10] "GET /obj-perms HTTP/1.1" 200 5056 0.067401 10.0.0.38 - - [2026-04-20 03:34:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003455 10.0.0.38 - - [2026-04-20 03:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.38 - - [2026-04-20 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.38 - - [2026-04-20 03:34:12] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004650 10.0.0.38 - - [2026-04-20 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.38 - - [2026-04-20 03:34:16] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006360 10.0.0.38 - - [2026-04-20 03:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.38 - - [2026-04-20 03:34:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003599 10.0.0.38 - - [2026-04-20 03:34:18] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003066 10.0.0.38 - - [2026-04-20 03:34:18] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005477 10.0.0.38 - - [2026-04-20 03:34:18] "POST /neutron/port HTTP/1.1" 200 1067 0.017304 10.0.0.38 - - [2026-04-20 03:34:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007210 10.0.0.38 - - [2026-04-20 03:34:29] "POST /neutron/port HTTP/1.1" 200 1067 0.016191 10.0.0.38 - - [2026-04-20 03:34:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006737 10.0.0.38 - - [2026-04-20 03:34:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001229 10.0.0.38 - - [2026-04-20 03:34:39] "POST /neutron/network HTTP/1.1" 200 832 0.008774 10.0.0.23 - - [2026-04-20 03:34:40] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.38 - - [2026-04-20 03:34:40] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081668 10.0.0.38 - - [2026-04-20 03:34:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007110 10.0.0.38 - - [2026-04-20 03:34:40] "POST /neutron/network HTTP/1.1" 200 832 0.009831 10.0.0.38 - - [2026-04-20 03:34:41] "POST /neutron/port HTTP/1.1" 200 1058 0.016739 10.0.0.38 - - [2026-04-20 03:34:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.38 - - [2026-04-20 03:34:41] "POST /neutron/network HTTP/1.1" 200 822 0.007896 10.0.0.38 - - [2026-04-20 03:34:45] "POST /neutron/port HTTP/1.1" 200 1122 0.017953 10.0.0.38 - - [2026-04-20 03:34:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006389 10.0.0.38 - - [2026-04-20 03:34:46] "GET /virtual-machine/9489a224-b700-48d3-90bf-d73ae7141cef HTTP/1.1" 200 1291 0.009570 10.0.0.38 - - [2026-04-20 03:34:46] "GET /virtual-machine-interface/c1774bb0-37c8-4221-9d1f-00e3bfa3d08a HTTP/1.1" 200 2932 0.004807 10.0.0.38 - - [2026-04-20 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.38 - - [2026-04-20 03:34:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003436 10.0.0.38 - - [2026-04-20 03:34:46] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002565 10.0.0.38 - - [2026-04-20 03:34:46] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005766 10.0.0.38 - - [2026-04-20 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.38 - - [2026-04-20 03:34:49] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006006 10.0.0.38 - - [2026-04-20 03:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.38 - - [2026-04-20 03:34:53] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005224 10.0.0.38 - - [2026-04-20 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.38 - - [2026-04-20 03:34:57] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005368 10.0.0.38 - - [2026-04-20 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.38 - - [2026-04-20 03:35:01] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005686 10.0.0.38 - - [2026-04-20 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.38 - - [2026-04-20 03:35:05] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005237 10.0.0.38 - - [2026-04-20 03:35:08] "POST /neutron/network HTTP/1.1" 200 937 0.006961 10.0.0.38 - - [2026-04-20 03:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.38 - - [2026-04-20 03:35:09] "POST /neutron/port HTTP/1.1" 200 1107 0.038717 10.0.0.38 - - [2026-04-20 03:35:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.008183 10.0.0.38 - - [2026-04-20 03:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.38 - - [2026-04-20 03:35:09] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005732 10.0.0.38 - - [2026-04-20 03:35:10] "GET /obj-perms HTTP/1.1" 200 5056 0.044501 10.0.0.27 - - [2026-04-20 03:35:11] "GET /obj-perms HTTP/1.1" 200 5056 0.045415 10.0.0.38 - - [2026-04-20 03:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.38 - - [2026-04-20 03:35:13] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004851 10.0.0.38 - - [2026-04-20 03:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.38 - - [2026-04-20 03:35:17] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005560 10.0.0.38 - - [2026-04-20 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2026-04-20 03:35:21] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004973 10.0.0.38 - - [2026-04-20 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.38 - - [2026-04-20 03:35:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003611 10.0.0.38 - - [2026-04-20 03:35:24] "GET /virtual-networks?parent_id=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003121 10.0.0.38 - - [2026-04-20 03:35:24] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006132 10.0.0.38 - - [2026-04-20 03:35:24] "POST /neutron/port HTTP/1.1" 200 1122 0.017611 10.0.0.38 - - [2026-04-20 03:35:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006963 10.0.0.38 - - [2026-04-20 03:35:34] "POST /neutron/port HTTP/1.1" 200 1122 0.018344 10.0.0.38 - - [2026-04-20 03:35:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007506 10.0.0.38 - - [2026-04-20 03:35:45] "POST /neutron/port HTTP/1.1" 200 1122 0.016162 10.0.0.38 - - [2026-04-20 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007110 10.0.0.38 - - [2026-04-20 03:35:45] "POST /neutron/network HTTP/1.1" 200 796 0.013576 10.0.0.38 - - [2026-04-20 03:35:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001223 10.0.0.38 - - [2026-04-20 03:35:45] "GET /virtual-machine/9489a224-b700-48d3-90bf-d73ae7141cef HTTP/1.1" 200 1291 0.003534 10.0.0.38 - - [2026-04-20 03:35:45] "GET /virtual-machine-interface/c1774bb0-37c8-4221-9d1f-00e3bfa3d08a HTTP/1.1" 200 2932 0.005119 10.0.0.38 - - [2026-04-20 03:35:45] "GET /instance-ip/9c7d6529-3933-4d5a-8cb3-8e9b17b073b8 HTTP/1.1" 200 1617 0.005733 10.0.0.38 - - [2026-04-20 03:35:45] "GET /virtual-machine-interface/c1774bb0-37c8-4221-9d1f-00e3bfa3d08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.005523 10.0.0.38 - - [2026-04-20 03:35:45] "PUT /virtual-machine-interface/c1774bb0-37c8-4221-9d1f-00e3bfa3d08a HTTP/1.1" 200 284 0.015010 10.0.0.38 - - [2026-04-20 03:36:09] "POST /neutron/port HTTP/1.1" 200 1215 0.016151 10.0.0.38 - - [2026-04-20 03:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.38 - - [2026-04-20 03:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.38 - - [2026-04-20 03:36:09] "POST /neutron/port HTTP/1.1" 200 1122 0.016423 10.0.0.38 - - [2026-04-20 03:36:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.009574 10.0.0.27 - - [2026-04-20 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2026-04-20 03:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2026-04-20 03:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-20 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-04-20 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.38 - - [2026-04-20 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.38 - - [2026-04-20 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.38 - - [2026-04-20 03:37:10] "POST /neutron/port HTTP/1.1" 200 1067 0.017297 10.0.0.38 - - [2026-04-20 03:37:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.38 - - [2026-04-20 03:37:10] "POST /neutron/network HTTP/1.1" 200 822 0.006950 10.0.0.38 - - [2026-04-20 03:37:11] "POST /neutron/network HTTP/1.1" 200 937 0.008110 10.0.0.38 - - [2026-04-20 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.38 - - [2026-04-20 03:37:29] "DELETE /instance-ip/2ece8222-5472-4897-9e19-52c1f8ccc4a4 HTTP/1.1" 200 115 0.070668 10.0.0.38 - - [2026-04-20 03:37:29] "DELETE /virtual-machine-interface/e823c647-8ac3-4fd9-85de-c122bced7065 HTTP/1.1" 200 115 0.086466 10.0.0.38 - - [2026-04-20 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.38 - - [2026-04-20 03:37:29] "GET /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005476 10.0.0.38 - - [2026-04-20 03:37:29] "PUT /virtual-network/15c2c4f6-a564-4261-8cb1-e9849d682574 HTTP/1.1" 200 264 0.051187 10.0.0.38 - - [2026-04-20 03:37:29] "POST /neutron/network HTTP/1.1" 400 204 0.038013 10.0.0.23 - - [2026-04-20 03:37:29] "POST /ref-update HTTP/1.1" 200 156 0.036226 10.0.0.38 - - [2026-04-20 03:37:29] "POST /neutron/port HTTP/1.1" 200 151 0.200042 10.0.0.38 - - [2026-04-20 03:37:30] "POST /neutron/port HTTP/1.1" 200 151 0.153806 10.0.0.23 - - [2026-04-20 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2026-04-20 03:37:33] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.033771 10.0.0.38 - - [2026-04-20 03:37:33] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.104109 10.0.0.23 - - [2026-04-20 03:37:33] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001683 10.0.0.38 - - [2026-04-20 03:37:33] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?fields=virtual_networks HTTP/1.1" 200 1028 0.037972 10.0.0.23 - - [2026-04-20 03:37:33] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.38 - - [2026-04-20 03:37:33] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.039947 10.0.0.23 - - [2026-04-20 03:37:33] "GET /projects?obj_uuids=3ec83376-47d6-451b-8dd9-4d1db8dc304e&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.38 - - [2026-04-20 03:37:33] "GET /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e?fields=security_groups HTTP/1.1" 200 1252 0.041734 10.0.0.38 - - [2026-04-20 03:37:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.031860 10.0.0.23 - - [2026-04-20 03:37:34] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003137 10.0.0.23 - - [2026-04-20 03:37:34] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.23 - - [2026-04-20 03:37:34] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039368 10.0.0.38 - - [2026-04-20 03:37:34] "POST /neutron/port HTTP/1.1" 200 117 0.005567 10.0.0.23 - - [2026-04-20 03:37:34] "POST /id-to-fqname HTTP/1.1" 200 187 0.007160 10.0.0.23 - - [2026-04-20 03:37:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.010572 10.0.0.23 - - [2026-04-20 03:37:34] "POST /security-groups HTTP/1.1" 200 588 0.081774 10.0.0.23 - - [2026-04-20 03:37:34] "POST /projects HTTP/1.1" 200 579 0.317966 10.0.0.23 - - [2026-04-20 03:37:34] "POST /access-control-lists HTTP/1.1" 200 593 0.038725 10.0.0.23 - - [2026-04-20 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.396938 10.0.0.38 - - [2026-04-20 03:37:35] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.588387 10.0.0.38 - - [2026-04-20 03:37:36] "GET / HTTP/1.1" 200 35931 0.002683 10.0.0.38 - - [2026-04-20 03:37:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.38 - - [2026-04-20 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053606 10.0.0.23 - - [2026-04-20 03:37:38] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000870 10.0.0.38 - - [2026-04-20 03:37:38] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.037920 10.0.0.23 - - [2026-04-20 03:37:38] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000947 10.0.0.38 - - [2026-04-20 03:37:38] "POST /neutron/network HTTP/1.1" 200 610 0.159020 10.0.0.23 - - [2026-04-20 03:37:38] "POST /route-targets HTTP/1.1" 200 327 0.012306 10.0.0.38 - - [2026-04-20 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003338 10.0.0.38 - - [2026-04-20 03:37:38] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004543 10.0.0.38 - - [2026-04-20 03:37:38] "POST /neutron/network HTTP/1.1" 200 830 0.005618 10.0.0.38 - - [2026-04-20 03:37:38] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004320 10.0.0.38 - - [2026-04-20 03:37:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003805 10.0.0.38 - - [2026-04-20 03:37:39] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005784 10.0.0.23 - - [2026-04-20 03:37:39] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000864 10.0.0.38 - - [2026-04-20 03:37:39] "POST /neutron/port HTTP/1.1" 200 984 0.213897 10.0.0.38 - - [2026-04-20 03:37:39] "GET /virtual-machine-interface/2526ed56-ba21-4cae-bb17-45f936bdaa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.004999 10.0.0.38 - - [2026-04-20 03:37:39] "GET /virtual-machine-interface/2526ed56-ba21-4cae-bb17-45f936bdaa3f?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.004523 10.0.0.38 - - [2026-04-20 03:37:39] "GET /instance-ip/912c0e1b-dacd-42ae-bf51-01b8f37a805b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.003863 10.0.0.38 - - [2026-04-20 03:37:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001098 10.0.0.23 - - [2026-04-20 03:37:40] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000852 10.0.0.38 - - [2026-04-20 03:37:40] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.093793 10.0.0.38 - - [2026-04-20 03:37:40] "POST /neutron/network HTTP/1.1" 200 830 0.029031 10.0.0.38 - - [2026-04-20 03:37:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001213 10.0.0.38 - - [2026-04-20 03:37:40] "POST /neutron/port HTTP/1.1" 200 4184 0.034922 10.0.0.38 - - [2026-04-20 03:37:40] "POST /neutron/network HTTP/1.1" 200 830 0.006579 10.0.0.23 - - [2026-04-20 03:37:41] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001309 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/port HTTP/1.1" 200 1058 0.289732 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007204 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/port HTTP/1.1" 200 117 0.005182 10.0.0.23 - - [2026-04-20 03:37:41] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000925 10.0.0.38 - - [2026-04-20 03:37:41] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.078080 10.0.0.38 - - [2026-04-20 03:37:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.010805 10.0.0.38 - - [2026-04-20 03:37:41] "POST /interface-route-tables HTTP/1.1" 200 556 0.028658 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007486 10.0.0.38 - - [2026-04-20 03:37:41] "GET /interface-route-table/a2e78a7e-fab8-4419-804b-82748c42c9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.007090 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/port HTTP/1.1" 200 984 0.012422 10.0.0.38 - - [2026-04-20 03:37:41] "POST /neutron/port HTTP/1.1" 200 1086 0.018078 10.0.0.38 - - [2026-04-20 03:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.38 - - [2026-04-20 03:37:42] "GET /virtual-machine-interface/2526ed56-ba21-4cae-bb17-45f936bdaa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.007938 10.0.0.38 - - [2026-04-20 03:37:42] "POST /ref-update HTTP/1.1" 200 156 0.016751 10.0.0.38 - - [2026-04-20 03:37:42] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008266 10.0.0.38 - - [2026-04-20 03:37:48] "POST /neutron/port HTTP/1.1" 200 1122 0.018891 10.0.0.38 - - [2026-04-20 03:37:48] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006974 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 200 1288 0.027202 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 200 1288 0.002840 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine-interface/799b62c4-df6e-4c37-b2e6-ee18847db82d HTTP/1.1" 200 2938 0.005455 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 200 1288 0.003912 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine-interface/799b62c4-df6e-4c37-b2e6-ee18847db82d HTTP/1.1" 200 2938 0.005034 10.0.0.38 - - [2026-04-20 03:37:48] "GET /instance-ip/b9513a2d-589b-411f-97df-f4dd815fd604 HTTP/1.1" 200 1620 0.005742 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 200 1288 0.003228 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-machine-interface/799b62c4-df6e-4c37-b2e6-ee18847db82d HTTP/1.1" 200 2938 0.004673 10.0.0.38 - - [2026-04-20 03:37:48] "GET /instance-ip/b9513a2d-589b-411f-97df-f4dd815fd604 HTTP/1.1" 200 1620 0.003059 10.0.0.38 - - [2026-04-20 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.38 - - [2026-04-20 03:37:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004104 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003330 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005147 10.0.0.38 - - [2026-04-20 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.38 - - [2026-04-20 03:37:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004879 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003359 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006311 10.0.0.38 - - [2026-04-20 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2026-04-20 03:37:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003531 10.0.0.38 - - [2026-04-20 03:37:48] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002863 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005595 10.0.0.38 - - [2026-04-20 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.38 - - [2026-04-20 03:37:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005427 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003332 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005164 10.0.0.38 - - [2026-04-20 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.38 - - [2026-04-20 03:37:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004960 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003148 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009582 10.0.0.38 - - [2026-04-20 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.38 - - [2026-04-20 03:37:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003397 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005224 10.0.0.38 - - [2026-04-20 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.38 - - [2026-04-20 03:37:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003960 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002552 10.0.0.38 - - [2026-04-20 03:37:49] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005577 10.0.0.38 - - [2026-04-20 03:37:51] "POST /neutron/port HTTP/1.1" 200 1086 0.055515 10.0.0.38 - - [2026-04-20 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.38 - - [2026-04-20 03:37:52] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005455 10.0.0.38 - - [2026-04-20 03:37:52] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006308 10.0.0.38 - - [2026-04-20 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.38 - - [2026-04-20 03:37:54] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003091 10.0.0.38 - - [2026-04-20 03:37:54] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002732 10.0.0.38 - - [2026-04-20 03:37:54] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006050 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.38 - - [2026-04-20 03:37:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004298 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003137 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004843 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.38 - - [2026-04-20 03:37:55] "GET /routing-instance/5fcd85e6-b6b5-422a-91c5-8c0a9bc96114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006345 10.0.0.38 - - [2026-04-20 03:37:55] "GET /route-target/5d85ca69-9374-4716-9e15-ed696c63d58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004132 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2026-04-20 03:37:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002635 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006453 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.38 - - [2026-04-20 03:37:55] "GET /routing-instance/5fcd85e6-b6b5-422a-91c5-8c0a9bc96114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.003662 10.0.0.38 - - [2026-04-20 03:37:55] "GET /route-target/5d85ca69-9374-4716-9e15-ed696c63d58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003984 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.38 - - [2026-04-20 03:37:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004077 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002978 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005041 10.0.0.38 - - [2026-04-20 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.38 - - [2026-04-20 03:37:55] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004425 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002649 10.0.0.38 - - [2026-04-20 03:37:55] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004956 10.0.0.23 - - [2026-04-20 03:37:56] "GET /obj-perms HTTP/1.1" 200 5024 0.055847 10.0.0.23 - - [2026-04-20 03:38:02] "GET /obj-perms HTTP/1.1" 200 5024 0.004354 10.0.0.38 - - [2026-04-20 03:38:04] "GET /obj-perms HTTP/1.1" 200 5024 0.049992 10.0.0.23 - - [2026-04-20 03:38:04] "GET /obj-perms HTTP/1.1" 200 5024 0.003851 10.0.0.38 - - [2026-04-20 03:38:04] "GET /obj-perms HTTP/1.1" 200 5024 0.002936 10.0.0.23 - - [2026-04-20 03:38:05] "GET /obj-perms HTTP/1.1" 200 5024 0.003595 10.0.0.38 - - [2026-04-20 03:38:05] "POST /neutron/port HTTP/1.1" 200 1086 0.016546 10.0.0.38 - - [2026-04-20 03:38:05] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008190 10.0.0.38 - - [2026-04-20 03:38:05] "GET /virtual-machine/810856a1-c4ee-4945-9e4f-1c73574aecab HTTP/1.1" 200 1267 0.006214 10.0.0.38 - - [2026-04-20 03:38:05] "GET /virtual-machine-interface/2526ed56-ba21-4cae-bb17-45f936bdaa3f HTTP/1.1" 200 3150 0.004608 10.0.0.38 - - [2026-04-20 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.38 - - [2026-04-20 03:38:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003165 10.0.0.38 - - [2026-04-20 03:38:05] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002609 10.0.0.38 - - [2026-04-20 03:38:05] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006051 10.0.0.38 - - [2026-04-20 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.38 - - [2026-04-20 03:38:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003094 10.0.0.38 - - [2026-04-20 03:38:06] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003448 10.0.0.38 - - [2026-04-20 03:38:06] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005740 10.0.0.38 - - [2026-04-20 03:38:07] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005173 10.0.0.38 - - [2026-04-20 03:38:07] "GET /obj-perms HTTP/1.1" 200 5024 0.003651 10.0.0.27 - - [2026-04-20 03:38:07] "GET /obj-perms HTTP/1.1" 200 5024 0.044936 10.0.0.38 - - [2026-04-20 03:38:07] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 200 1288 0.004523 10.0.0.38 - - [2026-04-20 03:38:08] "POST /neutron/port HTTP/1.1" 200 151 0.142909 10.0.0.38 - - [2026-04-20 03:38:09] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 404 171 0.003360 10.0.0.38 - - [2026-04-20 03:38:09] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 404 171 0.002353 10.0.0.38 - - [2026-04-20 03:38:09] "GET /virtual-machine/41517800-524f-4792-884a-8b9e3e470aae HTTP/1.1" 404 171 0.002300 10.0.0.38 - - [2026-04-20 03:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.38 - - [2026-04-20 03:38:10] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003322 10.0.0.38 - - [2026-04-20 03:38:10] "GET /virtual-networks?parent_id=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002611 10.0.0.38 - - [2026-04-20 03:38:10] "GET /virtual-network/705b2776-91b9-4983-9b60-4793afce07b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007781 10.0.0.38 - - [2026-04-20 03:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2026-04-20 03:38:10] "GET /routing-instance/5fcd85e6-b6b5-422a-91c5-8c0a9bc96114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.003495 10.0.0.38 - - [2026-04-20 03:38:10] "GET /route-target/5d85ca69-9374-4716-9e15-ed696c63d58f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004249 10.0.0.38 - - [2026-04-20 03:38:10] "POST /neutron/network HTTP/1.1" 200 1120 0.006603 10.0.0.38 - - [2026-04-20 03:38:10] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013075 10.0.0.38 - - [2026-04-20 03:38:10] "POST /neutron/network HTTP/1.1" 200 1110 0.008985 10.0.0.23 - - [2026-04-20 03:38:12] "DELETE /access-control-list/4c478185-375a-4e03-8acc-27f88dd301a6 HTTP/1.1" 200 115 0.050153 10.0.0.38 - - [2026-04-20 03:38:13] "GET /obj-perms HTTP/1.1" 200 5024 0.003924 10.0.0.23 - - [2026-04-20 03:38:13] "GET /obj-perms HTTP/1.1" 200 5024 0.003784 10.0.0.23 - - [2026-04-20 03:38:22] "DELETE /project/b5447be75c194d7db29685f5e0dce195 HTTP/1.1" 404 173 0.003997 10.0.0.23 - - [2026-04-20 03:38:22] "DELETE /project/3ec83376-47d6-451b-8dd9-4d1db8dc304e HTTP/1.1" 404 177 0.003542 10.0.0.38 - - [2026-04-20 03:38:22] "GET /obj-perms HTTP/1.1" 200 5024 0.004344 10.0.0.23 - - [2026-04-20 03:38:22] "GET /obj-perms HTTP/1.1" 200 5024 0.003824 10.0.0.38 - - [2026-04-20 03:38:31] "GET /obj-perms HTTP/1.1" 200 5024 0.004641 10.0.0.23 - - [2026-04-20 03:38:31] "GET /obj-perms HTTP/1.1" 200 5024 0.003246 10.0.0.38 - - [2026-04-20 03:38:35] "GET /obj-perms HTTP/1.1" 200 5024 0.003768 10.0.0.38 - - [2026-04-20 03:38:35] "GET /interface-route-table/a2e78a7e-fab8-4419-804b-82748c42c9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.003967 10.0.0.38 - - [2026-04-20 03:38:35] "GET /virtual-machine-interface/2526ed56-ba21-4cae-bb17-45f936bdaa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005362 10.0.0.38 - - [2026-04-20 03:38:35] "POST /ref-update HTTP/1.1" 200 156 0.015249 10.0.0.38 - - [2026-04-20 03:38:35] "DELETE /interface-route-table/a2e78a7e-fab8-4419-804b-82748c42c9f9 HTTP/1.1" 200 115 0.028857 10.0.0.38 - - [2026-04-20 03:38:35] "POST /neutron/network HTTP/1.1" 200 830 0.006773 10.0.0.23 - - [2026-04-20 03:38:37] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000872 10.0.0.38 - - [2026-04-20 03:38:37] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.037672 10.0.0.23 - - [2026-04-20 03:38:37] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000848 10.0.0.38 - - [2026-04-20 03:38:37] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?fields=virtual_networks HTTP/1.1" 200 1027 0.037785 10.0.0.23 - - [2026-04-20 03:38:37] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000943 10.0.0.38 - - [2026-04-20 03:38:37] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.038505 10.0.0.23 - - [2026-04-20 03:38:37] "GET /projects?obj_uuids=b5447be7-5c19-4d7d-b296-85f5e0dce195&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000875 10.0.0.38 - - [2026-04-20 03:38:37] "GET /project/b5447be7-5c19-4d7d-b296-85f5e0dce195?fields=security_groups HTTP/1.1" 200 1250 0.032609 10.0.0.38 - - [2026-04-20 03:38:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.024405 10.0.0.23 - - [2026-04-20 03:38:38] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002779 10.0.0.23 - - [2026-04-20 03:38:38] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.23 - - [2026-04-20 03:38:38] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006189 10.0.0.23 - - [2026-04-20 03:38:38] "POST /id-to-fqname HTTP/1.1" 200 194 0.003331 10.0.0.23 - - [2026-04-20 03:38:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.005749 10.0.0.23 - - [2026-04-20 03:38:38] "POST /security-groups HTTP/1.1" 200 595 0.067381 10.0.0.23 - - [2026-04-20 03:38:38] "POST /fqname-to-id HTTP/1.1" 404 238 0.005172 10.0.0.23 - - [2026-04-20 03:38:38] "POST /projects HTTP/1.1" 200 593 0.265881 10.0.0.23 - - [2026-04-20 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.338530 10.0.0.23 - - [2026-04-20 03:38:38] "POST /access-control-lists HTTP/1.1" 200 598 0.031932 10.0.0.38 - - [2026-04-20 03:38:38] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.462863 10.0.0.38 - - [2026-04-20 03:38:39] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.38 - - [2026-04-20 03:38:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-04-20 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.057728 10.0.0.23 - - [2026-04-20 03:38:40] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000825 10.0.0.38 - - [2026-04-20 03:38:40] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045914 10.0.0.38 - - [2026-04-20 03:38:40] "POST /neutron/port HTTP/1.1" 400 205 0.009017 10.0.0.23 - - [2026-04-20 03:38:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009994 10.0.0.38 - - [2026-04-20 03:38:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.226736 10.0.0.38 - - [2026-04-20 03:38:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.38 - - [2026-04-20 03:38:41] "GET /virtual-network/72d3441b-f4df-4c67-8d14-563ad60028dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005090 10.0.0.38 - - [2026-04-20 03:38:41] "GET /virtual-network/72d3441b-f4df-4c67-8d14-563ad60028dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005563 10.0.0.38 - - [2026-04-20 03:38:41] "POST /neutron/network HTTP/1.1" 200 827 0.005426 10.0.0.38 - - [2026-04-20 03:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002368 10.0.0.23 - - [2026-04-20 03:38:41] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000901 10.0.0.38 - - [2026-04-20 03:38:41] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038652 10.0.0.23 - - [2026-04-20 03:38:41] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000846 10.0.0.38 - - [2026-04-20 03:38:41] "POST /neutron/network HTTP/1.1" 200 609 0.097269 10.0.0.23 - - [2026-04-20 03:38:41] "POST /route-targets HTTP/1.1" 200 327 0.014232 10.0.0.38 - - [2026-04-20 03:38:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.002792 10.0.0.38 - - [2026-04-20 03:38:41] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004814 10.0.0.38 - - [2026-04-20 03:38:41] "POST /neutron/network HTTP/1.1" 200 827 0.004848 10.0.0.38 - - [2026-04-20 03:38:41] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006031 10.0.0.38 - - [2026-04-20 03:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2026-04-20 03:38:41] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000868 10.0.0.38 - - [2026-04-20 03:38:42] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.056226 10.0.0.38 - - [2026-04-20 03:38:42] "POST /neutron/network HTTP/1.1" 200 117 0.014792 10.0.0.23 - - [2026-04-20 03:38:42] "POST /ref-update HTTP/1.1" 200 156 0.033175 10.0.0.38 - - [2026-04-20 03:38:42] "POST /neutron/network HTTP/1.1" 200 828 0.007458 10.0.0.38 - - [2026-04-20 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.000930 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-network/358afdbd-13ac-446b-a353-b12d4f9eb4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004362 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-network/358afdbd-13ac-446b-a353-b12d4f9eb4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005953 10.0.0.38 - - [2026-04-20 03:38:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.011274 10.0.0.38 - - [2026-04-20 03:38:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.002232 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005972 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-machine-interface/82caed77-865a-4bd7-9c21-e1831667441e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.010029 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-machine-interface/82caed77-865a-4bd7-9c21-e1831667441e?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.015123 10.0.0.38 - - [2026-04-20 03:38:42] "GET /instance-ip/14ac7130-4b7b-4d4e-9730-063380bfa634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004533 10.0.0.38 - - [2026-04-20 03:38:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.003906 10.0.0.38 - - [2026-04-20 03:38:42] "GET /virtual-network/72d3441b-f4df-4c67-8d14-563ad60028dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005683 10.0.0.23 - - [2026-04-20 03:38:42] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000845 10.0.0.38 - - [2026-04-20 03:38:43] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058328 10.0.0.38 - - [2026-04-20 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-04-20 03:38:43] "GET /security-group/5e7f763d-b054-4783-9b16-32ff381168c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006356 10.0.0.38 - - [2026-04-20 03:38:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.106219 10.0.0.38 - - [2026-04-20 03:38:43] "POST /instance-ips HTTP/1.1" 200 357 0.039360 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-machine-interface/540c3cbd-27a3-4e74-9ad1-42653e96b31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005531 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-machine-interface/540c3cbd-27a3-4e74-9ad1-42653e96b31f?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010616 10.0.0.38 - - [2026-04-20 03:38:43] "GET /instance-ip/e19b2aef-0b93-42fb-8b61-53b7e4742031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004280 10.0.0.38 - - [2026-04-20 03:38:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.015479 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005651 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-machine-interface/f943918c-518e-4dc3-9ffa-ccf5c5de906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.012015 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-machine-interface/f943918c-518e-4dc3-9ffa-ccf5c5de906b?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008192 10.0.0.38 - - [2026-04-20 03:38:43] "GET /instance-ip/a987cad1-efd9-4c72-aced-7c2b9fc7be82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004277 10.0.0.38 - - [2026-04-20 03:38:43] "POST /fqname-to-id HTTP/1.1" 404 214 0.003297 10.0.0.38 - - [2026-04-20 03:38:43] "GET /virtual-network/72d3441b-f4df-4c67-8d14-563ad60028dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005286 10.0.0.23 - - [2026-04-20 03:38:43] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000790 10.0.0.38 - - [2026-04-20 03:38:44] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055151 10.0.0.38 - - [2026-04-20 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2026-04-20 03:38:44] "GET /security-group/5e7f763d-b054-4783-9b16-32ff381168c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004609 10.0.0.38 - - [2026-04-20 03:38:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114412 10.0.0.38 - - [2026-04-20 03:38:44] "POST /instance-ips HTTP/1.1" 200 357 0.038666 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-machine-interface/b6e4da21-9187-4d19-96d5-cb93d31ac165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.012910 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-machine-interface/b6e4da21-9187-4d19-96d5-cb93d31ac165?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.012170 10.0.0.38 - - [2026-04-20 03:38:44] "GET /instance-ip/600f6b1f-369b-4e40-80ef-91df090fd3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.004352 10.0.0.38 - - [2026-04-20 03:38:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.003139 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006934 10.0.0.23 - - [2026-04-20 03:38:44] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000893 10.0.0.38 - - [2026-04-20 03:38:44] "POST /neutron/port HTTP/1.1" 200 989 0.235133 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-machine-interface/40a7ef44-985a-4a6d-a844-c40193789292?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005029 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-machine-interface/40a7ef44-985a-4a6d-a844-c40193789292?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.004490 10.0.0.38 - - [2026-04-20 03:38:44] "GET /instance-ip/497ab003-1b1a-49c2-8087-173af4c7f5ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.004669 10.0.0.38 - - [2026-04-20 03:38:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.003165 10.0.0.38 - - [2026-04-20 03:38:44] "GET /virtual-network/358afdbd-13ac-446b-a353-b12d4f9eb4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005935 10.0.0.23 - - [2026-04-20 03:38:44] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.38 - - [2026-04-20 03:38:44] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041727 10.0.0.38 - - [2026-04-20 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.38 - - [2026-04-20 03:38:45] "GET /security-group/5e7f763d-b054-4783-9b16-32ff381168c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007224 10.0.0.38 - - [2026-04-20 03:38:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.097916 10.0.0.38 - - [2026-04-20 03:38:45] "POST /instance-ips HTTP/1.1" 200 357 0.037170 10.0.0.38 - - [2026-04-20 03:38:45] "GET /virtual-machine-interface/1e652156-478c-43d8-8877-e2de969d033d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005660 10.0.0.38 - - [2026-04-20 03:38:45] "GET /virtual-machine-interface/1e652156-478c-43d8-8877-e2de969d033d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008938 10.0.0.38 - - [2026-04-20 03:38:45] "GET /instance-ip/23938cc7-65ed-4091-9e79-b5055c5b2398?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004419 10.0.0.38 - - [2026-04-20 03:38:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001172 10.0.0.38 - - [2026-04-20 03:38:46] "POST /neutron/port HTTP/1.1" 200 989 0.012966 10.0.0.38 - - [2026-04-20 03:38:47] "POST /neutron/port HTTP/1.1" 200 989 0.012513 10.0.0.38 - - [2026-04-20 03:38:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.002117 10.0.0.38 - - [2026-04-20 03:38:47] "POST /neutron/port HTTP/1.1" 200 4184 0.036471 10.0.0.38 - - [2026-04-20 03:38:47] "POST /neutron/network HTTP/1.1" 200 837 0.010249 10.0.0.38 - - [2026-04-20 03:38:47] "POST /neutron/port HTTP/1.1" 200 1081 0.146360 10.0.0.38 - - [2026-04-20 03:38:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008616 10.0.0.23 - - [2026-04-20 03:38:48] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001051 10.0.0.38 - - [2026-04-20 03:38:48] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.092541 10.0.0.38 - - [2026-04-20 03:38:48] "POST /neutron/network HTTP/1.1" 200 828 0.008228 10.0.0.38 - - [2026-04-20 03:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.005599 10.0.0.38 - - [2026-04-20 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001050 10.0.0.38 - - [2026-04-20 03:38:48] "POST /neutron/port HTTP/1.1" 200 989 0.011709 10.0.0.38 - - [2026-04-20 03:38:48] "POST /neutron/port HTTP/1.1" 200 989 0.010741 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/network HTTP/1.1" 200 838 0.007298 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/port HTTP/1.1" 200 117 0.006569 10.0.0.23 - - [2026-04-20 03:38:49] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/router HTTP/1.1" 200 344 0.388292 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/port HTTP/1.1" 200 1118 0.183135 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/port HTTP/1.1" 200 989 0.022324 10.0.0.23 - - [2026-04-20 03:38:49] "POST /ref-update HTTP/1.1" 200 156 0.034543 10.0.0.38 - - [2026-04-20 03:38:49] "POST /neutron/port HTTP/1.1" 200 989 0.033145 10.0.0.38 - - [2026-04-20 03:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007004 10.0.0.38 - - [2026-04-20 03:38:50] "POST /neutron/network HTTP/1.1" 200 828 0.006702 10.0.0.38 - - [2026-04-20 03:38:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.007349 10.0.0.38 - - [2026-04-20 03:38:50] "POST /neutron/port HTTP/1.1" 200 1091 0.024092 10.0.0.38 - - [2026-04-20 03:38:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008080 10.0.0.38 - - [2026-04-20 03:38:50] "GET /virtual-machine/3684e7dc-6098-4364-b6e3-9a1235fb61d2 HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2026-04-20 03:38:51] "GET /virtual-machine/3684e7dc-6098-4364-b6e3-9a1235fb61d2 HTTP/1.1" 200 1274 0.032237 10.0.0.38 - - [2026-04-20 03:38:51] "GET /virtual-machine-interface/82caed77-865a-4bd7-9c21-e1831667441e HTTP/1.1" 200 3187 0.005388 10.0.0.38 - - [2026-04-20 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.38 - - [2026-04-20 03:38:51] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003420 10.0.0.38 - - [2026-04-20 03:38:51] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002499 10.0.0.38 - - [2026-04-20 03:38:51] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005857 10.0.0.38 - - [2026-04-20 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.38 - - [2026-04-20 03:38:54] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005533 10.0.0.38 - - [2026-04-20 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.38 - - [2026-04-20 03:38:58] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005249 10.0.0.38 - - [2026-04-20 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2026-04-20 03:39:02] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007457 10.0.0.38 - - [2026-04-20 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.38 - - [2026-04-20 03:39:06] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006045 10.0.0.38 - - [2026-04-20 03:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 03:39:10] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005484 10.0.0.38 - - [2026-04-20 03:39:13] "POST /neutron/port HTTP/1.1" 200 1215 0.036892 10.0.0.23 - - [2026-04-20 03:39:13] "DELETE /access-control-list/a306768a-e54a-4ad1-8cee-0afa381334ec HTTP/1.1" 200 115 0.039271 10.0.0.38 - - [2026-04-20 03:39:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003214 10.0.0.38 - - [2026-04-20 03:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.23 - - [2026-04-20 03:39:14] "GET /obj-perms HTTP/1.1" 200 5056 0.107109 10.0.0.38 - - [2026-04-20 03:39:14] "POST /neutron/port HTTP/1.1" 200 1107 0.066102 10.0.0.38 - - [2026-04-20 03:39:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004880 10.0.0.38 - - [2026-04-20 03:39:14] "POST /neutron/network HTTP/1.1" 200 927 0.012071 10.0.0.38 - - [2026-04-20 03:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.38 - - [2026-04-20 03:39:14] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006200 10.0.0.38 - - [2026-04-20 03:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.38 - - [2026-04-20 03:39:18] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004810 10.0.0.23 - - [2026-04-20 03:39:22] "DELETE /project/2fad3c8e458847eda23f52031a0ff21c HTTP/1.1" 404 173 0.002869 10.0.0.23 - - [2026-04-20 03:39:22] "DELETE /project/b5447be7-5c19-4d7d-b296-85f5e0dce195 HTTP/1.1" 404 177 0.006026 10.0.0.38 - - [2026-04-20 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.38 - - [2026-04-20 03:39:22] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005649 10.0.0.38 - - [2026-04-20 03:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.38 - - [2026-04-20 03:39:27] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004505 10.0.0.38 - - [2026-04-20 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.38 - - [2026-04-20 03:39:31] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004491 10.0.0.38 - - [2026-04-20 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.38 - - [2026-04-20 03:39:35] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005848 10.0.0.38 - - [2026-04-20 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.38 - - [2026-04-20 03:39:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003733 10.0.0.38 - - [2026-04-20 03:39:37] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003347 10.0.0.38 - - [2026-04-20 03:39:37] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005532 10.0.0.38 - - [2026-04-20 03:39:42] "POST /neutron/port HTTP/1.1" 200 1091 0.014789 10.0.0.38 - - [2026-04-20 03:39:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006099 10.0.0.38 - - [2026-04-20 03:39:47] "POST /neutron/port HTTP/1.1" 200 1091 0.016653 10.0.0.38 - - [2026-04-20 03:39:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006106 10.0.0.38 - - [2026-04-20 03:39:58] "POST /neutron/port HTTP/1.1" 200 1128 0.015289 10.0.0.38 - - [2026-04-20 03:39:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007571 10.0.0.38 - - [2026-04-20 03:39:58] "GET /virtual-machine/c8def2f9-7c75-49bc-88b1-672ef01dc86f HTTP/1.1" 200 1296 0.005489 10.0.0.38 - - [2026-04-20 03:39:58] "GET /virtual-machine-interface/8953e125-9ae4-4a61-84d7-4642571c6518 HTTP/1.1" 200 2960 0.004816 10.0.0.38 - - [2026-04-20 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.38 - - [2026-04-20 03:39:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004510 10.0.0.38 - - [2026-04-20 03:39:58] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002734 10.0.0.38 - - [2026-04-20 03:39:58] "GET /virtual-network/358afdbd-13ac-446b-a353-b12d4f9eb4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005081 10.0.0.38 - - [2026-04-20 03:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.38 - - [2026-04-20 03:39:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004371 10.0.0.38 - - [2026-04-20 03:39:59] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004249 10.0.0.38 - - [2026-04-20 03:39:59] "GET /virtual-network/358afdbd-13ac-446b-a353-b12d4f9eb4fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007247 10.0.0.38 - - [2026-04-20 03:39:59] "POST /neutron/port HTTP/1.1" 200 1091 0.022283 10.0.0.38 - - [2026-04-20 03:39:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006663 10.0.0.38 - - [2026-04-20 03:40:00] "GET /virtual-machine/e5427e11-c023-4430-9d9e-f9edfe444ef9 HTTP/1.1" 200 1275 0.006147 10.0.0.38 - - [2026-04-20 03:40:00] "GET /virtual-machine-interface/40a7ef44-985a-4a6d-a844-c40193789292 HTTP/1.1" 200 3187 0.004963 10.0.0.38 - - [2026-04-20 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.38 - - [2026-04-20 03:40:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097 10.0.0.38 - - [2026-04-20 03:40:00] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003151 10.0.0.38 - - [2026-04-20 03:40:00] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005919 10.0.0.38 - - [2026-04-20 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.38 - - [2026-04-20 03:40:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004336 10.0.0.38 - - [2026-04-20 03:40:01] "GET /virtual-networks?parent_id=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003199 10.0.0.38 - - [2026-04-20 03:40:01] "GET /virtual-network/32205adc-74e3-4cfc-9645-cbb242fd1594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005945 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/port HTTP/1.1" 200 1107 0.060309 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/network HTTP/1.1" 200 937 0.008279 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/port HTTP/1.1" 200 1215 0.018005 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008700 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.27 - - [2026-04-20 03:40:14] "GET /obj-perms HTTP/1.1" 200 5056 0.053917 10.0.0.38 - - [2026-04-20 03:40:14] "POST /neutron/network HTTP/1.1" 200 927 0.006743 10.0.0.27 - - [2026-04-20 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-04-20 03:41:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.27 - - [2026-04-20 03:41:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2026-04-20 03:41:14] "POST /neutron/network HTTP/1.1" 200 838 0.006834 10.0.0.38 - - [2026-04-20 03:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.38 - - [2026-04-20 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-20 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.38 - - [2026-04-20 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.38 - - [2026-04-20 03:41:16] "POST /neutron/port HTTP/1.1" 200 1107 0.015378 10.0.0.38 - - [2026-04-20 03:41:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007685 10.0.0.38 - - [2026-04-20 03:41:26] "POST /neutron/router HTTP/1.1" 200 598 0.009507 10.0.0.38 - - [2026-04-20 03:41:27] "POST /neutron/router HTTP/1.1" 200 344 0.147339 10.0.0.23 - - [2026-04-20 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008252 10.0.0.38 - - [2026-04-20 03:41:28] "POST /neutron/port HTTP/1.1" 200 1128 0.018307 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /instance-ip/23938cc7-65ed-4091-9e79-b5055c5b2398 HTTP/1.1" 200 115 0.042741 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /virtual-machine-interface/1e652156-478c-43d8-8877-e2de969d033d HTTP/1.1" 200 115 0.051803 10.0.0.38 - - [2026-04-20 03:41:29] "POST /neutron/port HTTP/1.1" 200 1081 0.021698 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /instance-ip/600f6b1f-369b-4e40-80ef-91df090fd3d3 HTTP/1.1" 200 115 0.040501 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /virtual-machine-interface/b6e4da21-9187-4d19-96d5-cb93d31ac165 HTTP/1.1" 200 115 0.061130 10.0.0.38 - - [2026-04-20 03:41:29] "POST /neutron/port HTTP/1.1" 200 151 0.112536 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /instance-ip/e19b2aef-0b93-42fb-8b61-53b7e4742031 HTTP/1.1" 200 115 0.045653 10.0.0.38 - - [2026-04-20 03:41:29] "DELETE /virtual-machine-interface/540c3cbd-27a3-4e74-9ad1-42653e96b31f HTTP/1.1" 200 115 0.062726 10.0.0.38 - - [2026-04-20 03:41:30] "POST /neutron/network HTTP/1.1" 200 828 0.008577 10.0.0.23 - - [2026-04-20 03:41:30] "DELETE /route-target/ab53a5aa-6875-47ce-880a-2bcd91936f21 HTTP/1.1" 200 115 0.029305 10.0.0.23 - - [2026-04-20 03:41:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.23 - - [2026-04-20 03:41:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002623 10.0.0.38 - - [2026-04-20 03:41:30] "POST /neutron/network HTTP/1.1" 200 151 0.123842 10.0.0.23 - - [2026-04-20 03:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.23 - - [2026-04-20 03:41:30] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001103 10.0.0.38 - - [2026-04-20 03:41:30] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042735 10.0.0.23 - - [2026-04-20 03:41:30] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001186 10.0.0.38 - - [2026-04-20 03:41:30] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?fields=virtual_networks HTTP/1.1" 200 1040 0.060001 10.0.0.23 - - [2026-04-20 03:41:30] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001134 10.0.0.38 - - [2026-04-20 03:41:30] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.038054 10.0.0.23 - - [2026-04-20 03:41:30] "GET /projects?obj_uuids=2fad3c8e-4588-47ed-a23f-52031a0ff21c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116 10.0.0.38 - - [2026-04-20 03:41:30] "GET /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c?fields=security_groups HTTP/1.1" 200 1270 0.038604 10.0.0.38 - - [2026-04-20 03:41:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.025375 10.0.0.23 - - [2026-04-20 03:41:31] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.23 - - [2026-04-20 03:41:31] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.23 - - [2026-04-20 03:41:31] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006785 10.0.0.23 - - [2026-04-20 03:41:31] "POST /id-to-fqname HTTP/1.1" 200 189 0.002469 10.0.0.23 - - [2026-04-20 03:41:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.005082 10.0.0.23 - - [2026-04-20 03:41:31] "POST /security-groups HTTP/1.1" 200 590 0.072030 10.0.0.23 - - [2026-04-20 03:41:31] "POST /projects HTTP/1.1" 200 583 0.262707 10.0.0.23 - - [2026-04-20 03:41:31] "POST /access-control-lists HTTP/1.1" 200 595 0.023915 10.0.0.23 - - [2026-04-20 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.330186 10.0.0.38 - - [2026-04-20 03:41:32] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.467598 10.0.0.38 - - [2026-04-20 03:41:33] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.38 - - [2026-04-20 03:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.008364 10.0.0.38 - - [2026-04-20 03:41:33] "POST /neutron/port HTTP/1.1" 400 205 0.003808 10.0.0.38 - - [2026-04-20 03:41:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.38 - - [2026-04-20 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.051063 10.0.0.23 - - [2026-04-20 03:41:35] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001320 10.0.0.38 - - [2026-04-20 03:41:35] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.048327 10.0.0.23 - - [2026-04-20 03:41:35] "POST /route-targets HTTP/1.1" 200 327 0.013090 10.0.0.23 - - [2026-04-20 03:41:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006460 10.0.0.38 - - [2026-04-20 03:41:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.239814 10.0.0.38 - - [2026-04-20 03:41:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.001766 10.0.0.38 - - [2026-04-20 03:41:35] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010317 10.0.0.38 - - [2026-04-20 03:41:35] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007756 10.0.0.38 - - [2026-04-20 03:41:36] "POST /neutron/network HTTP/1.1" 200 825 0.006641 10.0.0.38 - - [2026-04-20 03:41:36] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005153 10.0.0.38 - - [2026-04-20 03:41:37] "GET /obj-perms HTTP/1.1" 200 5028 0.052537 10.0.0.38 - - [2026-04-20 03:41:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001158 10.0.0.38 - - [2026-04-20 03:41:38] "POST /neutron/network HTTP/1.1" 200 835 0.005751 10.0.0.23 - - [2026-04-20 03:41:38] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000912 10.0.0.38 - - [2026-04-20 03:41:38] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.061340 10.0.0.38 - - [2026-04-20 03:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.005928 10.0.0.38 - - [2026-04-20 03:41:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001054 10.0.0.38 - - [2026-04-20 03:41:39] "POST /neutron/network HTTP/1.1" 200 835 0.006774 10.0.0.38 - - [2026-04-20 03:41:39] "POST /neutron/port HTTP/1.1" 200 1061 0.022544 10.0.0.38 - - [2026-04-20 03:41:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.38 - - [2026-04-20 03:41:39] "POST /neutron/network HTTP/1.1" 200 825 0.005887 10.0.0.23 - - [2026-04-20 03:41:40] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002377 10.0.0.38 - - [2026-04-20 03:41:40] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.063560 10.0.0.38 - - [2026-04-20 03:41:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006993 10.0.0.38 - - [2026-04-20 03:41:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008219 10.0.0.38 - - [2026-04-20 03:41:40] "POST /neutron/port HTTP/1.1" 200 1061 0.017151 10.0.0.38 - - [2026-04-20 03:41:41] "POST /neutron/port HTTP/1.1" 200 1125 0.017677 10.0.0.38 - - [2026-04-20 03:41:41] "POST /neutron/port HTTP/1.1" 200 117 0.000999 10.0.0.38 - - [2026-04-20 03:41:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007407 10.0.0.38 - - [2026-04-20 03:41:45] "POST /neutron/port HTTP/1.1" 200 1125 0.033480 10.0.0.38 - - [2026-04-20 03:41:45] "GET /virtual-machine/023b45bd-1600-464c-a40c-79c3cb2b7b7c HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2026-04-20 03:41:46] "GET /virtual-machine/023b45bd-1600-464c-a40c-79c3cb2b7b7c HTTP/1.1" 200 1290 0.033630 10.0.0.38 - - [2026-04-20 03:41:46] "GET /virtual-machine-interface/71485bd5-5cd3-4f7e-8ae4-f53abdd791de HTTP/1.1" 200 2936 0.005292 10.0.0.38 - - [2026-04-20 03:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.38 - - [2026-04-20 03:41:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006317 10.0.0.38 - - [2026-04-20 03:41:46] "GET /virtual-networks?parent_id=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003178 10.0.0.38 - - [2026-04-20 03:41:46] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007540 10.0.0.38 - - [2026-04-20 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.38 - - [2026-04-20 03:41:49] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005935 10.0.0.38 - - [2026-04-20 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.38 - - [2026-04-20 03:41:53] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006702 10.0.0.38 - - [2026-04-20 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.38 - - [2026-04-20 03:41:57] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005316 10.0.0.38 - - [2026-04-20 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.38 - - [2026-04-20 03:42:01] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005869 10.0.0.38 - - [2026-04-20 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.38 - - [2026-04-20 03:42:05] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004634 10.0.0.38 - - [2026-04-20 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.38 - - [2026-04-20 03:42:09] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008888 10.0.0.23 - - [2026-04-20 03:42:13] "DELETE /access-control-list/31b9e283-96a1-4131-a1d6-d27a1f776166 HTTP/1.1" 200 115 0.030892 10.0.0.38 - - [2026-04-20 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2026-04-20 03:42:13] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004637 10.0.0.38 - - [2026-04-20 03:42:16] "POST /neutron/port HTTP/1.1" 200 1215 0.016841 10.0.0.38 - - [2026-04-20 03:42:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003460 10.0.0.38 - - [2026-04-20 03:42:16] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.23 - - [2026-04-20 03:42:16] "GET /obj-perms HTTP/1.1" 200 5056 0.082421 10.0.0.38 - - [2026-04-20 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.38 - - [2026-04-20 03:42:18] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005309 10.0.0.38 - - [2026-04-20 03:42:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.38 - - [2026-04-20 03:42:22] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005152 10.0.0.23 - - [2026-04-20 03:42:22] "DELETE /project/fe5b17e9171e4f6a90a8bc8cd0e4544a HTTP/1.1" 404 173 0.002364 10.0.0.23 - - [2026-04-20 03:42:22] "DELETE /project/2fad3c8e-4588-47ed-a23f-52031a0ff21c HTTP/1.1" 404 177 0.004506 10.0.0.38 - - [2026-04-20 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-04-20 03:42:26] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004998 10.0.0.38 - - [2026-04-20 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.38 - - [2026-04-20 03:42:30] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005924 10.0.0.38 - - [2026-04-20 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.38 - - [2026-04-20 03:42:34] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004618 10.0.0.38 - - [2026-04-20 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.38 - - [2026-04-20 03:42:36] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.38 - - [2026-04-20 03:42:36] "GET /virtual-networks?parent_id=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002746 10.0.0.38 - - [2026-04-20 03:42:36] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006051 10.0.0.38 - - [2026-04-20 03:42:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006875 10.0.0.38 - - [2026-04-20 03:42:47] "POST /neutron/port HTTP/1.1" 200 1125 0.017841 10.0.0.38 - - [2026-04-20 03:42:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006072 10.0.0.38 - - [2026-04-20 03:42:55] "POST /neutron/port HTTP/1.1" 200 1125 0.041277 10.0.0.38 - - [2026-04-20 03:42:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007245 10.0.0.38 - - [2026-04-20 03:42:57] "POST /neutron/port HTTP/1.1" 200 1125 0.020202 10.0.0.38 - - [2026-04-20 03:42:57] "GET /virtual-machine/c9b83380-0fa5-462d-a0e8-886f44ab7e35 HTTP/1.1" 200 1292 0.004966 10.0.0.38 - - [2026-04-20 03:42:57] "GET /virtual-machine-interface/f2deaef6-458e-412b-b828-4f10eeadc185 HTTP/1.1" 200 2937 0.006863 10.0.0.38 - - [2026-04-20 03:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2026-04-20 03:42:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003172 10.0.0.38 - - [2026-04-20 03:42:57] "GET /virtual-networks?parent_id=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003253 10.0.0.38 - - [2026-04-20 03:42:57] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005947 10.0.0.38 - - [2026-04-20 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.38 - - [2026-04-20 03:42:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.38 - - [2026-04-20 03:42:58] "GET /virtual-networks?parent_id=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002625 10.0.0.38 - - [2026-04-20 03:42:58] "GET /virtual-network/ec776feb-91df-4f26-9479-973e0d63c776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006811 10.0.0.38 - - [2026-04-20 03:42:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007172 10.0.0.38 - - [2026-04-20 03:43:17] "POST /neutron/port HTTP/1.1" 200 1107 0.018367 10.0.0.38 - - [2026-04-20 03:43:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.27 - - [2026-04-20 03:43:17] "GET /obj-perms HTTP/1.1" 200 5056 0.079292 10.0.0.38 - - [2026-04-20 03:43:17] "POST /neutron/network HTTP/1.1" 200 927 0.008441 10.0.0.38 - - [2026-04-20 03:43:18] "POST /neutron/network HTTP/1.1" 200 1120 0.006185 10.0.0.38 - - [2026-04-20 03:43:18] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012751 10.0.0.38 - - [2026-04-20 03:43:18] "POST /neutron/network HTTP/1.1" 200 1110 0.008793 10.0.0.38 - - [2026-04-20 03:44:18] "POST /neutron/network HTTP/1.1" 200 1120 0.006728 10.0.0.38 - - [2026-04-20 03:44:18] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013442 10.0.0.38 - - [2026-04-20 03:44:18] "POST /neutron/network HTTP/1.1" 200 1110 0.017067 10.0.0.38 - - [2026-04-20 03:44:18] "POST /neutron/network HTTP/1.1" 200 937 0.032383 10.0.0.38 - - [2026-04-20 03:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.38 - - [2026-04-20 03:44:59] "POST /neutron/network HTTP/1.1" 400 204 0.013678 10.0.0.38 - - [2026-04-20 03:45:00] "POST /neutron/port HTTP/1.1" 200 151 0.174757 10.0.0.38 - - [2026-04-20 03:45:00] "POST /neutron/port HTTP/1.1" 200 151 0.186329 10.0.0.23 - - [2026-04-20 03:45:03] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.027161 10.0.0.38 - - [2026-04-20 03:45:03] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.109868 10.0.0.23 - - [2026-04-20 03:45:03] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000877 10.0.0.38 - - [2026-04-20 03:45:03] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?fields=virtual_networks HTTP/1.1" 200 1031 0.035943 10.0.0.23 - - [2026-04-20 03:45:03] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.38 - - [2026-04-20 03:45:03] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.036796 10.0.0.23 - - [2026-04-20 03:45:03] "GET /projects?obj_uuids=fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000928 10.0.0.38 - - [2026-04-20 03:45:03] "GET /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a?fields=security_groups HTTP/1.1" 200 1256 0.041245 10.0.0.38 - - [2026-04-20 03:45:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.025114 10.0.0.23 - - [2026-04-20 03:45:04] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002361 10.0.0.23 - - [2026-04-20 03:45:04] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.23 - - [2026-04-20 03:45:04] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045497 10.0.0.23 - - [2026-04-20 03:45:04] "POST /id-to-fqname HTTP/1.1" 200 189 0.004740 10.0.0.23 - - [2026-04-20 03:45:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004111 10.0.0.23 - - [2026-04-20 03:45:04] "POST /security-groups HTTP/1.1" 200 590 0.027349 10.0.0.23 - - [2026-04-20 03:45:05] "POST /projects HTTP/1.1" 200 583 0.210240 10.0.0.23 - - [2026-04-20 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.249244 10.0.0.23 - - [2026-04-20 03:45:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.030202 10.0.0.38 - - [2026-04-20 03:45:05] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.454380 10.0.0.23 - - [2026-04-20 03:45:05] "POST /access-control-lists HTTP/1.1" 200 593 0.057285 10.0.0.38 - - [2026-04-20 03:45:06] "GET / HTTP/1.1" 200 35931 0.002640 10.0.0.38 - - [2026-04-20 03:45:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-04-20 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059417 10.0.0.23 - - [2026-04-20 03:45:08] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000776 10.0.0.38 - - [2026-04-20 03:45:08] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.037198 10.0.0.38 - - [2026-04-20 03:45:08] "POST /neutron/network HTTP/1.1" 200 117 0.044915 10.0.0.38 - - [2026-04-20 03:45:08] "POST /neutron/network HTTP/1.1" 200 824 0.008584 10.0.0.38 - - [2026-04-20 03:45:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.000999 10.0.0.38 - - [2026-04-20 03:45:08] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004842 10.0.0.38 - - [2026-04-20 03:45:09] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005282 10.0.0.38 - - [2026-04-20 03:45:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.009168 10.0.0.38 - - [2026-04-20 03:45:09] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004975 10.0.0.38 - - [2026-04-20 03:45:10] "GET /obj-perms HTTP/1.1" 200 5028 0.066476 10.0.0.38 - - [2026-04-20 03:45:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001648 10.0.0.23 - - [2026-04-20 03:45:11] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000925 10.0.0.38 - - [2026-04-20 03:45:11] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.076286 10.0.0.38 - - [2026-04-20 03:45:12] "POST /neutron/network HTTP/1.1" 200 824 0.032021 10.0.0.38 - - [2026-04-20 03:45:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001198 10.0.0.38 - - [2026-04-20 03:45:12] "POST /neutron/port HTTP/1.1" 200 4184 0.033815 10.0.0.23 - - [2026-04-20 03:45:12] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000876 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/port HTTP/1.1" 200 1060 0.255260 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/port HTTP/1.1" 200 1114 0.125686 10.0.0.23 - - [2026-04-20 03:45:13] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001457 10.0.0.38 - - [2026-04-20 03:45:13] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.098199 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.017601 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/network HTTP/1.1" 200 824 0.010269 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/port HTTP/1.1" 200 117 0.005274 10.0.0.38 - - [2026-04-20 03:45:13] "POST /neutron/network HTTP/1.1" 200 834 0.005826 10.0.0.38 - - [2026-04-20 03:45:14] "POST /neutron/port HTTP/1.1" 200 1060 0.024695 10.0.0.23 - - [2026-04-20 03:45:14] "DELETE /access-control-list/f2ccc7ee-a541-4314-a380-76e8bf8968b6 HTTP/1.1" 200 115 0.048394 10.0.0.38 - - [2026-04-20 03:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012154 10.0.0.38 - - [2026-04-20 03:45:14] "POST /neutron/network HTTP/1.1" 200 824 0.006917 10.0.0.38 - - [2026-04-20 03:45:18] "POST /neutron/network HTTP/1.1" 200 937 0.039389 10.0.0.38 - - [2026-04-20 03:45:18] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.38 - - [2026-04-20 03:45:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007737 10.0.0.38 - - [2026-04-20 03:45:19] "POST /neutron/port HTTP/1.1" 200 1124 0.017640 10.0.0.38 - - [2026-04-20 03:45:19] "GET /virtual-machine/0b235e8c-e242-4fb4-a574-652aad032591 HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-20 03:45:19] "GET /obj-perms HTTP/1.1" 200 5056 0.368545 10.0.0.38 - - [2026-04-20 03:45:19] "GET /virtual-machine/0b235e8c-e242-4fb4-a574-652aad032591 HTTP/1.1" 200 1290 0.060113 10.0.0.38 - - [2026-04-20 03:45:19] "GET /virtual-machine-interface/fd9f1687-200f-488b-8d51-47be73f8f6b4 HTTP/1.1" 200 2937 0.004837 10.0.0.38 - - [2026-04-20 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.38 - - [2026-04-20 03:45:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003526 10.0.0.38 - - [2026-04-20 03:45:19] "GET /virtual-networks?parent_id=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003155 10.0.0.38 - - [2026-04-20 03:45:19] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005932 10.0.0.38 - - [2026-04-20 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.38 - - [2026-04-20 03:45:22] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004497 10.0.0.23 - - [2026-04-20 03:45:22] "DELETE /project/fe5b17e9-171e-4f6a-90a8-bc8cd0e4544a HTTP/1.1" 404 177 0.003971 10.0.0.23 - - [2026-04-20 03:45:22] "DELETE /project/e826a0851ad144e6a6f328325a4d537f HTTP/1.1" 404 173 0.006541 10.0.0.38 - - [2026-04-20 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.38 - - [2026-04-20 03:45:26] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005754 10.0.0.38 - - [2026-04-20 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.38 - - [2026-04-20 03:45:30] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004967 10.0.0.38 - - [2026-04-20 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.38 - - [2026-04-20 03:45:34] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005388 10.0.0.38 - - [2026-04-20 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2026-04-20 03:45:39] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005161 10.0.0.38 - - [2026-04-20 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.38 - - [2026-04-20 03:45:43] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009335 10.0.0.38 - - [2026-04-20 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.38 - - [2026-04-20 03:45:47] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005020 10.0.0.38 - - [2026-04-20 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.38 - - [2026-04-20 03:45:51] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005594 10.0.0.38 - - [2026-04-20 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.38 - - [2026-04-20 03:45:55] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005216 10.0.0.38 - - [2026-04-20 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.38 - - [2026-04-20 03:45:59] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004917 10.0.0.38 - - [2026-04-20 03:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.38 - - [2026-04-20 03:46:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004360 10.0.0.38 - - [2026-04-20 03:46:03] "GET /virtual-networks?parent_id=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002515 10.0.0.38 - - [2026-04-20 03:46:03] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005250 10.0.0.38 - - [2026-04-20 03:46:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007079 10.0.0.27 - - [2026-04-20 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-04-20 03:46:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.23 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2026-04-20 03:46:13] "POST /neutron/port HTTP/1.1" 200 1124 0.021849 10.0.0.23 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.23 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-04-20 03:46:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.38 - - [2026-04-20 03:46:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006430 10.0.0.38 - - [2026-04-20 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-04-20 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-20 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-20 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-20 03:46:18] "POST /neutron/port HTTP/1.1" 200 1215 0.018580 10.0.0.38 - - [2026-04-20 03:46:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.38 - - [2026-04-20 03:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.38 - - [2026-04-20 03:46:19] "POST /neutron/port HTTP/1.1" 200 1124 0.017624 10.0.0.27 - - [2026-04-20 03:46:20] "GET /obj-perms HTTP/1.1" 200 5056 0.063859 10.0.0.38 - - [2026-04-20 03:46:22] "POST /neutron/port HTTP/1.1" 200 1215 0.018525 10.0.0.38 - - [2026-04-20 03:46:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.38 - - [2026-04-20 03:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.38 - - [2026-04-20 03:46:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006900 10.0.0.38 - - [2026-04-20 03:46:24] "POST /neutron/port HTTP/1.1" 200 1124 0.018717 10.0.0.38 - - [2026-04-20 03:46:24] "GET /virtual-machine/f7434d36-00f9-4ec6-aff0-e5632622493b HTTP/1.1" 200 1292 0.006371 10.0.0.38 - - [2026-04-20 03:46:24] "GET /virtual-machine-interface/700c57b7-dfc1-47cb-a11f-96a7dfe48b89 HTTP/1.1" 200 2936 0.006442 10.0.0.38 - - [2026-04-20 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.38 - - [2026-04-20 03:46:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.38 - - [2026-04-20 03:46:24] "GET /virtual-networks?parent_id=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002847 10.0.0.38 - - [2026-04-20 03:46:24] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006494 10.0.0.38 - - [2026-04-20 03:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2026-04-20 03:46:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003087 10.0.0.38 - - [2026-04-20 03:46:25] "GET /virtual-networks?parent_id=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002061 10.0.0.38 - - [2026-04-20 03:46:25] "GET /virtual-network/9c0a3251-63d9-4062-9d0b-407fac4f49f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005403 10.0.0.38 - - [2026-04-20 03:46:53] "POST /neutron/network HTTP/1.1" 400 204 0.013264 10.0.0.38 - - [2026-04-20 03:46:54] "POST /neutron/port HTTP/1.1" 200 151 0.165762 10.0.0.38 - - [2026-04-20 03:46:54] "POST /neutron/port HTTP/1.1" 200 151 0.183304 10.0.0.23 - - [2026-04-20 03:46:55] "DELETE /route-target/552ac2ae-7461-428d-a085-8a7be0e45cdc HTTP/1.1" 200 115 0.021476 10.0.0.23 - - [2026-04-20 03:46:57] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001540 10.0.0.38 - - [2026-04-20 03:46:57] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.042968 10.0.0.23 - - [2026-04-20 03:46:57] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000854 10.0.0.38 - - [2026-04-20 03:46:57] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?fields=virtual_networks HTTP/1.1" 200 1031 0.032957 10.0.0.23 - - [2026-04-20 03:46:57] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000887 10.0.0.38 - - [2026-04-20 03:46:57] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043803 10.0.0.23 - - [2026-04-20 03:46:57] "GET /projects?obj_uuids=e826a085-1ad1-44e6-a6f3-28325a4d537f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001318 10.0.0.38 - - [2026-04-20 03:46:57] "GET /project/e826a085-1ad1-44e6-a6f3-28325a4d537f?fields=security_groups HTTP/1.1" 200 1256 0.034991 10.0.0.38 - - [2026-04-20 03:47:12] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.38 - - [2026-04-20 03:47:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000577 10.0.0.38 - - [2026-04-20 03:47:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.045327 10.0.0.23 - - [2026-04-20 03:47:13] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003499 10.0.0.23 - - [2026-04-20 03:47:13] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.23 - - [2026-04-20 03:47:13] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006779 10.0.0.23 - - [2026-04-20 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 203 0.011117 10.0.0.23 - - [2026-04-20 03:47:13] "POST /fqname-to-id HTTP/1.1" 404 212 0.004052 10.0.0.23 - - [2026-04-20 03:47:13] "POST /security-groups HTTP/1.1" 200 604 0.069013 10.0.0.23 - - [2026-04-20 03:47:13] "POST /projects HTTP/1.1" 200 611 0.269800 10.0.0.23 - - [2026-04-20 03:47:13] "POST /fqname-to-id HTTP/1.1" 404 246 0.013792 10.0.0.23 - - [2026-04-20 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.338086 10.0.0.38 - - [2026-04-20 03:47:13] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.476706 10.0.0.38 - - [2026-04-20 03:47:14] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.23 - - [2026-04-20 03:47:15] "DELETE /access-control-list/ba8bf26c-db6f-4bce-a742-6498cbd462a4 HTTP/1.1" 200 115 0.049748 10.0.0.38 - - [2026-04-20 03:47:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.38 - - [2026-04-20 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.036181 10.0.0.23 - - [2026-04-20 03:47:15] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001143 10.0.0.38 - - [2026-04-20 03:47:16] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050929 10.0.0.38 - - [2026-04-20 03:47:16] "POST /neutron/network HTTP/1.1" 200 117 0.043084 10.0.0.38 - - [2026-04-20 03:47:16] "POST /neutron/network HTTP/1.1" 200 839 0.010162 10.0.0.38 - - [2026-04-20 03:47:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.001069 10.0.0.38 - - [2026-04-20 03:47:16] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004891 10.0.0.38 - - [2026-04-20 03:47:16] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004796 10.0.0.38 - - [2026-04-20 03:47:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.008746 10.0.0.38 - - [2026-04-20 03:47:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.001695 10.0.0.23 - - [2026-04-20 03:47:17] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000905 10.0.0.38 - - [2026-04-20 03:47:17] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.070013 10.0.0.38 - - [2026-04-20 03:47:17] "POST /neutron/network HTTP/1.1" 200 839 0.005676 10.0.0.38 - - [2026-04-20 03:47:18] "POST /id-to-fqname HTTP/1.1" 200 234 0.001233 10.0.0.38 - - [2026-04-20 03:47:18] "POST /neutron/port HTTP/1.1" 200 4184 0.037029 10.0.0.23 - - [2026-04-20 03:47:18] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001244 10.0.0.38 - - [2026-04-20 03:47:18] "POST /neutron/port HTTP/1.1" 200 1073 0.294967 10.0.0.38 - - [2026-04-20 03:47:19] "POST /neutron/port HTTP/1.1" 200 1127 0.113204 10.0.0.38 - - [2026-04-20 03:47:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008718 10.0.0.23 - - [2026-04-20 03:47:19] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001284 10.0.0.38 - - [2026-04-20 03:47:19] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076448 10.0.0.38 - - [2026-04-20 03:47:19] "POST /neutron/network HTTP/1.1" 200 839 0.005172 10.0.0.38 - - [2026-04-20 03:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.006777 10.0.0.38 - - [2026-04-20 03:47:20] "POST /neutron/network HTTP/1.1" 200 849 0.005697 10.0.0.38 - - [2026-04-20 03:47:20] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005156 10.0.0.38 - - [2026-04-20 03:47:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003424 10.0.0.38 - - [2026-04-20 03:47:20] "POST /neutron/network HTTP/1.1" 200 927 0.005863 10.0.0.38 - - [2026-04-20 03:47:21] "POST /neutron/port HTTP/1.1" 200 1127 0.126141 10.0.0.38 - - [2026-04-20 03:47:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008725 10.0.0.38 - - [2026-04-20 03:47:21] "GET /obj-perms HTTP/1.1" 200 5056 0.081694 10.0.0.38 - - [2026-04-20 03:47:22] "POST /neutron/port HTTP/1.1" 200 1137 0.019164 10.0.0.38 - - [2026-04-20 03:47:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006452 10.0.0.23 - - [2026-04-20 03:47:22] "DELETE /project/e826a085-1ad1-44e6-a6f3-28325a4d537f HTTP/1.1" 404 177 0.002375 10.0.0.23 - - [2026-04-20 03:47:22] "DELETE /project/88ca6c86a7824b9caa89c0292aa5df94 HTTP/1.1" 404 173 0.004472 10.0.0.38 - - [2026-04-20 03:47:22] "GET /virtual-machine/27635d4c-0fc4-4174-aa62-3e63ca240e97 HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-20 03:47:23] "GET /virtual-machine/27635d4c-0fc4-4174-aa62-3e63ca240e97 HTTP/1.1" 200 1305 0.031562 10.0.0.38 - - [2026-04-20 03:47:23] "GET /virtual-machine-interface/4e27fd36-0b63-40f5-a7a5-745100b432fb HTTP/1.1" 200 3009 0.004754 10.0.0.38 - - [2026-04-20 03:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.38 - - [2026-04-20 03:47:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004347 10.0.0.38 - - [2026-04-20 03:47:23] "GET /virtual-networks?parent_id=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003683 10.0.0.38 - - [2026-04-20 03:47:23] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005161 10.0.0.38 - - [2026-04-20 03:47:24] "POST /neutron/port HTTP/1.1" 200 1107 0.014611 10.0.0.38 - - [2026-04-20 03:47:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003726 10.0.0.38 - - [2026-04-20 03:47:24] "POST /neutron/network HTTP/1.1" 200 927 0.006168 10.0.0.38 - - [2026-04-20 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.38 - - [2026-04-20 03:47:26] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004751 10.0.0.38 - - [2026-04-20 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.38 - - [2026-04-20 03:47:30] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004644 10.0.0.38 - - [2026-04-20 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2026-04-20 03:47:34] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004928 10.0.0.38 - - [2026-04-20 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.38 - - [2026-04-20 03:47:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002952 10.0.0.38 - - [2026-04-20 03:47:38] "GET /virtual-networks?parent_id=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003627 10.0.0.38 - - [2026-04-20 03:47:38] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005967 10.0.0.38 - - [2026-04-20 03:47:38] "POST /neutron/port HTTP/1.1" 200 1137 0.015279 10.0.0.38 - - [2026-04-20 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006621 10.0.0.38 - - [2026-04-20 03:47:49] "POST /neutron/port HTTP/1.1" 200 1137 0.022028 10.0.0.38 - - [2026-04-20 03:47:49] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006760 10.0.0.38 - - [2026-04-20 03:47:49] "GET /virtual-machine/5fb51b58-ae87-4954-9488-3359a83d5efa HTTP/1.1" 200 1305 0.005164 10.0.0.38 - - [2026-04-20 03:47:49] "GET /virtual-machine-interface/dea8fd21-2fe4-4048-8f94-51800a158a62 HTTP/1.1" 200 3010 0.004997 10.0.0.38 - - [2026-04-20 03:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987 10.0.0.38 - - [2026-04-20 03:47:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005117 10.0.0.38 - - [2026-04-20 03:47:49] "GET /virtual-networks?parent_id=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002956 10.0.0.38 - - [2026-04-20 03:47:49] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005497 10.0.0.38 - - [2026-04-20 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2026-04-20 03:47:50] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003631 10.0.0.38 - - [2026-04-20 03:47:50] "GET /virtual-networks?parent_id=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003346 10.0.0.38 - - [2026-04-20 03:47:50] "GET /virtual-network/3030ad57-e076-4873-96d2-8bb3e488957f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006466 10.0.0.38 - - [2026-04-20 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.38 - - [2026-04-20 03:47:51] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.38 - - [2026-04-20 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.38 - - [2026-04-20 03:47:51] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003772 10.0.0.38 - - [2026-04-20 03:47:51] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.015753 10.0.0.38 - - [2026-04-20 03:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2026-04-20 03:48:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004879 10.0.0.38 - - [2026-04-20 03:48:01] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.013986 10.0.0.38 - - [2026-04-20 03:48:21] "POST /neutron/port HTTP/1.1" 200 1215 0.020831 10.0.0.38 - - [2026-04-20 03:48:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.38 - - [2026-04-20 03:48:21] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.23 - - [2026-04-20 03:48:22] "GET /obj-perms HTTP/1.1" 200 5056 0.067911 10.0.0.38 - - [2026-04-20 03:48:50] "POST /neutron/network HTTP/1.1" 200 839 0.005899 10.0.0.38 - - [2026-04-20 03:48:51] "POST /neutron/port HTTP/1.1" 200 1127 0.017797 10.0.0.38 - - [2026-04-20 03:48:51] "POST /neutron/port HTTP/1.1" 200 1127 0.012420 10.0.0.23 - - [2026-04-20 03:48:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004273 10.0.0.23 - - [2026-04-20 03:48:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004448 10.0.0.23 - - [2026-04-20 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.38 - - [2026-04-20 03:48:52] "POST /neutron/network HTTP/1.1" 200 151 0.131889 10.0.0.23 - - [2026-04-20 03:48:53] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000930 10.0.0.38 - - [2026-04-20 03:48:53] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039773 10.0.0.23 - - [2026-04-20 03:48:53] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000829 10.0.0.38 - - [2026-04-20 03:48:53] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?fields=virtual_networks HTTP/1.1" 200 1058 0.040611 10.0.0.23 - - [2026-04-20 03:48:53] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001335 10.0.0.38 - - [2026-04-20 03:48:53] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.046750 10.0.0.23 - - [2026-04-20 03:48:53] "GET /projects?obj_uuids=88ca6c86-a782-4b9c-aa89-c0292aa5df94&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000879 10.0.0.38 - - [2026-04-20 03:48:53] "GET /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94?fields=security_groups HTTP/1.1" 200 1297 0.039272 10.0.0.38 - - [2026-04-20 03:48:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.026544 10.0.0.23 - - [2026-04-20 03:48:54] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003413 10.0.0.23 - - [2026-04-20 03:48:54] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.23 - - [2026-04-20 03:48:54] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006332 10.0.0.23 - - [2026-04-20 03:48:54] "POST /id-to-fqname HTTP/1.1" 200 209 0.005118 10.0.0.23 - - [2026-04-20 03:48:54] "POST /fqname-to-id HTTP/1.1" 404 217 0.003633 10.0.0.23 - - [2026-04-20 03:48:54] "POST /security-groups HTTP/1.1" 200 609 0.065143 10.0.0.23 - - [2026-04-20 03:48:54] "POST /projects HTTP/1.1" 200 621 0.256650 10.0.0.23 - - [2026-04-20 03:48:54] "POST /access-control-lists HTTP/1.1" 200 614 0.023568 10.0.0.23 - - [2026-04-20 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.327143 10.0.0.38 - - [2026-04-20 03:48:54] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.452815 10.0.0.38 - - [2026-04-20 03:48:55] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.38 - - [2026-04-20 03:48:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-04-20 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.058579 10.0.0.23 - - [2026-04-20 03:48:56] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000920 10.0.0.38 - - [2026-04-20 03:48:56] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.035409 10.0.0.23 - - [2026-04-20 03:48:56] "POST /route-targets HTTP/1.1" 200 327 0.012313 10.0.0.23 - - [2026-04-20 03:48:57] "POST /useragent-kv HTTP/1.1" 200 115 0.011180 10.0.0.38 - - [2026-04-20 03:48:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.242778 10.0.0.38 - - [2026-04-20 03:48:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.001190 10.0.0.38 - - [2026-04-20 03:48:57] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004632 10.0.0.38 - - [2026-04-20 03:48:57] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004721 10.0.0.38 - - [2026-04-20 03:48:57] "POST /neutron/network HTTP/1.1" 200 842 0.006076 10.0.0.38 - - [2026-04-20 03:48:57] "POST /id-to-fqname HTTP/1.1" 200 239 0.001670 10.0.0.38 - - [2026-04-20 03:48:57] "POST /neutron/network HTTP/1.1" 200 852 0.007300 10.0.0.23 - - [2026-04-20 03:48:58] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000882 10.0.0.38 - - [2026-04-20 03:48:58] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.058907 10.0.0.38 - - [2026-04-20 03:48:58] "POST /neutron/port HTTP/1.1" 200 117 0.005689 10.0.0.38 - - [2026-04-20 03:48:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001223 10.0.0.38 - - [2026-04-20 03:48:58] "POST /neutron/network HTTP/1.1" 200 852 0.006371 10.0.0.38 - - [2026-04-20 03:48:59] "POST /neutron/port HTTP/1.1" 200 1076 0.023636 10.0.0.38 - - [2026-04-20 03:48:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005130 10.0.0.38 - - [2026-04-20 03:48:59] "POST /neutron/network HTTP/1.1" 200 842 0.007242 10.0.0.23 - - [2026-04-20 03:48:59] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000958 10.0.0.38 - - [2026-04-20 03:48:59] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.063286 10.0.0.38 - - [2026-04-20 03:48:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014611 10.0.0.23 - - [2026-04-20 03:48:59] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000921 10.0.0.38 - - [2026-04-20 03:49:00] "POST /neutron/port HTTP/1.1" 200 1076 0.298029 10.0.0.38 - - [2026-04-20 03:49:00] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005270 10.0.0.38 - - [2026-04-20 03:49:00] "POST /neutron/port HTTP/1.1" 200 1130 0.131142 10.0.0.38 - - [2026-04-20 03:49:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.009798 10.0.0.27 - - [2026-04-20 03:49:01] "GET /obj-perms HTTP/1.1" 200 5066 0.058201 10.0.0.38 - - [2026-04-20 03:49:01] "POST /neutron/port HTTP/1.1" 200 1140 0.022204 10.0.0.38 - - [2026-04-20 03:49:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.019544 10.0.0.38 - - [2026-04-20 03:49:02] "GET /virtual-machine/eb544047-a49e-4b10-8805-c14c8cf75bd7 HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2026-04-20 03:49:02] "GET /virtual-machine/eb544047-a49e-4b10-8805-c14c8cf75bd7 HTTP/1.1" 200 1310 0.031988 10.0.0.38 - - [2026-04-20 03:49:02] "GET /virtual-machine-interface/cab2ccc1-f87e-4d30-800e-0253ccc62599 HTTP/1.1" 200 3034 0.004466 10.0.0.38 - - [2026-04-20 03:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.38 - - [2026-04-20 03:49:02] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005490 10.0.0.38 - - [2026-04-20 03:49:02] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003330 10.0.0.38 - - [2026-04-20 03:49:02] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006832 10.0.0.38 - - [2026-04-20 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.38 - - [2026-04-20 03:49:05] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004490 10.0.0.38 - - [2026-04-20 03:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.38 - - [2026-04-20 03:49:09] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005407 10.0.0.38 - - [2026-04-20 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.38 - - [2026-04-20 03:49:13] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004572 10.0.0.23 - - [2026-04-20 03:49:15] "DELETE /access-control-list/d4a50c63-0436-4c7e-8fb0-3f2aefcd15fa HTTP/1.1" 200 115 0.031100 10.0.0.38 - - [2026-04-20 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.38 - - [2026-04-20 03:49:17] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006008 10.0.0.38 - - [2026-04-20 03:49:21] "POST /neutron/port HTTP/1.1" 200 1140 0.053988 10.0.0.38 - - [2026-04-20 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.38 - - [2026-04-20 03:49:21] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005427 10.0.0.23 - - [2026-04-20 03:49:23] "DELETE /project/30297f54ef95486088172eb7e7a26cab HTTP/1.1" 404 173 0.004006 10.0.0.23 - - [2026-04-20 03:49:23] "DELETE /project/88ca6c86-a782-4b9c-aa89-c0292aa5df94 HTTP/1.1" 404 177 0.003655 10.0.0.38 - - [2026-04-20 03:49:23] "POST /neutron/port HTTP/1.1" 200 1140 0.021537 10.0.0.38 - - [2026-04-20 03:49:23] "POST /neutron/network HTTP/1.1" 200 937 0.005872 10.0.0.38 - - [2026-04-20 03:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.38 - - [2026-04-20 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.38 - - [2026-04-20 03:49:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003502 10.0.0.38 - - [2026-04-20 03:49:24] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004180 10.0.0.38 - - [2026-04-20 03:49:24] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005743 10.0.0.38 - - [2026-04-20 03:49:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008004 10.0.0.38 - - [2026-04-20 03:49:27] "POST /neutron/network HTTP/1.1" 200 1120 0.030032 10.0.0.38 - - [2026-04-20 03:49:27] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012716 10.0.0.38 - - [2026-04-20 03:49:27] "POST /neutron/network HTTP/1.1" 200 1110 0.009015 10.0.0.38 - - [2026-04-20 03:49:34] "POST /neutron/port HTTP/1.1" 200 1140 0.018588 10.0.0.38 - - [2026-04-20 03:49:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008608 10.0.0.38 - - [2026-04-20 03:49:34] "GET /virtual-machine/4501ebce-3d82-4670-86b7-a4649b2aa569 HTTP/1.1" 200 1309 0.005329 10.0.0.38 - - [2026-04-20 03:49:34] "GET /virtual-machine-interface/6f5d738e-b257-4d65-b1ea-a3f58097ae4e HTTP/1.1" 200 3034 0.006455 10.0.0.38 - - [2026-04-20 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.38 - - [2026-04-20 03:49:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003634 10.0.0.38 - - [2026-04-20 03:49:34] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003951 10.0.0.38 - - [2026-04-20 03:49:34] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006915 10.0.0.38 - - [2026-04-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.38 - - [2026-04-20 03:49:36] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003810 10.0.0.38 - - [2026-04-20 03:49:36] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002894 10.0.0.38 - - [2026-04-20 03:49:36] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005786 10.0.0.38 - - [2026-04-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2026-04-20 03:49:36] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001109 10.0.0.38 - - [2026-04-20 03:49:36] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.039301 10.0.0.38 - - [2026-04-20 03:49:36] "POST /neutron/network HTTP/1.1" 200 117 0.013856 10.0.0.38 - - [2026-04-20 03:49:36] "POST /neutron/network HTTP/1.1" 200 844 0.009051 10.0.0.38 - - [2026-04-20 03:49:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001105 10.0.0.38 - - [2026-04-20 03:49:36] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005019 10.0.0.38 - - [2026-04-20 03:49:36] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005460 10.0.0.38 - - [2026-04-20 03:49:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.012982 10.0.0.38 - - [2026-04-20 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.23 - - [2026-04-20 03:49:36] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001145 10.0.0.38 - - [2026-04-20 03:49:36] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.049218 10.0.0.23 - - [2026-04-20 03:49:37] "POST /route-targets HTTP/1.1" 200 327 0.014522 10.0.0.23 - - [2026-04-20 03:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010012 10.0.0.38 - - [2026-04-20 03:49:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.237724 10.0.0.38 - - [2026-04-20 03:49:37] "POST /id-to-fqname HTTP/1.1" 200 242 0.001188 10.0.0.38 - - [2026-04-20 03:49:37] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006223 10.0.0.38 - - [2026-04-20 03:49:37] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006103 10.0.0.38 - - [2026-04-20 03:49:37] "POST /neutron/network HTTP/1.1" 200 850 0.006714 10.0.0.38 - - [2026-04-20 03:49:37] "POST /id-to-fqname HTTP/1.1" 200 239 0.001249 10.0.0.38 - - [2026-04-20 03:49:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006624 10.0.0.23 - - [2026-04-20 03:49:38] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000901 10.0.0.38 - - [2026-04-20 03:49:38] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.076779 10.0.0.38 - - [2026-04-20 03:49:38] "POST /neutron/port HTTP/1.1" 200 6158 0.067217 10.0.0.38 - - [2026-04-20 03:49:38] "POST /id-to-fqname HTTP/1.1" 200 242 0.001920 10.0.0.38 - - [2026-04-20 03:49:39] "POST /neutron/port HTTP/1.1" 200 6158 0.042054 10.0.0.23 - - [2026-04-20 03:49:39] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000943 10.0.0.38 - - [2026-04-20 03:49:39] "POST /neutron/port HTTP/1.1" 200 1078 0.257107 10.0.0.38 - - [2026-04-20 03:49:39] "POST /neutron/port HTTP/1.1" 200 1078 0.012552 10.0.0.38 - - [2026-04-20 03:49:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005995 10.0.0.38 - - [2026-04-20 03:49:39] "POST /neutron/network HTTP/1.1" 200 844 0.006850 10.0.0.23 - - [2026-04-20 03:49:39] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000857 10.0.0.38 - - [2026-04-20 03:49:39] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.069418 10.0.0.38 - - [2026-04-20 03:49:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007334 10.0.0.38 - - [2026-04-20 03:49:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001536 10.0.0.38 - - [2026-04-20 03:49:40] "POST /id-to-fqname HTTP/1.1" 200 239 0.001159 10.0.0.38 - - [2026-04-20 03:49:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006513 10.0.0.23 - - [2026-04-20 03:49:40] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001109 10.0.0.38 - - [2026-04-20 03:49:40] "POST /neutron/port HTTP/1.1" 200 1078 0.298005 10.0.0.38 - - [2026-04-20 03:49:41] "POST /neutron/port HTTP/1.1" 200 1132 0.092656 10.0.0.38 - - [2026-04-20 03:49:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.009094 10.0.0.23 - - [2026-04-20 03:49:41] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000897 10.0.0.38 - - [2026-04-20 03:49:41] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.074796 10.0.0.38 - - [2026-04-20 03:49:41] "POST /neutron/network HTTP/1.1" 200 842 0.007294 10.0.0.38 - - [2026-04-20 03:49:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007688 10.0.0.38 - - [2026-04-20 03:49:41] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005115 10.0.0.23 - - [2026-04-20 03:49:41] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000950 10.0.0.38 - - [2026-04-20 03:49:42] "POST /neutron/port HTTP/1.1" 200 1076 0.273885 10.0.0.38 - - [2026-04-20 03:49:42] "GET /obj-perms HTTP/1.1" 200 5066 0.059302 10.0.0.23 - - [2026-04-20 03:49:42] "GET /obj-perms HTTP/1.1" 200 5066 0.068816 10.0.0.38 - - [2026-04-20 03:49:42] "POST /neutron/port HTTP/1.1" 200 1076 0.016557 10.0.0.38 - - [2026-04-20 03:49:42] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005200 10.0.0.38 - - [2026-04-20 03:49:42] "POST /neutron/port HTTP/1.1" 200 1078 0.018005 10.0.0.27 - - [2026-04-20 03:49:43] "GET /obj-perms HTTP/1.1" 200 5066 0.004309 10.0.0.38 - - [2026-04-20 03:49:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003841 10.0.0.38 - - [2026-04-20 03:49:43] "POST /neutron/network HTTP/1.1" 200 842 0.006049 10.0.0.38 - - [2026-04-20 03:49:43] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008607 10.0.0.38 - - [2026-04-20 03:49:43] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.38 - - [2026-04-20 03:49:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008511 10.0.0.38 - - [2026-04-20 03:49:43] "POST /neutron/port HTTP/1.1" 200 1142 0.015394 10.0.0.38 - - [2026-04-20 03:49:43] "GET /virtual-machine/789bc244-2f16-480c-8c13-82e214032b79 HTTP/1.1" 200 1310 0.005414 10.0.0.38 - - [2026-04-20 03:49:43] "GET /virtual-machine-interface/1e1b977a-45c3-4f6b-aaf9-ac6aea776b46 HTTP/1.1" 200 3043 0.004519 10.0.0.38 - - [2026-04-20 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.38 - - [2026-04-20 03:49:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.38 - - [2026-04-20 03:49:43] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002470 10.0.0.38 - - [2026-04-20 03:49:43] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005172 10.0.0.38 - - [2026-04-20 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.38 - - [2026-04-20 03:49:47] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005591 10.0.0.38 - - [2026-04-20 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.38 - - [2026-04-20 03:49:51] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006069 10.0.0.38 - - [2026-04-20 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.38 - - [2026-04-20 03:49:55] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004777 10.0.0.38 - - [2026-04-20 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.38 - - [2026-04-20 03:49:59] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.004999 10.0.0.38 - - [2026-04-20 03:49:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006467 10.0.0.38 - - [2026-04-20 03:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2026-04-20 03:50:03] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005295 10.0.0.38 - - [2026-04-20 03:50:04] "POST /neutron/port HTTP/1.1" 200 1142 0.016967 10.0.0.38 - - [2026-04-20 03:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.38 - - [2026-04-20 03:50:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002855 10.0.0.38 - - [2026-04-20 03:50:05] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002805 10.0.0.38 - - [2026-04-20 03:50:05] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006206 10.0.0.38 - - [2026-04-20 03:50:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007119 10.0.0.38 - - [2026-04-20 03:50:16] "POST /neutron/port HTTP/1.1" 200 1142 0.018107 10.0.0.38 - - [2026-04-20 03:50:16] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007088 10.0.0.38 - - [2026-04-20 03:50:16] "GET /virtual-machine/0d555731-ee77-4a16-bf89-7f0cc9caa2c4 HTTP/1.1" 200 1309 0.006138 10.0.0.38 - - [2026-04-20 03:50:16] "GET /virtual-machine-interface/e4e151ef-6661-4d60-b1ec-02f5f25a34fa HTTP/1.1" 200 3035 0.005449 10.0.0.38 - - [2026-04-20 03:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.38 - - [2026-04-20 03:50:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004773 10.0.0.38 - - [2026-04-20 03:50:16] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002830 10.0.0.38 - - [2026-04-20 03:50:16] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005147 10.0.0.38 - - [2026-04-20 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.38 - - [2026-04-20 03:50:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.38 - - [2026-04-20 03:50:17] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002910 10.0.0.38 - - [2026-04-20 03:50:17] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006046 10.0.0.38 - - [2026-04-20 03:50:17] "POST /neutron/port HTTP/1.1" 200 2130 0.021214 10.0.0.38 - - [2026-04-20 03:50:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007212 10.0.0.38 - - [2026-04-20 03:50:18] "POST /neutron/port HTTP/1.1" 200 2130 0.021356 10.0.0.38 - - [2026-04-20 03:50:18] "GET /virtual-machine/44f0a3f3-892a-497a-b54b-40501b0fe519 HTTP/1.1" 200 1586 0.006022 10.0.0.38 - - [2026-04-20 03:50:18] "GET /virtual-machine-interface/1de6e66d-5b3d-4435-847a-224742a70e83 HTTP/1.1" 200 3033 0.004813 10.0.0.38 - - [2026-04-20 03:50:18] "GET /virtual-machine-interface/6d9ab19f-9d7f-46a7-8d51-d1cf4756f857 HTTP/1.1" 200 3034 0.004611 10.0.0.38 - - [2026-04-20 03:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.38 - - [2026-04-20 03:50:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003042 10.0.0.38 - - [2026-04-20 03:50:18] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003501 10.0.0.38 - - [2026-04-20 03:50:18] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.010335 10.0.0.38 - - [2026-04-20 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.38 - - [2026-04-20 03:50:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003608 10.0.0.38 - - [2026-04-20 03:50:19] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004121 10.0.0.38 - - [2026-04-20 03:50:19] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005978 10.0.0.38 - - [2026-04-20 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2026-04-20 03:50:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003531 10.0.0.38 - - [2026-04-20 03:50:19] "GET /virtual-networks?parent_id=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002538 10.0.0.38 - - [2026-04-20 03:50:19] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005306 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.38 - - [2026-04-20 03:50:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003254 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.38 - - [2026-04-20 03:50:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.38 - - [2026-04-20 03:50:21] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.010484 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 404 217 0.003538 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.23 - - [2026-04-20 03:50:21] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.026566 10.0.0.38 - - [2026-04-20 03:50:21] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.067638 10.0.0.38 - - [2026-04-20 03:50:21] "POST /network-policys HTTP/1.1" 200 539 0.027223 10.0.0.38 - - [2026-04-20 03:50:21] "GET /network-policy/dc422b9f-87ec-4264-b587-838d988186f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.006028 10.0.0.38 - - [2026-04-20 03:50:21] "POST /neutron/network HTTP/1.1" 200 936 0.068359 10.0.0.38 - - [2026-04-20 03:50:21] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005109 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.38 - - [2026-04-20 03:50:21] "GET /network-policy/dc422b9f-87ec-4264-b587-838d988186f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.003638 10.0.0.38 - - [2026-04-20 03:50:21] "POST /neutron/network HTTP/1.1" 200 938 0.071371 10.0.0.38 - - [2026-04-20 03:50:21] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005213 10.0.0.38 - - [2026-04-20 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.38 - - [2026-04-20 03:50:21] "GET /network-policy/dc422b9f-87ec-4264-b587-838d988186f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.004223 10.0.0.38 - - [2026-04-20 03:50:22] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.004668 10.0.0.23 - - [2026-04-20 03:50:22] "POST /access-control-lists HTTP/1.1" 200 609 0.101762 10.0.0.23 - - [2026-04-20 03:50:22] "POST /ref-update HTTP/1.1" 200 156 0.046485 10.0.0.38 - - [2026-04-20 03:50:22] "GET /obj-perms HTTP/1.1" 200 5066 0.013720 10.0.0.23 - - [2026-04-20 03:50:22] "GET /obj-perms HTTP/1.1" 200 5066 0.003752 10.0.0.38 - - [2026-04-20 03:50:22] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005539 10.0.0.27 - - [2026-04-20 03:50:22] "GET /obj-perms HTTP/1.1" 200 5066 0.003727 10.0.0.38 - - [2026-04-20 03:50:22] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.005304 10.0.0.38 - - [2026-04-20 03:50:23] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005052 10.0.0.38 - - [2026-04-20 03:50:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003154 10.0.0.23 - - [2026-04-20 03:50:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003880 10.0.0.38 - - [2026-04-20 03:50:23] "GET /virtual-network/08a59cc5-48a4-45b3-8367-cfd2432eb86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005516 10.0.0.27 - - [2026-04-20 03:50:23] "GET /obj-perms HTTP/1.1" 200 5066 0.003868 10.0.0.38 - - [2026-04-20 03:50:25] "POST /neutron/port HTTP/1.1" 200 1215 0.043015 10.0.0.38 - - [2026-04-20 03:50:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004472 10.0.0.38 - - [2026-04-20 03:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.38 - - [2026-04-20 03:50:27] "POST /neutron/port HTTP/1.1" 200 1107 0.015386 10.0.0.38 - - [2026-04-20 03:50:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.008144 10.0.0.38 - - [2026-04-20 03:50:37] "GET /obj-perms HTTP/1.1" 200 5066 0.003875 10.0.0.27 - - [2026-04-20 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-04-20 03:51:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.23 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000828 10.0.0.23 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.27 - - [2026-04-20 03:51:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-20 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.38 - - [2026-04-20 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.38 - - [2026-04-20 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-20 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.38 - - [2026-04-20 03:51:25] "GET /obj-perms HTTP/1.1" 200 5056 0.046787 10.0.0.38 - - [2026-04-20 03:51:26] "POST /neutron/port HTTP/1.1" 200 1107 0.014145 10.0.0.38 - - [2026-04-20 03:51:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003494 10.0.0.38 - - [2026-04-20 03:51:26] "POST /neutron/network HTTP/1.1" 200 927 0.005769 10.0.0.38 - - [2026-04-20 03:51:30] "POST /neutron/network HTTP/1.1" 200 946 0.006358 10.0.0.38 - - [2026-04-20 03:51:30] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.23 - - [2026-04-20 03:52:26] "GET /obj-perms HTTP/1.1" 200 5056 0.044637 10.0.0.38 - - [2026-04-20 03:52:26] "POST /neutron/port HTTP/1.1" 200 1142 0.017206 10.0.0.38 - - [2026-04-20 03:52:26] "POST /neutron/subnet HTTP/1.1" 200 698 0.007617 10.0.0.38 - - [2026-04-20 03:52:30] "POST /neutron/port HTTP/1.1" 200 1140 0.015051 10.0.0.38 - - [2026-04-20 03:52:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003687 10.0.0.38 - - [2026-04-20 03:52:30] "POST /neutron/network HTTP/1.1" 200 936 0.008985 10.0.0.27 - - [2026-04-20 03:53:26] "GET /obj-perms HTTP/1.1" 200 5056 0.063797 10.0.0.38 - - [2026-04-20 03:53:28] "POST /neutron/network HTTP/1.1" 200 860 0.006520 10.0.0.38 - - [2026-04-20 03:53:28] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.38 - - [2026-04-20 03:53:30] "POST /neutron/port HTTP/1.1" 200 1215 0.016033 10.0.0.38 - - [2026-04-20 03:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.38 - - [2026-04-20 03:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.38 - - [2026-04-20 03:54:00] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.037063 10.0.0.38 - - [2026-04-20 03:54:01] "POST /neutron/network HTTP/1.1" 200 844 0.110078 10.0.0.23 - - [2026-04-20 03:54:01] "POST /ref-update HTTP/1.1" 200 156 0.015165 10.0.0.38 - - [2026-04-20 03:54:01] "GET /virtual-network/2512eb0c-3a01-4b90-825c-9ba09eef24b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007528 10.0.0.38 - - [2026-04-20 03:54:01] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.012053 10.0.0.38 - - [2026-04-20 03:54:01] "POST /neutron/network HTTP/1.1" 200 842 0.072583 10.0.0.38 - - [2026-04-20 03:54:01] "GET /virtual-network/f2a6c1d6-48ca-4503-9e47-9e001a7481ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005074 10.0.0.38 - - [2026-04-20 03:54:01] "DELETE /network-policy/dc422b9f-87ec-4264-b587-838d988186f6 HTTP/1.1" 200 115 0.034817 10.0.0.38 - - [2026-04-20 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2026-04-20 03:54:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003762 10.0.0.38 - - [2026-04-20 03:54:01] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.013459 10.0.0.23 - - [2026-04-20 03:54:01] "POST /ref-update HTTP/1.1" 200 156 0.024621 10.0.0.38 - - [2026-04-20 03:54:02] "POST /neutron/network HTTP/1.1" 400 204 0.015268 10.0.0.38 - - [2026-04-20 03:54:03] "POST /neutron/port HTTP/1.1" 200 2130 0.023662 10.0.0.38 - - [2026-04-20 03:54:03] "POST /neutron/port HTTP/1.1" 200 1132 0.012118 10.0.0.38 - - [2026-04-20 03:54:03] "POST /neutron/port HTTP/1.1" 200 151 0.290720 10.0.0.38 - - [2026-04-20 03:54:05] "POST /neutron/network HTTP/1.1" 200 850 0.006228 10.0.0.23 - - [2026-04-20 03:54:05] "DELETE /route-target/202e88aa-8cd9-4b7a-91da-ae26467cfec5 HTTP/1.1" 200 115 0.025356 10.0.0.23 - - [2026-04-20 03:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004400 10.0.0.23 - - [2026-04-20 03:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003828 10.0.0.38 - - [2026-04-20 03:54:05] "POST /neutron/network HTTP/1.1" 200 151 0.124743 10.0.0.38 - - [2026-04-20 03:54:06] "POST /neutron/port HTTP/1.1" 200 1140 0.019343 10.0.0.38 - - [2026-04-20 03:54:06] "POST /neutron/port HTTP/1.1" 200 1140 0.026038 10.0.0.38 - - [2026-04-20 03:54:07] "POST /neutron/network HTTP/1.1" 200 842 0.006027 10.0.0.23 - - [2026-04-20 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-04-20 03:54:08] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000907 10.0.0.38 - - [2026-04-20 03:54:08] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.061649 10.0.0.23 - - [2026-04-20 03:54:08] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000891 10.0.0.38 - - [2026-04-20 03:54:08] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?fields=virtual_networks HTTP/1.1" 200 1067 0.037153 10.0.0.23 - - [2026-04-20 03:54:08] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000855 10.0.0.38 - - [2026-04-20 03:54:08] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.034566 10.0.0.23 - - [2026-04-20 03:54:08] "GET /projects?obj_uuids=30297f54-ef95-4860-8817-2eb7e7a26cab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000948 10.0.0.38 - - [2026-04-20 03:54:08] "GET /project/30297f54-ef95-4860-8817-2eb7e7a26cab?fields=security_groups HTTP/1.1" 200 1311 0.032111 10.0.0.38 - - [2026-04-20 03:54:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.024960 10.0.0.23 - - [2026-04-20 03:54:09] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002686 10.0.0.23 - - [2026-04-20 03:54:09] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.23 - - [2026-04-20 03:54:09] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031279 10.0.0.23 - - [2026-04-20 03:54:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.008238 10.0.0.23 - - [2026-04-20 03:54:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.004009 10.0.0.23 - - [2026-04-20 03:54:09] "POST /security-groups HTTP/1.1" 200 586 0.027723 10.0.0.23 - - [2026-04-20 03:54:09] "POST /projects HTTP/1.1" 200 575 0.228311 10.0.0.23 - - [2026-04-20 03:54:09] "POST /access-control-lists HTTP/1.1" 200 591 0.023120 10.0.0.23 - - [2026-04-20 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.295462 10.0.0.38 - - [2026-04-20 03:54:09] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.451865 10.0.0.38 - - [2026-04-20 03:54:10] "GET / HTTP/1.1" 200 35931 0.001338 10.0.0.23 - - [2026-04-20 03:54:11] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001046 10.0.0.38 - - [2026-04-20 03:54:11] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.035478 10.0.0.38 - - [2026-04-20 03:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.38 - - [2026-04-20 03:54:11] "GET /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005141 10.0.0.38 - - [2026-04-20 03:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.23 - - [2026-04-20 03:54:11] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000842 10.0.0.38 - - [2026-04-20 03:54:12] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.035381 10.0.0.38 - - [2026-04-20 03:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.38 - - [2026-04-20 03:54:12] "GET /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004552 10.0.0.38 - - [2026-04-20 03:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2026-04-20 03:54:12] "PUT /security-group/a8e700f5-f4d8-4641-a30c-ebffa161bb46 HTTP/1.1" 200 262 0.017277 10.0.0.23 - - [2026-04-20 03:54:12] "PUT /access-control-list/e15eba61-975d-4514-a0fc-024cdb476a9c HTTP/1.1" 200 272 0.014017 10.0.0.23 - - [2026-04-20 03:54:14] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.38 - - [2026-04-20 03:54:14] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.046555 10.0.0.23 - - [2026-04-20 03:54:14] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001844 10.0.0.38 - - [2026-04-20 03:54:14] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?fields=virtual_networks HTTP/1.1" 200 1023 0.051435 10.0.0.23 - - [2026-04-20 03:54:14] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.38 - - [2026-04-20 03:54:14] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.042086 10.0.0.23 - - [2026-04-20 03:54:15] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.38 - - [2026-04-20 03:54:15] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?fields=security_groups HTTP/1.1" 200 1244 0.028690 10.0.0.38 - - [2026-04-20 03:54:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.033449 10.0.0.23 - - [2026-04-20 03:54:16] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002720 10.0.0.23 - - [2026-04-20 03:54:16] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000851 10.0.0.23 - - [2026-04-20 03:54:16] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006335 10.0.0.23 - - [2026-04-20 03:54:16] "POST /id-to-fqname HTTP/1.1" 200 194 0.007505 10.0.0.23 - - [2026-04-20 03:54:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.006607 10.0.0.23 - - [2026-04-20 03:54:16] "POST /security-groups HTTP/1.1" 200 595 0.049904 10.0.0.23 - - [2026-04-20 03:54:16] "POST /projects HTTP/1.1" 200 593 0.272238 10.0.0.23 - - [2026-04-20 03:54:16] "POST /access-control-lists HTTP/1.1" 200 600 0.027519 10.0.0.23 - - [2026-04-20 03:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.346847 10.0.0.38 - - [2026-04-20 03:54:16] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.495414 10.0.0.23 - - [2026-04-20 03:54:16] "DELETE /access-control-list/525aac6e-dd4b-443f-aca3-078efda970c3 HTTP/1.1" 200 115 0.045017 10.0.0.38 - - [2026-04-20 03:54:17] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.38 - - [2026-04-20 03:54:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2026-04-20 03:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.056103 10.0.0.23 - - [2026-04-20 03:54:19] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000786 10.0.0.38 - - [2026-04-20 03:54:19] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.032248 10.0.0.23 - - [2026-04-20 03:54:19] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001077 10.0.0.38 - - [2026-04-20 03:54:20] "POST /neutron/network HTTP/1.1" 200 623 0.130387 10.0.0.23 - - [2026-04-20 03:54:20] "POST /ref-update HTTP/1.1" 200 156 0.019306 10.0.0.38 - - [2026-04-20 03:54:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.003099 10.0.0.38 - - [2026-04-20 03:54:20] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005775 10.0.0.38 - - [2026-04-20 03:54:20] "POST /neutron/network HTTP/1.1" 200 843 0.005502 10.0.0.38 - - [2026-04-20 03:54:20] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004850 10.0.0.38 - - [2026-04-20 03:54:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.001166 10.0.0.38 - - [2026-04-20 03:54:20] "POST /neutron/port HTTP/1.1" 200 4184 0.026600 10.0.0.23 - - [2026-04-20 03:54:21] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000946 10.0.0.38 - - [2026-04-20 03:54:21] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.078077 10.0.0.38 - - [2026-04-20 03:54:21] "POST /neutron/port HTTP/1.1" 200 4184 0.034895 10.0.0.38 - - [2026-04-20 03:54:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001192 10.0.0.38 - - [2026-04-20 03:54:22] "POST /neutron/network HTTP/1.1" 200 853 0.005994 10.0.0.38 - - [2026-04-20 03:54:22] "POST /neutron/port HTTP/1.1" 200 1065 0.014012 10.0.0.38 - - [2026-04-20 03:54:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003215 10.0.0.38 - - [2026-04-20 03:54:22] "POST /neutron/network HTTP/1.1" 200 843 0.007359 10.0.0.23 - - [2026-04-20 03:54:23] "DELETE /project/5e3fd94110b44010b7d019f4ece41be3 HTTP/1.1" 404 173 0.006214 10.0.0.23 - - [2026-04-20 03:54:23] "DELETE /project/30297f54-ef95-4860-8817-2eb7e7a26cab HTTP/1.1" 404 177 0.005497 10.0.0.23 - - [2026-04-20 03:54:23] "DELETE /project/91ba4b677141440bbf5bb52fa6db8efe HTTP/1.1" 404 173 0.007935 10.0.0.23 - - [2026-04-20 03:54:23] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000769 10.0.0.23 - - [2026-04-20 03:54:23] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.034011 10.0.0.23 - - [2026-04-20 03:54:23] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.23 - - [2026-04-20 03:54:23] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?fields=security_groups HTTP/1.1" 200 1349 0.084624 10.0.0.23 - - [2026-04-20 03:54:23] "DELETE /security-group/477a1054-7b26-4112-a478-c92bf1704a76 HTTP/1.1" 200 115 0.042566 10.0.0.23 - - [2026-04-20 03:54:23] "GET /projects?obj_uuids=91ba4b67-7141-440b-bf5b-b52fa6db8efe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000823 10.0.0.23 - - [2026-04-20 03:54:23] "GET /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe?fields=application_policy_sets HTTP/1.1" 200 1388 0.044716 10.0.0.23 - - [2026-04-20 03:54:23] "DELETE /project/91ba4b67-7141-440b-bf5b-b52fa6db8efe HTTP/1.1" 200 115 0.419247 10.0.0.38 - - [2026-04-20 03:54:27] "GET /obj-perms HTTP/1.1" 200 5056 0.056098 10.0.0.38 - - [2026-04-20 03:54:29] "POST /neutron/network HTTP/1.1" 200 1120 0.006545 10.0.0.38 - - [2026-04-20 03:54:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013165 10.0.0.38 - - [2026-04-20 03:54:29] "POST /neutron/network HTTP/1.1" 200 1110 0.008036 10.0.0.38 - - [2026-04-20 03:54:31] "POST /neutron/network HTTP/1.1" 200 937 0.036452 10.0.0.38 - - [2026-04-20 03:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.38 - - [2026-04-20 03:54:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.031018 10.0.0.23 - - [2026-04-20 03:54:43] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001240 10.0.0.38 - - [2026-04-20 03:54:43] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.109778 10.0.0.38 - - [2026-04-20 03:54:43] "POST /neutron/port HTTP/1.1" 200 5160 0.075757 10.0.0.38 - - [2026-04-20 03:54:43] "POST /neutron/port HTTP/1.1" 200 1129 0.016836 10.0.0.38 - - [2026-04-20 03:54:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011815 10.0.0.23 - - [2026-04-20 03:54:44] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000841 10.0.0.38 - - [2026-04-20 03:54:44] "GET /virtual-machine/c2222857-348e-4e33-ac34-c8d49f8b513e HTTP/1.1" 401 292 0.000410 10.0.0.38 - - [2026-04-20 03:54:44] "POST /neutron/port HTTP/1.1" 200 1065 0.446391 10.0.0.38 - - [2026-04-20 03:54:44] "GET /virtual-machine/c2222857-348e-4e33-ac34-c8d49f8b513e HTTP/1.1" 200 1297 0.042172 10.0.0.38 - - [2026-04-20 03:54:44] "GET /virtual-machine-interface/dc4a4bb0-2655-4507-abb7-c9a5b13676fe HTTP/1.1" 200 2983 0.011767 10.0.0.38 - - [2026-04-20 03:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.38 - - [2026-04-20 03:54:44] "POST /neutron/port HTTP/1.1" 200 1065 0.026825 10.0.0.38 - - [2026-04-20 03:54:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010656 10.0.0.38 - - [2026-04-20 03:54:44] "GET /virtual-networks?parent_id=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003392 10.0.0.38 - - [2026-04-20 03:54:44] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.012284 10.0.0.38 - - [2026-04-20 03:54:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012496 10.0.0.38 - - [2026-04-20 03:54:45] "POST /neutron/network HTTP/1.1" 200 843 0.005947 10.0.0.38 - - [2026-04-20 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.014470 10.0.0.38 - - [2026-04-20 03:54:45] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.38 - - [2026-04-20 03:54:45] "GET /virtual-networks?parent_id=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003378 10.0.0.38 - - [2026-04-20 03:54:45] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.014801 10.0.0.38 - - [2026-04-20 03:54:51] "POST /neutron/port HTTP/1.1" 200 1129 0.037873 10.0.0.38 - - [2026-04-20 03:54:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006824 10.0.0.38 - - [2026-04-20 03:55:06] "POST /neutron/port HTTP/1.1" 200 1129 0.016355 10.0.0.38 - - [2026-04-20 03:55:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006925 10.0.0.38 - - [2026-04-20 03:55:21] "POST /neutron/port HTTP/1.1" 200 1129 0.017710 10.0.0.38 - - [2026-04-20 03:55:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007038 10.0.0.38 - - [2026-04-20 03:55:27] "POST /neutron/port HTTP/1.1" 200 1129 0.016751 10.0.0.38 - - [2026-04-20 03:55:27] "GET /virtual-machine/1a5337ec-24c9-40ab-9f67-36c573ec920d HTTP/1.1" 200 1296 0.005123 10.0.0.38 - - [2026-04-20 03:55:27] "GET /virtual-machine-interface/da40eca5-4e10-46d8-9ed4-1f6c602c330b HTTP/1.1" 200 2983 0.004968 10.0.0.38 - - [2026-04-20 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2026-04-20 03:55:27] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002710 10.0.0.38 - - [2026-04-20 03:55:27] "GET /virtual-networks?parent_id=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004002 10.0.0.38 - - [2026-04-20 03:55:27] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004957 10.0.0.23 - - [2026-04-20 03:55:28] "GET /obj-perms HTTP/1.1" 200 5056 0.047916 10.0.0.38 - - [2026-04-20 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.38 - - [2026-04-20 03:55:30] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004730 10.0.0.38 - - [2026-04-20 03:55:31] "POST /neutron/port HTTP/1.1" 200 1107 0.041137 10.0.0.38 - - [2026-04-20 03:55:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.011467 10.0.0.38 - - [2026-04-20 03:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.38 - - [2026-04-20 03:55:34] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005327 10.0.0.38 - - [2026-04-20 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.38 - - [2026-04-20 03:55:38] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005649 10.0.0.38 - - [2026-04-20 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.38 - - [2026-04-20 03:55:42] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007284 10.0.0.38 - - [2026-04-20 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.38 - - [2026-04-20 03:55:46] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005062 10.0.0.38 - - [2026-04-20 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2026-04-20 03:55:50] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005078 10.0.0.38 - - [2026-04-20 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.38 - - [2026-04-20 03:55:54] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004913 10.0.0.38 - - [2026-04-20 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.38 - - [2026-04-20 03:55:58] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005615 10.0.0.38 - - [2026-04-20 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.38 - - [2026-04-20 03:56:03] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006951 10.0.0.38 - - [2026-04-20 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.38 - - [2026-04-20 03:56:07] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005457 10.0.0.38 - - [2026-04-20 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2026-04-20 03:56:11] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004705 10.0.0.27 - - [2026-04-20 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2026-04-20 03:56:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.23 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-04-20 03:56:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.38 - - [2026-04-20 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-04-20 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-20 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.38 - - [2026-04-20 03:56:15] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006351 10.0.0.38 - - [2026-04-20 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.38 - - [2026-04-20 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.38 - - [2026-04-20 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.38 - - [2026-04-20 03:56:19] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005847 10.0.0.38 - - [2026-04-20 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.38 - - [2026-04-20 03:56:23] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004959 10.0.0.38 - - [2026-04-20 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2026-04-20 03:56:27] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007081 10.0.0.38 - - [2026-04-20 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.38 - - [2026-04-20 03:56:31] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005134 10.0.0.38 - - [2026-04-20 03:56:32] "POST /neutron/port HTTP/1.1" 200 1215 0.016059 10.0.0.38 - - [2026-04-20 03:56:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003270 10.0.0.38 - - [2026-04-20 03:56:32] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.38 - - [2026-04-20 03:56:33] "POST /neutron/port HTTP/1.1" 200 1215 0.016731 10.0.0.38 - - [2026-04-20 03:56:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003239 10.0.0.38 - - [2026-04-20 03:56:33] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.38 - - [2026-04-20 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.38 - - [2026-04-20 03:56:35] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005836 10.0.0.38 - - [2026-04-20 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2026-04-20 03:56:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003855 10.0.0.38 - - [2026-04-20 03:56:37] "GET /virtual-networks?parent_id=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002667 10.0.0.38 - - [2026-04-20 03:56:37] "GET /virtual-network/4e0b0d01-99a4-4847-b921-ce8f38746fd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005476 10.0.0.38 - - [2026-04-20 03:56:38] "POST /neutron/port HTTP/1.1" 200 1129 0.017711 10.0.0.38 - - [2026-04-20 03:56:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008648 10.0.0.38 - - [2026-04-20 03:56:48] "POST /neutron/port HTTP/1.1" 200 1129 0.017843 10.0.0.38 - - [2026-04-20 03:56:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006622 10.0.0.38 - - [2026-04-20 03:57:03] "POST /neutron/port HTTP/1.1" 200 1129 0.023765 10.0.0.38 - - [2026-04-20 03:57:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008227 10.0.0.38 - - [2026-04-20 03:57:19] "POST /neutron/port HTTP/1.1" 200 1129 0.018333 10.0.0.38 - - [2026-04-20 03:57:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006768 10.0.0.38 - - [2026-04-20 03:57:29] "POST /fqname-to-id HTTP/1.1" 404 240 0.003393 10.0.0.38 - - [2026-04-20 03:57:29] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.031314 10.0.0.38 - - [2026-04-20 03:57:30] "GET /bgp-as-a-service/7e15b4aa-8f0d-4ca3-b821-6133d58862e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.005998 10.0.0.38 - - [2026-04-20 03:57:30] "GET /virtual-machine-interface/da40eca5-4e10-46d8-9ed4-1f6c602c330b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006517 10.0.0.38 - - [2026-04-20 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.012872 10.0.0.23 - - [2026-04-20 03:57:30] "POST /bgp-routers HTTP/1.1" 200 603 0.052828 10.0.0.38 - - [2026-04-20 03:57:30] "POST /neutron/network HTTP/1.1" 200 843 0.006416 10.0.0.23 - - [2026-04-20 03:57:30] "POST /ref-update HTTP/1.1" 200 156 0.013993 10.0.0.38 - - [2026-04-20 03:57:33] "POST /neutron/port HTTP/1.1" 200 1107 0.015319 10.0.0.38 - - [2026-04-20 03:57:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007963 10.0.0.38 - - [2026-04-20 03:57:35] "POST /neutron/port HTTP/1.1" 200 1107 0.014489 10.0.0.38 - - [2026-04-20 03:57:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003711 10.0.0.38 - - [2026-04-20 03:57:35] "POST /neutron/network HTTP/1.1" 200 927 0.005406 10.0.0.38 - - [2026-04-20 03:58:01] "GET /bgp-as-a-service/7e15b4aa-8f0d-4ca3-b821-6133d58862e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005973 10.0.0.38 - - [2026-04-20 03:58:01] "GET /virtual-machine-interface/da40eca5-4e10-46d8-9ed4-1f6c602c330b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007139 10.0.0.38 - - [2026-04-20 03:58:01] "POST /ref-update HTTP/1.1" 200 156 0.011632 10.0.0.23 - - [2026-04-20 03:58:01] "POST /ref-update HTTP/1.1" 200 156 0.023194 10.0.0.38 - - [2026-04-20 03:58:01] "DELETE /bgp-as-a-service/7e15b4aa-8f0d-4ca3-b821-6133d58862e4 HTTP/1.1" 200 115 0.044272 10.0.0.38 - - [2026-04-20 03:58:02] "POST /neutron/port HTTP/1.1" 200 1129 0.017017 10.0.0.38 - - [2026-04-20 03:58:02] "POST /neutron/port HTTP/1.1" 200 151 0.193416 10.0.0.38 - - [2026-04-20 03:58:03] "POST /neutron/network HTTP/1.1" 200 843 0.006158 10.0.0.23 - - [2026-04-20 03:58:03] "DELETE /route-target/2f535ad5-1cca-483b-8f30-dfa4aaf426d0 HTTP/1.1" 200 115 0.029124 10.0.0.23 - - [2026-04-20 03:58:05] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.043683 10.0.0.38 - - [2026-04-20 03:58:05] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.082806 10.0.0.23 - - [2026-04-20 03:58:05] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.38 - - [2026-04-20 03:58:05] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?fields=virtual_networks HTTP/1.1" 200 1040 0.044783 10.0.0.23 - - [2026-04-20 03:58:05] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.38 - - [2026-04-20 03:58:05] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.054994 10.0.0.23 - - [2026-04-20 03:58:05] "GET /projects?obj_uuids=5e3fd941-10b4-4010-b7d0-19f4ece41be3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001238 10.0.0.38 - - [2026-04-20 03:58:05] "GET /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3?fields=security_groups HTTP/1.1" 200 1270 0.036369 10.0.0.38 - - [2026-04-20 03:58:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.028133 10.0.0.23 - - [2026-04-20 03:58:06] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498 10.0.0.23 - - [2026-04-20 03:58:06] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.23 - - [2026-04-20 03:58:06] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008265 10.0.0.23 - - [2026-04-20 03:58:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.002066 10.0.0.23 - - [2026-04-20 03:58:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.002889 10.0.0.23 - - [2026-04-20 03:58:06] "POST /security-groups HTTP/1.1" 200 592 0.074577 10.0.0.23 - - [2026-04-20 03:58:06] "POST /projects HTTP/1.1" 200 587 0.272930 10.0.0.23 - - [2026-04-20 03:58:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.009740 10.0.0.23 - - [2026-04-20 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.348252 10.0.0.38 - - [2026-04-20 03:58:06] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.493926 10.0.0.38 - - [2026-04-20 03:58:08] "GET / HTTP/1.1" 200 35931 0.001593 10.0.0.38 - - [2026-04-20 03:58:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2026-04-20 03:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.069202 10.0.0.23 - - [2026-04-20 03:58:10] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000803 10.0.0.38 - - [2026-04-20 03:58:10] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038826 10.0.0.23 - - [2026-04-20 03:58:10] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.38 - - [2026-04-20 03:58:10] "POST /neutron/network HTTP/1.1" 200 614 0.126417 10.0.0.23 - - [2026-04-20 03:58:10] "POST /ref-update HTTP/1.1" 200 156 0.018192 10.0.0.38 - - [2026-04-20 03:58:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.002866 10.0.0.38 - - [2026-04-20 03:58:10] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005547 10.0.0.38 - - [2026-04-20 03:58:10] "POST /neutron/network HTTP/1.1" 200 835 0.005590 10.0.0.38 - - [2026-04-20 03:58:10] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004889 10.0.0.38 - - [2026-04-20 03:58:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001136 10.0.0.38 - - [2026-04-20 03:58:10] "POST /neutron/port HTTP/1.1" 200 4184 0.025839 10.0.0.23 - - [2026-04-20 03:58:11] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001912 10.0.0.38 - - [2026-04-20 03:58:11] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073183 10.0.0.38 - - [2026-04-20 03:58:12] "POST /neutron/port HTTP/1.1" 200 4184 0.028794 10.0.0.38 - - [2026-04-20 03:58:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001528 10.0.0.38 - - [2026-04-20 03:58:12] "POST /neutron/network HTTP/1.1" 200 845 0.006182 10.0.0.38 - - [2026-04-20 03:58:12] "POST /neutron/port HTTP/1.1" 200 1063 0.029881 10.0.0.23 - - [2026-04-20 03:58:13] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.38 - - [2026-04-20 03:58:13] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.118846 10.0.0.38 - - [2026-04-20 03:58:13] "POST /neutron/network HTTP/1.1" 200 835 0.071855 10.0.0.38 - - [2026-04-20 03:58:13] "POST /neutron/network HTTP/1.1" 200 835 0.006811 10.0.0.38 - - [2026-04-20 03:58:13] "POST /neutron/port HTTP/1.1" 200 5158 0.172567 10.0.0.38 - - [2026-04-20 03:58:13] "POST /id-to-fqname HTTP/1.1" 200 225 0.001602 10.0.0.38 - - [2026-04-20 03:58:14] "POST /neutron/port HTTP/1.1" 200 5158 0.165107 10.0.0.38 - - [2026-04-20 03:58:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.027303 10.0.0.38 - - [2026-04-20 03:58:14] "POST /neutron/port HTTP/1.1" 200 1063 0.041249 10.0.0.23 - - [2026-04-20 03:58:15] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.38 - - [2026-04-20 03:58:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005859 10.0.0.38 - - [2026-04-20 03:58:15] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.136323 10.0.0.38 - - [2026-04-20 03:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.002822 10.0.0.38 - - [2026-04-20 03:58:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008187 10.0.0.38 - - [2026-04-20 03:58:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.024001 10.0.0.38 - - [2026-04-20 03:58:16] "POST /neutron/port HTTP/1.1" 200 1063 0.054862 10.0.0.38 - - [2026-04-20 03:58:17] "POST /neutron/port HTTP/1.1" 200 1127 0.060907 10.0.0.38 - - [2026-04-20 03:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.38 - - [2026-04-20 03:58:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008866 10.0.0.23 - - [2026-04-20 03:58:23] "DELETE /project/da031d29ef304569a6b6b34a3c04fb2e HTTP/1.1" 404 173 0.003135 10.0.0.23 - - [2026-04-20 03:58:23] "DELETE /project/5e3fd941-10b4-4010-b7d0-19f4ece41be3 HTTP/1.1" 404 177 0.016404 10.0.0.27 - - [2026-04-20 03:58:30] "GET /obj-perms HTTP/1.1" 200 5056 0.079661 10.0.0.38 - - [2026-04-20 03:58:31] "POST /neutron/port HTTP/1.1" 200 1127 0.085638 10.0.0.38 - - [2026-04-20 03:58:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006939 10.0.0.38 - - [2026-04-20 03:58:46] "POST /neutron/port HTTP/1.1" 200 1127 0.017889 10.0.0.38 - - [2026-04-20 03:58:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008777 10.0.0.38 - - [2026-04-20 03:59:01] "POST /neutron/port HTTP/1.1" 200 1127 0.016515 10.0.0.38 - - [2026-04-20 03:59:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006751 10.0.0.38 - - [2026-04-20 03:59:07] "POST /neutron/port HTTP/1.1" 200 1127 0.016977 10.0.0.38 - - [2026-04-20 03:59:07] "GET /virtual-machine/fd197386-ae9d-4f7d-b5e7-bbbd443e916c HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2026-04-20 03:59:07] "GET /virtual-machine/fd197386-ae9d-4f7d-b5e7-bbbd443e916c HTTP/1.1" 200 1294 0.029158 10.0.0.38 - - [2026-04-20 03:59:07] "GET /virtual-machine-interface/a1609bee-5d4f-45ad-ac9c-800e8fb429da HTTP/1.1" 200 2959 0.004782 10.0.0.38 - - [2026-04-20 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.38 - - [2026-04-20 03:59:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003675 10.0.0.38 - - [2026-04-20 03:59:07] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002689 10.0.0.38 - - [2026-04-20 03:59:07] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005127 10.0.0.38 - - [2026-04-20 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.38 - - [2026-04-20 03:59:10] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005173 10.0.0.38 - - [2026-04-20 03:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.38 - - [2026-04-20 03:59:14] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005466 10.0.0.38 - - [2026-04-20 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2026-04-20 03:59:18] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004926 10.0.0.38 - - [2026-04-20 03:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.38 - - [2026-04-20 03:59:22] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004990 10.0.0.38 - - [2026-04-20 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2026-04-20 03:59:27] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004795 10.0.0.38 - - [2026-04-20 03:59:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006353 10.0.0.38 - - [2026-04-20 03:59:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054731 10.0.0.38 - - [2026-04-20 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.38 - - [2026-04-20 03:59:31] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005198 10.0.0.38 - - [2026-04-20 03:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.38 - - [2026-04-20 03:59:35] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004701 10.0.0.38 - - [2026-04-20 03:59:35] "POST /neutron/network HTTP/1.1" 200 1120 0.029542 10.0.0.38 - - [2026-04-20 03:59:35] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012457 10.0.0.38 - - [2026-04-20 03:59:35] "POST /neutron/network HTTP/1.1" 200 1110 0.009595 10.0.0.38 - - [2026-04-20 03:59:36] "POST /neutron/network HTTP/1.1" 200 1120 0.006852 10.0.0.38 - - [2026-04-20 03:59:36] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013223 10.0.0.38 - - [2026-04-20 03:59:36] "POST /neutron/network HTTP/1.1" 200 1110 0.012575 10.0.0.38 - - [2026-04-20 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.38 - - [2026-04-20 03:59:39] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005215 10.0.0.38 - - [2026-04-20 03:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.38 - - [2026-04-20 03:59:43] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009454 10.0.0.38 - - [2026-04-20 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2026-04-20 03:59:47] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005293 10.0.0.38 - - [2026-04-20 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2026-04-20 03:59:51] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005088 10.0.0.38 - - [2026-04-20 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.38 - - [2026-04-20 03:59:55] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004551 10.0.0.38 - - [2026-04-20 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.38 - - [2026-04-20 03:59:59] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004907 10.0.0.38 - - [2026-04-20 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.38 - - [2026-04-20 04:00:03] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005530 10.0.0.38 - - [2026-04-20 04:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.38 - - [2026-04-20 04:00:08] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005070 10.0.0.38 - - [2026-04-20 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.38 - - [2026-04-20 04:00:12] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007651 10.0.0.38 - - [2026-04-20 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.38 - - [2026-04-20 04:00:16] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005281 10.0.0.38 - - [2026-04-20 04:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.38 - - [2026-04-20 04:00:20] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006461 10.0.0.38 - - [2026-04-20 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.38 - - [2026-04-20 04:00:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003697 10.0.0.38 - - [2026-04-20 04:00:24] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002440 10.0.0.38 - - [2026-04-20 04:00:24] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005580 10.0.0.38 - - [2026-04-20 04:00:24] "POST /neutron/port HTTP/1.1" 200 1127 0.042985 10.0.0.38 - - [2026-04-20 04:00:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006618 10.0.0.23 - - [2026-04-20 04:00:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056256 10.0.0.38 - - [2026-04-20 04:00:34] "POST /neutron/port HTTP/1.1" 200 1127 0.018968 10.0.0.38 - - [2026-04-20 04:00:36] "POST /neutron/port HTTP/1.1" 200 1107 0.018358 10.0.0.38 - - [2026-04-20 04:00:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.009329 10.0.0.38 - - [2026-04-20 04:00:37] "POST /neutron/port HTTP/1.1" 200 1107 0.048840 10.0.0.38 - - [2026-04-20 04:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003848 10.0.0.38 - - [2026-04-20 04:00:37] "POST /neutron/network HTTP/1.1" 200 927 0.006380 10.0.0.38 - - [2026-04-20 04:00:45] "POST /neutron/port HTTP/1.1" 200 1127 0.015715 10.0.0.38 - - [2026-04-20 04:00:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007059 10.0.0.38 - - [2026-04-20 04:01:00] "POST /neutron/port HTTP/1.1" 200 1127 0.018399 10.0.0.38 - - [2026-04-20 04:01:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009303 10.0.0.27 - - [2026-04-20 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.27 - - [2026-04-20 04:01:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.23 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2026-04-20 04:01:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2026-04-20 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000909 10.0.0.38 - - [2026-04-20 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-20 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2026-04-20 04:01:16] "POST /neutron/port HTTP/1.1" 200 1127 0.023204 10.0.0.38 - - [2026-04-20 04:01:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006847 10.0.0.38 - - [2026-04-20 04:01:16] "GET /virtual-machine/42ad70a6-8f8b-4b84-b93e-19ce943b4395 HTTP/1.1" 200 1293 0.005721 10.0.0.38 - - [2026-04-20 04:01:16] "GET /virtual-machine-interface/df482a73-fc37-4dcf-b6fe-72cebe05832e HTTP/1.1" 200 2959 0.008745 10.0.0.38 - - [2026-04-20 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.38 - - [2026-04-20 04:01:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.38 - - [2026-04-20 04:01:16] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002477 10.0.0.38 - - [2026-04-20 04:01:16] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007010 10.0.0.38 - - [2026-04-20 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.38 - - [2026-04-20 04:01:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005644 10.0.0.38 - - [2026-04-20 04:01:17] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005225 10.0.0.38 - - [2026-04-20 04:01:17] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006933 10.0.0.38 - - [2026-04-20 04:01:17] "POST /neutron/port HTTP/1.1" 200 1127 0.018797 10.0.0.38 - - [2026-04-20 04:01:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007179 10.0.0.38 - - [2026-04-20 04:01:18] "GET /virtual-machine/3ed8b6d0-4bcb-411c-86cd-0728d81602ca HTTP/1.1" 200 1292 0.006746 10.0.0.38 - - [2026-04-20 04:01:18] "GET /virtual-machine-interface/f29e26e6-b3bc-4c65-8bd0-30be0abe41a8 HTTP/1.1" 200 2959 0.005296 10.0.0.38 - - [2026-04-20 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2026-04-20 04:01:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003296 10.0.0.38 - - [2026-04-20 04:01:18] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003492 10.0.0.38 - - [2026-04-20 04:01:18] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005983 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.38 - - [2026-04-20 04:01:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005383 10.0.0.38 - - [2026-04-20 04:01:19] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004041 10.0.0.38 - - [2026-04-20 04:01:19] "GET /virtual-network/0253c3db-d809-4e0d-a423-db061a083b6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007489 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003615 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2026-04-20 04:01:19] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006921 10.0.0.38 - - [2026-04-20 04:01:19] "POST /control-node-zones HTTP/1.1" 200 569 0.034497 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.38 - - [2026-04-20 04:01:19] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004342 10.0.0.38 - - [2026-04-20 04:01:19] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006039 10.0.0.38 - - [2026-04-20 04:01:19] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.020402 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.004560 10.0.0.38 - - [2026-04-20 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.38 - - [2026-04-20 04:01:20] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005852 10.0.0.38 - - [2026-04-20 04:01:20] "POST /control-node-zones HTTP/1.1" 200 569 0.025652 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-04-20 04:01:20] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004162 10.0.0.38 - - [2026-04-20 04:01:20] "GET /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005325 10.0.0.38 - - [2026-04-20 04:01:20] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.019849 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003732 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.38 - - [2026-04-20 04:01:20] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005810 10.0.0.38 - - [2026-04-20 04:01:20] "POST /control-node-zones HTTP/1.1" 200 569 0.026897 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2026-04-20 04:01:20] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004590 10.0.0.38 - - [2026-04-20 04:01:20] "GET /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005052 10.0.0.38 - - [2026-04-20 04:01:20] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.019769 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.38 - - [2026-04-20 04:01:20] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005882 10.0.0.38 - - [2026-04-20 04:01:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.002894 10.0.0.38 - - [2026-04-20 04:01:20] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.027591 10.0.0.38 - - [2026-04-20 04:01:21] "POST /neutron/network HTTP/1.1" 200 835 0.007804 10.0.0.38 - - [2026-04-20 04:01:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.010573 10.0.0.38 - - [2026-04-20 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.38 - - [2026-04-20 04:01:21] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004924 10.0.0.38 - - [2026-04-20 04:01:21] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004092 10.0.0.38 - - [2026-04-20 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.013975 10.0.0.38 - - [2026-04-20 04:01:36] "POST /neutron/network HTTP/1.1" 200 845 0.008121 10.0.0.38 - - [2026-04-20 04:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.001842 10.0.0.38 - - [2026-04-20 04:01:38] "POST /neutron/port HTTP/1.1" 200 1127 0.014685 10.0.0.38 - - [2026-04-20 04:01:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.008436 10.0.0.38 - - [2026-04-20 04:01:39] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005805 10.0.0.38 - - [2026-04-20 04:01:39] "GET /virtual-machine-interface/a1609bee-5d4f-45ad-ac9c-800e8fb429da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004951 10.0.0.38 - - [2026-04-20 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.010861 10.0.0.23 - - [2026-04-20 04:01:39] "POST /bgp-routers HTTP/1.1" 200 594 0.025416 10.0.0.23 - - [2026-04-20 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.015037 10.0.0.38 - - [2026-04-20 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2026-04-20 04:01:40] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005563 10.0.0.38 - - [2026-04-20 04:01:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002276 10.0.0.38 - - [2026-04-20 04:01:40] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028632 10.0.0.38 - - [2026-04-20 04:01:40] "POST /neutron/network HTTP/1.1" 200 835 0.006586 10.0.0.38 - - [2026-04-20 04:01:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.010114 10.0.0.38 - - [2026-04-20 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2026-04-20 04:01:40] "GET /bgp-as-a-service/1371512c-6f21-44c4-9099-86d3f72ab0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004876 10.0.0.38 - - [2026-04-20 04:01:40] "GET /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004446 10.0.0.38 - - [2026-04-20 04:01:41] "POST /ref-update HTTP/1.1" 200 156 0.015391 10.0.0.38 - - [2026-04-20 04:01:49] "GET /bgp-as-a-service/1371512c-6f21-44c4-9099-86d3f72ab0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007445 10.0.0.38 - - [2026-04-20 04:01:49] "GET /virtual-machine-interface/df482a73-fc37-4dcf-b6fe-72cebe05832e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007186 10.0.0.38 - - [2026-04-20 04:01:49] "POST /ref-update HTTP/1.1" 200 156 0.017180 10.0.0.23 - - [2026-04-20 04:01:50] "POST /ref-update HTTP/1.1" 200 156 0.049286 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004102 10.0.0.38 - - [2026-04-20 04:02:09] "POST /ref-update HTTP/1.1" 200 156 0.019405 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003899 10.0.0.38 - - [2026-04-20 04:02:09] "POST /ref-update HTTP/1.1" 200 156 0.017162 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003407 10.0.0.38 - - [2026-04-20 04:02:09] "POST /ref-update HTTP/1.1" 200 156 0.018486 10.0.0.38 - - [2026-04-20 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.38 - - [2026-04-20 04:02:09] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004510 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003754 10.0.0.38 - - [2026-04-20 04:02:09] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.020624 10.0.0.38 - - [2026-04-20 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.38 - - [2026-04-20 04:02:09] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005739 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003345 10.0.0.38 - - [2026-04-20 04:02:09] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.019674 10.0.0.38 - - [2026-04-20 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.38 - - [2026-04-20 04:02:09] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004972 10.0.0.38 - - [2026-04-20 04:02:09] "GET /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003424 10.0.0.38 - - [2026-04-20 04:02:09] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.018833 10.0.0.38 - - [2026-04-20 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.38 - - [2026-04-20 04:02:27] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.008804 10.0.0.38 - - [2026-04-20 04:02:27] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005312 10.0.0.38 - - [2026-04-20 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.017375 10.0.0.38 - - [2026-04-20 04:02:28] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003540 10.0.0.38 - - [2026-04-20 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.019716 10.0.0.38 - - [2026-04-20 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2026-04-20 04:02:28] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005831 10.0.0.38 - - [2026-04-20 04:02:28] "POST /neutron/network HTTP/1.1" 200 835 0.005707 10.0.0.38 - - [2026-04-20 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.38 - - [2026-04-20 04:02:28] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.004787 10.0.0.38 - - [2026-04-20 04:02:28] "GET /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.002637 10.0.0.38 - - [2026-04-20 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.014254 10.0.0.38 - - [2026-04-20 04:02:31] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005606 10.0.0.38 - - [2026-04-20 04:02:31] "GET /virtual-machine-interface/a1609bee-5d4f-45ad-ac9c-800e8fb429da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006964 10.0.0.27 - - [2026-04-20 04:02:33] "GET /obj-perms HTTP/1.1" 200 5056 0.088936 10.0.0.38 - - [2026-04-20 04:02:36] "POST /neutron/port HTTP/1.1" 200 1127 0.019337 10.0.0.38 - - [2026-04-20 04:02:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.008608 10.0.0.38 - - [2026-04-20 04:02:39] "POST /neutron/port HTTP/1.1" 200 1215 0.020559 10.0.0.38 - - [2026-04-20 04:02:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004993 10.0.0.38 - - [2026-04-20 04:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.38 - - [2026-04-20 04:02:44] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.003699 10.0.0.38 - - [2026-04-20 04:02:44] "GET /virtual-machine-interface/a1609bee-5d4f-45ad-ac9c-800e8fb429da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.004702 10.0.0.38 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.015910 10.0.0.38 - - [2026-04-20 04:02:44] "GET /bgp-as-a-service/1371512c-6f21-44c4-9099-86d3f72ab0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.009311 10.0.0.38 - - [2026-04-20 04:02:44] "GET /virtual-machine-interface/df482a73-fc37-4dcf-b6fe-72cebe05832e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.007958 10.0.0.23 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.055069 10.0.0.38 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.029824 10.0.0.38 - - [2026-04-20 04:02:44] "DELETE /bgp-as-a-service/1371512c-6f21-44c4-9099-86d3f72ab0f1 HTTP/1.1" 200 115 0.073249 10.0.0.38 - - [2026-04-20 04:02:44] "GET /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.017102 10.0.0.38 - - [2026-04-20 04:02:44] "GET /virtual-machine-interface/a1609bee-5d4f-45ad-ac9c-800e8fb429da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007610 10.0.0.38 - - [2026-04-20 04:02:44] "DELETE /bgp-as-a-service/86db00f9-d1db-47ed-af19-d9b7006f9fd6 HTTP/1.1" 200 115 0.087001 10.0.0.23 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.031765 10.0.0.38 - - [2026-04-20 04:02:44] "GET /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.011221 10.0.0.38 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.043966 10.0.0.38 - - [2026-04-20 04:02:44] "DELETE /control-node-zone/91ad98a1-2203-479f-92ac-c94fd0740386 HTTP/1.1" 200 115 0.029075 10.0.0.38 - - [2026-04-20 04:02:44] "GET /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004119 10.0.0.38 - - [2026-04-20 04:02:44] "POST /ref-update HTTP/1.1" 200 156 0.027926 10.0.0.38 - - [2026-04-20 04:02:44] "DELETE /control-node-zone/23dd0fe5-ebbc-4021-b5ec-28b1142d953d HTTP/1.1" 200 115 0.034624 10.0.0.38 - - [2026-04-20 04:02:44] "GET /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003767 10.0.0.38 - - [2026-04-20 04:02:44] "DELETE /control-node-zone/b97b1517-9c2d-4140-a78d-fe6a2dbc96d3 HTTP/1.1" 200 115 0.027553 10.0.0.38 - - [2026-04-20 04:02:45] "POST /neutron/network HTTP/1.1" 200 835 0.007289 10.0.0.38 - - [2026-04-20 04:02:45] "POST /neutron/port HTTP/1.1" 200 1117 0.015646 10.0.0.38 - - [2026-04-20 04:02:45] "POST /neutron/port HTTP/1.1" 200 1117 0.012633 10.0.0.38 - - [2026-04-20 04:02:45] "POST /neutron/port HTTP/1.1" 200 1117 0.028059 10.0.0.23 - - [2026-04-20 04:02:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002735 10.0.0.23 - - [2026-04-20 04:02:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002188 10.0.0.38 - - [2026-04-20 04:02:47] "POST /neutron/network HTTP/1.1" 200 151 0.143430 10.0.0.23 - - [2026-04-20 04:02:47] "DELETE /route-target/99f1dc01-8aa9-46b6-b717-1f9e2ddc4eee HTTP/1.1" 200 115 0.020180 10.0.0.38 - - [2026-04-20 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.23 - - [2026-04-20 04:02:49] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.38 - - [2026-04-20 04:02:49] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050514 10.0.0.23 - - [2026-04-20 04:02:50] "POST /useragent-kv HTTP/1.1" 200 115 0.012634 10.0.0.38 - - [2026-04-20 04:02:50] "POST /neutron/subnet HTTP/1.1" 200 705 0.202976 10.0.0.38 - - [2026-04-20 04:02:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001201 10.0.0.38 - - [2026-04-20 04:02:50] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.013569 10.0.0.38 - - [2026-04-20 04:02:50] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006324 10.0.0.38 - - [2026-04-20 04:02:50] "POST /neutron/network HTTP/1.1" 200 829 0.005822 10.0.0.38 - - [2026-04-20 04:02:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001120 10.0.0.38 - - [2026-04-20 04:02:50] "POST /neutron/network HTTP/1.1" 200 839 0.007395 10.0.0.23 - - [2026-04-20 04:02:51] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001349 10.0.0.38 - - [2026-04-20 04:02:51] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079635 10.0.0.38 - - [2026-04-20 04:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.008135 10.0.0.38 - - [2026-04-20 04:02:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001415 10.0.0.38 - - [2026-04-20 04:02:52] "POST /neutron/network HTTP/1.1" 200 839 0.007324 10.0.0.38 - - [2026-04-20 04:02:52] "POST /neutron/port HTTP/1.1" 200 1057 0.016986 10.0.0.38 - - [2026-04-20 04:02:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005883 10.0.0.38 - - [2026-04-20 04:02:52] "POST /neutron/network HTTP/1.1" 200 829 0.006312 10.0.0.23 - - [2026-04-20 04:02:52] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.38 - - [2026-04-20 04:02:52] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087984 10.0.0.38 - - [2026-04-20 04:02:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009373 10.0.0.38 - - [2026-04-20 04:02:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001508 10.0.0.38 - - [2026-04-20 04:02:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007648 10.0.0.23 - - [2026-04-20 04:02:53] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.38 - - [2026-04-20 04:02:53] "POST /neutron/port HTTP/1.1" 200 1057 0.247255 10.0.0.38 - - [2026-04-20 04:02:53] "POST /neutron/port HTTP/1.1" 200 1111 0.088222 10.0.0.38 - - [2026-04-20 04:02:54] "POST /neutron/subnet HTTP/1.1" 200 679 0.008071 10.0.0.23 - - [2026-04-20 04:02:54] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.38 - - [2026-04-20 04:02:54] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.069326 10.0.0.38 - - [2026-04-20 04:02:54] "POST /neutron/network HTTP/1.1" 200 829 0.006480 10.0.0.38 - - [2026-04-20 04:02:54] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.38 - - [2026-04-20 04:02:54] "POST /neutron/port HTTP/1.1" 200 1121 0.025345 10.0.0.38 - - [2026-04-20 04:02:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007593 10.0.0.38 - - [2026-04-20 04:02:54] "GET /virtual-machine/d87e9e92-e966-44ed-a1f9-83c3d825534a HTTP/1.1" 200 1294 0.004942 10.0.0.38 - - [2026-04-20 04:02:54] "GET /virtual-machine-interface/78ac70fe-b6b1-4ce6-be02-de1700b9ced4 HTTP/1.1" 200 2958 0.005216 10.0.0.38 - - [2026-04-20 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006439 10.0.0.38 - - [2026-04-20 04:02:54] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003013 10.0.0.38 - - [2026-04-20 04:02:54] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004069 10.0.0.38 - - [2026-04-20 04:02:55] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.015875 10.0.0.38 - - [2026-04-20 04:02:55] "POST /neutron/port HTTP/1.1" 200 1057 0.017299 10.0.0.38 - - [2026-04-20 04:02:55] "POST /neutron/port HTTP/1.1" 200 1121 0.018222 10.0.0.38 - - [2026-04-20 04:02:55] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.38 - - [2026-04-20 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.38 - - [2026-04-20 04:02:58] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007890 10.0.0.38 - - [2026-04-20 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.38 - - [2026-04-20 04:03:02] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005083 10.0.0.38 - - [2026-04-20 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.38 - - [2026-04-20 04:03:06] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006339 10.0.0.38 - - [2026-04-20 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.030038 10.0.0.38 - - [2026-04-20 04:03:10] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005297 10.0.0.38 - - [2026-04-20 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.38 - - [2026-04-20 04:03:14] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005073 10.0.0.38 - - [2026-04-20 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.38 - - [2026-04-20 04:03:18] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005539 10.0.0.38 - - [2026-04-20 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.38 - - [2026-04-20 04:03:22] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005447 10.0.0.38 - - [2026-04-20 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2026-04-20 04:03:26] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005283 10.0.0.38 - - [2026-04-20 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.38 - - [2026-04-20 04:03:30] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005016 10.0.0.38 - - [2026-04-20 04:03:34] "GET /obj-perms HTTP/1.1" 200 5056 0.053589 10.0.0.38 - - [2026-04-20 04:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.38 - - [2026-04-20 04:03:35] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005035 10.0.0.38 - - [2026-04-20 04:03:36] "POST /neutron/port HTTP/1.1" 200 1215 0.016513 10.0.0.38 - - [2026-04-20 04:03:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.38 - - [2026-04-20 04:03:36] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.38 - - [2026-04-20 04:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.38 - - [2026-04-20 04:03:39] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005293 10.0.0.38 - - [2026-04-20 04:03:39] "POST /neutron/port HTTP/1.1" 200 1107 0.022866 10.0.0.38 - - [2026-04-20 04:03:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.010783 10.0.0.38 - - [2026-04-20 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006310 10.0.0.38 - - [2026-04-20 04:03:43] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006046 10.0.0.38 - - [2026-04-20 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.38 - - [2026-04-20 04:03:47] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004739 10.0.0.38 - - [2026-04-20 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.38 - - [2026-04-20 04:03:51] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004812 10.0.0.38 - - [2026-04-20 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.38 - - [2026-04-20 04:03:55] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005210 10.0.0.38 - - [2026-04-20 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.38 - - [2026-04-20 04:03:59] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007301 10.0.0.38 - - [2026-04-20 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.38 - - [2026-04-20 04:04:03] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004939 10.0.0.38 - - [2026-04-20 04:04:05] "POST /neutron/port HTTP/1.1" 200 1121 0.026876 10.0.0.38 - - [2026-04-20 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.38 - - [2026-04-20 04:04:07] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004806 10.0.0.38 - - [2026-04-20 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.38 - - [2026-04-20 04:04:11] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005277 10.0.0.38 - - [2026-04-20 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.38 - - [2026-04-20 04:04:15] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006178 10.0.0.38 - - [2026-04-20 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.38 - - [2026-04-20 04:04:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004099 10.0.0.38 - - [2026-04-20 04:04:18] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003304 10.0.0.38 - - [2026-04-20 04:04:18] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005464 10.0.0.38 - - [2026-04-20 04:04:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006937 10.0.0.38 - - [2026-04-20 04:04:23] "POST /neutron/port HTTP/1.1" 200 1121 0.050154 10.0.0.38 - - [2026-04-20 04:04:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006562 10.0.0.38 - - [2026-04-20 04:04:33] "POST /neutron/port HTTP/1.1" 200 1121 0.018184 10.0.0.23 - - [2026-04-20 04:04:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046441 10.0.0.38 - - [2026-04-20 04:04:38] "POST /neutron/port HTTP/1.1" 200 1107 0.047657 10.0.0.38 - - [2026-04-20 04:04:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.011978 10.0.0.38 - - [2026-04-20 04:04:39] "POST /neutron/port HTTP/1.1" 200 1121 0.019266 10.0.0.38 - - [2026-04-20 04:04:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008246 10.0.0.38 - - [2026-04-20 04:04:54] "POST /neutron/port HTTP/1.1" 200 1121 0.018017 10.0.0.38 - - [2026-04-20 04:04:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006125 10.0.0.38 - - [2026-04-20 04:05:09] "POST /neutron/port HTTP/1.1" 200 1121 0.018985 10.0.0.38 - - [2026-04-20 04:05:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006603 10.0.0.38 - - [2026-04-20 04:05:15] "POST /neutron/port HTTP/1.1" 200 1121 0.018138 10.0.0.38 - - [2026-04-20 04:05:15] "GET /virtual-machine/8db7e680-e5cb-44c5-b1d9-99fd20d3d19a HTTP/1.1" 200 1294 0.035365 10.0.0.38 - - [2026-04-20 04:05:15] "GET /virtual-machine-interface/a7c2e17b-7309-4d66-8818-0d90a4b7ab17 HTTP/1.1" 200 2958 0.007218 10.0.0.38 - - [2026-04-20 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.38 - - [2026-04-20 04:05:15] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003320 10.0.0.38 - - [2026-04-20 04:05:15] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003134 10.0.0.38 - - [2026-04-20 04:05:15] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006481 10.0.0.38 - - [2026-04-20 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.38 - - [2026-04-20 04:05:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003660 10.0.0.38 - - [2026-04-20 04:05:16] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002781 10.0.0.38 - - [2026-04-20 04:05:16] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005092 10.0.0.38 - - [2026-04-20 04:05:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011199 10.0.0.38 - - [2026-04-20 04:05:17] "POST /neutron/port HTTP/1.1" 200 1121 0.019305 10.0.0.38 - - [2026-04-20 04:05:17] "GET /virtual-machine/d0342e49-ef11-42d1-99e3-25059475a553 HTTP/1.1" 200 1294 0.007978 10.0.0.38 - - [2026-04-20 04:05:17] "GET /virtual-machine-interface/f9919579-c0a0-4d78-a8cd-f65fc47aa25d HTTP/1.1" 200 2959 0.005042 10.0.0.38 - - [2026-04-20 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.38 - - [2026-04-20 04:05:17] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003479 10.0.0.38 - - [2026-04-20 04:05:17] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003116 10.0.0.38 - - [2026-04-20 04:05:17] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006626 10.0.0.38 - - [2026-04-20 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2026-04-20 04:05:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.38 - - [2026-04-20 04:05:18] "GET /virtual-networks?parent_id=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003696 10.0.0.38 - - [2026-04-20 04:05:18] "GET /virtual-network/d5dac8f3-8084-45a1-b8f4-170a73bbe23d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008366 10.0.0.38 - - [2026-04-20 04:05:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008038 10.0.0.38 - - [2026-04-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003471 10.0.0.38 - - [2026-04-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.38 - - [2026-04-20 04:05:23] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006748 10.0.0.38 - - [2026-04-20 04:05:23] "POST /control-node-zones HTTP/1.1" 200 569 0.023292 10.0.0.38 - - [2026-04-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.38 - - [2026-04-20 04:05:23] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008931 10.0.0.38 - - [2026-04-20 04:05:23] "GET /control-node-zone/4aa594f6-2975-484f-81c7-86734cee0c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005601 10.0.0.38 - - [2026-04-20 04:05:23] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.019449 10.0.0.38 - - [2026-04-20 04:05:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.002970 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.38 - - [2026-04-20 04:05:24] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008917 10.0.0.38 - - [2026-04-20 04:05:24] "POST /control-node-zones HTTP/1.1" 200 569 0.025340 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.38 - - [2026-04-20 04:05:24] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004728 10.0.0.38 - - [2026-04-20 04:05:24] "GET /control-node-zone/e906ccf0-3b22-46fa-b811-bf8d9f36aeb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007888 10.0.0.38 - - [2026-04-20 04:05:24] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.020189 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003517 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.38 - - [2026-04-20 04:05:24] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006407 10.0.0.38 - - [2026-04-20 04:05:24] "POST /control-node-zones HTTP/1.1" 200 569 0.023748 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.38 - - [2026-04-20 04:05:24] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004343 10.0.0.38 - - [2026-04-20 04:05:24] "GET /control-node-zone/26a858fa-cf6c-45c4-a321-55fe4affd657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005043 10.0.0.38 - - [2026-04-20 04:05:24] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.022072 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.38 - - [2026-04-20 04:05:24] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005419 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.003397 10.0.0.38 - - [2026-04-20 04:05:24] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.025986 10.0.0.38 - - [2026-04-20 04:05:24] "POST /neutron/network HTTP/1.1" 200 829 0.007104 10.0.0.38 - - [2026-04-20 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.38 - - [2026-04-20 04:05:24] "GET /bgp-as-a-service/834e5546-3368-4251-93de-0ec0412ccc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005567 10.0.0.38 - - [2026-04-20 04:05:25] "GET /control-node-zone/4aa594f6-2975-484f-81c7-86734cee0c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003298 10.0.0.38 - - [2026-04-20 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.013940 10.0.0.38 - - [2026-04-20 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.38 - - [2026-04-20 04:05:25] "GET /bgp-as-a-service/834e5546-3368-4251-93de-0ec0412ccc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.005882 10.0.0.38 - - [2026-04-20 04:05:25] "GET /control-node-zone/e906ccf0-3b22-46fa-b811-bf8d9f36aeb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003157 10.0.0.38 - - [2026-04-20 04:05:25] "POST /ref-update HTTP/1.1" 200 156 0.015139 10.0.0.38 - - [2026-04-20 04:05:40] "GET /bgp-as-a-service/834e5546-3368-4251-93de-0ec0412ccc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007062 10.0.0.38 - - [2026-04-20 04:05:40] "POST /neutron/port HTTP/1.1" 200 1121 0.022064 10.0.0.38 - - [2026-04-20 04:05:40] "GET /virtual-machine-interface/78ac70fe-b6b1-4ce6-be02-de1700b9ced4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005599 10.0.0.38 - - [2026-04-20 04:05:40] "POST /ref-update HTTP/1.1" 200 156 0.012512 10.0.0.23 - - [2026-04-20 04:05:40] "POST /bgp-routers HTTP/1.1" 200 594 0.031714 10.0.0.38 - - [2026-04-20 04:05:40] "POST /neutron/subnet HTTP/1.1" 200 679 0.028866 10.0.0.23 - - [2026-04-20 04:05:40] "POST /ref-update HTTP/1.1" 200 156 0.015127 10.0.0.38 - - [2026-04-20 04:05:41] "POST /neutron/port HTTP/1.1" 200 1215 0.041690 10.0.0.38 - - [2026-04-20 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2026-04-20 04:05:41] "GET /global-system-config/83852420-ae01-495e-977e-24ee41bddb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005457 10.0.0.38 - - [2026-04-20 04:05:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002506 10.0.0.38 - - [2026-04-20 04:05:41] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032745 10.0.0.38 - - [2026-04-20 04:05:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.38 - - [2026-04-20 04:05:41] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012736 10.0.0.38 - - [2026-04-20 04:05:41] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.38 - - [2026-04-20 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005459 10.0.0.38 - - [2026-04-20 04:05:41] "POST /neutron/network HTTP/1.1" 200 1110 0.010513 10.0.0.38 - - [2026-04-20 04:05:41] "GET /bgp-as-a-service/61857b05-b2f7-4c0b-bfc4-fa300071f0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006542 10.0.0.38 - - [2026-04-20 04:05:41] "GET /control-node-zone/4aa594f6-2975-484f-81c7-86734cee0c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003504 10.0.0.38 - - [2026-04-20 04:05:41] "POST /ref-update HTTP/1.1" 200 156 0.020531 10.0.0.38 - - [2026-04-20 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.38 - - [2026-04-20 04:05:41] "GET /bgp-as-a-service/61857b05-b2f7-4c0b-bfc4-fa300071f0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006771 10.0.0.38 - - [2026-04-20 04:05:41] "GET /control-node-zone/e906ccf0-3b22-46fa-b811-bf8d9f36aeb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003412 10.0.0.38 - - [2026-04-20 04:05:41] "POST /ref-update HTTP/1.1" 200 156 0.015754 10.0.0.38 - - [2026-04-20 04:05:49] "GET /bgp-as-a-service/61857b05-b2f7-4c0b-bfc4-fa300071f0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006202 10.0.0.38 - - [2026-04-20 04:05:49] "GET /virtual-machine-interface/a7c2e17b-7309-4d66-8818-0d90a4b7ab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004920 10.0.0.38 - - [2026-04-20 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.013299 10.0.0.23 - - [2026-04-20 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.037117 10.0.0.38 - - [2026-04-20 04:06:12] "GET /bgp-as-a-service/61857b05-b2f7-4c0b-bfc4-fa300071f0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007840 10.0.0.38 - - [2026-04-20 04:06:12] "GET /virtual-machine-interface/a7c2e17b-7309-4d66-8818-0d90a4b7ab17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008240 10.0.0.38 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.23 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.018021 10.0.0.38 - - [2026-04-20 04:06:12] "DELETE /bgp-as-a-service/61857b05-b2f7-4c0b-bfc4-fa300071f0c3 HTTP/1.1" 200 115 0.069453 10.0.0.38 - - [2026-04-20 04:06:12] "GET /bgp-as-a-service/834e5546-3368-4251-93de-0ec0412ccc9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.017788 10.0.0.38 - - [2026-04-20 04:06:12] "GET /virtual-machine-interface/78ac70fe-b6b1-4ce6-be02-de1700b9ced4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010281 10.0.0.38 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.014670 10.0.0.23 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.016697 10.0.0.38 - - [2026-04-20 04:06:12] "DELETE /bgp-as-a-service/834e5546-3368-4251-93de-0ec0412ccc9d HTTP/1.1" 200 115 0.070141 10.0.0.38 - - [2026-04-20 04:06:12] "GET /control-node-zone/26a858fa-cf6c-45c4-a321-55fe4affd657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004819 10.0.0.38 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.028425 10.0.0.38 - - [2026-04-20 04:06:12] "DELETE /control-node-zone/26a858fa-cf6c-45c4-a321-55fe4affd657 HTTP/1.1" 200 115 0.041074 10.0.0.27 - - [2026-04-20 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.38 - - [2026-04-20 04:06:12] "GET /control-node-zone/e906ccf0-3b22-46fa-b811-bf8d9f36aeb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003393 10.0.0.27 - - [2026-04-20 04:06:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.016517 10.0.0.38 - - [2026-04-20 04:06:12] "DELETE /control-node-zone/e906ccf0-3b22-46fa-b811-bf8d9f36aeb3 HTTP/1.1" 200 115 0.027937 10.0.0.38 - - [2026-04-20 04:06:12] "GET /control-node-zone/4aa594f6-2975-484f-81c7-86734cee0c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003327 10.0.0.38 - - [2026-04-20 04:06:12] "POST /ref-update HTTP/1.1" 200 156 0.022732 10.0.0.38 - - [2026-04-20 04:06:13] "DELETE /control-node-zone/4aa594f6-2975-484f-81c7-86734cee0c43 HTTP/1.1" 200 115 0.032591 10.0.0.23 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.23 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.38 - - [2026-04-20 04:06:13] "POST /neutron/port HTTP/1.1" 200 1121 0.018372 10.0.0.27 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000302 10.0.0.38 - - [2026-04-20 04:06:13] "POST /neutron/port HTTP/1.1" 200 1111 0.020882 10.0.0.38 - - [2026-04-20 04:06:13] "POST /neutron/port HTTP/1.1" 200 1121 0.022511 10.0.0.27 - - [2026-04-20 04:06:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000779 10.0.0.38 - - [2026-04-20 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.38 - - [2026-04-20 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-20 04:06:15] "POST /neutron/network HTTP/1.1" 200 829 0.006099 10.0.0.23 - - [2026-04-20 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.38 - - [2026-04-20 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-04-20 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.23 - - [2026-04-20 04:06:16] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024382 10.0.0.38 - - [2026-04-20 04:06:16] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.093948 10.0.0.23 - - [2026-04-20 04:06:16] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000829 10.0.0.38 - - [2026-04-20 04:06:17] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?fields=virtual_networks HTTP/1.1" 200 1035 0.047940 10.0.0.23 - - [2026-04-20 04:06:17] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.38 - - [2026-04-20 04:06:17] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.037781 10.0.0.23 - - [2026-04-20 04:06:17] "GET /projects?obj_uuids=da031d29-ef30-4569-a6b6-b34a3c04fb2e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.38 - - [2026-04-20 04:06:17] "GET /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e?fields=security_groups HTTP/1.1" 200 1262 0.042678 10.0.0.38 - - [2026-04-20 04:06:18] "POST /fqname-to-id HTTP/1.1" 404 181 0.037024 10.0.0.23 - - [2026-04-20 04:06:18] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003027 10.0.0.23 - - [2026-04-20 04:06:18] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580 10.0.0.23 - - [2026-04-20 04:06:18] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041609 10.0.0.23 - - [2026-04-20 04:06:18] "POST /id-to-fqname HTTP/1.1" 200 183 0.001814 10.0.0.23 - - [2026-04-20 04:06:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.006522 10.0.0.23 - - [2026-04-20 04:06:18] "POST /security-groups HTTP/1.1" 200 584 0.098110 10.0.0.23 - - [2026-04-20 04:06:18] "POST /projects HTTP/1.1" 200 571 0.316057 10.0.0.23 - - [2026-04-20 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.353290 10.0.0.23 - - [2026-04-20 04:06:18] "POST /access-control-lists HTTP/1.1" 200 589 0.045059 10.0.0.38 - - [2026-04-20 04:06:18] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.544829 10.0.0.23 - - [2026-04-20 04:06:18] "DELETE /access-control-list/848c0a36-055d-440d-86ad-0c393d200b74 HTTP/1.1" 200 115 0.052744 10.0.0.38 - - [2026-04-20 04:06:20] "GET / HTTP/1.1" 200 35931 0.117481 10.0.0.23 - - [2026-04-20 04:06:22] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001479 10.0.0.38 - - [2026-04-20 04:06:23] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042618 10.0.0.23 - - [2026-04-20 04:06:23] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001021 10.0.0.38 - - [2026-04-20 04:06:23] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?fields=virtual_networks HTTP/1.1" 200 1018 0.043669 10.0.0.23 - - [2026-04-20 04:06:23] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000868 10.0.0.38 - - [2026-04-20 04:06:23] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.044337 10.0.0.23 - - [2026-04-20 04:06:23] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001228 10.0.0.38 - - [2026-04-20 04:06:23] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?fields=security_groups HTTP/1.1" 200 1237 0.039239 10.0.0.38 - - [2026-04-20 04:06:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.029001 10.0.0.23 - - [2026-04-20 04:06:24] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002800 10.0.0.23 - - [2026-04-20 04:06:24] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.23 - - [2026-04-20 04:06:24] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009315 10.0.0.23 - - [2026-04-20 04:06:24] "DELETE /project/da031d29-ef30-4569-a6b6-b34a3c04fb2e HTTP/1.1" 404 177 0.008243 10.0.0.23 - - [2026-04-20 04:06:24] "DELETE /project/52b7e41490894581afc7735db212cdd2 HTTP/1.1" 404 173 0.007292 10.0.0.23 - - [2026-04-20 04:06:24] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000779 10.0.0.23 - - [2026-04-20 04:06:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001089 10.0.0.23 - - [2026-04-20 04:06:24] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.064003 10.0.0.23 - - [2026-04-20 04:06:24] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000858 10.0.0.23 - - [2026-04-20 04:06:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.006097 10.0.0.23 - - [2026-04-20 04:06:24] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?fields=security_groups HTTP/1.1" 200 1342 0.038031 10.0.0.23 - - [2026-04-20 04:06:24] "POST /security-groups HTTP/1.1" 200 592 0.075030 10.0.0.23 - - [2026-04-20 04:06:24] "POST /projects HTTP/1.1" 200 587 0.350794 10.0.0.23 - - [2026-04-20 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.392220 10.0.0.23 - - [2026-04-20 04:06:24] "DELETE /security-group/7bbf7f57-bfe7-4f18-b0a6-f4415debe85f HTTP/1.1" 200 115 0.111865 10.0.0.23 - - [2026-04-20 04:06:24] "GET /projects?obj_uuids=52b7e414-9089-4581-afc7-735db212cdd2&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001025 10.0.0.23 - - [2026-04-20 04:06:24] "POST /access-control-lists HTTP/1.1" 200 597 0.056161 10.0.0.38 - - [2026-04-20 04:06:24] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.549655 10.0.0.23 - - [2026-04-20 04:06:24] "GET /project/52b7e414-9089-4581-afc7-735db212cdd2?fields=application_policy_sets HTTP/1.1" 200 1381 0.106594 10.0.0.23 - - [2026-04-20 04:06:24] "DELETE /project/52b7e414-9089-4581-afc7-735db212cdd2 HTTP/1.1" 200 115 0.534695 10.0.0.23 - - [2026-04-20 04:06:25] "DELETE /access-control-list/dec16432-bfbc-446b-b3dd-6398202fa120 HTTP/1.1" 200 115 0.033132 10.0.0.38 - - [2026-04-20 04:06:25] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.23 - - [2026-04-20 04:06:28] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.38 - - [2026-04-20 04:06:28] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.037112 10.0.0.23 - - [2026-04-20 04:06:28] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.38 - - [2026-04-20 04:06:28] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?fields=virtual_networks HTTP/1.1" 200 1035 0.056882 10.0.0.23 - - [2026-04-20 04:06:29] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.38 - - [2026-04-20 04:06:29] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055501 10.0.0.23 - - [2026-04-20 04:06:29] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000844 10.0.0.38 - - [2026-04-20 04:06:29] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?fields=security_groups HTTP/1.1" 200 1262 0.033509 10.0.0.38 - - [2026-04-20 04:06:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.027538 10.0.0.23 - - [2026-04-20 04:06:30] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002390 10.0.0.23 - - [2026-04-20 04:06:30] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.23 - - [2026-04-20 04:06:30] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007103 10.0.0.23 - - [2026-04-20 04:06:30] "POST /id-to-fqname HTTP/1.1" 200 197 0.001150 10.0.0.23 - - [2026-04-20 04:06:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.013442 10.0.0.23 - - [2026-04-20 04:06:30] "POST /security-groups HTTP/1.1" 200 598 0.078127 10.0.0.23 - - [2026-04-20 04:06:30] "POST /projects HTTP/1.1" 200 599 0.283522 10.0.0.23 - - [2026-04-20 04:06:30] "POST /access-control-lists HTTP/1.1" 200 603 0.027270 10.0.0.23 - - [2026-04-20 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.355171 10.0.0.38 - - [2026-04-20 04:06:30] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.485154 10.0.0.38 - - [2026-04-20 04:06:31] "GET / HTTP/1.1" 200 35931 0.001838 10.0.0.38 - - [2026-04-20 04:06:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2026-04-20 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.058346 10.0.0.38 - - [2026-04-20 04:06:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003542 10.0.0.38 - - [2026-04-20 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.38 - - [2026-04-20 04:06:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005020 10.0.0.38 - - [2026-04-20 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.38 - - [2026-04-20 04:06:33] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.013274 10.0.0.38 - - [2026-04-20 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.23 - - [2026-04-20 04:06:33] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000901 10.0.0.38 - - [2026-04-20 04:06:33] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043777 10.0.0.23 - - [2026-04-20 04:06:34] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001372 10.0.0.38 - - [2026-04-20 04:06:34] "POST /neutron/network HTTP/1.1" 200 594 0.137244 10.0.0.23 - - [2026-04-20 04:06:34] "POST /route-targets HTTP/1.1" 200 327 0.014104 10.0.0.38 - - [2026-04-20 04:06:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.003276 10.0.0.38 - - [2026-04-20 04:06:34] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004769 10.0.0.38 - - [2026-04-20 04:06:34] "POST /neutron/network HTTP/1.1" 200 808 0.006498 10.0.0.38 - - [2026-04-20 04:06:34] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004341 10.0.0.38 - - [2026-04-20 04:06:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001405 10.0.0.38 - - [2026-04-20 04:06:34] "POST /neutron/port HTTP/1.1" 200 4184 0.041982 10.0.0.23 - - [2026-04-20 04:06:35] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000978 10.0.0.38 - - [2026-04-20 04:06:35] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.070838 10.0.0.38 - - [2026-04-20 04:06:35] "POST /neutron/port HTTP/1.1" 200 4184 0.032124 10.0.0.38 - - [2026-04-20 04:06:35] "POST /id-to-fqname HTTP/1.1" 200 218 0.001792 10.0.0.38 - - [2026-04-20 04:06:36] "POST /neutron/network HTTP/1.1" 200 818 0.006589 10.0.0.38 - - [2026-04-20 04:06:36] "POST /neutron/port HTTP/1.1" 200 1062 0.020767 10.0.0.23 - - [2026-04-20 04:06:37] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001145 10.0.0.38 - - [2026-04-20 04:06:37] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.124834 10.0.0.38 - - [2026-04-20 04:06:37] "POST /neutron/network HTTP/1.1" 200 808 0.041343 10.0.0.38 - - [2026-04-20 04:06:37] "POST /neutron/subnet HTTP/1.1" 200 675 0.010577 10.0.0.38 - - [2026-04-20 04:06:37] "POST /neutron/port HTTP/1.1" 200 5157 0.043866 10.0.0.38 - - [2026-04-20 04:06:37] "POST /neutron/network HTTP/1.1" 200 818 0.007783 10.0.0.38 - - [2026-04-20 04:06:37] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005484 10.0.0.38 - - [2026-04-20 04:06:38] "POST /neutron/port HTTP/1.1" 200 1062 0.032557 10.0.0.38 - - [2026-04-20 04:06:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.38 - - [2026-04-20 04:06:38] "POST /neutron/network HTTP/1.1" 200 808 0.008251 10.0.0.38 - - [2026-04-20 04:06:38] "GET /obj-perms HTTP/1.1" 200 5044 0.055250 10.0.0.27 - - [2026-04-20 04:06:39] "GET /obj-perms HTTP/1.1" 200 5044 0.046648 10.0.0.38 - - [2026-04-20 04:06:39] "POST /neutron/port HTTP/1.1" 200 1126 0.015836 10.0.0.38 - - [2026-04-20 04:06:39] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008934 10.0.0.38 - - [2026-04-20 04:06:39] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 401 292 0.000640 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.027663 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.003935 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.005102 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.003331 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.005497 10.0.0.38 - - [2026-04-20 04:06:40] "GET /instance-ip/781b2f07-bff7-41f2-b951-7e0647b64adf HTTP/1.1" 200 1620 0.005632 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.003676 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.004323 10.0.0.38 - - [2026-04-20 04:06:40] "GET /instance-ip/781b2f07-bff7-41f2-b951-7e0647b64adf HTTP/1.1" 200 1620 0.003052 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004087 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002717 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009350 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005510 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004320 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005273 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004734 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002602 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004810 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004321 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002420 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007415 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004784 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003990 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006276 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005709 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004249 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006539 10.0.0.38 - - [2026-04-20 04:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.38 - - [2026-04-20 04:06:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004386 10.0.0.38 - - [2026-04-20 04:06:40] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002497 10.0.0.38 - - [2026-04-20 04:06:41] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006014 10.0.0.38 - - [2026-04-20 04:06:41] "POST /neutron/port HTTP/1.1" 200 1215 0.016982 10.0.0.38 - - [2026-04-20 04:06:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005183 10.0.0.38 - - [2026-04-20 04:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.38 - - [2026-04-20 04:06:43] "POST /neutron/port HTTP/1.1" 200 1107 0.016936 10.0.0.38 - - [2026-04-20 04:06:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003493 10.0.0.38 - - [2026-04-20 04:06:43] "POST /neutron/network HTTP/1.1" 200 927 0.008370 10.0.0.38 - - [2026-04-20 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2026-04-20 04:06:44] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007267 10.0.0.38 - - [2026-04-20 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.38 - - [2026-04-20 04:06:48] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004913 10.0.0.38 - - [2026-04-20 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.38 - - [2026-04-20 04:06:52] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005568 10.0.0.38 - - [2026-04-20 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.38 - - [2026-04-20 04:06:56] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005177 10.0.0.38 - - [2026-04-20 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.38 - - [2026-04-20 04:07:00] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007200 10.0.0.38 - - [2026-04-20 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.38 - - [2026-04-20 04:07:04] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006526 10.0.0.38 - - [2026-04-20 04:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.38 - - [2026-04-20 04:07:08] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005238 10.0.0.38 - - [2026-04-20 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-04-20 04:07:12] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004987 10.0.0.38 - - [2026-04-20 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.38 - - [2026-04-20 04:07:16] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005312 10.0.0.38 - - [2026-04-20 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.38 - - [2026-04-20 04:07:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003739 10.0.0.38 - - [2026-04-20 04:07:18] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003306 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005350 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.38 - - [2026-04-20 04:07:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003578 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002314 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005619 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.38 - - [2026-04-20 04:07:19] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006559 10.0.0.38 - - [2026-04-20 04:07:19] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003734 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.38 - - [2026-04-20 04:07:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002671 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005919 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.38 - - [2026-04-20 04:07:19] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.009295 10.0.0.38 - - [2026-04-20 04:07:19] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005470 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.38 - - [2026-04-20 04:07:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002741 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005661 10.0.0.38 - - [2026-04-20 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.38 - - [2026-04-20 04:07:19] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004617 10.0.0.38 - - [2026-04-20 04:07:19] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003928 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005654 10.0.0.23 - - [2026-04-20 04:07:20] "GET /obj-perms HTTP/1.1" 200 5044 0.051046 10.0.0.38 - - [2026-04-20 04:07:20] "GET /obj-perms HTTP/1.1" 200 5044 0.006806 10.0.0.23 - - [2026-04-20 04:07:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003693 10.0.0.38 - - [2026-04-20 04:07:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003793 10.0.0.38 - - [2026-04-20 04:07:20] "POST /neutron/port HTTP/1.1" 200 1126 0.020216 10.0.0.38 - - [2026-04-20 04:07:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007216 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.006651 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004350 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.006099 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.005331 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.005569 10.0.0.38 - - [2026-04-20 04:07:20] "GET /instance-ip/c0775629-b448-474d-a9d6-7e80ca4455b1 HTTP/1.1" 200 1621 0.006539 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004419 10.0.0.38 - - [2026-04-20 04:07:20] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.005820 10.0.0.38 - - [2026-04-20 04:07:20] "GET /instance-ip/c0775629-b448-474d-a9d6-7e80ca4455b1 HTTP/1.1" 200 1621 0.006286 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003751 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007314 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004472 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003792 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005645 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002373 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006238 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002554 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005765 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003611 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003410 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005423 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002319 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006106 10.0.0.38 - - [2026-04-20 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-04-20 04:07:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003363 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002517 10.0.0.38 - - [2026-04-20 04:07:21] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006755 10.0.0.38 - - [2026-04-20 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2026-04-20 04:07:22] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.38 - - [2026-04-20 04:07:22] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003359 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006246 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.38 - - [2026-04-20 04:07:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003953 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003024 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006378 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.38 - - [2026-04-20 04:07:23] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004179 10.0.0.38 - - [2026-04-20 04:07:23] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004494 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.38 - - [2026-04-20 04:07:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003315 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006521 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005408 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.38 - - [2026-04-20 04:07:23] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004158 10.0.0.38 - - [2026-04-20 04:07:23] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004085 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.38 - - [2026-04-20 04:07:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005448 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004405 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005587 10.0.0.38 - - [2026-04-20 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2026-04-20 04:07:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004227 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002366 10.0.0.38 - - [2026-04-20 04:07:23] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006118 10.0.0.23 - - [2026-04-20 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.005908 10.0.0.38 - - [2026-04-20 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003618 10.0.0.38 - - [2026-04-20 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003390 10.0.0.27 - - [2026-04-20 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004616 10.0.0.23 - - [2026-04-20 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.006941 10.0.0.38 - - [2026-04-20 04:07:24] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.004218 10.0.0.38 - - [2026-04-20 04:07:24] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.005295 10.0.0.38 - - [2026-04-20 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.38 - - [2026-04-20 04:07:24] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002862 10.0.0.38 - - [2026-04-20 04:07:24] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002814 10.0.0.38 - - [2026-04-20 04:07:24] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005562 10.0.0.23 - - [2026-04-20 04:07:24] "DELETE /project/5a3668f6ed454d298f07f2c803432d27 HTTP/1.1" 404 173 0.003529 10.0.0.23 - - [2026-04-20 04:07:24] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000750 10.0.0.23 - - [2026-04-20 04:07:24] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.040241 10.0.0.23 - - [2026-04-20 04:07:24] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.23 - - [2026-04-20 04:07:25] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?fields=security_groups HTTP/1.1" 200 1367 0.036710 10.0.0.23 - - [2026-04-20 04:07:25] "DELETE /security-group/04e2eaa1-cd07-42de-9372-226357fa606b HTTP/1.1" 200 115 0.050828 10.0.0.23 - - [2026-04-20 04:07:25] "GET /projects?obj_uuids=c13fb79e-c9e1-4d45-a004-c89b52ee1480&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.23 - - [2026-04-20 04:07:25] "GET /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480?fields=application_policy_sets HTTP/1.1" 200 1406 0.058001 10.0.0.23 - - [2026-04-20 04:07:25] "DELETE /access-control-list/bb279103-c762-443b-a89b-ff27cfa266fd HTTP/1.1" 200 115 0.055923 10.0.0.23 - - [2026-04-20 04:07:25] "DELETE /project/c13fb79e-c9e1-4d45-a004-c89b52ee1480 HTTP/1.1" 200 115 0.375440 10.0.0.38 - - [2026-04-20 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.38 - - [2026-04-20 04:07:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003403 10.0.0.38 - - [2026-04-20 04:07:25] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002480 10.0.0.38 - - [2026-04-20 04:07:25] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006020 10.0.0.38 - - [2026-04-20 04:07:25] "POST /neutron/port HTTP/1.1" 200 1126 0.018176 10.0.0.38 - - [2026-04-20 04:07:27] "POST /neutron/security_group HTTP/1.1" 200 2065 0.031754 10.0.0.38 - - [2026-04-20 04:07:30] "POST /neutron/port HTTP/1.1" 200 1126 0.015297 10.0.0.38 - - [2026-04-20 04:07:36] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004064 10.0.0.38 - - [2026-04-20 04:07:36] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.006070 10.0.0.38 - - [2026-04-20 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2026-04-20 04:07:36] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003151 10.0.0.38 - - [2026-04-20 04:07:36] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003846 10.0.0.38 - - [2026-04-20 04:07:36] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007138 10.0.0.38 - - [2026-04-20 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2026-04-20 04:07:37] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004076 10.0.0.38 - - [2026-04-20 04:07:37] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002815 10.0.0.38 - - [2026-04-20 04:07:37] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005208 10.0.0.38 - - [2026-04-20 04:07:37] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008124 10.0.0.38 - - [2026-04-20 04:07:43] "POST /neutron/network HTTP/1.1" 200 937 0.006607 10.0.0.38 - - [2026-04-20 04:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.38 - - [2026-04-20 04:08:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050678 10.0.0.27 - - [2026-04-20 04:08:38] "GET /obj-perms HTTP/1.1" 200 5056 0.053849 10.0.0.38 - - [2026-04-20 04:08:45] "POST /neutron/port HTTP/1.1" 200 1126 0.016483 10.0.0.38 - - [2026-04-20 04:08:45] "POST /neutron/subnet HTTP/1.1" 200 675 0.008144 10.0.0.38 - - [2026-04-20 04:08:47] "POST /neutron/port HTTP/1.1" 200 1215 0.016391 10.0.0.38 - - [2026-04-20 04:08:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.38 - - [2026-04-20 04:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.38 - - [2026-04-20 04:09:29] "POST /neutron/port HTTP/1.1" 200 1126 0.016528 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.004737 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.005600 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.003619 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.004318 10.0.0.38 - - [2026-04-20 04:09:29] "GET /instance-ip/781b2f07-bff7-41f2-b951-7e0647b64adf HTTP/1.1" 200 1620 0.003945 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.003388 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-machine-interface/2b848d20-cc5e-4f7c-865b-02a914a826e5 HTTP/1.1" 200 2948 0.004111 10.0.0.38 - - [2026-04-20 04:09:29] "GET /instance-ip/781b2f07-bff7-41f2-b951-7e0647b64adf HTTP/1.1" 200 1620 0.004501 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2026-04-20 04:09:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002710 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003068 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005210 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.38 - - [2026-04-20 04:09:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004047 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002565 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006904 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.38 - - [2026-04-20 04:09:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002703 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006464 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2026-04-20 04:09:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003324 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003049 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006063 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.38 - - [2026-04-20 04:09:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004737 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002284 10.0.0.38 - - [2026-04-20 04:09:29] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004913 10.0.0.38 - - [2026-04-20 04:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006680 10.0.0.38 - - [2026-04-20 04:09:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003987 10.0.0.38 - - [2026-04-20 04:09:30] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002761 10.0.0.38 - - [2026-04-20 04:09:30] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005366 10.0.0.38 - - [2026-04-20 04:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.38 - - [2026-04-20 04:09:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003221 10.0.0.38 - - [2026-04-20 04:09:30] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003470 10.0.0.38 - - [2026-04-20 04:09:30] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005633 10.0.0.38 - - [2026-04-20 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.38 - - [2026-04-20 04:09:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004848 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003153 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005404 10.0.0.38 - - [2026-04-20 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2026-04-20 04:09:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003530 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002247 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007336 10.0.0.38 - - [2026-04-20 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.38 - - [2026-04-20 04:09:31] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004595 10.0.0.38 - - [2026-04-20 04:09:31] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004488 10.0.0.38 - - [2026-04-20 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.38 - - [2026-04-20 04:09:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004092 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003990 10.0.0.38 - - [2026-04-20 04:09:31] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006969 10.0.0.38 - - [2026-04-20 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.38 - - [2026-04-20 04:09:31] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004488 10.0.0.38 - - [2026-04-20 04:09:32] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003944 10.0.0.38 - - [2026-04-20 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.38 - - [2026-04-20 04:09:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006165 10.0.0.38 - - [2026-04-20 04:09:32] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003356 10.0.0.38 - - [2026-04-20 04:09:32] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007015 10.0.0.38 - - [2026-04-20 04:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2026-04-20 04:09:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.38 - - [2026-04-20 04:09:32] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003461 10.0.0.38 - - [2026-04-20 04:09:32] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006187 10.0.0.23 - - [2026-04-20 04:09:34] "GET /obj-perms HTTP/1.1" 200 5044 0.003608 10.0.0.23 - - [2026-04-20 04:09:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045397 10.0.0.27 - - [2026-04-20 04:09:39] "GET /virtual-router/c03ba0f7-4df2-41e8-88d9-6d5212034931?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.035808 10.0.0.23 - - [2026-04-20 04:09:44] "GET /obj-perms HTTP/1.1" 200 5044 0.003366 10.0.0.38 - - [2026-04-20 04:09:45] "POST /neutron/port HTTP/1.1" 200 1215 0.039586 10.0.0.38 - - [2026-04-20 04:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.38 - - [2026-04-20 04:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.38 - - [2026-04-20 04:09:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003931 10.0.0.23 - - [2026-04-20 04:09:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003658 10.0.0.38 - - [2026-04-20 04:09:46] "GET /obj-perms HTTP/1.1" 200 5044 0.002917 10.0.0.27 - - [2026-04-20 04:09:46] "GET /obj-perms HTTP/1.1" 200 5044 0.003695 10.0.0.38 - - [2026-04-20 04:09:46] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008413 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004463 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.005053 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004473 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.006125 10.0.0.38 - - [2026-04-20 04:09:46] "GET /instance-ip/c0775629-b448-474d-a9d6-7e80ca4455b1 HTTP/1.1" 200 1621 0.004230 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.003883 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.005495 10.0.0.38 - - [2026-04-20 04:09:46] "GET /instance-ip/c0775629-b448-474d-a9d6-7e80ca4455b1 HTTP/1.1" 200 1621 0.004032 10.0.0.38 - - [2026-04-20 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.38 - - [2026-04-20 04:09:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008284 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003911 10.0.0.38 - - [2026-04-20 04:09:46] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006615 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005735 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003389 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007776 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004227 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002951 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007262 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004057 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003895 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006973 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.018816 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003260 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005438 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003758 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002626 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007526 10.0.0.38 - - [2026-04-20 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2026-04-20 04:09:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003209 10.0.0.38 - - [2026-04-20 04:09:47] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005258 10.0.0.38 - - [2026-04-20 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.38 - - [2026-04-20 04:09:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003691 10.0.0.38 - - [2026-04-20 04:09:48] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002429 10.0.0.38 - - [2026-04-20 04:09:48] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005529 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.38 - - [2026-04-20 04:09:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003587 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002396 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006088 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.38 - - [2026-04-20 04:09:49] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004090 10.0.0.38 - - [2026-04-20 04:09:49] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004154 10.0.0.38 - - [2026-04-20 04:09:49] "POST /neutron/network HTTP/1.1" 200 937 0.005333 10.0.0.38 - - [2026-04-20 04:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.38 - - [2026-04-20 04:09:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003667 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002122 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007190 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.38 - - [2026-04-20 04:09:49] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004662 10.0.0.38 - - [2026-04-20 04:09:49] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005258 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2026-04-20 04:09:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003285 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003714 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005574 10.0.0.38 - - [2026-04-20 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.38 - - [2026-04-20 04:09:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002491 10.0.0.38 - - [2026-04-20 04:09:49] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005437 10.0.0.38 - - [2026-04-20 04:09:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003718 10.0.0.23 - - [2026-04-20 04:09:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003315 10.0.0.38 - - [2026-04-20 04:09:49] "GET /obj-perms HTTP/1.1" 200 5044 0.003737 10.0.0.23 - - [2026-04-20 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003751 10.0.0.38 - - [2026-04-20 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.003362 10.0.0.38 - - [2026-04-20 04:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2026-04-20 04:10:10] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.38 - - [2026-04-20 04:10:10] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002310 10.0.0.38 - - [2026-04-20 04:10:10] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005416 10.0.0.38 - - [2026-04-20 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.38 - - [2026-04-20 04:10:11] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003031 10.0.0.38 - - [2026-04-20 04:10:11] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002236 10.0.0.38 - - [2026-04-20 04:10:11] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005815 10.0.0.38 - - [2026-04-20 04:10:26] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.003587 10.0.0.38 - - [2026-04-20 04:10:26] "GET /virtual-machine-interface/a7cae5f5-a2b6-4c33-b8b3-c70bbed7e689 HTTP/1.1" 200 2950 0.005089 10.0.0.38 - - [2026-04-20 04:10:26] "GET /instance-ip/c0775629-b448-474d-a9d6-7e80ca4455b1 HTTP/1.1" 200 1621 0.004096 10.0.0.38 - - [2026-04-20 04:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.38 - - [2026-04-20 04:10:26] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003241 10.0.0.38 - - [2026-04-20 04:10:26] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003277 10.0.0.38 - - [2026-04-20 04:10:26] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005454 10.0.0.38 - - [2026-04-20 04:10:30] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 200 1298 0.004087 10.0.0.38 - - [2026-04-20 04:10:31] "POST /neutron/port HTTP/1.1" 200 1116 0.012552 10.0.0.38 - - [2026-04-20 04:10:32] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003216 10.0.0.38 - - [2026-04-20 04:10:32] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.002226 10.0.0.38 - - [2026-04-20 04:10:32] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003058 10.0.0.38 - - [2026-04-20 04:10:33] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003299 10.0.0.38 - - [2026-04-20 04:10:34] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.002486 10.0.0.38 - - [2026-04-20 04:10:35] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003304 10.0.0.38 - - [2026-04-20 04:10:36] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003267 10.0.0.38 - - [2026-04-20 04:10:37] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.002693 10.0.0.38 - - [2026-04-20 04:10:38] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.004144 10.0.0.38 - - [2026-04-20 04:10:38] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.004096 10.0.0.38 - - [2026-04-20 04:10:39] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003005 10.0.0.38 - - [2026-04-20 04:10:40] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003277 10.0.0.38 - - [2026-04-20 04:10:41] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.002766 10.0.0.38 - - [2026-04-20 04:10:42] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003078 10.0.0.38 - - [2026-04-20 04:10:43] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003642 10.0.0.38 - - [2026-04-20 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2026-04-20 04:10:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003216 10.0.0.38 - - [2026-04-20 04:10:43] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004315 10.0.0.38 - - [2026-04-20 04:10:43] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008288 10.0.0.38 - - [2026-04-20 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.38 - - [2026-04-20 04:10:43] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004816 10.0.0.38 - - [2026-04-20 04:10:43] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003505 10.0.0.38 - - [2026-04-20 04:10:43] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.005745 10.0.0.38 - - [2026-04-20 04:10:44] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003397 10.0.0.38 - - [2026-04-20 04:10:45] "POST /neutron/port HTTP/1.1" 200 1107 0.014772 10.0.0.38 - - [2026-04-20 04:10:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.010969 10.0.0.38 - - [2026-04-20 04:10:45] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.004068 10.0.0.38 - - [2026-04-20 04:10:46] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003202 10.0.0.38 - - [2026-04-20 04:10:47] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003716 10.0.0.38 - - [2026-04-20 04:10:48] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.002856 10.0.0.38 - - [2026-04-20 04:10:48] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003652 10.0.0.38 - - [2026-04-20 04:10:49] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003962 10.0.0.38 - - [2026-04-20 04:10:50] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003590 10.0.0.38 - - [2026-04-20 04:10:51] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003789 10.0.0.38 - - [2026-04-20 04:10:52] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003250 10.0.0.38 - - [2026-04-20 04:10:53] "GET /virtual-machine/839b3a97-d67c-49e7-8389-b811bf504ea0 HTTP/1.1" 404 171 0.003148 10.0.0.23 - - [2026-04-20 04:10:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004025 10.0.0.38 - - [2026-04-20 04:10:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004023 10.0.0.27 - - [2026-04-20 04:10:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004207 10.0.0.38 - - [2026-04-20 04:10:54] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 200 1300 0.005282 10.0.0.38 - - [2026-04-20 04:10:54] "POST /neutron/port HTTP/1.1" 200 1126 0.016723 10.0.0.38 - - [2026-04-20 04:10:56] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.002982 10.0.0.38 - - [2026-04-20 04:10:56] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.002333 10.0.0.38 - - [2026-04-20 04:10:56] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003402 10.0.0.38 - - [2026-04-20 04:10:56] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003181 10.0.0.38 - - [2026-04-20 04:10:57] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003743 10.0.0.38 - - [2026-04-20 04:10:58] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003279 10.0.0.38 - - [2026-04-20 04:10:59] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.005038 10.0.0.38 - - [2026-04-20 04:11:00] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.002949 10.0.0.38 - - [2026-04-20 04:11:01] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003588 10.0.0.38 - - [2026-04-20 04:11:01] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.002277 10.0.0.38 - - [2026-04-20 04:11:02] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003210 10.0.0.38 - - [2026-04-20 04:11:03] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003216 10.0.0.38 - - [2026-04-20 04:11:04] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.003382 10.0.0.38 - - [2026-04-20 04:11:05] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.002860 10.0.0.38 - - [2026-04-20 04:11:06] "GET /virtual-machine/fcd5be94-393b-4aed-b211-ed0538abbe08 HTTP/1.1" 404 171 0.004662 10.0.0.38 - - [2026-04-20 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2026-04-20 04:11:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004058 10.0.0.38 - - [2026-04-20 04:11:06] "GET /virtual-networks?parent_id=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004006 10.0.0.38 - - [2026-04-20 04:11:06] "GET /virtual-network/aa140fca-c154-4cd2-89d5-d5bcd6834e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004894 10.0.0.38 - - [2026-04-20 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.38 - - [2026-04-20 04:11:06] "GET /routing-instance/866ce548-694b-4ec6-b4be-0527c8c7bc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005780 10.0.0.38 - - [2026-04-20 04:11:06] "GET /route-target/93eb45ed-8cc3-45a2-9b84-23d1dfd9bfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003911 10.0.0.27 - - [2026-04-20 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.27 - - [2026-04-20 04:11:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2026-04-20 04:11:12] "GET /obj-perms HTTP/1.1" 200 5044 0.003036 10.0.0.27 - - [2026-04-20 04:11:12] "GET /obj-perms HTTP/1.1" 200 5044 0.004400 10.0.0.23 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.27 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.27 - - [2026-04-20 04:11:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.38 - - [2026-04-20 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.38 - - [2026-04-20 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.38 - - [2026-04-20 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2026-04-20 04:11:15] "GET /obj-perms HTTP/1.1" 200 5044 0.003327 10.0.0.38 - - [2026-04-20 04:11:16] "POST /neutron/network HTTP/1.1" 200 808 0.006437 10.0.0.38 - - [2026-04-20 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.38 - - [2026-04-20 04:11:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003985 10.0.0.38 - - [2026-04-20 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.38 - - [2026-04-20 04:11:16] "PUT /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86 HTTP/1.1" 200 276 0.011660 10.0.0.23 - - [2026-04-20 04:11:18] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.027117 10.0.0.38 - - [2026-04-20 04:11:18] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.094320 10.0.0.23 - - [2026-04-20 04:11:18] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000998 10.0.0.38 - - [2026-04-20 04:11:18] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?fields=virtual_networks HTTP/1.1" 200 1046 0.045988 10.0.0.23 - - [2026-04-20 04:11:19] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000901 10.0.0.38 - - [2026-04-20 04:11:19] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.042771 10.0.0.23 - - [2026-04-20 04:11:19] "GET /projects?obj_uuids=5a3668f6-ed45-4d29-8f07-f2c803432d27&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001195 10.0.0.38 - - [2026-04-20 04:11:19] "GET /project/5a3668f6-ed45-4d29-8f07-f2c803432d27?fields=security_groups HTTP/1.1" 200 1279 0.044759 10.0.0.38 - - [2026-04-20 04:11:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.027582 10.0.0.23 - - [2026-04-20 04:11:20] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003415 10.0.0.23 - - [2026-04-20 04:11:20] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.23 - - [2026-04-20 04:11:20] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035243 10.0.0.23 - - [2026-04-20 04:11:20] "POST /id-to-fqname HTTP/1.1" 200 196 0.006058 10.0.0.23 - - [2026-04-20 04:11:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.002943 10.0.0.23 - - [2026-04-20 04:11:20] "POST /security-groups HTTP/1.1" 200 597 0.026000 10.0.0.23 - - [2026-04-20 04:11:20] "POST /projects HTTP/1.1" 200 597 0.248998 10.0.0.23 - - [2026-04-20 04:11:20] "POST /fqname-to-id HTTP/1.1" 404 240 0.032251 10.0.0.23 - - [2026-04-20 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.327074 10.0.0.23 - - [2026-04-20 04:11:20] "POST /access-control-lists HTTP/1.1" 200 600 0.026982 10.0.0.38 - - [2026-04-20 04:11:20] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.515622 10.0.0.38 - - [2026-04-20 04:11:21] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.23 - - [2026-04-20 04:11:24] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000866 10.0.0.38 - - [2026-04-20 04:11:24] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.035115 10.0.0.23 - - [2026-04-20 04:11:24] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001377 10.0.0.38 - - [2026-04-20 04:11:24] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?fields=virtual_networks HTTP/1.1" 200 1044 0.087010 10.0.0.23 - - [2026-04-20 04:11:24] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.38 - - [2026-04-20 04:11:24] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.043575 10.0.0.23 - - [2026-04-20 04:11:24] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001279 10.0.0.38 - - [2026-04-20 04:11:24] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?fields=security_groups HTTP/1.1" 200 1276 0.038696 10.0.0.23 - - [2026-04-20 04:11:25] "DELETE /project/5a3668f6-ed45-4d29-8f07-f2c803432d27 HTTP/1.1" 404 177 0.005853 10.0.0.23 - - [2026-04-20 04:11:25] "DELETE /project/7b0419c385f64bc5aa174e068e6cc8c5 HTTP/1.1" 404 173 0.007406 10.0.0.23 - - [2026-04-20 04:11:25] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.23 - - [2026-04-20 04:11:25] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.044360 10.0.0.23 - - [2026-04-20 04:11:25] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.23 - - [2026-04-20 04:11:25] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?fields=security_groups HTTP/1.1" 200 1381 0.040234 10.0.0.23 - - [2026-04-20 04:11:25] "DELETE /security-group/e0f85c60-ed07-4491-9161-07be304e711d HTTP/1.1" 200 115 0.054471 10.0.0.23 - - [2026-04-20 04:11:25] "GET /projects?obj_uuids=7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000779 10.0.0.23 - - [2026-04-20 04:11:25] "DELETE /access-control-list/0dcfcc24-ca37-4b6a-aba3-19c5b53a2476 HTTP/1.1" 200 115 0.039563 10.0.0.38 - - [2026-04-20 04:11:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.042839 10.0.0.23 - - [2026-04-20 04:11:25] "GET /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5?fields=application_policy_sets HTTP/1.1" 200 1420 0.049488 10.0.0.23 - - [2026-04-20 04:11:25] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005771 10.0.0.23 - - [2026-04-20 04:11:25] "DELETE /project/7b0419c3-85f6-4bc5-aa17-4e068e6cc8c5 HTTP/1.1" 200 115 0.389010 10.0.0.23 - - [2026-04-20 04:11:25] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.23 - - [2026-04-20 04:11:25] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007533 10.0.0.23 - - [2026-04-20 04:11:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.002145 10.0.0.23 - - [2026-04-20 04:11:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.005402 10.0.0.23 - - [2026-04-20 04:11:26] "POST /security-groups HTTP/1.1" 200 591 0.067557 10.0.0.23 - - [2026-04-20 04:11:26] "POST /projects HTTP/1.1" 200 585 0.275213 10.0.0.23 - - [2026-04-20 04:11:26] "POST /access-control-lists HTTP/1.1" 200 596 0.027236 10.0.0.23 - - [2026-04-20 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.349247 10.0.0.38 - - [2026-04-20 04:11:26] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.556555 10.0.0.38 - - [2026-04-20 04:11:27] "GET / HTTP/1.1" 200 35931 0.001572 10.0.0.23 - - [2026-04-20 04:11:30] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001530 10.0.0.38 - - [2026-04-20 04:11:30] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057855 10.0.0.23 - - [2026-04-20 04:11:30] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.38 - - [2026-04-20 04:11:30] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?fields=virtual_networks HTTP/1.1" 200 1032 0.035208 10.0.0.23 - - [2026-04-20 04:11:30] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.38 - - [2026-04-20 04:11:30] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.033555 10.0.0.23 - - [2026-04-20 04:11:30] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.38 - - [2026-04-20 04:11:30] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?fields=security_groups HTTP/1.1" 200 1258 0.049018 10.0.0.38 - - [2026-04-20 04:11:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.027368 10.0.0.23 - - [2026-04-20 04:11:31] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003598 10.0.0.23 - - [2026-04-20 04:11:31] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.23 - - [2026-04-20 04:11:31] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007267 10.0.0.23 - - [2026-04-20 04:11:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.001130 10.0.0.23 - - [2026-04-20 04:11:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004380 10.0.0.23 - - [2026-04-20 04:11:31] "POST /security-groups HTTP/1.1" 200 599 0.077488 10.0.0.23 - - [2026-04-20 04:11:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.002818 10.0.0.23 - - [2026-04-20 04:11:31] "POST /projects HTTP/1.1" 200 601 0.279313 10.0.0.23 - - [2026-04-20 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.355328 10.0.0.23 - - [2026-04-20 04:11:31] "POST /access-control-lists HTTP/1.1" 200 602 0.025963 10.0.0.38 - - [2026-04-20 04:11:32] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.487365 10.0.0.38 - - [2026-04-20 04:11:33] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.38 - - [2026-04-20 04:11:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-04-20 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.050834 10.0.0.23 - - [2026-04-20 04:11:33] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.38 - - [2026-04-20 04:11:33] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040124 10.0.0.23 - - [2026-04-20 04:11:34] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.38 - - [2026-04-20 04:11:34] "POST /neutron/network HTTP/1.1" 200 601 0.128117 10.0.0.38 - - [2026-04-20 04:11:34] "POST /neutron/network HTTP/1.1" 200 974 0.010538 10.0.0.38 - - [2026-04-20 04:11:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001022 10.0.0.38 - - [2026-04-20 04:11:34] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004463 10.0.0.38 - - [2026-04-20 04:11:34] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005674 10.0.0.38 - - [2026-04-20 04:11:34] "POST /neutron/subnet HTTP/1.1" 200 716 0.008165 10.0.0.38 - - [2026-04-20 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2026-04-20 04:11:34] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000750 10.0.0.38 - - [2026-04-20 04:11:34] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.035586 10.0.0.23 - - [2026-04-20 04:11:34] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.38 - - [2026-04-20 04:11:35] "POST /neutron/network HTTP/1.1" 200 601 0.102779 10.0.0.23 - - [2026-04-20 04:11:35] "POST /route-targets HTTP/1.1" 200 327 0.011672 10.0.0.23 - - [2026-04-20 04:11:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.035249 10.0.0.38 - - [2026-04-20 04:11:35] "POST /neutron/network HTTP/1.1" 200 975 0.012318 10.0.0.38 - - [2026-04-20 04:11:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001034 10.0.0.38 - - [2026-04-20 04:11:35] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004689 10.0.0.38 - - [2026-04-20 04:11:35] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004592 10.0.0.38 - - [2026-04-20 04:11:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.008519 10.0.0.38 - - [2026-04-20 04:11:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001171 10.0.0.38 - - [2026-04-20 04:11:35] "POST /neutron/network HTTP/1.1" 200 984 0.006111 10.0.0.23 - - [2026-04-20 04:11:36] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.38 - - [2026-04-20 04:11:36] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065357 10.0.0.38 - - [2026-04-20 04:11:36] "POST /neutron/port HTTP/1.1" 200 117 0.005861 10.0.0.38 - - [2026-04-20 04:11:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001142 10.0.0.38 - - [2026-04-20 04:11:37] "POST /neutron/network HTTP/1.1" 200 984 0.009792 10.0.0.38 - - [2026-04-20 04:11:37] "POST /neutron/port HTTP/1.1" 200 1152 0.027828 10.0.0.23 - - [2026-04-20 04:11:37] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.38 - - [2026-04-20 04:11:37] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.105718 10.0.0.38 - - [2026-04-20 04:11:37] "POST /neutron/network HTTP/1.1" 200 975 0.033082 10.0.0.38 - - [2026-04-20 04:11:38] "POST /neutron/subnet HTTP/1.1" 200 1267 0.012687 10.0.0.38 - - [2026-04-20 04:11:38] "POST /neutron/network HTTP/1.1" 200 974 0.009806 10.0.0.38 - - [2026-04-20 04:11:38] "POST /neutron/port HTTP/1.1" 200 117 0.005882 10.0.0.38 - - [2026-04-20 04:11:38] "POST /neutron/network HTTP/1.1" 200 985 0.006443 10.0.0.38 - - [2026-04-20 04:11:39] "POST /neutron/port HTTP/1.1" 200 1153 0.046412 10.0.0.38 - - [2026-04-20 04:11:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003232 10.0.0.38 - - [2026-04-20 04:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.27 - - [2026-04-20 04:11:40] "GET /obj-perms HTTP/1.1" 200 5056 0.068593 10.0.0.38 - - [2026-04-20 04:11:43] "POST /neutron/port HTTP/1.1" 200 1216 0.019608 10.0.0.38 - - [2026-04-20 04:11:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006777 10.0.0.38 - - [2026-04-20 04:11:43] "GET /virtual-machine/819465cf-f887-46c9-9c63-7128e31262e7 HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-04-20 04:11:43] "GET /virtual-machine/819465cf-f887-46c9-9c63-7128e31262e7 HTTP/1.1" 200 1300 0.039656 10.0.0.38 - - [2026-04-20 04:11:43] "GET /virtual-machine-interface/b4dcda93-face-47d0-ad11-55d68de211d3 HTTP/1.1" 200 3158 0.004788 10.0.0.38 - - [2026-04-20 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.38 - - [2026-04-20 04:11:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003608 10.0.0.38 - - [2026-04-20 04:11:44] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003237 10.0.0.38 - - [2026-04-20 04:11:44] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006386 10.0.0.38 - - [2026-04-20 04:11:47] "POST /neutron/port HTTP/1.1" 200 1216 0.018706 10.0.0.38 - - [2026-04-20 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.38 - - [2026-04-20 04:11:47] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005377 10.0.0.38 - - [2026-04-20 04:11:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006486 10.0.0.38 - - [2026-04-20 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.38 - - [2026-04-20 04:11:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004250 10.0.0.38 - - [2026-04-20 04:11:49] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003706 10.0.0.38 - - [2026-04-20 04:11:49] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007215 10.0.0.38 - - [2026-04-20 04:11:50] "POST /neutron/port HTTP/1.1" 200 1215 0.021454 10.0.0.38 - - [2026-04-20 04:11:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003287 10.0.0.38 - - [2026-04-20 04:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.38 - - [2026-04-20 04:11:54] "POST /neutron/port HTTP/1.1" 200 1217 0.021585 10.0.0.38 - - [2026-04-20 04:11:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008843 10.0.0.38 - - [2026-04-20 04:11:54] "GET /virtual-machine/b7b0dbc6-cba7-4eb8-ac41-3ada3a6621a9 HTTP/1.1" 200 1301 0.005056 10.0.0.38 - - [2026-04-20 04:11:54] "GET /virtual-machine-interface/26465af8-7369-4429-a063-af53ef240656 HTTP/1.1" 200 3157 0.005553 10.0.0.38 - - [2026-04-20 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2026-04-20 04:11:54] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.38 - - [2026-04-20 04:11:54] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004827 10.0.0.38 - - [2026-04-20 04:11:54] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006755 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.38 - - [2026-04-20 04:11:56] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006479 10.0.0.38 - - [2026-04-20 04:11:56] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003670 10.0.0.38 - - [2026-04-20 04:11:56] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008237 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.004002 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.23 - - [2026-04-20 04:11:56] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.38 - - [2026-04-20 04:11:56] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055155 10.0.0.38 - - [2026-04-20 04:11:56] "POST /network-policys HTTP/1.1" 200 533 0.027302 10.0.0.38 - - [2026-04-20 04:11:56] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006835 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.38 - - [2026-04-20 04:11:56] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005687 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.38 - - [2026-04-20 04:11:56] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004072 10.0.0.38 - - [2026-04-20 04:11:56] "POST /ref-update HTTP/1.1" 200 156 0.063160 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.23 - - [2026-04-20 04:11:56] "POST /access-control-lists HTTP/1.1" 200 578 0.083286 10.0.0.38 - - [2026-04-20 04:11:56] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003561 10.0.0.38 - - [2026-04-20 04:11:56] "POST /neutron/network HTTP/1.1" 200 1060 0.010473 10.0.0.38 - - [2026-04-20 04:11:56] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.005219 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.38 - - [2026-04-20 04:11:56] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004689 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.38 - - [2026-04-20 04:11:56] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005087 10.0.0.38 - - [2026-04-20 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2026-04-20 04:11:56] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003361 10.0.0.23 - - [2026-04-20 04:11:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007203 10.0.0.38 - - [2026-04-20 04:11:57] "POST /ref-update HTTP/1.1" 200 156 0.050667 10.0.0.38 - - [2026-04-20 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2026-04-20 04:11:57] "POST /access-control-lists HTTP/1.1" 200 578 0.034988 10.0.0.38 - - [2026-04-20 04:11:57] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008018 10.0.0.38 - - [2026-04-20 04:11:57] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.006207 10.0.0.38 - - [2026-04-20 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.38 - - [2026-04-20 04:11:57] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004405 10.0.0.38 - - [2026-04-20 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.23 - - [2026-04-20 04:11:57] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.38 - - [2026-04-20 04:11:57] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040853 10.0.0.23 - - [2026-04-20 04:11:57] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.38 - - [2026-04-20 04:11:57] "POST /neutron/network HTTP/1.1" 200 585 0.114732 10.0.0.23 - - [2026-04-20 04:11:57] "POST /ref-update HTTP/1.1" 200 156 0.023085 10.0.0.38 - - [2026-04-20 04:11:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.002776 10.0.0.38 - - [2026-04-20 04:11:57] "GET /virtual-network/fd9264ff-cbcf-4eb3-b4ec-ad157dfc6393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004955 10.0.0.38 - - [2026-04-20 04:11:57] "POST /neutron/network HTTP/1.1" 200 799 0.005775 10.0.0.38 - - [2026-04-20 04:11:57] "GET /virtual-network/fd9264ff-cbcf-4eb3-b4ec-ad157dfc6393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004150 10.0.0.38 - - [2026-04-20 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-04-20 04:11:57] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.38 - - [2026-04-20 04:11:57] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043561 10.0.0.38 - - [2026-04-20 04:11:57] "POST /neutron/network HTTP/1.1" 200 117 0.016419 10.0.0.38 - - [2026-04-20 04:11:58] "POST /neutron/network HTTP/1.1" 200 799 0.008106 10.0.0.38 - - [2026-04-20 04:11:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.000998 10.0.0.38 - - [2026-04-20 04:11:58] "GET /virtual-network/d4cb9054-c3f5-4064-9283-4b38076d525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004169 10.0.0.38 - - [2026-04-20 04:11:58] "GET /virtual-network/d4cb9054-c3f5-4064-9283-4b38076d525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004725 10.0.0.38 - - [2026-04-20 04:11:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.008320 10.0.0.38 - - [2026-04-20 04:11:58] "POST /fqname-to-id HTTP/1.1" 404 239 0.002951 10.0.0.38 - - [2026-04-20 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.23 - - [2026-04-20 04:11:58] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.38 - - [2026-04-20 04:11:58] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052730 10.0.0.38 - - [2026-04-20 04:11:58] "POST /network-policys HTTP/1.1" 200 587 0.033284 10.0.0.38 - - [2026-04-20 04:11:58] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007283 10.0.0.38 - - [2026-04-20 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2026-04-20 04:11:58] "GET /virtual-network/fd9264ff-cbcf-4eb3-b4ec-ad157dfc6393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005907 10.0.0.38 - - [2026-04-20 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2026-04-20 04:11:58] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004186 10.0.0.23 - - [2026-04-20 04:11:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.010834 10.0.0.38 - - [2026-04-20 04:11:58] "POST /ref-update HTTP/1.1" 200 156 0.055448 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2026-04-20 04:11:59] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005659 10.0.0.38 - - [2026-04-20 04:11:59] "GET /virtual-network/fd9264ff-cbcf-4eb3-b4ec-ad157dfc6393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.007095 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.38 - - [2026-04-20 04:11:59] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004616 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.38 - - [2026-04-20 04:11:59] "GET /virtual-network/d4cb9054-c3f5-4064-9283-4b38076d525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005460 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.38 - - [2026-04-20 04:11:59] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005866 10.0.0.38 - - [2026-04-20 04:11:59] "POST /ref-update HTTP/1.1" 200 156 0.049531 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.23 - - [2026-04-20 04:11:59] "POST /access-control-lists HTTP/1.1" 200 554 0.077394 10.0.0.38 - - [2026-04-20 04:11:59] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003392 10.0.0.38 - - [2026-04-20 04:11:59] "GET /virtual-network/d4cb9054-c3f5-4064-9283-4b38076d525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.010166 10.0.0.38 - - [2026-04-20 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.38 - - [2026-04-20 04:11:59] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003963 10.0.0.38 - - [2026-04-20 04:11:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001003 10.0.0.38 - - [2026-04-20 04:11:59] "POST /neutron/port HTTP/1.1" 200 6309 0.037374 10.0.0.23 - - [2026-04-20 04:12:00] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.38 - - [2026-04-20 04:12:00] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065245 10.0.0.38 - - [2026-04-20 04:12:00] "POST /neutron/network HTTP/1.1" 200 912 0.008608 10.0.0.38 - - [2026-04-20 04:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.007143 10.0.0.38 - - [2026-04-20 04:12:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001199 10.0.0.38 - - [2026-04-20 04:12:01] "POST /neutron/network HTTP/1.1" 200 922 0.008214 10.0.0.38 - - [2026-04-20 04:12:01] "POST /neutron/port HTTP/1.1" 200 1063 0.015810 10.0.0.38 - - [2026-04-20 04:12:01] "POST /neutron/port HTTP/1.1" 200 1127 0.017270 10.0.0.38 - - [2026-04-20 04:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.23 - - [2026-04-20 04:12:01] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.38 - - [2026-04-20 04:12:01] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066063 10.0.0.38 - - [2026-04-20 04:12:02] "POST /neutron/port HTTP/1.1" 200 7283 0.052380 10.0.0.38 - - [2026-04-20 04:12:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004269 10.0.0.38 - - [2026-04-20 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.38 - - [2026-04-20 04:12:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005819 10.0.0.38 - - [2026-04-20 04:12:02] "POST /neutron/network HTTP/1.1" 200 922 0.007669 10.0.0.23 - - [2026-04-20 04:12:02] "PUT /access-control-list/dc059517-4e5b-40a1-8594-dc5903537537 HTTP/1.1" 200 272 0.017749 10.0.0.38 - - [2026-04-20 04:12:02] "POST /neutron/port HTTP/1.1" 200 1063 0.018650 10.0.0.38 - - [2026-04-20 04:12:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006587 10.0.0.38 - - [2026-04-20 04:12:03] "POST /neutron/network HTTP/1.1" 200 912 0.006098 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004230 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004582 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004675 10.0.0.38 - - [2026-04-20 04:12:03] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027037 10.0.0.38 - - [2026-04-20 04:12:03] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.044713 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008432 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005287 10.0.0.38 - - [2026-04-20 04:12:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.043809 10.0.0.38 - - [2026-04-20 04:12:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.046074 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004207 10.0.0.38 - - [2026-04-20 04:12:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003958 10.0.0.38 - - [2026-04-20 04:12:03] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.034519 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.051922 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.014207 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004200 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027488 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003142 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005826 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005124 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.023110 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.030255 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011871 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007962 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.037343 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.026466 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004226 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005296 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.028900 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.041086 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004879 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005096 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.020066 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003552 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005223 10.0.0.38 - - [2026-04-20 04:12:04] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004566 10.0.0.38 - - [2026-04-20 04:12:04] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027271 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.045219 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006124 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004062 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.026053 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.035877 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007816 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006583 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.022955 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.037771 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005252 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004415 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.022827 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004137 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004697 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005343 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.028323 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.041442 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005843 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.003735 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.032203 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.033647 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.027395 10.0.0.38 - - [2026-04-20 04:12:05] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007934 10.0.0.38 - - [2026-04-20 04:12:05] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.032889 10.0.0.38 - - [2026-04-20 04:12:06] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.027264 10.0.0.38 - - [2026-04-20 04:12:12] "POST /neutron/port HTTP/1.1" 200 1127 0.017908 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003730 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004340 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004091 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.032577 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.037718 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005363 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005760 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.039351 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.044498 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004677 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004553 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.036745 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.038103 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010030 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003786 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.025647 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003302 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004534 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005044 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027949 10.0.0.38 - - [2026-04-20 04:12:16] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.029724 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007284 10.0.0.38 - - [2026-04-20 04:12:16] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008861 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.029927 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.035419 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008664 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011512 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.027483 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.034757 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005022 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005605 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.027780 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003289 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005282 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003631 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027352 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.053605 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007134 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004647 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.024960 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.038039 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005117 10.0.0.38 - - [2026-04-20 04:12:17] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011163 10.0.0.38 - - [2026-04-20 04:12:17] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.058102 10.0.0.38 - - [2026-04-20 04:12:18] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.068870 10.0.0.38 - - [2026-04-20 04:12:18] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006602 10.0.0.38 - - [2026-04-20 04:12:18] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008267 10.0.0.38 - - [2026-04-20 04:12:18] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.028354 10.0.0.38 - - [2026-04-20 04:12:18] "POST /ref-update HTTP/1.1" 200 156 0.048709 10.0.0.38 - - [2026-04-20 04:12:18] "GET /virtual-network/d4cb9054-c3f5-4064-9283-4b38076d525e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009641 10.0.0.38 - - [2026-04-20 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.38 - - [2026-04-20 04:12:18] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005079 10.0.0.38 - - [2026-04-20 04:12:18] "POST /ref-update HTTP/1.1" 200 156 0.059379 10.0.0.23 - - [2026-04-20 04:12:18] "DELETE /access-control-list/79d655ab-cd68-4804-82e5-bcc3ecc30c82 HTTP/1.1" 200 115 0.045633 10.0.0.38 - - [2026-04-20 04:12:18] "POST /neutron/network HTTP/1.1" 200 799 0.019517 10.0.0.38 - - [2026-04-20 04:12:18] "GET /virtual-network/fd9264ff-cbcf-4eb3-b4ec-ad157dfc6393?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008106 10.0.0.38 - - [2026-04-20 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.38 - - [2026-04-20 04:12:18] "GET /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004767 10.0.0.38 - - [2026-04-20 04:12:18] "DELETE /network-policy/d192f16b-7ab6-497d-bf44-16cf879ca277 HTTP/1.1" 200 115 0.037795 10.0.0.38 - - [2026-04-20 04:12:18] "POST /neutron/network HTTP/1.1" 400 204 0.022096 10.0.0.38 - - [2026-04-20 04:12:19] "POST /neutron/port HTTP/1.1" 200 151 0.179449 10.0.0.38 - - [2026-04-20 04:12:20] "POST /neutron/network HTTP/1.1" 200 799 0.005903 10.0.0.23 - - [2026-04-20 04:12:21] "DELETE /route-target/8d155c20-3e03-4195-8a80-53147e1121cf HTTP/1.1" 200 115 0.028825 10.0.0.23 - - [2026-04-20 04:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.23 - - [2026-04-20 04:12:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002406 10.0.0.38 - - [2026-04-20 04:12:21] "POST /neutron/network HTTP/1.1" 200 151 0.120475 10.0.0.38 - - [2026-04-20 04:12:21] "POST /ref-update HTTP/1.1" 200 156 0.068559 10.0.0.23 - - [2026-04-20 04:12:21] "DELETE /access-control-list/252091e4-1063-41b8-ba2b-ac072f1b351e HTTP/1.1" 200 115 0.044802 10.0.0.38 - - [2026-04-20 04:12:21] "GET /virtual-network/484ded4c-1b31-492a-8fdb-cf1b11050e9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008768 10.0.0.38 - - [2026-04-20 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009580 10.0.0.38 - - [2026-04-20 04:12:21] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004325 10.0.0.38 - - [2026-04-20 04:12:21] "POST /ref-update HTTP/1.1" 200 156 0.058457 10.0.0.23 - - [2026-04-20 04:12:21] "POST /ref-update HTTP/1.1" 200 156 0.021940 10.0.0.38 - - [2026-04-20 04:12:21] "GET /virtual-network/7ce6a352-1534-43af-9764-eff2eb53d893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009195 10.0.0.38 - - [2026-04-20 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.38 - - [2026-04-20 04:12:21] "GET /network-policy/ee141669-7534-4111-aa35-32c06f2ca481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003881 10.0.0.38 - - [2026-04-20 04:12:21] "DELETE /network-policy/ee141669-7534-4111-aa35-32c06f2ca481 HTTP/1.1" 200 115 0.032540 10.0.0.38 - - [2026-04-20 04:12:21] "POST /neutron/network HTTP/1.1" 200 975 0.009444 10.0.0.38 - - [2026-04-20 04:12:22] "POST /neutron/port HTTP/1.1" 200 1207 0.014599 10.0.0.38 - - [2026-04-20 04:12:22] "POST /neutron/port HTTP/1.1" 200 1206 0.018354 10.0.0.23 - - [2026-04-20 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005088 10.0.0.23 - - [2026-04-20 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.23 - - [2026-04-20 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.23 - - [2026-04-20 04:12:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.38 - - [2026-04-20 04:12:23] "POST /neutron/network HTTP/1.1" 200 151 0.126702 10.0.0.23 - - [2026-04-20 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.38 - - [2026-04-20 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.23 - - [2026-04-20 04:12:25] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.38 - - [2026-04-20 04:12:25] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050436 10.0.0.38 - - [2026-04-20 04:12:25] "POST /neutron/network HTTP/1.1" 200 117 0.019246 10.0.0.23 - - [2026-04-20 04:12:25] "POST /ref-update HTTP/1.1" 200 156 0.032065 10.0.0.23 - - [2026-04-20 04:12:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003650 10.0.0.23 - - [2026-04-20 04:12:26] "DELETE /project/ed6bad6e063448afb9d5df46db28ab42 HTTP/1.1" 404 173 0.004713 10.0.0.23 - - [2026-04-20 04:12:26] "DELETE /project/a348434f4e414e6786424b8d0e2d4c27 HTTP/1.1" 404 173 0.003905 10.0.0.23 - - [2026-04-20 04:12:26] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000797 10.0.0.23 - - [2026-04-20 04:12:26] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.060841 10.0.0.23 - - [2026-04-20 04:12:26] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001732 10.0.0.23 - - [2026-04-20 04:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006031 10.0.0.23 - - [2026-04-20 04:12:26] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?fields=security_groups HTTP/1.1" 200 1363 0.066154 10.0.0.38 - - [2026-04-20 04:12:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.229413 10.0.0.38 - - [2026-04-20 04:12:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001269 10.0.0.38 - - [2026-04-20 04:12:26] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004410 10.0.0.38 - - [2026-04-20 04:12:26] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005179 10.0.0.23 - - [2026-04-20 04:12:26] "DELETE /security-group/d86ab3c5-e3ee-4acd-8d28-d645305fe301 HTTP/1.1" 200 115 0.054644 10.0.0.23 - - [2026-04-20 04:12:26] "GET /projects?obj_uuids=a348434f-4e41-4e67-8642-4b8d0e2d4c27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.38 - - [2026-04-20 04:12:26] "POST /neutron/network HTTP/1.1" 200 975 0.013737 10.0.0.23 - - [2026-04-20 04:12:26] "GET /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27?fields=application_policy_sets HTTP/1.1" 200 1402 0.042929 10.0.0.38 - - [2026-04-20 04:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.016169 10.0.0.23 - - [2026-04-20 04:12:26] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.38 - - [2026-04-20 04:12:26] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067551 10.0.0.23 - - [2026-04-20 04:12:26] "DELETE /project/a348434f-4e41-4e67-8642-4b8d0e2d4c27 HTTP/1.1" 200 115 0.486071 10.0.0.38 - - [2026-04-20 04:12:26] "POST /neutron/network HTTP/1.1" 200 117 0.017161 10.0.0.23 - - [2026-04-20 04:12:26] "POST /route-targets HTTP/1.1" 200 327 0.011658 10.0.0.23 - - [2026-04-20 04:12:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.006393 10.0.0.23 - - [2026-04-20 04:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004095 10.0.0.38 - - [2026-04-20 04:12:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.212123 10.0.0.38 - - [2026-04-20 04:12:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001196 10.0.0.38 - - [2026-04-20 04:12:27] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005404 10.0.0.38 - - [2026-04-20 04:12:27] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004772 10.0.0.38 - - [2026-04-20 04:12:27] "POST /neutron/network HTTP/1.1" 200 977 0.009240 10.0.0.38 - - [2026-04-20 04:12:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001143 10.0.0.38 - - [2026-04-20 04:12:27] "POST /neutron/port HTTP/1.1" 200 4184 0.036250 10.0.0.23 - - [2026-04-20 04:12:28] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.38 - - [2026-04-20 04:12:28] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076853 10.0.0.38 - - [2026-04-20 04:12:28] "POST /neutron/port HTTP/1.1" 200 4184 0.035674 10.0.0.38 - - [2026-04-20 04:12:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001177 10.0.0.38 - - [2026-04-20 04:12:28] "POST /neutron/network HTTP/1.1" 200 987 0.006698 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/port HTTP/1.1" 200 1153 0.019884 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/port HTTP/1.1" 200 1217 0.019350 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/subnet HTTP/1.1" 200 1272 0.016325 10.0.0.23 - - [2026-04-20 04:12:29] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.38 - - [2026-04-20 04:12:29] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058694 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/network HTTP/1.1" 200 975 0.015301 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017366 10.0.0.38 - - [2026-04-20 04:12:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006744 10.0.0.38 - - [2026-04-20 04:12:30] "POST /neutron/port HTTP/1.1" 200 1155 0.025177 10.0.0.38 - - [2026-04-20 04:12:30] "POST /neutron/port HTTP/1.1" 200 1219 0.018578 10.0.0.38 - - [2026-04-20 04:12:30] "POST /neutron/subnet HTTP/1.1" 200 1282 0.012428 10.0.0.38 - - [2026-04-20 04:12:30] "POST /neutron/network HTTP/1.1" 200 977 0.009078 10.0.0.38 - - [2026-04-20 04:12:35] "POST /neutron/port HTTP/1.1" 200 1217 0.019548 10.0.0.38 - - [2026-04-20 04:12:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006806 10.0.0.38 - - [2026-04-20 04:12:35] "GET /virtual-machine/7cfa3db7-d9f6-430d-954b-7b59ba89fff0 HTTP/1.1" 200 1300 0.005571 10.0.0.38 - - [2026-04-20 04:12:35] "GET /virtual-machine-interface/951e6d53-e5ea-41f5-8964-33a7cddc7d92 HTTP/1.1" 200 3157 0.005335 10.0.0.38 - - [2026-04-20 04:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.38 - - [2026-04-20 04:12:35] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002901 10.0.0.38 - - [2026-04-20 04:12:35] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003355 10.0.0.38 - - [2026-04-20 04:12:35] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005041 10.0.0.38 - - [2026-04-20 04:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.38 - - [2026-04-20 04:12:38] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005696 10.0.0.38 - - [2026-04-20 04:12:39] "POST /neutron/port HTTP/1.1" 200 1219 0.046503 10.0.0.38 - - [2026-04-20 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.38 - - [2026-04-20 04:12:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003417 10.0.0.38 - - [2026-04-20 04:12:40] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002908 10.0.0.38 - - [2026-04-20 04:12:40] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006094 10.0.0.38 - - [2026-04-20 04:12:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006869 10.0.0.23 - - [2026-04-20 04:12:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052641 10.0.0.38 - - [2026-04-20 04:12:40] "POST /neutron/port HTTP/1.1" 200 1219 0.015644 10.0.0.38 - - [2026-04-20 04:12:40] "GET /virtual-machine/b188fd8a-d344-4724-9e2d-cf2432fcd438 HTTP/1.1" 200 1301 0.006346 10.0.0.38 - - [2026-04-20 04:12:40] "GET /virtual-machine-interface/0ce8202e-9c54-47eb-9c2e-5f534bcc9943 HTTP/1.1" 200 3156 0.004563 10.0.0.38 - - [2026-04-20 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2026-04-20 04:12:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002774 10.0.0.38 - - [2026-04-20 04:12:41] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003001 10.0.0.38 - - [2026-04-20 04:12:41] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006282 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.38 - - [2026-04-20 04:12:42] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003988 10.0.0.38 - - [2026-04-20 04:12:42] "GET /virtual-networks?parent_id=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003611 10.0.0.38 - - [2026-04-20 04:12:42] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005137 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 404 209 0.003786 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2026-04-20 04:12:42] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.38 - - [2026-04-20 04:12:42] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034652 10.0.0.38 - - [2026-04-20 04:12:42] "POST /network-policys HTTP/1.1" 200 533 0.026944 10.0.0.38 - - [2026-04-20 04:12:42] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005315 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2026-04-20 04:12:42] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005190 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.38 - - [2026-04-20 04:12:42] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005422 10.0.0.38 - - [2026-04-20 04:12:42] "POST /ref-update HTTP/1.1" 200 156 0.061227 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.38 - - [2026-04-20 04:12:42] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004365 10.0.0.38 - - [2026-04-20 04:12:42] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.006517 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.38 - - [2026-04-20 04:12:42] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003957 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2026-04-20 04:12:42] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.012519 10.0.0.38 - - [2026-04-20 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.38 - - [2026-04-20 04:12:43] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003638 10.0.0.38 - - [2026-04-20 04:12:43] "POST /ref-update HTTP/1.1" 200 156 0.057112 10.0.0.23 - - [2026-04-20 04:12:43] "POST /access-control-lists HTTP/1.1" 200 578 0.104905 10.0.0.38 - - [2026-04-20 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899 10.0.0.38 - - [2026-04-20 04:12:43] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003392 10.0.0.38 - - [2026-04-20 04:12:43] "POST /neutron/network HTTP/1.1" 200 1063 0.018975 10.0.0.38 - - [2026-04-20 04:12:43] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008186 10.0.0.38 - - [2026-04-20 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.23 - - [2026-04-20 04:12:43] "POST /access-control-lists HTTP/1.1" 200 578 0.051406 10.0.0.38 - - [2026-04-20 04:12:43] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005388 10.0.0.38 - - [2026-04-20 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.23 - - [2026-04-20 04:12:43] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000889 10.0.0.38 - - [2026-04-20 04:12:43] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065573 10.0.0.23 - - [2026-04-20 04:12:43] "POST /ref-update HTTP/1.1" 200 156 0.028688 10.0.0.23 - - [2026-04-20 04:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008769 10.0.0.38 - - [2026-04-20 04:12:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.262137 10.0.0.38 - - [2026-04-20 04:12:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001462 10.0.0.38 - - [2026-04-20 04:12:43] "GET /virtual-network/819626f0-0efc-4f01-a331-a96469fa3a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005630 10.0.0.38 - - [2026-04-20 04:12:44] "GET /virtual-network/819626f0-0efc-4f01-a331-a96469fa3a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006093 10.0.0.38 - - [2026-04-20 04:12:44] "POST /neutron/network HTTP/1.1" 200 799 0.007908 10.0.0.38 - - [2026-04-20 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2026-04-20 04:12:44] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.38 - - [2026-04-20 04:12:44] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047296 10.0.0.23 - - [2026-04-20 04:12:44] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.38 - - [2026-04-20 04:12:44] "POST /neutron/network HTTP/1.1" 200 585 0.125916 10.0.0.38 - - [2026-04-20 04:12:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.003823 10.0.0.38 - - [2026-04-20 04:12:44] "GET /virtual-network/0f1d9217-1131-4d09-8a38-941c4fa913cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004626 10.0.0.38 - - [2026-04-20 04:12:44] "POST /neutron/network HTTP/1.1" 200 799 0.005962 10.0.0.38 - - [2026-04-20 04:12:44] "GET /virtual-network/0f1d9217-1131-4d09-8a38-941c4fa913cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.004862 10.0.0.38 - - [2026-04-20 04:12:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.002554 10.0.0.38 - - [2026-04-20 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.23 - - [2026-04-20 04:12:44] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.38 - - [2026-04-20 04:12:44] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047332 10.0.0.38 - - [2026-04-20 04:12:44] "POST /network-policys HTTP/1.1" 200 587 0.029175 10.0.0.38 - - [2026-04-20 04:12:44] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005139 10.0.0.38 - - [2026-04-20 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.38 - - [2026-04-20 04:12:45] "GET /virtual-network/819626f0-0efc-4f01-a331-a96469fa3a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005045 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011399 10.0.0.23 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.004364 10.0.0.38 - - [2026-04-20 04:12:45] "POST /ref-update HTTP/1.1" 200 156 0.082005 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.022833 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003636 10.0.0.38 - - [2026-04-20 04:12:45] "POST /neutron/network HTTP/1.1" 200 912 0.012556 10.0.0.38 - - [2026-04-20 04:12:45] "GET /virtual-network/819626f0-0efc-4f01-a331-a96469fa3a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.004403 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004351 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.38 - - [2026-04-20 04:12:45] "GET /virtual-network/0f1d9217-1131-4d09-8a38-941c4fa913cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007887 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003511 10.0.0.38 - - [2026-04-20 04:12:45] "POST /ref-update HTTP/1.1" 200 156 0.052924 10.0.0.23 - - [2026-04-20 04:12:45] "POST /access-control-lists HTTP/1.1" 200 554 0.031098 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.019687 10.0.0.38 - - [2026-04-20 04:12:45] "GET /virtual-network/0f1d9217-1131-4d09-8a38-941c4fa913cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.006786 10.0.0.38 - - [2026-04-20 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2026-04-20 04:12:45] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003693 10.0.0.38 - - [2026-04-20 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.000977 10.0.0.38 - - [2026-04-20 04:12:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008881 10.0.0.23 - - [2026-04-20 04:12:46] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.38 - - [2026-04-20 04:12:46] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.092124 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/port HTTP/1.1" 200 6312 0.043164 10.0.0.38 - - [2026-04-20 04:12:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001263 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/port HTTP/1.1" 200 6312 0.046899 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/network HTTP/1.1" 200 922 0.007145 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/port HTTP/1.1" 200 1215 0.030699 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003862 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.38 - - [2026-04-20 04:12:47] "POST /neutron/network HTTP/1.1" 200 1110 0.009378 10.0.0.38 - - [2026-04-20 04:12:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.38 - - [2026-04-20 04:12:48] "POST /neutron/network HTTP/1.1" 200 912 0.007226 10.0.0.23 - - [2026-04-20 04:12:48] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001453 10.0.0.38 - - [2026-04-20 04:12:48] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065125 10.0.0.38 - - [2026-04-20 04:12:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.38 - - [2026-04-20 04:12:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002904 10.0.0.38 - - [2026-04-20 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.38 - - [2026-04-20 04:12:48] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004376 10.0.0.23 - - [2026-04-20 04:12:48] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478 10.0.0.23 - - [2026-04-20 04:12:48] "PUT /access-control-list/d906eb74-ecd7-49cd-bd5c-faa586602e2f HTTP/1.1" 200 272 0.050205 10.0.0.38 - - [2026-04-20 04:12:49] "POST /neutron/port HTTP/1.1" 200 1063 0.312638 10.0.0.38 - - [2026-04-20 04:12:49] "POST /neutron/port HTTP/1.1" 200 1117 0.116175 10.0.0.38 - - [2026-04-20 04:12:49] "POST /neutron/subnet HTTP/1.1" 200 675 0.012797 10.0.0.38 - - [2026-04-20 04:12:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003181 10.0.0.38 - - [2026-04-20 04:12:49] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004637 10.0.0.38 - - [2026-04-20 04:12:49] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003759 10.0.0.38 - - [2026-04-20 04:12:49] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.024975 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.034463 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004723 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004332 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.031586 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.035714 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006434 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004643 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.036078 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.038556 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005046 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004713 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.022616 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003034 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004866 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003859 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027754 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.028700 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004884 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011324 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.037317 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.045921 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004177 10.0.0.38 - - [2026-04-20 04:12:50] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003831 10.0.0.38 - - [2026-04-20 04:12:50] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.030841 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.027343 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011991 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004427 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.026429 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004230 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005152 10.0.0.38 - - [2026-04-20 04:12:51] "POST /neutron/port HTTP/1.1" 200 1107 0.022011 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004039 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.036125 10.0.0.38 - - [2026-04-20 04:12:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004997 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.058261 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005548 10.0.0.38 - - [2026-04-20 04:12:51] "POST /neutron/network HTTP/1.1" 200 927 0.013324 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005806 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.033552 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.051937 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.024494 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008612 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.033555 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.036721 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005130 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004455 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.020547 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004977 10.0.0.38 - - [2026-04-20 04:12:51] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004201 10.0.0.38 - - [2026-04-20 04:12:51] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.020290 10.0.0.38 - - [2026-04-20 04:12:52] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005893 10.0.0.38 - - [2026-04-20 04:12:52] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006033 10.0.0.38 - - [2026-04-20 04:12:52] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.017104 10.0.0.38 - - [2026-04-20 04:12:52] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005030 10.0.0.38 - - [2026-04-20 04:12:52] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004954 10.0.0.38 - - [2026-04-20 04:12:52] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.021676 10.0.0.38 - - [2026-04-20 04:12:58] "POST /neutron/port HTTP/1.1" 200 1127 0.019779 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003401 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004256 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.004021 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.025558 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.040031 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005488 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005629 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.031718 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.031197 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004727 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004498 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.024767 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.028657 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005308 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005701 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.023044 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003664 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005234 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005018 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.027569 10.0.0.38 - - [2026-04-20 04:13:02] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.030113 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006897 10.0.0.38 - - [2026-04-20 04:13:02] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004417 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.033759 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.027143 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005211 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.011134 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.024333 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.040804 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007691 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005484 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.021966 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003055 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004296 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004103 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.025230 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/4daee73f-91c0-481a-8de1-06874cbd765b HTTP/1.1" 200 254 0.030497 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008146 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005609 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.030047 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/54f7dc3d-0b53-42f3-8c06-11421636c7e0 HTTP/1.1" 200 254 0.032729 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006541 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007153 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.037819 10.0.0.38 - - [2026-04-20 04:13:03] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.032994 10.0.0.38 - - [2026-04-20 04:13:03] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004349 10.0.0.38 - - [2026-04-20 04:13:04] "GET /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005428 10.0.0.38 - - [2026-04-20 04:13:04] "PUT /bgp-router/b3388f66-8e57-4e20-97bc-d4be6207b12e HTTP/1.1" 200 254 0.022261 10.0.0.38 - - [2026-04-20 04:13:04] "POST /ref-update HTTP/1.1" 200 156 0.056707 10.0.0.38 - - [2026-04-20 04:13:04] "GET /virtual-network/0f1d9217-1131-4d09-8a38-941c4fa913cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007322 10.0.0.38 - - [2026-04-20 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.38 - - [2026-04-20 04:13:04] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004301 10.0.0.38 - - [2026-04-20 04:13:04] "POST /ref-update HTTP/1.1" 200 156 0.088204 10.0.0.23 - - [2026-04-20 04:13:04] "DELETE /access-control-list/51c2df36-3dbe-4ca5-b888-ee6e3ade0db8 HTTP/1.1" 200 115 0.073395 10.0.0.38 - - [2026-04-20 04:13:04] "POST /neutron/network HTTP/1.1" 200 799 0.007411 10.0.0.38 - - [2026-04-20 04:13:04] "GET /virtual-network/819626f0-0efc-4f01-a331-a96469fa3a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006982 10.0.0.38 - - [2026-04-20 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.38 - - [2026-04-20 04:13:04] "GET /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003971 10.0.0.38 - - [2026-04-20 04:13:04] "DELETE /network-policy/3d7e4bab-32d3-4225-be44-c1daee5b7ca4 HTTP/1.1" 200 115 0.041707 10.0.0.38 - - [2026-04-20 04:13:04] "POST /neutron/network HTTP/1.1" 400 204 0.012280 10.0.0.38 - - [2026-04-20 04:13:04] "POST /neutron/port HTTP/1.1" 200 1127 0.014879 10.0.0.38 - - [2026-04-20 04:13:06] "POST /neutron/network HTTP/1.1" 200 799 0.007105 10.0.0.23 - - [2026-04-20 04:13:06] "DELETE /route-target/24018d05-cde2-4773-8cb5-7eeb92d05409 HTTP/1.1" 200 115 0.027777 10.0.0.23 - - [2026-04-20 04:13:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.23 - - [2026-04-20 04:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007059 10.0.0.38 - - [2026-04-20 04:13:07] "POST /neutron/network HTTP/1.1" 200 151 0.123312 10.0.0.23 - - [2026-04-20 04:13:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.011825 10.0.0.38 - - [2026-04-20 04:13:07] "POST /ref-update HTTP/1.1" 200 156 0.072132 10.0.0.38 - - [2026-04-20 04:13:07] "GET /virtual-network/45ced17c-397a-4f14-b381-30663f675651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006489 10.0.0.23 - - [2026-04-20 04:13:07] "DELETE /access-control-list/d67fb260-6380-4a69-a2e1-46be251c862c HTTP/1.1" 200 115 0.067452 10.0.0.38 - - [2026-04-20 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006216 10.0.0.38 - - [2026-04-20 04:13:07] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005313 10.0.0.38 - - [2026-04-20 04:13:07] "POST /ref-update HTTP/1.1" 200 156 0.055424 10.0.0.23 - - [2026-04-20 04:13:07] "POST /ref-update HTTP/1.1" 200 156 0.030303 10.0.0.38 - - [2026-04-20 04:13:07] "GET /virtual-network/3a3c81d2-8db5-4d51-9323-63ce6adb173c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.014457 10.0.0.38 - - [2026-04-20 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.38 - - [2026-04-20 04:13:07] "GET /network-policy/c7723931-7860-4ac8-b040-150061dba876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003626 10.0.0.38 - - [2026-04-20 04:13:07] "DELETE /network-policy/c7723931-7860-4ac8-b040-150061dba876 HTTP/1.1" 200 115 0.030604 10.0.0.38 - - [2026-04-20 04:13:07] "POST /neutron/network HTTP/1.1" 200 977 0.011827 10.0.0.38 - - [2026-04-20 04:13:08] "POST /neutron/port HTTP/1.1" 200 1209 0.019379 10.0.0.38 - - [2026-04-20 04:13:08] "POST /neutron/port HTTP/1.1" 200 1207 0.013403 10.0.0.23 - - [2026-04-20 04:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004298 10.0.0.23 - - [2026-04-20 04:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002949 10.0.0.23 - - [2026-04-20 04:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001895 10.0.0.23 - - [2026-04-20 04:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.010631 10.0.0.38 - - [2026-04-20 04:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.169421 10.0.0.23 - - [2026-04-20 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.23 - - [2026-04-20 04:13:11] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.38 - - [2026-04-20 04:13:11] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034686 10.0.0.23 - - [2026-04-20 04:13:11] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.38 - - [2026-04-20 04:13:11] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?fields=virtual_networks HTTP/1.1" 200 1049 0.036524 10.0.0.23 - - [2026-04-20 04:13:11] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.38 - - [2026-04-20 04:13:11] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.045844 10.0.0.23 - - [2026-04-20 04:13:11] "GET /projects?obj_uuids=ed6bad6e-0634-48af-b9d5-df46db28ab42&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.38 - - [2026-04-20 04:13:11] "GET /project/ed6bad6e-0634-48af-b9d5-df46db28ab42?fields=security_groups HTTP/1.1" 200 1283 0.042426 10.0.0.38 - - [2026-04-20 04:13:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.025875 10.0.0.23 - - [2026-04-20 04:13:12] "GET /projects?obj_uuids=18519c39-e33f-4f9a-a727-3980a161720c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002707 10.0.0.23 - - [2026-04-20 04:13:12] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.23 - - [2026-04-20 04:13:12] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008616 10.0.0.23 - - [2026-04-20 04:13:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.005876 10.0.0.23 - - [2026-04-20 04:13:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.005687 10.0.0.23 - - [2026-04-20 04:13:12] "POST /security-groups HTTP/1.1" 200 586 0.026870 10.0.0.23 - - [2026-04-20 04:13:12] "POST /projects HTTP/1.1" 200 575 0.247583 10.0.0.23 - - [2026-04-20 04:13:12] "POST /access-control-lists HTTP/1.1" 200 591 0.026825 10.0.0.23 - - [2026-04-20 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.321300 10.0.0.38 - - [2026-04-20 04:13:12] "GET /project/18519c39-e33f-4f9a-a727-3980a161720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.459237 10.0.0.38 - - [2026-04-20 04:13:13] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.38 - - [2026-04-20 04:13:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.38 - - [2026-04-20 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.037323 10.0.0.38 - - [2026-04-20 04:13:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002928 10.0.0.38 - - [2026-04-20 04:13:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003443 10.0.0.38 - - [2026-04-20 04:13:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.002692 10.0.0.38 - - [2026-04-20 04:13:16] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.010929 10.0.0.38 - - [2026-04-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.024665 10.0.0.23 - - [2026-04-20 04:13:18] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002716 10.0.0.23 - - [2026-04-20 04:13:18] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.23 - - [2026-04-20 04:13:18] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007073 10.0.0.23 - - [2026-04-20 04:13:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.005620 10.0.0.23 - - [2026-04-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.004381 10.0.0.23 - - [2026-04-20 04:13:18] "POST /security-groups HTTP/1.1" 200 586 0.038738 10.0.0.23 - - [2026-04-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.004501 10.0.0.23 - - [2026-04-20 04:13:18] "POST /projects HTTP/1.1" 200 575 0.244535 10.0.0.23 - - [2026-04-20 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.317925 10.0.0.23 - - [2026-04-20 04:13:18] "POST /access-control-lists HTTP/1.1" 200 589 0.031678 10.0.0.38 - - [2026-04-20 04:13:18] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.476223 10.0.0.38 - - [2026-04-20 04:13:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.025551 10.0.0.23 - - [2026-04-20 04:13:19] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003026 10.0.0.23 - - [2026-04-20 04:13:19] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.23 - - [2026-04-20 04:13:19] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007141 10.0.0.23 - - [2026-04-20 04:13:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.002917 10.0.0.23 - - [2026-04-20 04:13:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.005488 10.0.0.23 - - [2026-04-20 04:13:19] "POST /security-groups HTTP/1.1" 200 586 0.088266 10.0.0.23 - - [2026-04-20 04:13:19] "POST /projects HTTP/1.1" 200 575 0.328108 10.0.0.23 - - [2026-04-20 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.410851 10.0.0.23 - - [2026-04-20 04:13:19] "POST /fqname-to-id HTTP/1.1" 404 229 0.004193 10.0.0.38 - - [2026-04-20 04:13:19] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.591579 10.0.0.23 - - [2026-04-20 04:13:19] "POST /access-control-lists HTTP/1.1" 200 589 0.077626 10.0.0.38 - - [2026-04-20 04:13:20] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.38 - - [2026-04-20 04:13:21] "GET / HTTP/1.1" 200 35931 0.001556 10.0.0.38 - - [2026-04-20 04:13:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.002849 10.0.0.38 - - [2026-04-20 04:13:21] "POST /api-access-lists HTTP/1.1" 200 521 0.022666 10.0.0.38 - - [2026-04-20 04:13:21] "GET /api-access-list/8ec1137f-fbd2-46db-a596-12cc3f3694e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006332 10.0.0.38 - - [2026-04-20 04:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2026-04-20 04:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.108346 10.0.0.23 - - [2026-04-20 04:13:22] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.38 - - [2026-04-20 04:13:22] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.069667 10.0.0.38 - - [2026-04-20 04:13:22] "GET /virtual-networks?parent_id=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017084 10.0.0.38 - - [2026-04-20 04:13:22] "POST /virtual-networks HTTP/1.1" 200 568 0.079398 10.0.0.38 - - [2026-04-20 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.031244 10.0.0.38 - - [2026-04-20 04:13:23] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.015769 10.0.0.23 - - [2026-04-20 04:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008922 10.0.0.38 - - [2026-04-20 04:13:23] "POST /ref-update HTTP/1.1" 200 156 0.113489 10.0.0.38 - - [2026-04-20 04:13:23] "POST /neutron/network HTTP/1.1" 200 830 0.053528 10.0.0.38 - - [2026-04-20 04:13:23] "GET /virtual-network/6dffaf53-b439-49e2-824d-a622410570be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.021486 10.0.0.38 - - [2026-04-20 04:13:23] "POST /neutron/subnet HTTP/1.1" 200 668 0.041745 10.0.0.38 - - [2026-04-20 04:13:24] "GET /obj-perms HTTP/1.1" 200 4915 0.087554 10.0.0.38 - - [2026-04-20 04:13:25] "GET /virtual-network/6dffaf53-b439-49e2-824d-a622410570be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.020128 10.0.0.38 - - [2026-04-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 4915 0.066891 10.0.0.38 - - [2026-04-20 04:13:25] "GET /obj-perms HTTP/1.1" 200 4915 0.017028 10.0.0.38 - - [2026-04-20 04:13:25] "POST /id-to-fqname HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-04-20 04:13:26] "POST /id-to-fqname HTTP/1.1" 200 230 0.042248 10.0.0.23 - - [2026-04-20 04:13:26] "DELETE /project/ed6bad6e-0634-48af-b9d5-df46db28ab42 HTTP/1.1" 404 177 0.006680 10.0.0.23 - - [2026-04-20 04:13:26] "DELETE /project/18519c39e33f4f9aa7273980a161720c HTTP/1.1" 404 173 0.004606 10.0.0.23 - - [2026-04-20 04:13:26] "DELETE /project/515b35ac8cfb484b9ced64a7b598e9dc HTTP/1.1" 404 173 0.003936 10.0.0.23 - - [2026-04-20 04:13:26] "DELETE /project/0e7b9c4f2455466c8afb40d1b6f1bc23 HTTP/1.1" 404 173 0.007160 10.0.0.23 - - [2026-04-20 04:13:27] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.38 - - [2026-04-20 04:13:27] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.064473 10.0.0.38 - - [2026-04-20 04:13:27] "POST /neutron/network HTTP/1.1" 200 830 0.005685 10.0.0.38 - - [2026-04-20 04:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.032175 10.0.0.23 - - [2026-04-20 04:13:28] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001024 10.0.0.38 - - [2026-04-20 04:13:28] "POST /neutron/port HTTP/1.1" 200 1054 0.483697 10.0.0.38 - - [2026-04-20 04:13:28] "POST /neutron/port HTTP/1.1" 200 1108 0.092854 10.0.0.38 - - [2026-04-20 04:13:29] "POST /neutron/subnet HTTP/1.1" 200 642 0.009127 10.0.0.38 - - [2026-04-20 04:13:33] "POST /neutron/port HTTP/1.1" 200 1118 0.017082 10.0.0.38 - - [2026-04-20 04:13:33] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008130 10.0.0.38 - - [2026-04-20 04:13:33] "POST /neutron/port HTTP/1.1" 200 1118 0.020772 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 200 1286 0.048338 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 200 1286 0.020883 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine-interface/6a074709-9b7a-4efe-8051-aeba70ee50d6 HTTP/1.1" 200 2529 0.023405 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 200 1286 0.015431 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine-interface/6a074709-9b7a-4efe-8051-aeba70ee50d6 HTTP/1.1" 200 2529 0.018950 10.0.0.38 - - [2026-04-20 04:13:33] "GET /instance-ip/6ae2dfd6-b1ac-4eef-ae0f-c8b6691fa03e HTTP/1.1" 200 1624 0.018905 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 200 1286 0.014576 10.0.0.38 - - [2026-04-20 04:13:33] "GET /virtual-machine-interface/6a074709-9b7a-4efe-8051-aeba70ee50d6 HTTP/1.1" 200 2529 0.020529 10.0.0.38 - - [2026-04-20 04:13:33] "GET /instance-ip/6ae2dfd6-b1ac-4eef-ae0f-c8b6691fa03e HTTP/1.1" 200 1624 0.017503 10.0.0.38 - - [2026-04-20 04:13:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.015901 10.0.0.38 - - [2026-04-20 04:13:33] "GET / HTTP/1.1" 200 35931 0.001531 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025423 10.0.0.38 - - [2026-04-20 04:13:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003197 10.0.0.38 - - [2026-04-20 04:13:34] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012952 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.013509 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.38 - - [2026-04-20 04:13:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003461 10.0.0.38 - - [2026-04-20 04:13:34] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016890 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.015771 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.38 - - [2026-04-20 04:13:34] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003671 10.0.0.38 - - [2026-04-20 04:13:34] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013425 10.0.0.38 - - [2026-04-20 04:13:34] "POST /fqname-to-id HTTP/1.1" 403 339 0.014184 10.0.0.38 - - [2026-04-20 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2026-04-20 04:13:35] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003287 10.0.0.38 - - [2026-04-20 04:13:35] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015312 10.0.0.38 - - [2026-04-20 04:13:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.013201 10.0.0.38 - - [2026-04-20 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2026-04-20 04:13:35] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003493 10.0.0.38 - - [2026-04-20 04:13:35] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013445 10.0.0.38 - - [2026-04-20 04:13:38] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008059 10.0.0.38 - - [2026-04-20 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014914 10.0.0.38 - - [2026-04-20 04:13:38] "GET /virtual-network/6dffaf53-b439-49e2-824d-a622410570be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.017767 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.018905 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.38 - - [2026-04-20 04:13:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003193 10.0.0.38 - - [2026-04-20 04:13:40] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013702 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.017024 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.38 - - [2026-04-20 04:13:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003392 10.0.0.38 - - [2026-04-20 04:13:40] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021472 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 403 361 0.021647 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.38 - - [2026-04-20 04:13:40] "GET /routing-instance/128cec28-9563-4d36-b94c-e75a33de33ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003818 10.0.0.38 - - [2026-04-20 04:13:40] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014704 10.0.0.38 - - [2026-04-20 04:13:40] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003435 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.016684 10.0.0.38 - - [2026-04-20 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.38 - - [2026-04-20 04:13:40] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002932 10.0.0.38 - - [2026-04-20 04:13:40] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014614 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 403 361 0.014105 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.38 - - [2026-04-20 04:13:41] "GET /routing-instance/128cec28-9563-4d36-b94c-e75a33de33ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004217 10.0.0.38 - - [2026-04-20 04:13:41] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013459 10.0.0.38 - - [2026-04-20 04:13:41] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003133 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.021741 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.38 - - [2026-04-20 04:13:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002480 10.0.0.38 - - [2026-04-20 04:13:41] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012417 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.015396 10.0.0.38 - - [2026-04-20 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.38 - - [2026-04-20 04:13:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003415 10.0.0.38 - - [2026-04-20 04:13:41] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014632 10.0.0.23 - - [2026-04-20 04:13:42] "GET /obj-perms HTTP/1.1" 200 5056 0.072442 10.0.0.38 - - [2026-04-20 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.026038 10.0.0.38 - - [2026-04-20 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.38 - - [2026-04-20 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.38 - - [2026-04-20 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.23 - - [2026-04-20 04:13:42] "GET /obj-perms HTTP/1.1" 200 4915 0.059636 10.0.0.38 - - [2026-04-20 04:13:42] "GET /obj-perms HTTP/1.1" 200 4915 0.012928 10.0.0.38 - - [2026-04-20 04:13:43] "GET /obj-perms HTTP/1.1" 200 5020 0.060044 10.0.0.38 - - [2026-04-20 04:13:44] "GET /obj-perms HTTP/1.1" 200 4915 0.059753 10.0.0.23 - - [2026-04-20 04:13:44] "GET /obj-perms HTTP/1.1" 200 5020 0.054506 10.0.0.38 - - [2026-04-20 04:13:44] "GET /obj-perms HTTP/1.1" 200 4915 0.021086 10.0.0.27 - - [2026-04-20 04:13:45] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.065588 10.0.0.38 - - [2026-04-20 04:13:45] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 200 1286 0.017776 10.0.0.38 - - [2026-04-20 04:13:46] "POST /neutron/port HTTP/1.1" 200 151 0.162347 10.0.0.38 - - [2026-04-20 04:13:47] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 404 171 0.013518 10.0.0.38 - - [2026-04-20 04:13:47] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 404 171 0.012029 10.0.0.38 - - [2026-04-20 04:13:47] "GET /virtual-machine/3aa26af3-d749-45b0-8635-962acef9a4c2 HTTP/1.1" 404 171 0.011334 10.0.0.38 - - [2026-04-20 04:13:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.019041 10.0.0.38 - - [2026-04-20 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.38 - - [2026-04-20 04:13:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002697 10.0.0.38 - - [2026-04-20 04:13:47] "GET /virtual-networks?parent_id=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013301 10.0.0.38 - - [2026-04-20 04:13:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.017910 10.0.0.38 - - [2026-04-20 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.38 - - [2026-04-20 04:13:47] "GET /routing-instance/128cec28-9563-4d36-b94c-e75a33de33ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003660 10.0.0.38 - - [2026-04-20 04:13:47] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014041 10.0.0.38 - - [2026-04-20 04:13:47] "GET /route-target/6e89a74e-dd01-42c0-9a50-4ef54b6a4739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003262 10.0.0.38 - - [2026-04-20 04:13:48] "GET /obj-perms HTTP/1.1" 200 4915 0.013656 10.0.0.38 - - [2026-04-20 04:13:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003860 10.0.0.23 - - [2026-04-20 04:13:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003737 10.0.0.38 - - [2026-04-20 04:13:48] "POST /neutron/network HTTP/1.1" 200 937 0.006916 10.0.0.38 - - [2026-04-20 04:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.38 - - [2026-04-20 04:13:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003438 10.0.0.23 - - [2026-04-20 04:13:57] "GET /obj-perms HTTP/1.1" 200 5020 0.004144 10.0.0.38 - - [2026-04-20 04:14:07] "GET /obj-perms HTTP/1.1" 200 5020 0.004687 10.0.0.23 - - [2026-04-20 04:14:07] "GET /obj-perms HTTP/1.1" 200 5020 0.004940 10.0.0.23 - - [2026-04-20 04:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004153 10.0.0.23 - - [2026-04-20 04:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2026-04-20 04:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.38 - - [2026-04-20 04:14:07] "DELETE /virtual-network/6dffaf53-b439-49e2-824d-a622410570be HTTP/1.1" 200 115 0.110383 10.0.0.38 - - [2026-04-20 04:14:07] "DELETE /api-access-list/8ec1137f-fbd2-46db-a596-12cc3f3694e6 HTTP/1.1" 200 115 0.029791 10.0.0.23 - - [2026-04-20 04:14:07] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000903 10.0.0.38 - - [2026-04-20 04:14:07] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041094 10.0.0.23 - - [2026-04-20 04:14:07] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.38 - - [2026-04-20 04:14:07] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?fields=virtual_networks HTTP/1.1" 200 1022 0.045582 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000816 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.044516 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=515b35ac-8cfb-484b-9ced-64a7b598e9dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc?fields=security_groups HTTP/1.1" 200 1243 0.045707 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000866 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041729 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001239 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?fields=virtual_networks HTTP/1.1" 200 1022 0.049333 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048818 10.0.0.23 - - [2026-04-20 04:14:08] "GET /projects?obj_uuids=0e7b9c4f-2455-466c-8afb-40d1b6f1bc23&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.38 - - [2026-04-20 04:14:08] "GET /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23?fields=security_groups HTTP/1.1" 200 1243 0.045488 10.0.0.38 - - [2026-04-20 04:14:11] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003484 10.0.0.38 - - [2026-04-20 04:14:11] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.011587 10.0.0.23 - - [2026-04-20 04:14:11] "GET /projects?obj_uuids=18519c39-e33f-4f9a-a727-3980a161720c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.38 - - [2026-04-20 04:14:11] "GET /project/18519c39-e33f-4f9a-a727-3980a161720c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.050355 10.0.0.23 - - [2026-04-20 04:14:11] "GET /projects?obj_uuids=18519c39-e33f-4f9a-a727-3980a161720c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001151 10.0.0.38 - - [2026-04-20 04:14:11] "GET /project/18519c39-e33f-4f9a-a727-3980a161720c?fields=virtual_networks HTTP/1.1" 200 1022 0.043810 10.0.0.23 - - [2026-04-20 04:14:11] "GET /projects?obj_uuids=18519c39-e33f-4f9a-a727-3980a161720c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000859 10.0.0.38 - - [2026-04-20 04:14:11] "GET /project/18519c39-e33f-4f9a-a727-3980a161720c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049618 10.0.0.23 - - [2026-04-20 04:14:11] "GET /projects?obj_uuids=18519c39-e33f-4f9a-a727-3980a161720c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.38 - - [2026-04-20 04:14:11] "GET /project/18519c39-e33f-4f9a-a727-3980a161720c?fields=security_groups HTTP/1.1" 200 1243 0.039857 10.0.0.38 - - [2026-04-20 04:14:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.024871 10.0.0.23 - - [2026-04-20 04:14:12] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.23 - - [2026-04-20 04:14:12] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.23 - - [2026-04-20 04:14:12] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006331 10.0.0.23 - - [2026-04-20 04:14:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.004226 10.0.0.23 - - [2026-04-20 04:14:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.004090 10.0.0.23 - - [2026-04-20 04:14:12] "POST /security-groups HTTP/1.1" 200 591 0.073694 10.0.0.23 - - [2026-04-20 04:14:12] "POST /projects HTTP/1.1" 200 585 0.274412 10.0.0.23 - - [2026-04-20 04:14:12] "POST /access-control-lists HTTP/1.1" 200 596 0.025460 10.0.0.23 - - [2026-04-20 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.348881 10.0.0.38 - - [2026-04-20 04:14:12] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.489965 10.0.0.38 - - [2026-04-20 04:14:13] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.38 - - [2026-04-20 04:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.38 - - [2026-04-20 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.043391 10.0.0.38 - - [2026-04-20 04:14:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004220 10.0.0.38 - - [2026-04-20 04:14:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003678 10.0.0.38 - - [2026-04-20 04:14:16] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.008423 10.0.0.38 - - [2026-04-20 04:14:16] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.015002 10.0.0.38 - - [2026-04-20 04:14:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.025743 10.0.0.23 - - [2026-04-20 04:14:18] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002512 10.0.0.23 - - [2026-04-20 04:14:18] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.23 - - [2026-04-20 04:14:18] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006476 10.0.0.23 - - [2026-04-20 04:14:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001168 10.0.0.23 - - [2026-04-20 04:14:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.008110 10.0.0.23 - - [2026-04-20 04:14:18] "POST /security-groups HTTP/1.1" 200 591 0.067986 10.0.0.23 - - [2026-04-20 04:14:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002760 10.0.0.23 - - [2026-04-20 04:14:18] "POST /projects HTTP/1.1" 200 585 0.272835 10.0.0.23 - - [2026-04-20 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.343309 10.0.0.23 - - [2026-04-20 04:14:18] "POST /access-control-lists HTTP/1.1" 200 594 0.027079 10.0.0.38 - - [2026-04-20 04:14:18] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.491671 10.0.0.38 - - [2026-04-20 04:14:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.022082 10.0.0.23 - - [2026-04-20 04:14:19] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003731 10.0.0.23 - - [2026-04-20 04:14:19] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003313 10.0.0.23 - - [2026-04-20 04:14:19] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010859 10.0.0.23 - - [2026-04-20 04:14:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001683 10.0.0.23 - - [2026-04-20 04:14:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.005381 10.0.0.23 - - [2026-04-20 04:14:19] "POST /security-groups HTTP/1.1" 200 591 0.073469 10.0.0.23 - - [2026-04-20 04:14:19] "POST /projects HTTP/1.1" 200 585 0.288923 10.0.0.23 - - [2026-04-20 04:14:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.008634 10.0.0.23 - - [2026-04-20 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.359447 10.0.0.38 - - [2026-04-20 04:14:19] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.494839 10.0.0.38 - - [2026-04-20 04:14:20] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.23 - - [2026-04-20 04:14:20] "DELETE /access-control-list/550162cc-571f-4ece-b180-8a27f98a29a7 HTTP/1.1" 200 115 0.045992 10.0.0.23 - - [2026-04-20 04:14:20] "DELETE /access-control-list/fc2c04d9-f643-4380-b3b2-89295e0393b9 HTTP/1.1" 200 115 0.022052 10.0.0.38 - - [2026-04-20 04:14:21] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.38 - - [2026-04-20 04:14:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.003178 10.0.0.38 - - [2026-04-20 04:14:22] "POST /api-access-lists HTTP/1.1" 200 521 0.020403 10.0.0.38 - - [2026-04-20 04:14:22] "GET /api-access-list/4a36ecba-36a6-4ebc-b853-2def12e212e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006596 10.0.0.38 - - [2026-04-20 04:14:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.38 - - [2026-04-20 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.064030 10.0.0.23 - - [2026-04-20 04:14:22] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.38 - - [2026-04-20 04:14:22] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061249 10.0.0.38 - - [2026-04-20 04:14:23] "GET /virtual-networks?parent_id=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018971 10.0.0.38 - - [2026-04-20 04:14:23] "POST /virtual-networks HTTP/1.1" 200 583 0.083231 10.0.0.23 - - [2026-04-20 04:14:23] "POST /ref-update HTTP/1.1" 200 156 0.021118 10.0.0.38 - - [2026-04-20 04:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.024397 10.0.0.38 - - [2026-04-20 04:14:23] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.017371 10.0.0.23 - - [2026-04-20 04:14:23] "POST /useragent-kv HTTP/1.1" 200 115 0.013939 10.0.0.38 - - [2026-04-20 04:14:23] "POST /ref-update HTTP/1.1" 200 156 0.111671 10.0.0.38 - - [2026-04-20 04:14:23] "POST /neutron/network HTTP/1.1" 200 849 0.051463 10.0.0.38 - - [2026-04-20 04:14:23] "GET /virtual-network/36976cc1-99cd-4278-950d-fac4e90c585f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.017711 10.0.0.38 - - [2026-04-20 04:14:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.38 - - [2026-04-20 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.045514 10.0.0.23 - - [2026-04-20 04:14:24] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.38 - - [2026-04-20 04:14:24] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067453 10.0.0.38 - - [2026-04-20 04:14:24] "GET /virtual-networks?parent_id=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019488 10.0.0.38 - - [2026-04-20 04:14:24] "POST /virtual-networks HTTP/1.1" 200 583 0.093910 10.0.0.38 - - [2026-04-20 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.031607 10.0.0.38 - - [2026-04-20 04:14:24] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.015286 10.0.0.23 - - [2026-04-20 04:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005997 10.0.0.38 - - [2026-04-20 04:14:24] "POST /ref-update HTTP/1.1" 200 156 0.074741 10.0.0.38 - - [2026-04-20 04:14:24] "POST /neutron/network HTTP/1.1" 200 847 0.050078 10.0.0.38 - - [2026-04-20 04:14:24] "GET /virtual-network/ca974e75-50a6-433d-bbbf-d7f5a701022f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.021777 10.0.0.38 - - [2026-04-20 04:14:25] "POST /neutron/subnet HTTP/1.1" 200 674 0.051226 10.0.0.38 - - [2026-04-20 04:14:26] "GET /obj-perms HTTP/1.1" 403 257 0.035887 10.0.0.38 - - [2026-04-20 04:14:26] "GET /obj-perms HTTP/1.1" 403 257 0.037586 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/79aa3902442c4f8c9ea170ef60bcd132 HTTP/1.1" 404 173 0.007042 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/18519c39-e33f-4f9a-a727-3980a161720c HTTP/1.1" 404 177 0.007004 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/515b35ac-8cfb-484b-9ced-64a7b598e9dc HTTP/1.1" 404 177 0.005496 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/0e7b9c4f-2455-466c-8afb-40d1b6f1bc23 HTTP/1.1" 404 177 0.006651 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/7b5e0c755fc043f4a9d3a8a55cd82183 HTTP/1.1" 404 173 0.006177 10.0.0.23 - - [2026-04-20 04:14:26] "DELETE /project/6c31533d7afd406eb637a2dcea30a16d HTTP/1.1" 404 173 0.005585 10.0.0.27 - - [2026-04-20 04:14:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-04-20 04:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-20 04:14:28] "GET /obj-perms HTTP/1.1" 200 5030 0.053951 10.0.0.38 - - [2026-04-20 04:14:28] "GET /obj-perms HTTP/1.1" 403 257 0.013534 10.0.0.38 - - [2026-04-20 04:14:28] "PUT /virtual-network/36976cc1-99cd-4278-950d-fac4e90c585f HTTP/1.1" 200 264 0.064727 10.0.0.38 - - [2026-04-20 04:14:28] "GET /obj-perms HTTP/1.1" 403 257 0.010441 10.0.0.38 - - [2026-04-20 04:14:29] "GET /obj-perms HTTP/1.1" 403 257 0.033149 10.0.0.27 - - [2026-04-20 04:14:29] "GET /obj-perms HTTP/1.1" 403 257 0.035825 10.0.0.23 - - [2026-04-20 04:14:29] "GET /obj-perms HTTP/1.1" 403 257 0.040581 10.0.0.38 - - [2026-04-20 04:14:29] "GET /obj-perms HTTP/1.1" 403 257 0.011472 10.0.0.38 - - [2026-04-20 04:14:29] "GET /obj-perms HTTP/1.1" 200 5030 0.003835 10.0.0.38 - - [2026-04-20 04:14:30] "GET /obj-perms HTTP/1.1" 403 257 0.014158 10.0.0.38 - - [2026-04-20 04:14:30] "PUT /virtual-network/36976cc1-99cd-4278-950d-fac4e90c585f HTTP/1.1" 200 264 0.055209 10.0.0.23 - - [2026-04-20 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.23 - - [2026-04-20 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.23 - - [2026-04-20 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.38 - - [2026-04-20 04:14:30] "DELETE /virtual-network/ca974e75-50a6-433d-bbbf-d7f5a701022f HTTP/1.1" 200 115 0.121482 10.0.0.23 - - [2026-04-20 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003131 10.0.0.23 - - [2026-04-20 04:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003317 10.0.0.38 - - [2026-04-20 04:14:30] "DELETE /virtual-network/36976cc1-99cd-4278-950d-fac4e90c585f HTTP/1.1" 200 115 0.125669 10.0.0.23 - - [2026-04-20 04:14:30] "DELETE /route-target/a459b7e7-79b2-45d2-aa03-db75b02a41cb HTTP/1.1" 200 115 0.019273 10.0.0.38 - - [2026-04-20 04:14:30] "DELETE /api-access-list/4a36ecba-36a6-4ebc-b853-2def12e212e6 HTTP/1.1" 200 115 0.036673 10.0.0.23 - - [2026-04-20 04:14:30] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.38 - - [2026-04-20 04:14:30] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.041410 10.0.0.23 - - [2026-04-20 04:14:30] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.38 - - [2026-04-20 04:14:30] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?fields=virtual_networks HTTP/1.1" 200 1032 0.040740 10.0.0.23 - - [2026-04-20 04:14:30] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.38 - - [2026-04-20 04:14:30] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055903 10.0.0.23 - - [2026-04-20 04:14:30] "GET /projects?obj_uuids=6c31533d-7afd-406e-b637-a2dcea30a16d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.38 - - [2026-04-20 04:14:31] "GET /project/6c31533d-7afd-406e-b637-a2dcea30a16d?fields=security_groups HTTP/1.1" 200 1258 0.048268 10.0.0.23 - - [2026-04-20 04:14:31] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.38 - - [2026-04-20 04:14:31] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050676 10.0.0.23 - - [2026-04-20 04:14:31] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.38 - - [2026-04-20 04:14:31] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?fields=virtual_networks HTTP/1.1" 200 1032 0.053516 10.0.0.23 - - [2026-04-20 04:14:31] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.38 - - [2026-04-20 04:14:31] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.062851 10.0.0.23 - - [2026-04-20 04:14:31] "GET /projects?obj_uuids=79aa3902-442c-4f8c-9ea1-70ef60bcd132&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.38 - - [2026-04-20 04:14:31] "GET /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132?fields=security_groups HTTP/1.1" 200 1258 0.047342 10.0.0.38 - - [2026-04-20 04:14:35] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.38 - - [2026-04-20 04:14:36] "GET / HTTP/1.1" 200 35931 0.001362 10.0.0.38 - - [2026-04-20 04:14:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.38 - - [2026-04-20 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.076338 10.0.0.23 - - [2026-04-20 04:14:36] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.38 - - [2026-04-20 04:14:37] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065061 10.0.0.38 - - [2026-04-20 04:14:37] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013457 10.0.0.38 - - [2026-04-20 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.014486 10.0.0.38 - - [2026-04-20 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.018510 10.0.0.23 - - [2026-04-20 04:14:37] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.38 - - [2026-04-20 04:14:37] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.029237 10.0.0.38 - - [2026-04-20 04:14:37] "POST /service-templates HTTP/1.1" 403 264 0.013080 10.0.0.38 - - [2026-04-20 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.003654 10.0.0.38 - - [2026-04-20 04:14:37] "POST /api-access-lists HTTP/1.1" 200 555 0.023439 10.0.0.38 - - [2026-04-20 04:14:37] "GET /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004816 10.0.0.38 - - [2026-04-20 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.017003 10.0.0.23 - - [2026-04-20 04:14:37] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.38 - - [2026-04-20 04:14:37] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051312 10.0.0.38 - - [2026-04-20 04:14:37] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016368 10.0.0.38 - - [2026-04-20 04:14:37] "POST /virtual-networks HTTP/1.1" 200 583 0.080107 10.0.0.38 - - [2026-04-20 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.028396 10.0.0.38 - - [2026-04-20 04:14:37] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.016179 10.0.0.23 - - [2026-04-20 04:14:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006484 10.0.0.38 - - [2026-04-20 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.099252 10.0.0.38 - - [2026-04-20 04:14:38] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.018981 10.0.0.38 - - [2026-04-20 04:14:38] "POST /neutron/network HTTP/1.1" 200 847 0.049986 10.0.0.38 - - [2026-04-20 04:14:38] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005390 10.0.0.38 - - [2026-04-20 04:14:38] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003548 10.0.0.38 - - [2026-04-20 04:14:38] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004729 10.0.0.38 - - [2026-04-20 04:14:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003279 10.0.0.27 - - [2026-04-20 04:14:39] "GET /obj-perms HTTP/1.1" 200 5030 0.055422 10.0.0.23 - - [2026-04-20 04:14:39] "GET /obj-perms HTTP/1.1" 200 5030 0.049865 10.0.0.38 - - [2026-04-20 04:14:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.016711 10.0.0.38 - - [2026-04-20 04:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.016848 10.0.0.23 - - [2026-04-20 04:14:39] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.38 - - [2026-04-20 04:14:39] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020635 10.0.0.38 - - [2026-04-20 04:14:39] "POST /service-templates HTTP/1.1" 403 264 0.012322 10.0.0.38 - - [2026-04-20 04:14:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.004463 10.0.0.38 - - [2026-04-20 04:14:39] "POST /api-access-lists HTTP/1.1" 200 521 0.023556 10.0.0.38 - - [2026-04-20 04:14:39] "GET /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005278 10.0.0.38 - - [2026-04-20 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.023089 10.0.0.38 - - [2026-04-20 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.019242 10.0.0.23 - - [2026-04-20 04:14:40] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000956 10.0.0.38 - - [2026-04-20 04:14:40] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022896 10.0.0.38 - - [2026-04-20 04:14:40] "POST /service-templates HTTP/1.1" 200 551 0.041559 10.0.0.38 - - [2026-04-20 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026602 10.0.0.38 - - [2026-04-20 04:14:40] "GET /service-template/5baa5f95-1cfa-4932-a71b-442d5d4bb4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.016689 10.0.0.38 - - [2026-04-20 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.017933 10.0.0.38 - - [2026-04-20 04:14:40] "GET /service-template/5baa5f95-1cfa-4932-a71b-442d5d4bb4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.015956 10.0.0.38 - - [2026-04-20 04:14:41] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044647 10.0.0.27 - - [2026-04-20 04:14:41] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038436 10.0.0.23 - - [2026-04-20 04:14:42] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.036305 10.0.0.38 - - [2026-04-20 04:14:42] "GET /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003301 10.0.0.38 - - [2026-04-20 04:14:42] "GET /obj-perms HTTP/1.1" 200 5056 0.057073 10.0.0.38 - - [2026-04-20 04:14:42] "PUT /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed HTTP/1.1" 200 264 0.012022 10.0.0.38 - - [2026-04-20 04:14:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-04-20 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.061974 10.0.0.23 - - [2026-04-20 04:14:43] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002061 10.0.0.38 - - [2026-04-20 04:14:43] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.086146 10.0.0.38 - - [2026-04-20 04:14:43] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.019637 10.0.0.38 - - [2026-04-20 04:14:43] "POST /virtual-networks HTTP/1.1" 403 263 0.032218 10.0.0.38 - - [2026-04-20 04:14:44] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.022960 10.0.0.38 - - [2026-04-20 04:14:44] "GET /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003098 10.0.0.38 - - [2026-04-20 04:14:44] "PUT /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd HTTP/1.1" 200 264 0.011868 10.0.0.38 - - [2026-04-20 04:14:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.016218 10.0.0.38 - - [2026-04-20 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.022480 10.0.0.23 - - [2026-04-20 04:14:44] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.38 - - [2026-04-20 04:14:44] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019321 10.0.0.38 - - [2026-04-20 04:14:44] "POST /service-templates HTTP/1.1" 403 264 0.013060 10.0.0.38 - - [2026-04-20 04:14:44] "GET /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003499 10.0.0.38 - - [2026-04-20 04:14:44] "PUT /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed HTTP/1.1" 200 264 0.012522 10.0.0.38 - - [2026-04-20 04:14:44] "GET /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004467 10.0.0.38 - - [2026-04-20 04:14:44] "PUT /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd HTTP/1.1" 200 264 0.012432 10.0.0.38 - - [2026-04-20 04:14:45] "GET /obj-perms HTTP/1.1" 403 257 0.013247 10.0.0.38 - - [2026-04-20 04:14:45] "GET /obj-perms HTTP/1.1" 403 257 0.036554 10.0.0.27 - - [2026-04-20 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026556 10.0.0.27 - - [2026-04-20 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.23 - - [2026-04-20 04:14:46] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.014048 10.0.0.23 - - [2026-04-20 04:14:46] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039002 10.0.0.38 - - [2026-04-20 04:14:46] "GET /obj-perms HTTP/1.1" 403 257 0.012367 10.0.0.38 - - [2026-04-20 04:14:46] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003490 10.0.0.38 - - [2026-04-20 04:14:46] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.011712 10.0.0.38 - - [2026-04-20 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.38 - - [2026-04-20 04:14:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.033528 10.0.0.38 - - [2026-04-20 04:14:47] "DELETE /api-access-list/23a9f249-2412-4ff1-9dc1-9adb5993baed HTTP/1.1" 200 115 0.033309 10.0.0.38 - - [2026-04-20 04:14:47] "DELETE /api-access-list/e3cbf892-7411-43b5-9d51-0cc516aaedcd HTTP/1.1" 200 115 0.024558 10.0.0.38 - - [2026-04-20 04:14:48] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044667 10.0.0.27 - - [2026-04-20 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.23 - - [2026-04-20 04:14:49] "GET /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.033221 10.0.0.38 - - [2026-04-20 04:14:49] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004062 10.0.0.38 - - [2026-04-20 04:14:49] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.011508 10.0.0.38 - - [2026-04-20 04:14:49] "GET /obj-perms HTTP/1.1" 403 257 0.012426 10.0.0.38 - - [2026-04-20 04:14:49] "GET /obj-perms HTTP/1.1" 403 257 0.010641 10.0.0.38 - - [2026-04-20 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.013126 10.0.0.38 - - [2026-04-20 04:14:49] "DELETE /service-template/5baa5f95-1cfa-4932-a71b-442d5d4bb4ff HTTP/1.1" 200 115 0.036415 10.0.0.38 - - [2026-04-20 04:14:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.017513 10.0.0.23 - - [2026-04-20 04:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003497 10.0.0.23 - - [2026-04-20 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2026-04-20 04:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002024 10.0.0.38 - - [2026-04-20 04:14:49] "DELETE /virtual-network/dd4df550-a19c-4e8e-a4b4-0784146054e6 HTTP/1.1" 200 115 0.105428 10.0.0.38 - - [2026-04-20 04:14:49] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004565 10.0.0.38 - - [2026-04-20 04:14:49] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.011821 10.0.0.38 - - [2026-04-20 04:14:49] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004031 10.0.0.38 - - [2026-04-20 04:14:49] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.015365 10.0.0.38 - - [2026-04-20 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2026-04-20 04:14:52] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001699 10.0.0.38 - - [2026-04-20 04:14:52] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048944 10.0.0.38 - - [2026-04-20 04:14:52] "POST /neutron/network HTTP/1.1" 200 117 0.115608 10.0.0.38 - - [2026-04-20 04:14:53] "POST /neutron/network HTTP/1.1" 200 864 0.008823 10.0.0.38 - - [2026-04-20 04:14:53] "POST /id-to-fqname HTTP/1.1" 200 240 0.001078 10.0.0.38 - - [2026-04-20 04:14:53] "GET /virtual-network/785d3e04-a0d1-4305-8b89-fda22c2394a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004800 10.0.0.38 - - [2026-04-20 04:14:53] "GET /virtual-network/785d3e04-a0d1-4305-8b89-fda22c2394a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005241 10.0.0.38 - - [2026-04-20 04:14:53] "POST /neutron/subnet HTTP/1.1" 200 733 0.008478 10.0.0.38 - - [2026-04-20 04:14:53] "GET /virtual-network/785d3e04-a0d1-4305-8b89-fda22c2394a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006692 10.0.0.38 - - [2026-04-20 04:14:53] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004291 10.0.0.23 - - [2026-04-20 04:14:53] "POST /ref-update HTTP/1.1" 200 156 0.024198 10.0.0.38 - - [2026-04-20 04:14:53] "GET /virtual-network/785d3e04-a0d1-4305-8b89-fda22c2394a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005929 10.0.0.38 - - [2026-04-20 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003566 10.0.0.38 - - [2026-04-20 04:14:53] "POST /api-access-lists HTTP/1.1" 200 555 0.022845 10.0.0.38 - - [2026-04-20 04:14:54] "GET /api-access-list/77516b3a-e51b-4cfa-932c-d289ea465284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.005293 10.0.0.38 - - [2026-04-20 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.016562 10.0.0.23 - - [2026-04-20 04:14:54] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.38 - - [2026-04-20 04:14:54] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050884 10.0.0.38 - - [2026-04-20 04:14:54] "POST /neutron/port HTTP/1.1" 200 1215 0.019599 10.0.0.38 - - [2026-04-20 04:14:54] "POST /neutron/network HTTP/1.1" 200 1120 0.006105 10.0.0.38 - - [2026-04-20 04:14:54] "POST /neutron/subnet HTTP/1.1" 200 1370 0.011492 10.0.0.38 - - [2026-04-20 04:14:54] "POST /neutron/network HTTP/1.1" 200 693 0.042777 10.0.0.23 - - [2026-04-20 04:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008439 10.0.0.38 - - [2026-04-20 04:14:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.269620 10.0.0.38 - - [2026-04-20 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 240 0.012720 10.0.0.38 - - [2026-04-20 04:14:54] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.019181 10.0.0.38 - - [2026-04-20 04:14:55] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.020808 10.0.0.38 - - [2026-04-20 04:14:55] "POST /neutron/network HTTP/1.1" 200 865 0.037734 10.0.0.38 - - [2026-04-20 04:14:55] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005966 10.0.0.38 - - [2026-04-20 04:14:55] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003653 10.0.0.38 - - [2026-04-20 04:14:55] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006786 10.0.0.38 - - [2026-04-20 04:14:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004028 10.0.0.27 - - [2026-04-20 04:14:55] "GET /obj-perms HTTP/1.1" 200 5030 0.002912 10.0.0.38 - - [2026-04-20 04:14:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.016492 10.0.0.23 - - [2026-04-20 04:14:55] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.23 - - [2026-04-20 04:14:55] "POST /fqname-to-id HTTP/1.1" 404 264 0.003287 10.0.0.23 - - [2026-04-20 04:14:55] "POST /access-control-lists HTTP/1.1" 200 624 0.023203 10.0.0.38 - - [2026-04-20 04:14:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.439252 10.0.0.23 - - [2026-04-20 04:14:56] "PUT /access-control-list/c11f265f-448a-4cb3-9e6a-b31ba11b718d HTTP/1.1" 200 272 0.018848 10.0.0.38 - - [2026-04-20 04:14:56] "POST /neutron/security_group HTTP/1.1" 200 1426 0.016362 10.0.0.23 - - [2026-04-20 04:14:56] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.38 - - [2026-04-20 04:14:56] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.099738 10.0.0.38 - - [2026-04-20 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.023499 10.0.0.38 - - [2026-04-20 04:14:57] "GET /security-group/f8e4b0a4-3878-456b-8991-b12bd7a60321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015376 10.0.0.38 - - [2026-04-20 04:14:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.014632 10.0.0.38 - - [2026-04-20 04:14:58] "POST /neutron/port HTTP/1.1" 200 4184 0.067253 10.0.0.23 - - [2026-04-20 04:14:59] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.38 - - [2026-04-20 04:14:59] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.073066 10.0.0.38 - - [2026-04-20 04:14:59] "POST /neutron/port HTTP/1.1" 200 4184 0.033798 10.0.0.38 - - [2026-04-20 04:14:59] "POST /neutron/network HTTP/1.1" 200 875 0.043807 10.0.0.38 - - [2026-04-20 04:15:00] "POST /neutron/port HTTP/1.1" 200 1061 0.047503 10.0.0.38 - - [2026-04-20 04:15:00] "POST /neutron/port HTTP/1.1" 200 1125 0.025552 10.0.0.38 - - [2026-04-20 04:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.001945 10.0.0.38 - - [2026-04-20 04:15:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007744 10.0.0.38 - - [2026-04-20 04:15:04] "POST /neutron/port HTTP/1.1" 200 1125 0.017432 10.0.0.38 - - [2026-04-20 04:15:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006299 10.0.0.38 - - [2026-04-20 04:15:04] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 401 292 0.000337 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.050012 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.015222 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b HTTP/1.1" 200 3024 0.021639 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.016510 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b HTTP/1.1" 200 3024 0.019073 10.0.0.38 - - [2026-04-20 04:15:05] "GET /instance-ip/e5137658-2823-43dd-b05b-b908d0c0ee6c HTTP/1.1" 200 1642 0.018408 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.018962 10.0.0.38 - - [2026-04-20 04:15:05] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b HTTP/1.1" 200 3024 0.020214 10.0.0.38 - - [2026-04-20 04:15:05] "GET /instance-ip/e5137658-2823-43dd-b05b-b908d0c0ee6c HTTP/1.1" 200 1642 0.018395 10.0.0.38 - - [2026-04-20 04:15:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.016294 10.0.0.38 - - [2026-04-20 04:15:05] "GET / HTTP/1.1" 200 35931 0.002143 10.0.0.38 - - [2026-04-20 04:15:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.033976 10.0.0.38 - - [2026-04-20 04:15:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029723 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.017812 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.014072 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.38 - - [2026-04-20 04:15:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003341 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027537 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.023072 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.013506 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.38 - - [2026-04-20 04:15:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003569 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019278 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.020827 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.015377 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.38 - - [2026-04-20 04:15:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004688 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024524 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.021741 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.023337 10.0.0.38 - - [2026-04-20 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.38 - - [2026-04-20 04:15:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003147 10.0.0.38 - - [2026-04-20 04:15:06] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032268 10.0.0.38 - - [2026-04-20 04:15:07] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.028253 10.0.0.38 - - [2026-04-20 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015886 10.0.0.38 - - [2026-04-20 04:15:10] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.024473 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.015776 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2026-04-20 04:15:12] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003065 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023718 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.020855 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.018537 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.38 - - [2026-04-20 04:15:12] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002753 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022137 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.025424 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.017817 10.0.0.38 - - [2026-04-20 04:15:12] "GET /routing-instance/188be045-011c-49db-b5ae-a24fc291e72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.036781 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.022097 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.38 - - [2026-04-20 04:15:12] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005594 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023907 10.0.0.38 - - [2026-04-20 04:15:12] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.026891 10.0.0.38 - - [2026-04-20 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.016527 10.0.0.38 - - [2026-04-20 04:15:12] "GET /routing-instance/188be045-011c-49db-b5ae-a24fc291e72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.019579 10.0.0.23 - - [2026-04-20 04:15:13] "GET /obj-perms HTTP/1.1" 403 257 0.013313 10.0.0.23 - - [2026-04-20 04:15:15] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015424 10.0.0.38 - - [2026-04-20 04:15:15] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.022136 10.0.0.38 - - [2026-04-20 04:15:15] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.045084 10.0.0.38 - - [2026-04-20 04:15:15] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.026691 10.0.0.38 - - [2026-04-20 04:15:15] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.024796 10.0.0.23 - - [2026-04-20 04:15:15] "GET /obj-perms HTTP/1.1" 403 257 0.018961 10.0.0.38 - - [2026-04-20 04:15:15] "GET /obj-perms HTTP/1.1" 403 257 0.044771 10.0.0.38 - - [2026-04-20 04:15:16] "GET /obj-perms HTTP/1.1" 403 257 0.014603 10.0.0.38 - - [2026-04-20 04:15:16] "GET /obj-perms HTTP/1.1" 403 257 0.052938 10.0.0.38 - - [2026-04-20 04:15:16] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.037939 10.0.0.27 - - [2026-04-20 04:15:16] "GET /obj-perms HTTP/1.1" 403 257 0.037349 10.0.0.23 - - [2026-04-20 04:15:16] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.029840 10.0.0.38 - - [2026-04-20 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014349 10.0.0.23 - - [2026-04-20 04:15:16] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001353 10.0.0.38 - - [2026-04-20 04:15:17] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065166 10.0.0.38 - - [2026-04-20 04:15:17] "GET /virtual-network/785d3e04-a0d1-4305-8b89-fda22c2394a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.023810 10.0.0.38 - - [2026-04-20 04:15:17] "GET /floating-ip-pools?parent_id=785d3e04-a0d1-4305-8b89-fda22c2394a1&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016534 10.0.0.38 - - [2026-04-20 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.015080 10.0.0.38 - - [2026-04-20 04:15:17] "GET /floating-ip-pool/c1ddf146-bc74-490d-ac76-fe4a30dffa66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.015771 10.0.0.23 - - [2026-04-20 04:15:17] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.38 - - [2026-04-20 04:15:17] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057340 10.0.0.38 - - [2026-04-20 04:15:17] "POST /floating-ips HTTP/1.1" 200 616 0.068466 10.0.0.38 - - [2026-04-20 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019007 10.0.0.38 - - [2026-04-20 04:15:17] "GET /floating-ip/40fb25a5-07fb-41f8-8bb8-e86818a61610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.018265 10.0.0.38 - - [2026-04-20 04:15:17] "GET /floating-ip/40fb25a5-07fb-41f8-8bb8-e86818a61610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.018266 10.0.0.38 - - [2026-04-20 04:15:17] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017806 10.0.0.38 - - [2026-04-20 04:15:17] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.019515 10.0.0.38 - - [2026-04-20 04:15:17] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.023113 10.0.0.38 - - [2026-04-20 04:15:17] "POST /ref-update HTTP/1.1" 200 156 0.028616 10.0.0.38 - - [2026-04-20 04:15:18] "POST /neutron/floatingip HTTP/1.1" 200 549 0.082865 10.0.0.38 - - [2026-04-20 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.018189 10.0.0.38 - - [2026-04-20 04:15:18] "GET /routing-instance/6a2f8a59-18c8-45d9-bd2b-a80893ff13f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.018946 10.0.0.38 - - [2026-04-20 04:15:18] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.024087 10.0.0.38 - - [2026-04-20 04:15:18] "POST /neutron/port HTTP/1.1" 200 1115 0.094432 10.0.0.38 - - [2026-04-20 04:15:19] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.031863 10.0.0.38 - - [2026-04-20 04:15:19] "GET /virtual-machine-interface/a85f52f2-6a0f-432c-b992-c7d941fcd18b HTTP/1.1" 200 3586 0.024009 10.0.0.38 - - [2026-04-20 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.016433 10.0.0.38 - - [2026-04-20 04:15:19] "GET /security-group/f8e4b0a4-3878-456b-8991-b12bd7a60321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015879 10.0.0.38 - - [2026-04-20 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021134 10.0.0.38 - - [2026-04-20 04:15:19] "GET /security-group/f8e4b0a4-3878-456b-8991-b12bd7a60321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015966 10.0.0.38 - - [2026-04-20 04:15:19] "POST /neutron/security_group HTTP/1.1" 200 568 0.017314 10.0.0.38 - - [2026-04-20 04:15:19] "DELETE /floating-ip/40fb25a5-07fb-41f8-8bb8-e86818a61610 HTTP/1.1" 200 115 0.066072 10.0.0.38 - - [2026-04-20 04:15:19] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 200 1292 0.019837 10.0.0.38 - - [2026-04-20 04:15:20] "POST /neutron/port HTTP/1.1" 200 151 0.187696 10.0.0.38 - - [2026-04-20 04:15:21] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 404 171 0.017990 10.0.0.38 - - [2026-04-20 04:15:21] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 404 171 0.027429 10.0.0.38 - - [2026-04-20 04:15:21] "GET /virtual-machine/487daa04-799d-4ac0-b9d6-fd26fe23b932 HTTP/1.1" 404 171 0.017632 10.0.0.23 - - [2026-04-20 04:15:21] "DELETE /access-control-list/e86ce3d9-5d3a-4adc-896a-c2697292a6b2 HTTP/1.1" 200 115 0.042088 10.0.0.23 - - [2026-04-20 04:15:21] "DELETE /access-control-list/97a0be5b-135b-4d4c-ae5f-7dfd008876f9 HTTP/1.1" 200 115 0.068759 10.0.0.38 - - [2026-04-20 04:15:21] "POST /fqname-to-id HTTP/1.1" 403 354 0.048732 10.0.0.38 - - [2026-04-20 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.38 - - [2026-04-20 04:15:21] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011405 10.0.0.38 - - [2026-04-20 04:15:21] "GET /virtual-networks?parent_id=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025942 10.0.0.38 - - [2026-04-20 04:15:21] "GET /virtual-network/4c8fc9e4-6a37-423b-8487-55fff385115d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.023263 10.0.0.38 - - [2026-04-20 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.028634 10.0.0.38 - - [2026-04-20 04:15:22] "GET /routing-instance/188be045-011c-49db-b5ae-a24fc291e72d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.035188 10.0.0.38 - - [2026-04-20 04:15:22] "GET /obj-perms HTTP/1.1" 403 257 0.015687 10.0.0.38 - - [2026-04-20 04:15:22] "GET /obj-perms HTTP/1.1" 403 257 0.035085 10.0.0.27 - - [2026-04-20 04:15:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003243 10.0.0.23 - - [2026-04-20 04:15:26] "DELETE /project/79aa3902-442c-4f8c-9ea1-70ef60bcd132 HTTP/1.1" 404 177 0.002376 10.0.0.23 - - [2026-04-20 04:15:26] "DELETE /project/6c31533d-7afd-406e-b637-a2dcea30a16d HTTP/1.1" 404 177 0.004644 10.0.0.38 - - [2026-04-20 04:15:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003887 10.0.0.27 - - [2026-04-20 04:15:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003990 10.0.0.38 - - [2026-04-20 04:15:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003422 10.0.0.38 - - [2026-04-20 04:15:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003825 10.0.0.27 - - [2026-04-20 04:15:44] "GET /obj-perms HTTP/1.1" 200 5030 0.007040 10.0.0.38 - - [2026-04-20 04:15:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003204 10.0.0.38 - - [2026-04-20 04:15:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.036114 10.0.0.38 - - [2026-04-20 04:15:47] "POST /neutron/network HTTP/1.1" 200 865 0.031321 10.0.0.23 - - [2026-04-20 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.38 - - [2026-04-20 04:15:48] "DELETE /api-access-list/77516b3a-e51b-4cfa-932c-d289ea465284 HTTP/1.1" 200 115 0.048216 10.0.0.23 - - [2026-04-20 04:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.23 - - [2026-04-20 04:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003496 10.0.0.38 - - [2026-04-20 04:15:48] "POST /neutron/network HTTP/1.1" 200 151 0.149678 10.0.0.23 - - [2026-04-20 04:15:48] "DELETE /route-target/0364995d-f4e4-435a-a2c8-9b3c9a51bb0a HTTP/1.1" 200 115 0.024465 10.0.0.38 - - [2026-04-20 04:15:50] "GET /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004584 10.0.0.38 - - [2026-04-20 04:15:50] "PUT /api-access-list/178c200c-878c-4bea-916b-b5c05d3ce7b7 HTTP/1.1" 200 264 0.010827 10.0.0.23 - - [2026-04-20 04:15:50] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000953 10.0.0.38 - - [2026-04-20 04:15:50] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042958 10.0.0.23 - - [2026-04-20 04:15:50] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.38 - - [2026-04-20 04:15:50] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?fields=virtual_networks HTTP/1.1" 200 1032 0.034500 10.0.0.23 - - [2026-04-20 04:15:50] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.38 - - [2026-04-20 04:15:50] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.037816 10.0.0.23 - - [2026-04-20 04:15:50] "GET /projects?obj_uuids=7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.38 - - [2026-04-20 04:15:50] "GET /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183?fields=security_groups HTTP/1.1" 200 1258 0.037429 10.0.0.23 - - [2026-04-20 04:15:51] "GET /projects?obj_uuids=1500d1cb-91d2-46e1-a670-ed2ad7e46009&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001291 10.0.0.38 - - [2026-04-20 04:15:51] "GET /project/1500d1cb-91d2-46e1-a670-ed2ad7e46009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047034 10.0.0.38 - - [2026-04-20 04:15:51] "POST /neutron/network HTTP/1.1" 200 1120 0.009574 10.0.0.38 - - [2026-04-20 04:15:51] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015259 10.0.0.38 - - [2026-04-20 04:15:51] "POST /neutron/network HTTP/1.1" 200 1110 0.010218 [Introspect:8084]10.0.0.38 - - [2026-04-20 04:15:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001052 10.0.0.38 - - [2026-04-20 04:15:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.032636 10.0.0.23 - - [2026-04-20 04:15:55] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003442 10.0.0.23 - - [2026-04-20 04:15:55] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.23 - - [2026-04-20 04:15:55] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006737 10.0.0.23 - - [2026-04-20 04:15:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.003413 10.0.0.23 - - [2026-04-20 04:15:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.004477 10.0.0.23 - - [2026-04-20 04:15:55] "POST /security-groups HTTP/1.1" 200 592 0.077311 10.0.0.23 - - [2026-04-20 04:15:55] "POST /projects HTTP/1.1" 200 587 0.285448 10.0.0.23 - - [2026-04-20 04:15:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.010923 10.0.0.23 - - [2026-04-20 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.355931 10.0.0.38 - - [2026-04-20 04:15:55] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.488490 10.0.0.38 - - [2026-04-20 04:15:56] "POST /neutron/network HTTP/1.1" 200 937 0.007888 10.0.0.38 - - [2026-04-20 04:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.38 - - [2026-04-20 04:15:56] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.38 - - [2026-04-20 04:15:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-04-20 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.066232 10.0.0.23 - - [2026-04-20 04:15:58] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.38 - - [2026-04-20 04:15:58] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041791 10.0.0.23 - - [2026-04-20 04:15:58] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001781 10.0.0.38 - - [2026-04-20 04:15:58] "POST /neutron/network HTTP/1.1" 200 608 0.137680 10.0.0.23 - - [2026-04-20 04:15:59] "POST /ref-update HTTP/1.1" 200 156 0.027701 10.0.0.38 - - [2026-04-20 04:15:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.003418 10.0.0.38 - - [2026-04-20 04:15:59] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006984 10.0.0.38 - - [2026-04-20 04:15:59] "POST /neutron/network HTTP/1.1" 200 825 0.005719 10.0.0.38 - - [2026-04-20 04:15:59] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007674 10.0.0.38 - - [2026-04-20 04:15:59] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008379 10.0.0.27 - - [2026-04-20 04:16:00] "GET /obj-perms HTTP/1.1" 200 5032 0.051979 10.0.0.23 - - [2026-04-20 04:16:01] "GET /obj-perms HTTP/1.1" 200 5032 0.046503 10.0.0.38 - - [2026-04-20 04:16:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001222 10.0.0.38 - - [2026-04-20 04:16:01] "POST /neutron/port HTTP/1.1" 200 4184 0.034273 10.0.0.23 - - [2026-04-20 04:16:02] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.38 - - [2026-04-20 04:16:02] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071422 10.0.0.38 - - [2026-04-20 04:16:02] "POST /neutron/port HTTP/1.1" 200 4184 0.035941 10.0.0.38 - - [2026-04-20 04:16:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001284 10.0.0.38 - - [2026-04-20 04:16:02] "POST /neutron/network HTTP/1.1" 200 835 0.006644 10.0.0.38 - - [2026-04-20 04:16:03] "POST /neutron/port HTTP/1.1" 200 1059 0.016076 10.0.0.38 - - [2026-04-20 04:16:03] "POST /neutron/port HTTP/1.1" 200 1123 0.026981 10.0.0.23 - - [2026-04-20 04:16:03] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.38 - - [2026-04-20 04:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.000886 10.0.0.38 - - [2026-04-20 04:16:03] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071104 10.0.0.38 - - [2026-04-20 04:16:03] "POST /neutron/port HTTP/1.1" 200 5154 0.045690 10.0.0.38 - - [2026-04-20 04:16:03] "POST /neutron/port HTTP/1.1" 200 1123 0.018057 10.0.0.23 - - [2026-04-20 04:16:04] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.38 - - [2026-04-20 04:16:04] "POST /neutron/port HTTP/1.1" 200 1059 0.288457 10.0.0.38 - - [2026-04-20 04:16:04] "POST /neutron/port HTTP/1.1" 200 1113 0.103075 10.0.0.38 - - [2026-04-20 04:16:04] "POST /neutron/subnet HTTP/1.1" 200 690 0.008556 10.0.0.38 - - [2026-04-20 04:16:08] "POST /neutron/port HTTP/1.1" 200 1123 0.015522 10.0.0.38 - - [2026-04-20 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005873 10.0.0.38 - - [2026-04-20 04:16:09] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-04-20 04:16:09] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 200 1294 0.030026 10.0.0.38 - - [2026-04-20 04:16:09] "GET /virtual-machine-interface/63fab4bc-d615-4c2c-bbfd-ec094e5a7eaf HTTP/1.1" 200 2949 0.005427 10.0.0.38 - - [2026-04-20 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.38 - - [2026-04-20 04:16:09] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.38 - - [2026-04-20 04:16:09] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002551 10.0.0.38 - - [2026-04-20 04:16:09] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005854 10.0.0.38 - - [2026-04-20 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.38 - - [2026-04-20 04:16:12] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004400 10.0.0.27 - - [2026-04-20 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2026-04-20 04:16:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000873 10.0.0.27 - - [2026-04-20 04:16:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.38 - - [2026-04-20 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.38 - - [2026-04-20 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2026-04-20 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.38 - - [2026-04-20 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.38 - - [2026-04-20 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.38 - - [2026-04-20 04:16:16] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004369 10.0.0.38 - - [2026-04-20 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2026-04-20 04:16:20] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005758 10.0.0.38 - - [2026-04-20 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.38 - - [2026-04-20 04:16:24] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005126 10.0.0.23 - - [2026-04-20 04:16:26] "DELETE /project/7b5e0c75-5fc0-43f4-a9d3-a8a55cd82183 HTTP/1.1" 404 177 0.030255 10.0.0.23 - - [2026-04-20 04:16:26] "DELETE /project/2b803df6548348bfbbf785f7486b19b3 HTTP/1.1" 404 173 0.045313 10.0.0.38 - - [2026-04-20 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2026-04-20 04:16:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005672 10.0.0.38 - - [2026-04-20 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.38 - - [2026-04-20 04:16:33] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004959 10.0.0.38 - - [2026-04-20 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.38 - - [2026-04-20 04:16:37] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005748 10.0.0.38 - - [2026-04-20 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2026-04-20 04:16:41] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004507 10.0.0.38 - - [2026-04-20 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.38 - - [2026-04-20 04:16:43] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004611 10.0.0.38 - - [2026-04-20 04:16:43] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003316 10.0.0.38 - - [2026-04-20 04:16:43] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006251 10.0.0.38 - - [2026-04-20 04:16:43] "POST /neutron/port HTTP/1.1" 200 1123 0.018039 10.0.0.38 - - [2026-04-20 04:16:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008212 10.0.0.38 - - [2026-04-20 04:16:51] "POST /neutron/network HTTP/1.1" 200 937 0.009022 10.0.0.38 - - [2026-04-20 04:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001938 10.0.0.38 - - [2026-04-20 04:16:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006897 10.0.0.38 - - [2026-04-20 04:16:57] "POST /neutron/port HTTP/1.1" 200 1215 0.041387 10.0.0.38 - - [2026-04-20 04:16:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.38 - - [2026-04-20 04:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.38 - - [2026-04-20 04:16:58] "POST /neutron/port HTTP/1.1" 200 1123 0.019856 10.0.0.38 - - [2026-04-20 04:16:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006675 10.0.0.38 - - [2026-04-20 04:17:04] "POST /neutron/port HTTP/1.1" 200 1123 0.018050 10.0.0.38 - - [2026-04-20 04:17:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006551 10.0.0.38 - - [2026-04-20 04:17:04] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 200 1293 0.005438 10.0.0.38 - - [2026-04-20 04:17:04] "GET /virtual-machine-interface/f4221e8b-3034-48e5-a4e8-14214fcd5655 HTTP/1.1" 200 2950 0.006277 10.0.0.38 - - [2026-04-20 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2026-04-20 04:17:04] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003765 10.0.0.38 - - [2026-04-20 04:17:04] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002465 10.0.0.38 - - [2026-04-20 04:17:04] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005008 10.0.0.38 - - [2026-04-20 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2026-04-20 04:17:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003947 10.0.0.38 - - [2026-04-20 04:17:05] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003139 10.0.0.38 - - [2026-04-20 04:17:05] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007616 10.0.0.38 - - [2026-04-20 04:17:53] "POST /neutron/port HTTP/1.1" 200 1215 0.018412 10.0.0.38 - - [2026-04-20 04:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006218 10.0.0.38 - - [2026-04-20 04:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.38 - - [2026-04-20 04:17:57] "POST /neutron/port HTTP/1.1" 200 1107 0.017377 10.0.0.38 - - [2026-04-20 04:17:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.38 - - [2026-04-20 04:17:57] "POST /neutron/network HTTP/1.1" 200 927 0.006560 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 200 1294 0.005862 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine-interface/63fab4bc-d615-4c2c-bbfd-ec094e5a7eaf HTTP/1.1" 200 2949 0.007077 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 200 1294 0.004126 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine-interface/63fab4bc-d615-4c2c-bbfd-ec094e5a7eaf HTTP/1.1" 200 2949 0.005207 10.0.0.38 - - [2026-04-20 04:18:28] "GET /instance-ip/b26d6d7e-63b5-40c1-bb72-3acb3c02d1ae HTTP/1.1" 200 1622 0.008216 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 200 1294 0.003880 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-machine-interface/63fab4bc-d615-4c2c-bbfd-ec094e5a7eaf HTTP/1.1" 200 2949 0.005957 10.0.0.38 - - [2026-04-20 04:18:28] "GET /instance-ip/b26d6d7e-63b5-40c1-bb72-3acb3c02d1ae HTTP/1.1" 200 1622 0.005021 10.0.0.38 - - [2026-04-20 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.38 - - [2026-04-20 04:18:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005306 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002890 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005002 10.0.0.38 - - [2026-04-20 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.38 - - [2026-04-20 04:18:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003839 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003684 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009315 10.0.0.38 - - [2026-04-20 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.38 - - [2026-04-20 04:18:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003738 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003116 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005215 10.0.0.38 - - [2026-04-20 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.38 - - [2026-04-20 04:18:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.38 - - [2026-04-20 04:18:28] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003090 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005400 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.38 - - [2026-04-20 04:18:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003698 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002831 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006888 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.38 - - [2026-04-20 04:18:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003798 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007708 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.38 - - [2026-04-20 04:18:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007074 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003976 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006612 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.38 - - [2026-04-20 04:18:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003034 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002811 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006044 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2026-04-20 04:18:29] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005061 10.0.0.38 - - [2026-04-20 04:18:29] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005288 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.38 - - [2026-04-20 04:18:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003562 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004443 10.0.0.38 - - [2026-04-20 04:18:29] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005470 10.0.0.38 - - [2026-04-20 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2026-04-20 04:18:30] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005974 10.0.0.38 - - [2026-04-20 04:18:30] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004432 10.0.0.38 - - [2026-04-20 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.38 - - [2026-04-20 04:18:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004604 10.0.0.38 - - [2026-04-20 04:18:30] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003332 10.0.0.38 - - [2026-04-20 04:18:30] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005126 10.0.0.38 - - [2026-04-20 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.38 - - [2026-04-20 04:18:30] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003634 10.0.0.38 - - [2026-04-20 04:18:30] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003009 10.0.0.38 - - [2026-04-20 04:18:30] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005637 10.0.0.38 - - [2026-04-20 04:18:30] "GET /obj-perms HTTP/1.1" 200 5032 0.060378 10.0.0.23 - - [2026-04-20 04:18:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003659 10.0.0.38 - - [2026-04-20 04:18:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004301 10.0.0.27 - - [2026-04-20 04:18:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004471 10.0.0.38 - - [2026-04-20 04:18:31] "GET /obj-perms HTTP/1.1" 200 5032 0.006057 10.0.0.38 - - [2026-04-20 04:18:31] "POST /neutron/port HTTP/1.1" 200 1123 0.020629 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 200 1293 0.006024 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine-interface/f4221e8b-3034-48e5-a4e8-14214fcd5655 HTTP/1.1" 200 2950 0.004781 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 200 1293 0.004117 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine-interface/f4221e8b-3034-48e5-a4e8-14214fcd5655 HTTP/1.1" 200 2950 0.007175 10.0.0.38 - - [2026-04-20 04:18:31] "GET /instance-ip/77a46840-c7d8-4d63-abd0-95c8e2b84d0a HTTP/1.1" 200 1621 0.006110 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 200 1293 0.003487 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-machine-interface/f4221e8b-3034-48e5-a4e8-14214fcd5655 HTTP/1.1" 200 2950 0.004503 10.0.0.38 - - [2026-04-20 04:18:31] "GET /instance-ip/77a46840-c7d8-4d63-abd0-95c8e2b84d0a HTTP/1.1" 200 1621 0.004172 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.38 - - [2026-04-20 04:18:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003277 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003530 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007372 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.38 - - [2026-04-20 04:18:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005190 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003828 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005632 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.38 - - [2026-04-20 04:18:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004129 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002744 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006173 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.38 - - [2026-04-20 04:18:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003529 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003293 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005387 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.38 - - [2026-04-20 04:18:31] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002488 10.0.0.38 - - [2026-04-20 04:18:31] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004981 10.0.0.38 - - [2026-04-20 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.38 - - [2026-04-20 04:18:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004031 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003256 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005889 10.0.0.38 - - [2026-04-20 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.38 - - [2026-04-20 04:18:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004013 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003790 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007184 10.0.0.38 - - [2026-04-20 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.38 - - [2026-04-20 04:18:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003908 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002828 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005054 10.0.0.38 - - [2026-04-20 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.38 - - [2026-04-20 04:18:32] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004505 10.0.0.38 - - [2026-04-20 04:18:32] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003978 10.0.0.38 - - [2026-04-20 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.38 - - [2026-04-20 04:18:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005571 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003030 10.0.0.38 - - [2026-04-20 04:18:32] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005843 10.0.0.38 - - [2026-04-20 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.38 - - [2026-04-20 04:18:32] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004184 10.0.0.38 - - [2026-04-20 04:18:32] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004860 10.0.0.38 - - [2026-04-20 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.38 - - [2026-04-20 04:18:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003396 10.0.0.38 - - [2026-04-20 04:18:33] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003442 10.0.0.38 - - [2026-04-20 04:18:33] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006496 10.0.0.38 - - [2026-04-20 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.38 - - [2026-04-20 04:18:33] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005230 10.0.0.38 - - [2026-04-20 04:18:33] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003587 10.0.0.38 - - [2026-04-20 04:18:33] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006614 10.0.0.23 - - [2026-04-20 04:18:33] "GET /obj-perms HTTP/1.1" 200 5032 0.005347 10.0.0.38 - - [2026-04-20 04:18:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003744 10.0.0.23 - - [2026-04-20 04:18:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003272 10.0.0.38 - - [2026-04-20 04:18:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003995 10.0.0.27 - - [2026-04-20 04:18:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003604 10.0.0.38 - - [2026-04-20 04:18:38] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 200 1293 0.005864 10.0.0.38 - - [2026-04-20 04:18:39] "POST /neutron/port HTTP/1.1" 200 1113 0.014222 10.0.0.38 - - [2026-04-20 04:18:40] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 404 171 0.002776 10.0.0.38 - - [2026-04-20 04:18:40] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 404 171 0.002053 10.0.0.38 - - [2026-04-20 04:18:40] "GET /virtual-machine/2f2e337e-4039-4d44-949b-fdfb41025ce4 HTTP/1.1" 404 171 0.002586 10.0.0.38 - - [2026-04-20 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.38 - - [2026-04-20 04:18:41] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003070 10.0.0.38 - - [2026-04-20 04:18:41] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003665 10.0.0.38 - - [2026-04-20 04:18:41] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005436 10.0.0.38 - - [2026-04-20 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.38 - - [2026-04-20 04:18:41] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004728 10.0.0.38 - - [2026-04-20 04:18:41] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003578 10.0.0.23 - - [2026-04-20 04:18:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003368 10.0.0.38 - - [2026-04-20 04:18:44] "GET /obj-perms HTTP/1.1" 200 5032 0.006494 10.0.0.23 - - [2026-04-20 04:18:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004019 10.0.0.38 - - [2026-04-20 04:18:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003561 10.0.0.38 - - [2026-04-20 04:18:53] "POST /neutron/port HTTP/1.1" 200 1107 0.017064 10.0.0.38 - - [2026-04-20 04:18:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.010093 10.0.0.23 - - [2026-04-20 04:18:56] "GET /obj-perms HTTP/1.1" 200 5032 0.003348 10.0.0.38 - - [2026-04-20 04:18:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003614 10.0.0.23 - - [2026-04-20 04:19:05] "GET /obj-perms HTTP/1.1" 200 5032 0.005394 10.0.0.38 - - [2026-04-20 04:19:09] "GET /obj-perms HTTP/1.1" 200 5032 0.003698 10.0.0.38 - - [2026-04-20 04:19:09] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 200 1294 0.004804 10.0.0.38 - - [2026-04-20 04:19:09] "POST /neutron/port HTTP/1.1" 200 1123 0.020618 10.0.0.38 - - [2026-04-20 04:19:11] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 404 171 0.006814 10.0.0.38 - - [2026-04-20 04:19:11] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 404 171 0.002699 10.0.0.38 - - [2026-04-20 04:19:11] "GET /virtual-machine/ed1fcb11-37f1-493d-abf2-79afa1e751f0 HTTP/1.1" 404 171 0.002295 10.0.0.38 - - [2026-04-20 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.38 - - [2026-04-20 04:19:11] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003073 10.0.0.38 - - [2026-04-20 04:19:11] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002440 10.0.0.38 - - [2026-04-20 04:19:11] "GET /virtual-network/de71c4f4-90f9-4020-bc60-255325123751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006661 10.0.0.38 - - [2026-04-20 04:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.38 - - [2026-04-20 04:19:11] "GET /routing-instance/442798e2-499c-4511-b21a-b4836a1f7baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004248 10.0.0.38 - - [2026-04-20 04:19:11] "GET /route-target/4b3f0361-6b13-4e9b-adce-f7241d95968c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004171 10.0.0.38 - - [2026-04-20 04:19:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003342 10.0.0.27 - - [2026-04-20 04:19:14] "GET /obj-perms HTTP/1.1" 200 5032 0.003843 10.0.0.38 - - [2026-04-20 04:19:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004505 10.0.0.23 - - [2026-04-20 04:19:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004195 10.0.0.38 - - [2026-04-20 04:19:17] "POST /neutron/network HTTP/1.1" 200 825 0.008405 10.0.0.23 - - [2026-04-20 04:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.039837 10.0.0.38 - - [2026-04-20 04:19:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003724 10.0.0.38 - - [2026-04-20 04:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.23 - - [2026-04-20 04:19:20] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.027980 10.0.0.38 - - [2026-04-20 04:19:21] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.154362 10.0.0.38 - - [2026-04-20 04:19:21] "POST /network-policys HTTP/1.1" 200 522 0.024415 10.0.0.38 - - [2026-04-20 04:19:21] "GET /network-policy/49bfdfb8-e6f8-4ac8-ac0b-fa60a76c3b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007494 10.0.0.38 - - [2026-04-20 04:19:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.003335 10.0.0.38 - - [2026-04-20 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2026-04-20 04:19:21] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.38 - - [2026-04-20 04:19:21] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036567 10.0.0.38 - - [2026-04-20 04:19:21] "POST /network-policys HTTP/1.1" 200 522 0.030805 10.0.0.38 - - [2026-04-20 04:19:21] "GET /network-policy/3dd3697b-bade-45d9-a361-5487100e588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005413 10.0.0.38 - - [2026-04-20 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2026-04-20 04:19:21] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000937 10.0.0.38 - - [2026-04-20 04:19:21] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046721 10.0.0.38 - - [2026-04-20 04:19:21] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004190 10.0.0.38 - - [2026-04-20 04:19:21] "POST /virtual-networks HTTP/1.1" 200 546 0.069025 10.0.0.38 - - [2026-04-20 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.23 - - [2026-04-20 04:19:21] "POST /ref-update HTTP/1.1" 200 156 0.025878 10.0.0.38 - - [2026-04-20 04:19:21] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.008582 10.0.0.23 - - [2026-04-20 04:19:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009882 10.0.0.38 - - [2026-04-20 04:19:21] "POST /ref-update HTTP/1.1" 200 156 0.068127 10.0.0.38 - - [2026-04-20 04:19:22] "POST /neutron/network HTTP/1.1" 200 809 0.006554 10.0.0.38 - - [2026-04-20 04:19:22] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.004483 10.0.0.38 - - [2026-04-20 04:19:22] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.004778 10.0.0.27 - - [2026-04-20 04:19:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003441 10.0.0.38 - - [2026-04-20 04:19:22] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006237 10.0.0.38 - - [2026-04-20 04:19:22] "PUT /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060 HTTP/1.1" 200 264 0.045344 10.0.0.38 - - [2026-04-20 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2026-04-20 04:19:22] "GET /network-policy/49bfdfb8-e6f8-4ac8-ac0b-fa60a76c3b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004003 10.0.0.38 - - [2026-04-20 04:19:22] "POST /ref-update HTTP/1.1" 200 156 0.048391 10.0.0.38 - - [2026-04-20 04:19:22] "POST /neutron/network HTTP/1.1" 200 886 0.007608 10.0.0.38 - - [2026-04-20 04:19:22] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005312 10.0.0.38 - - [2026-04-20 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.38 - - [2026-04-20 04:19:22] "GET /network-policy/49bfdfb8-e6f8-4ac8-ac0b-fa60a76c3b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003988 10.0.0.38 - - [2026-04-20 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2026-04-20 04:19:22] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.38 - - [2026-04-20 04:19:22] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032818 10.0.0.38 - - [2026-04-20 04:19:22] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003446 10.0.0.38 - - [2026-04-20 04:19:23] "POST /virtual-networks HTTP/1.1" 200 546 0.076892 10.0.0.23 - - [2026-04-20 04:19:23] "POST /route-targets HTTP/1.1" 200 327 0.011274 10.0.0.38 - - [2026-04-20 04:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012300 10.0.0.38 - - [2026-04-20 04:19:23] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003878 10.0.0.23 - - [2026-04-20 04:19:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008663 10.0.0.38 - - [2026-04-20 04:19:23] "POST /ref-update HTTP/1.1" 200 156 0.075844 10.0.0.38 - - [2026-04-20 04:19:23] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007405 10.0.0.38 - - [2026-04-20 04:19:23] "POST /neutron/network HTTP/1.1" 200 809 0.005006 10.0.0.38 - - [2026-04-20 04:19:23] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.004777 10.0.0.38 - - [2026-04-20 04:19:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003728 10.0.0.38 - - [2026-04-20 04:19:23] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006027 10.0.0.38 - - [2026-04-20 04:19:23] "PUT /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f HTTP/1.1" 200 264 0.054219 10.0.0.38 - - [2026-04-20 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.38 - - [2026-04-20 04:19:24] "GET /network-policy/3dd3697b-bade-45d9-a361-5487100e588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003651 10.0.0.38 - - [2026-04-20 04:19:24] "POST /ref-update HTTP/1.1" 200 156 0.054349 10.0.0.23 - - [2026-04-20 04:19:24] "POST /access-control-lists HTTP/1.1" 200 592 0.078542 10.0.0.38 - - [2026-04-20 04:19:24] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010513 10.0.0.38 - - [2026-04-20 04:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007982 10.0.0.38 - - [2026-04-20 04:19:24] "GET /network-policy/3dd3697b-bade-45d9-a361-5487100e588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004617 10.0.0.38 - - [2026-04-20 04:19:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001113 10.0.0.38 - - [2026-04-20 04:19:24] "POST /neutron/port HTTP/1.1" 200 4184 0.030256 10.0.0.23 - - [2026-04-20 04:19:25] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.38 - - [2026-04-20 04:19:25] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085227 10.0.0.38 - - [2026-04-20 04:19:25] "POST /neutron/port HTTP/1.1" 200 4184 0.036568 10.0.0.38 - - [2026-04-20 04:19:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001328 10.0.0.38 - - [2026-04-20 04:19:25] "POST /neutron/network HTTP/1.1" 200 896 0.007507 10.0.0.38 - - [2026-04-20 04:19:26] "POST /neutron/port HTTP/1.1" 200 1061 0.016666 10.0.0.38 - - [2026-04-20 04:19:26] "POST /neutron/port HTTP/1.1" 200 1125 0.034873 10.0.0.38 - - [2026-04-20 04:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.23 - - [2026-04-20 04:19:26] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.38 - - [2026-04-20 04:19:26] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077709 10.0.0.38 - - [2026-04-20 04:19:26] "POST /neutron/port HTTP/1.1" 200 5156 0.045890 10.0.0.38 - - [2026-04-20 04:19:26] "POST /neutron/port HTTP/1.1" 200 1125 0.044786 10.0.0.23 - - [2026-04-20 04:19:27] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.23 - - [2026-04-20 04:19:27] "PUT /access-control-list/81b5b3be-cdfe-4070-94c4-c701321a5e35 HTTP/1.1" 200 272 0.021533 10.0.0.38 - - [2026-04-20 04:19:27] "POST /neutron/port HTTP/1.1" 200 1061 0.304763 10.0.0.38 - - [2026-04-20 04:19:27] "POST /neutron/port HTTP/1.1" 200 1115 0.105062 10.0.0.38 - - [2026-04-20 04:19:27] "POST /neutron/subnet HTTP/1.1" 200 646 0.007721 10.0.0.38 - - [2026-04-20 04:19:32] "POST /neutron/port HTTP/1.1" 200 1125 0.021593 10.0.0.38 - - [2026-04-20 04:19:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007716 10.0.0.38 - - [2026-04-20 04:19:32] "GET /virtual-machine/fe3cdfa6-ded0-4eee-86f5-6e1b5ee4c194 HTTP/1.1" 200 1293 0.006703 10.0.0.38 - - [2026-04-20 04:19:32] "GET /virtual-machine-interface/4102b279-f9c5-4b94-a955-4ef760ce976e HTTP/1.1" 200 2949 0.006234 10.0.0.38 - - [2026-04-20 04:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.38 - - [2026-04-20 04:19:32] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004940 10.0.0.38 - - [2026-04-20 04:19:32] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003557 10.0.0.38 - - [2026-04-20 04:19:32] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006351 10.0.0.38 - - [2026-04-20 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.38 - - [2026-04-20 04:19:35] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005286 10.0.0.38 - - [2026-04-20 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.38 - - [2026-04-20 04:19:39] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004909 10.0.0.38 - - [2026-04-20 04:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006498 10.0.0.38 - - [2026-04-20 04:19:43] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004772 10.0.0.23 - - [2026-04-20 04:19:47] "GET /obj-perms HTTP/1.1" 200 5056 0.061759 10.0.0.38 - - [2026-04-20 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.38 - - [2026-04-20 04:19:47] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006244 10.0.0.38 - - [2026-04-20 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2026-04-20 04:19:51] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005674 10.0.0.38 - - [2026-04-20 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2026-04-20 04:19:55] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004321 10.0.0.38 - - [2026-04-20 04:19:59] "POST /neutron/port HTTP/1.1" 200 1215 0.019706 10.0.0.38 - - [2026-04-20 04:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003436 10.0.0.38 - - [2026-04-20 04:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.38 - - [2026-04-20 04:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2026-04-20 04:20:00] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009998 10.0.0.38 - - [2026-04-20 04:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.38 - - [2026-04-20 04:20:04] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006262 10.0.0.38 - - [2026-04-20 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.38 - - [2026-04-20 04:20:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.38 - - [2026-04-20 04:20:06] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004692 10.0.0.38 - - [2026-04-20 04:20:06] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004845 10.0.0.38 - - [2026-04-20 04:20:06] "POST /neutron/port HTTP/1.1" 200 1125 0.026861 10.0.0.38 - - [2026-04-20 04:20:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007009 10.0.0.38 - - [2026-04-20 04:20:16] "POST /neutron/port HTTP/1.1" 200 1125 0.016913 10.0.0.38 - - [2026-04-20 04:20:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.038641 10.0.0.38 - - [2026-04-20 04:20:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019852 10.0.0.38 - - [2026-04-20 04:20:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007249 10.0.0.38 - - [2026-04-20 04:20:27] "GET /virtual-machine/57d8733e-44dc-48ce-9c42-959e0d156ac8 HTTP/1.1" 200 1293 0.005701 10.0.0.38 - - [2026-04-20 04:20:27] "GET /virtual-machine-interface/b270a1a8-f6b6-40b9-a7ed-3d71ce555aad HTTP/1.1" 200 2950 0.004573 10.0.0.38 - - [2026-04-20 04:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.38 - - [2026-04-20 04:20:27] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006436 10.0.0.38 - - [2026-04-20 04:20:27] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003868 10.0.0.38 - - [2026-04-20 04:20:27] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004966 10.0.0.38 - - [2026-04-20 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.38 - - [2026-04-20 04:20:28] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003451 10.0.0.38 - - [2026-04-20 04:20:28] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002947 10.0.0.38 - - [2026-04-20 04:20:28] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006351 10.0.0.38 - - [2026-04-20 04:20:28] "POST /neutron/port HTTP/1.1" 200 1125 0.017344 10.0.0.27 - - [2026-04-20 04:20:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052314 10.0.0.38 - - [2026-04-20 04:20:56] "POST /neutron/port HTTP/1.1" 200 1215 0.042472 10.0.0.38 - - [2026-04-20 04:20:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003343 10.0.0.38 - - [2026-04-20 04:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.000998 10.0.0.38 - - [2026-04-20 04:21:01] "POST /neutron/port HTTP/1.1" 200 1107 0.017759 10.0.0.38 - - [2026-04-20 04:21:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.008017 10.0.0.27 - - [2026-04-20 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-04-20 04:21:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.23 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.27 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.27 - - [2026-04-20 04:21:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.38 - - [2026-04-20 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2026-04-20 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2026-04-20 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2026-04-20 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 ++ 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 Apr 20 04:21:57 AM UTC 2026 ===================' INFO: =================== Mon Apr 20 04:21:57 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.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.27:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.27:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.27:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.27:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.27:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.27:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.27:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.27:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.27:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.27:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.27,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.38,10.0.0.27,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.38,10.0.0.27,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38,10.0.0.27,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.38:9041 10.0.0.27:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/20/2026 04:22:06.030 7faa3877a540 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 04:22:06.162 7faa3877a540 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 04:22:06.174 7faa3877a540 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 04:22:06.174 7faa3877a540 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-04-20 04:22:06] "GET / HTTP/1.1" 503 181 0.000246 10.0.0.23 - - [2026-04-20 04:22:06] "GET / HTTP/1.1" 503 181 0.000149 10.0.0.23 - - [2026-04-20 04:22:07] "GET / HTTP/1.1" 200 45871 0.001380 10.0.0.23 - - [2026-04-20 04:22:07] "GET / HTTP/1.1" 200 45871 0.000928 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-04-20 04:22:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2026-04-20 04:22:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000220 [Introspect:8084]10.0.0.38 - - [2026-04-20 04:22:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001255 10.0.0.23 - - [2026-04-20 04:22:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.632967 10.0.0.23 - - [2026-04-20 04:22:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004037 10.0.0.23 - - [2026-04-20 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.355885 10.0.0.23 - - [2026-04-20 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2026-04-20 04:22:09] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000829 10.0.0.23 - - [2026-04-20 04:22:09] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.044341 10.0.0.23 - - [2026-04-20 04:22:09] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001097 10.0.0.23 - - [2026-04-20 04:22:09] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=security_groups HTTP/1.1" 200 1088 0.052920 10.0.0.23 - - [2026-04-20 04:22:09] "GET /projects?obj_uuids=215a1378-56ec-4271-9a42-d617f4800779&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001567 10.0.0.23 - - [2026-04-20 04:22:09] "GET /project/215a1378-56ec-4271-9a42-d617f4800779?fields=application_policy_sets HTTP/1.1" 200 1381 0.038875 10.0.0.23 - - [2026-04-20 04:22:09] "DELETE /project/215a1378-56ec-4271-9a42-d617f4800779 HTTP/1.1" 409 278 0.236142 [Introspect:8084]10.0.0.38 - - [2026-04-20 04:22:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000995 [Introspect:8084]10.0.0.38 - - [2026-04-20 04:22:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000960 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.38 - - [2026-04-20 04:22:14] "GET /obj-perms HTTP/1.1" 200 5032 0.368113 10.0.0.38 - - [2026-04-20 04:22:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004223 10.0.0.38 - - [2026-04-20 04:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.026595 10.0.0.23 - - [2026-04-20 04:22:14] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.38 - - [2026-04-20 04:22:14] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044739 10.0.0.38 - - [2026-04-20 04:22:14] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002831 10.0.0.38 - - [2026-04-20 04:22:15] "POST /virtual-networks HTTP/1.1" 200 546 0.075184 10.0.0.38 - - [2026-04-20 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.38 - - [2026-04-20 04:22:15] "GET /network-ipam/4b87e8ab-a594-4c0c-8458-3b84eeb9b24a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004663 10.0.0.23 - - [2026-04-20 04:22:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006271 10.0.0.38 - - [2026-04-20 04:22:15] "POST /ref-update HTTP/1.1" 200 156 0.076150 10.0.0.38 - - [2026-04-20 04:22:15] "POST /neutron/network HTTP/1.1" 200 809 0.041675 10.0.0.38 - - [2026-04-20 04:22:15] "GET /virtual-network/0e0aaa51-4ebb-4e5a-aa42-5f4748a8adaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005278 10.0.0.38 - - [2026-04-20 04:22:15] "POST /neutron/subnet HTTP/1.1" 200 672 0.011955 10.0.0.38 - - [2026-04-20 04:22:15] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005449 10.0.0.38 - - [2026-04-20 04:22:16] "GET /obj-perms HTTP/1.1" 200 5032 0.003337 10.0.0.38 - - [2026-04-20 04:22:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001180 10.0.0.38 - - [2026-04-20 04:22:16] "POST /neutron/network HTTP/1.1" 200 896 0.009425 10.0.0.23 - - [2026-04-20 04:22:17] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.38 - - [2026-04-20 04:22:17] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069134 10.0.0.38 - - [2026-04-20 04:22:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010935 10.0.0.38 - - [2026-04-20 04:22:17] "POST /neutron/network HTTP/1.1" 200 896 0.007008 10.0.0.38 - - [2026-04-20 04:22:18] "POST /neutron/port HTTP/1.1" 200 1061 0.048179 10.0.0.38 - - [2026-04-20 04:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003358 10.0.0.38 - - [2026-04-20 04:22:18] "POST /neutron/network HTTP/1.1" 200 886 0.007110 10.0.0.38 - - [2026-04-20 04:22:22] "POST /neutron/port HTTP/1.1" 200 1125 0.018497 10.0.0.38 - - [2026-04-20 04:22:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006266 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.034165 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.003060 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine-interface/aa759bc6-f814-427b-9542-4efffa1120e5 HTTP/1.1" 200 2950 0.005813 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.002910 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine-interface/aa759bc6-f814-427b-9542-4efffa1120e5 HTTP/1.1" 200 2950 0.004343 10.0.0.38 - - [2026-04-20 04:22:23] "GET /instance-ip/cf6fcd1d-7ee2-42c0-a049-fd30beecb335 HTTP/1.1" 200 1624 0.008221 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.003663 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-machine-interface/aa759bc6-f814-427b-9542-4efffa1120e5 HTTP/1.1" 200 2950 0.006380 10.0.0.38 - - [2026-04-20 04:22:23] "GET /instance-ip/cf6fcd1d-7ee2-42c0-a049-fd30beecb335 HTTP/1.1" 200 1624 0.004551 10.0.0.38 - - [2026-04-20 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.38 - - [2026-04-20 04:22:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004168 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003001 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004818 10.0.0.38 - - [2026-04-20 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.38 - - [2026-04-20 04:22:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004395 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002593 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007429 10.0.0.38 - - [2026-04-20 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2026-04-20 04:22:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003294 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003836 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005295 10.0.0.38 - - [2026-04-20 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.38 - - [2026-04-20 04:22:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003212 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005884 10.0.0.38 - - [2026-04-20 04:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2026-04-20 04:22:23] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004339 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002870 10.0.0.38 - - [2026-04-20 04:22:23] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005866 10.0.0.38 - - [2026-04-20 04:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.38 - - [2026-04-20 04:22:26] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005082 10.0.0.38 - - [2026-04-20 04:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.38 - - [2026-04-20 04:22:30] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004582 10.0.0.38 - - [2026-04-20 04:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.38 - - [2026-04-20 04:22:34] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006019 10.0.0.38 - - [2026-04-20 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2026-04-20 04:22:39] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004886 10.0.0.38 - - [2026-04-20 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2026-04-20 04:22:43] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005090 10.0.0.38 - - [2026-04-20 04:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.38 - - [2026-04-20 04:22:47] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006566 10.0.0.23 - - [2026-04-20 04:22:49] "GET /obj-perms HTTP/1.1" 200 5056 0.045343 10.0.0.38 - - [2026-04-20 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.38 - - [2026-04-20 04:22:51] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005929 10.0.0.38 - - [2026-04-20 04:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.38 - - [2026-04-20 04:22:55] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005017 10.0.0.38 - - [2026-04-20 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.38 - - [2026-04-20 04:22:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003831 10.0.0.38 - - [2026-04-20 04:22:57] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002764 10.0.0.38 - - [2026-04-20 04:22:57] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006826 10.0.0.38 - - [2026-04-20 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.38 - - [2026-04-20 04:22:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003273 10.0.0.38 - - [2026-04-20 04:22:57] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003352 10.0.0.38 - - [2026-04-20 04:22:57] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006003 10.0.0.38 - - [2026-04-20 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.38 - - [2026-04-20 04:22:57] "GET /routing-instance/345952d0-87eb-4be6-a27d-94d1beca6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.008012 10.0.0.38 - - [2026-04-20 04:22:57] "GET /route-target/9e480bc4-9bd4-4f5b-a032-723f356a3cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004594 10.0.0.38 - - [2026-04-20 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.38 - - [2026-04-20 04:22:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003900 10.0.0.38 - - [2026-04-20 04:22:57] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002532 10.0.0.38 - - [2026-04-20 04:22:58] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007941 10.0.0.38 - - [2026-04-20 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.38 - - [2026-04-20 04:22:58] "GET /routing-instance/345952d0-87eb-4be6-a27d-94d1beca6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005912 10.0.0.38 - - [2026-04-20 04:22:58] "GET /route-target/9e480bc4-9bd4-4f5b-a032-723f356a3cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006129 10.0.0.38 - - [2026-04-20 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005809 10.0.0.38 - - [2026-04-20 04:22:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005496 10.0.0.38 - - [2026-04-20 04:22:58] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004631 10.0.0.38 - - [2026-04-20 04:22:58] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008770 10.0.0.38 - - [2026-04-20 04:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.38 - - [2026-04-20 04:22:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005831 10.0.0.38 - - [2026-04-20 04:22:58] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004226 10.0.0.38 - - [2026-04-20 04:22:58] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006300 10.0.0.38 - - [2026-04-20 04:22:58] "GET /obj-perms HTTP/1.1" 200 5032 0.004484 10.0.0.23 - - [2026-04-20 04:22:58] "GET /obj-perms HTTP/1.1" 200 5032 0.054085 10.0.0.27 - - [2026-04-20 04:22:58] "GET /obj-perms HTTP/1.1" 200 5032 0.074310 10.0.0.38 - - [2026-04-20 04:22:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003442 10.0.0.38 - - [2026-04-20 04:22:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001153 10.0.0.38 - - [2026-04-20 04:22:59] "POST /neutron/port HTTP/1.1" 200 7100 0.062482 10.0.0.38 - - [2026-04-20 04:22:59] "POST /neutron/port HTTP/1.1" 200 1125 0.018472 10.0.0.38 - - [2026-04-20 04:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.38 - - [2026-04-20 04:22:59] "POST /neutron/network HTTP/1.1" 200 886 0.007888 10.0.0.23 - - [2026-04-20 04:22:59] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.38 - - [2026-04-20 04:22:59] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063644 10.0.0.38 - - [2026-04-20 04:23:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009329 10.0.0.38 - - [2026-04-20 04:23:00] "POST /neutron/network HTTP/1.1" 200 896 0.009919 10.0.0.38 - - [2026-04-20 04:23:01] "POST /neutron/port HTTP/1.1" 200 1061 0.043014 10.0.0.38 - - [2026-04-20 04:23:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.38 - - [2026-04-20 04:23:01] "POST /neutron/network HTTP/1.1" 200 886 0.006517 10.0.0.38 - - [2026-04-20 04:23:03] "POST /neutron/network HTTP/1.1" 200 1120 0.006991 10.0.0.38 - - [2026-04-20 04:23:03] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013001 10.0.0.38 - - [2026-04-20 04:23:03] "POST /neutron/network HTTP/1.1" 200 1110 0.010181 10.0.0.38 - - [2026-04-20 04:23:05] "POST /neutron/port HTTP/1.1" 200 1125 0.020081 10.0.0.38 - - [2026-04-20 04:23:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007845 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.005603 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.004003 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine-interface/7e9f7d0b-e35e-46f5-8b18-61e86d151f89 HTTP/1.1" 200 2949 0.005194 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.003464 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine-interface/7e9f7d0b-e35e-46f5-8b18-61e86d151f89 HTTP/1.1" 200 2949 0.005407 10.0.0.38 - - [2026-04-20 04:23:05] "GET /instance-ip/457cd91b-1e57-469a-9f6f-47dce0ba17ef HTTP/1.1" 200 1623 0.004733 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.003535 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-machine-interface/7e9f7d0b-e35e-46f5-8b18-61e86d151f89 HTTP/1.1" 200 2949 0.004794 10.0.0.38 - - [2026-04-20 04:23:05] "GET /instance-ip/457cd91b-1e57-469a-9f6f-47dce0ba17ef HTTP/1.1" 200 1623 0.003161 10.0.0.38 - - [2026-04-20 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.38 - - [2026-04-20 04:23:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003402 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003069 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006143 10.0.0.38 - - [2026-04-20 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.38 - - [2026-04-20 04:23:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004805 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003721 10.0.0.38 - - [2026-04-20 04:23:05] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005837 10.0.0.38 - - [2026-04-20 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.38 - - [2026-04-20 04:23:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005474 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003210 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005959 10.0.0.38 - - [2026-04-20 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.38 - - [2026-04-20 04:23:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004134 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003248 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006038 10.0.0.38 - - [2026-04-20 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.38 - - [2026-04-20 04:23:06] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003408 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003670 10.0.0.38 - - [2026-04-20 04:23:06] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005496 10.0.0.38 - - [2026-04-20 04:23:08] "POST /neutron/port HTTP/1.1" 200 1125 0.040797 10.0.0.38 - - [2026-04-20 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.38 - - [2026-04-20 04:23:09] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005668 10.0.0.38 - - [2026-04-20 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2026-04-20 04:23:13] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006355 10.0.0.38 - - [2026-04-20 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.38 - - [2026-04-20 04:23:17] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005240 10.0.0.38 - - [2026-04-20 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.38 - - [2026-04-20 04:23:21] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005283 10.0.0.38 - - [2026-04-20 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.38 - - [2026-04-20 04:23:25] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006327 10.0.0.38 - - [2026-04-20 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.38 - - [2026-04-20 04:23:29] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005494 10.0.0.38 - - [2026-04-20 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.38 - - [2026-04-20 04:23:34] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005187 10.0.0.38 - - [2026-04-20 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2026-04-20 04:23:38] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005522 10.0.0.38 - - [2026-04-20 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.38 - - [2026-04-20 04:23:42] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006105 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.38 - - [2026-04-20 04:23:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007736 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006758 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005649 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.38 - - [2026-04-20 04:23:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003112 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005105 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2026-04-20 04:23:44] "GET /routing-instance/4721d10e-bd78-4e2e-a506-fd92d13c2b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004272 10.0.0.38 - - [2026-04-20 04:23:44] "GET /route-target/e4fa9963-0d42-47ee-8c5b-5421f88c9dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003513 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.38 - - [2026-04-20 04:23:44] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003931 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003296 10.0.0.38 - - [2026-04-20 04:23:44] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005254 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2026-04-20 04:23:44] "GET /routing-instance/4721d10e-bd78-4e2e-a506-fd92d13c2b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004221 10.0.0.38 - - [2026-04-20 04:23:44] "GET /route-target/e4fa9963-0d42-47ee-8c5b-5421f88c9dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003385 10.0.0.38 - - [2026-04-20 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.38 - - [2026-04-20 04:23:45] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003181 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005875 10.0.0.38 - - [2026-04-20 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2026-04-20 04:23:45] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005163 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004161 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007031 10.0.0.38 - - [2026-04-20 04:23:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004600 10.0.0.23 - - [2026-04-20 04:23:45] "GET /obj-perms HTTP/1.1" 200 5032 0.049035 10.0.0.38 - - [2026-04-20 04:23:45] "GET /obj-perms HTTP/1.1" 200 5032 0.005572 10.0.0.27 - - [2026-04-20 04:23:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003498 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.004249 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-machine-interface/aa759bc6-f814-427b-9542-4efffa1120e5 HTTP/1.1" 200 2950 0.004542 10.0.0.38 - - [2026-04-20 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.38 - - [2026-04-20 04:23:45] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003071 10.0.0.38 - - [2026-04-20 04:23:45] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005686 10.0.0.38 - - [2026-04-20 04:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.38 - - [2026-04-20 04:23:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003198 10.0.0.38 - - [2026-04-20 04:23:46] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002774 10.0.0.38 - - [2026-04-20 04:23:46] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006957 10.0.0.38 - - [2026-04-20 04:23:47] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.004223 10.0.0.38 - - [2026-04-20 04:23:47] "GET /virtual-machine-interface/7e9f7d0b-e35e-46f5-8b18-61e86d151f89 HTTP/1.1" 200 2949 0.004855 10.0.0.38 - - [2026-04-20 04:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2026-04-20 04:23:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003337 10.0.0.38 - - [2026-04-20 04:23:47] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002918 10.0.0.38 - - [2026-04-20 04:23:47] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005973 10.0.0.38 - - [2026-04-20 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2026-04-20 04:23:48] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003076 10.0.0.38 - - [2026-04-20 04:23:48] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003274 10.0.0.38 - - [2026-04-20 04:23:48] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005882 10.0.0.38 - - [2026-04-20 04:23:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010658 10.0.0.38 - - [2026-04-20 04:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.045409 10.0.0.27 - - [2026-04-20 04:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048476 10.0.0.38 - - [2026-04-20 04:23:54] "POST /neutron/port HTTP/1.1" 200 1125 0.019048 10.0.0.38 - - [2026-04-20 04:23:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006482 10.0.0.38 - - [2026-04-20 04:24:00] "POST /neutron/network HTTP/1.1" 200 1120 0.007077 10.0.0.38 - - [2026-04-20 04:24:00] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013981 10.0.0.38 - - [2026-04-20 04:24:00] "POST /neutron/network HTTP/1.1" 200 1110 0.010062 10.0.0.38 - - [2026-04-20 04:24:04] "POST /neutron/network HTTP/1.1" 200 937 0.006597 10.0.0.38 - - [2026-04-20 04:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.38 - - [2026-04-20 04:24:45] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 200 1294 0.004558 10.0.0.38 - - [2026-04-20 04:24:45] "POST /neutron/port HTTP/1.1" 200 1115 0.012655 10.0.0.38 - - [2026-04-20 04:24:47] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 404 171 0.003059 10.0.0.38 - - [2026-04-20 04:24:47] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 404 171 0.003341 10.0.0.38 - - [2026-04-20 04:24:47] "GET /virtual-machine/eec33948-2b3f-41b1-aeaf-3e2588fa12d7 HTTP/1.1" 404 171 0.002533 10.0.0.38 - - [2026-04-20 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.38 - - [2026-04-20 04:24:47] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004348 10.0.0.38 - - [2026-04-20 04:24:47] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003069 10.0.0.38 - - [2026-04-20 04:24:47] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005938 10.0.0.38 - - [2026-04-20 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.38 - - [2026-04-20 04:24:47] "GET /routing-instance/4721d10e-bd78-4e2e-a506-fd92d13c2b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003736 10.0.0.38 - - [2026-04-20 04:24:47] "GET /route-target/e4fa9963-0d42-47ee-8c5b-5421f88c9dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003474 10.0.0.23 - - [2026-04-20 04:24:50] "GET /obj-perms HTTP/1.1" 200 5056 0.061374 10.0.0.38 - - [2026-04-20 04:24:51] "GET /obj-perms HTTP/1.1" 200 5056 0.061680 10.0.0.27 - - [2026-04-20 04:24:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003324 10.0.0.38 - - [2026-04-20 04:24:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004626 10.0.0.38 - - [2026-04-20 04:24:57] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 200 1292 0.003669 10.0.0.38 - - [2026-04-20 04:24:57] "POST /neutron/port HTTP/1.1" 200 1115 0.012940 10.0.0.38 - - [2026-04-20 04:24:59] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 404 171 0.003158 10.0.0.38 - - [2026-04-20 04:24:59] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 404 171 0.002453 10.0.0.38 - - [2026-04-20 04:24:59] "GET /virtual-machine/6099d3a7-bf01-4812-876a-66d53ce2acf2 HTTP/1.1" 404 171 0.002673 10.0.0.38 - - [2026-04-20 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2026-04-20 04:24:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003444 10.0.0.38 - - [2026-04-20 04:24:59] "GET /virtual-networks?parent_id=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002611 10.0.0.38 - - [2026-04-20 04:24:59] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006302 10.0.0.38 - - [2026-04-20 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.38 - - [2026-04-20 04:24:59] "GET /routing-instance/345952d0-87eb-4be6-a27d-94d1beca6f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003929 10.0.0.38 - - [2026-04-20 04:24:59] "GET /route-target/9e480bc4-9bd4-4f5b-a032-723f356a3cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004110 10.0.0.27 - - [2026-04-20 04:24:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004195 10.0.0.38 - - [2026-04-20 04:25:02] "POST /neutron/port HTTP/1.1" 200 1107 0.019948 10.0.0.38 - - [2026-04-20 04:25:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.007989 10.0.0.38 - - [2026-04-20 04:25:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005887 10.0.0.38 - - [2026-04-20 04:25:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004675 10.0.0.27 - - [2026-04-20 04:25:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003544 10.0.0.23 - - [2026-04-20 04:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005643 10.0.0.23 - - [2026-04-20 04:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004332 10.0.0.38 - - [2026-04-20 04:25:06] "DELETE /virtual-network/0e0aaa51-4ebb-4e5a-aa42-5f4748a8adaf HTTP/1.1" 200 115 0.122068 10.0.0.23 - - [2026-04-20 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.036433 10.0.0.38 - - [2026-04-20 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.38 - - [2026-04-20 04:25:06] "GET /network-policy/3dd3697b-bade-45d9-a361-5487100e588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003741 10.0.0.38 - - [2026-04-20 04:25:06] "POST /ref-update HTTP/1.1" 200 156 0.063591 10.0.0.23 - - [2026-04-20 04:25:06] "POST /ref-update HTTP/1.1" 200 156 0.031687 10.0.0.38 - - [2026-04-20 04:25:06] "POST /neutron/network HTTP/1.1" 200 809 0.020792 10.0.0.38 - - [2026-04-20 04:25:06] "GET /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.011885 10.0.0.38 - - [2026-04-20 04:25:06] "DELETE /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f HTTP/1.1" 409 234 0.013326 10.0.0.38 - - [2026-04-20 04:25:06] "POST /neutron/port HTTP/1.1" 200 151 0.167051 10.0.0.38 - - [2026-04-20 04:25:07] "POST /neutron/port HTTP/1.1" 200 151 0.197737 10.0.0.23 - - [2026-04-20 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.23 - - [2026-04-20 04:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002604 10.0.0.38 - - [2026-04-20 04:25:08] "DELETE /virtual-network/dfe2a268-6404-4c4a-b00e-51b69382470f HTTP/1.1" 200 115 0.101665 10.0.0.38 - - [2026-04-20 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2026-04-20 04:25:08] "GET /network-policy/49bfdfb8-e6f8-4ac8-ac0b-fa60a76c3b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004167 10.0.0.38 - - [2026-04-20 04:25:08] "POST /ref-update HTTP/1.1" 200 156 0.046236 10.0.0.23 - - [2026-04-20 04:25:08] "DELETE /access-control-list/b0b0049f-50f3-4938-ab58-03c197903ebe HTTP/1.1" 200 115 0.059641 10.0.0.38 - - [2026-04-20 04:25:08] "GET /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008434 10.0.0.23 - - [2026-04-20 04:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.23 - - [2026-04-20 04:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.38 - - [2026-04-20 04:25:09] "DELETE /virtual-network/18f9d397-7fb4-4dd8-a8cc-5b5382850060 HTTP/1.1" 200 115 0.121835 10.0.0.38 - - [2026-04-20 04:25:09] "DELETE /network-policy/3dd3697b-bade-45d9-a361-5487100e588c HTTP/1.1" 200 115 0.038288 10.0.0.38 - - [2026-04-20 04:25:09] "DELETE /network-policy/49bfdfb8-e6f8-4ac8-ac0b-fa60a76c3b58 HTTP/1.1" 200 115 0.039511 10.0.0.23 - - [2026-04-20 04:25:37] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.38 - - [2026-04-20 04:25:37] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075885 10.0.0.23 - - [2026-04-20 04:25:37] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.38 - - [2026-04-20 04:25:37] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?fields=virtual_networks HTTP/1.1" 200 1034 0.045152 10.0.0.23 - - [2026-04-20 04:25:37] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.38 - - [2026-04-20 04:25:37] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.047399 10.0.0.23 - - [2026-04-20 04:25:37] "GET /projects?obj_uuids=2b803df6-5483-48bf-bbf7-85f7486b19b3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000810 10.0.0.38 - - [2026-04-20 04:25:37] "GET /project/2b803df6-5483-48bf-bbf7-85f7486b19b3?fields=security_groups HTTP/1.1" 200 1261 0.037828 10.0.0.38 - - [2026-04-20 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.025543 10.0.0.23 - - [2026-04-20 04:25:38] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002344 10.0.0.23 - - [2026-04-20 04:25:38] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.23 - - [2026-04-20 04:25:38] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007175 10.0.0.23 - - [2026-04-20 04:25:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.003196 10.0.0.23 - - [2026-04-20 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.003651 10.0.0.23 - - [2026-04-20 04:25:38] "POST /security-groups HTTP/1.1" 200 591 0.027846 10.0.0.23 - - [2026-04-20 04:25:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003584 10.0.0.23 - - [2026-04-20 04:25:38] "POST /projects HTTP/1.1" 200 585 0.227115 10.0.0.23 - - [2026-04-20 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.299550 10.0.0.23 - - [2026-04-20 04:25:39] "POST /access-control-lists HTTP/1.1" 200 594 0.037315 10.0.0.38 - - [2026-04-20 04:25:39] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.436939 10.0.0.38 - - [2026-04-20 04:25:40] "GET / HTTP/1.1" 200 35931 0.001643 10.0.0.38 - - [2026-04-20 04:25:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.38 - - [2026-04-20 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.053756 10.0.0.23 - - [2026-04-20 04:25:42] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.38 - - [2026-04-20 04:25:42] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056195 10.0.0.23 - - [2026-04-20 04:25:42] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.38 - - [2026-04-20 04:25:42] "POST /neutron/network HTTP/1.1" 200 605 0.144677 10.0.0.38 - - [2026-04-20 04:25:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003252 10.0.0.38 - - [2026-04-20 04:25:42] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004970 10.0.0.38 - - [2026-04-20 04:25:42] "POST /neutron/network HTTP/1.1" 200 825 0.009488 10.0.0.38 - - [2026-04-20 04:25:42] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005094 10.0.0.38 - - [2026-04-20 04:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.23 - - [2026-04-20 04:25:42] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.38 - - [2026-04-20 04:25:43] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066863 10.0.0.38 - - [2026-04-20 04:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.019780 10.0.0.23 - - [2026-04-20 04:25:43] "POST /route-targets HTTP/1.1" 200 327 0.018435 10.0.0.38 - - [2026-04-20 04:25:43] "POST /neutron/network HTTP/1.1" 200 822 0.008645 10.0.0.38 - - [2026-04-20 04:25:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001170 10.0.0.38 - - [2026-04-20 04:25:43] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005794 10.0.0.38 - - [2026-04-20 04:25:43] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005641 10.0.0.38 - - [2026-04-20 04:25:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.008964 10.0.0.38 - - [2026-04-20 04:25:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001010 10.0.0.23 - - [2026-04-20 04:25:44] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.38 - - [2026-04-20 04:25:44] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095132 10.0.0.38 - - [2026-04-20 04:25:44] "POST /neutron/network HTTP/1.1" 200 825 0.037955 10.0.0.38 - - [2026-04-20 04:25:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001213 10.0.0.38 - - [2026-04-20 04:25:45] "POST /neutron/port HTTP/1.1" 200 4184 0.034153 10.0.0.23 - - [2026-04-20 04:25:45] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.38 - - [2026-04-20 04:25:45] "POST /neutron/port HTTP/1.1" 200 1061 0.349609 10.0.0.38 - - [2026-04-20 04:25:46] "POST /neutron/port HTTP/1.1" 200 1115 0.131911 10.0.0.23 - - [2026-04-20 04:25:46] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.38 - - [2026-04-20 04:25:46] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.099757 10.0.0.38 - - [2026-04-20 04:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.019906 10.0.0.38 - - [2026-04-20 04:25:46] "POST /neutron/network HTTP/1.1" 200 825 0.006670 10.0.0.38 - - [2026-04-20 04:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.009875 10.0.0.38 - - [2026-04-20 04:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.006718 10.0.0.38 - - [2026-04-20 04:25:47] "POST /neutron/port HTTP/1.1" 200 1058 0.022052 10.0.0.38 - - [2026-04-20 04:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007693 10.0.0.38 - - [2026-04-20 04:25:47] "POST /neutron/network HTTP/1.1" 200 822 0.007913 10.0.0.38 - - [2026-04-20 04:25:51] "POST /neutron/port HTTP/1.1" 200 1125 0.022810 10.0.0.38 - - [2026-04-20 04:25:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008166 10.0.0.38 - - [2026-04-20 04:25:52] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-04-20 04:25:52] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 200 1293 0.051832 10.0.0.38 - - [2026-04-20 04:25:52] "GET /virtual-machine-interface/6eccc01b-7447-4d4c-9c80-dc71977aba71 HTTP/1.1" 200 2941 0.007832 10.0.0.23 - - [2026-04-20 04:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.371482 10.0.0.38 - - [2026-04-20 04:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.38 - - [2026-04-20 04:25:52] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003692 10.0.0.38 - - [2026-04-20 04:25:52] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003031 10.0.0.38 - - [2026-04-20 04:25:52] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007254 10.0.0.23 - - [2026-04-20 04:25:54] "DELETE /access-control-list/0326f03b-b9e4-45e4-b32b-e2884ca7f98b HTTP/1.1" 200 115 0.054294 10.0.0.38 - - [2026-04-20 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.38 - - [2026-04-20 04:25:55] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005416 10.0.0.38 - - [2026-04-20 04:25:56] "POST /neutron/port HTTP/1.1" 200 1122 0.016567 10.0.0.38 - - [2026-04-20 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.38 - - [2026-04-20 04:25:57] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003114 10.0.0.38 - - [2026-04-20 04:25:57] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002509 10.0.0.38 - - [2026-04-20 04:25:57] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005697 10.0.0.38 - - [2026-04-20 04:25:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006145 10.0.0.38 - - [2026-04-20 04:25:58] "POST /neutron/port HTTP/1.1" 200 1122 0.018006 10.0.0.38 - - [2026-04-20 04:25:58] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 200 1293 0.005215 10.0.0.38 - - [2026-04-20 04:25:58] "GET /virtual-machine-interface/e3349a61-9e1f-4979-ba16-5cc74d4a8384 HTTP/1.1" 200 2942 0.005609 10.0.0.38 - - [2026-04-20 04:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012494 10.0.0.38 - - [2026-04-20 04:25:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005184 10.0.0.38 - - [2026-04-20 04:25:58] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004508 10.0.0.38 - - [2026-04-20 04:25:58] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005990 10.0.0.38 - - [2026-04-20 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.38 - - [2026-04-20 04:25:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003850 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002330 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005746 10.0.0.38 - - [2026-04-20 04:25:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006445 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 200 1293 0.003642 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine-interface/6eccc01b-7447-4d4c-9c80-dc71977aba71 HTTP/1.1" 200 2941 0.006551 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 200 1293 0.003287 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine-interface/6eccc01b-7447-4d4c-9c80-dc71977aba71 HTTP/1.1" 200 2941 0.005178 10.0.0.38 - - [2026-04-20 04:25:59] "GET /instance-ip/f5e38a1c-a567-45f6-891b-2638e2e46c80 HTTP/1.1" 200 1621 0.005876 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 200 1293 0.003203 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-machine-interface/6eccc01b-7447-4d4c-9c80-dc71977aba71 HTTP/1.1" 200 2941 0.005614 10.0.0.38 - - [2026-04-20 04:25:59] "GET /instance-ip/f5e38a1c-a567-45f6-891b-2638e2e46c80 HTTP/1.1" 200 1621 0.003051 10.0.0.38 - - [2026-04-20 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2026-04-20 04:25:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003702 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002426 10.0.0.38 - - [2026-04-20 04:25:59] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005599 10.0.0.38 - - [2026-04-20 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.38 - - [2026-04-20 04:25:59] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003925 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002849 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007236 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.38 - - [2026-04-20 04:26:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003982 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006069 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.38 - - [2026-04-20 04:26:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004383 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002565 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005614 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.38 - - [2026-04-20 04:26:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003479 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003515 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006225 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2026-04-20 04:26:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004110 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003169 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005293 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.38 - - [2026-04-20 04:26:00] "GET /routing-instance/ec849412-955e-4574-bff8-5a5529723d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006360 10.0.0.38 - - [2026-04-20 04:26:00] "GET /route-target/10008d13-cc00-4b8a-82c4-40b10903ad97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004223 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.38 - - [2026-04-20 04:26:00] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003262 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002854 10.0.0.38 - - [2026-04-20 04:26:00] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006703 10.0.0.38 - - [2026-04-20 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2026-04-20 04:26:01] "GET /routing-instance/ec849412-955e-4574-bff8-5a5529723d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005977 10.0.0.38 - - [2026-04-20 04:26:01] "GET /route-target/10008d13-cc00-4b8a-82c4-40b10903ad97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.007087 10.0.0.38 - - [2026-04-20 04:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.38 - - [2026-04-20 04:26:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.38 - - [2026-04-20 04:26:01] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003357 10.0.0.38 - - [2026-04-20 04:26:01] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005612 10.0.0.38 - - [2026-04-20 04:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.38 - - [2026-04-20 04:26:01] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004031 10.0.0.38 - - [2026-04-20 04:26:01] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003772 10.0.0.38 - - [2026-04-20 04:26:01] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005437 10.0.0.38 - - [2026-04-20 04:26:02] "GET /obj-perms HTTP/1.1" 200 5030 0.050641 10.0.0.23 - - [2026-04-20 04:26:02] "GET /obj-perms HTTP/1.1" 200 5030 0.046826 10.0.0.38 - - [2026-04-20 04:26:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003798 10.0.0.27 - - [2026-04-20 04:26:02] "GET /obj-perms HTTP/1.1" 200 5030 0.045612 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 200 1293 0.003876 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine-interface/e3349a61-9e1f-4979-ba16-5cc74d4a8384 HTTP/1.1" 200 2942 0.005813 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 200 1293 0.003878 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine-interface/e3349a61-9e1f-4979-ba16-5cc74d4a8384 HTTP/1.1" 200 2942 0.004869 10.0.0.38 - - [2026-04-20 04:26:03] "GET /instance-ip/0d73b872-7d66-4ec4-92f7-7c5532ea5275 HTTP/1.1" 200 1617 0.005539 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 200 1293 0.003716 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-machine-interface/e3349a61-9e1f-4979-ba16-5cc74d4a8384 HTTP/1.1" 200 2942 0.006215 10.0.0.38 - - [2026-04-20 04:26:03] "GET /instance-ip/0d73b872-7d66-4ec4-92f7-7c5532ea5275 HTTP/1.1" 200 1617 0.004097 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003320 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003255 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005438 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005010 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003026 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005726 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003507 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002790 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005884 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003851 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006339 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004102 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003111 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005172 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.38 - - [2026-04-20 04:26:03] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003622 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002836 10.0.0.38 - - [2026-04-20 04:26:03] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005766 10.0.0.38 - - [2026-04-20 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.38 - - [2026-04-20 04:26:03] "GET /routing-instance/7eb9a93a-5ad5-47b3-a736-1beefa859c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006527 10.0.0.38 - - [2026-04-20 04:26:04] "GET /route-target/72186f18-c9ac-4f30-8c33-9fe3a08906f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004238 10.0.0.38 - - [2026-04-20 04:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.38 - - [2026-04-20 04:26:04] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004139 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003015 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006958 10.0.0.38 - - [2026-04-20 04:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006103 10.0.0.38 - - [2026-04-20 04:26:04] "GET /routing-instance/7eb9a93a-5ad5-47b3-a736-1beefa859c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004194 10.0.0.38 - - [2026-04-20 04:26:04] "GET /route-target/72186f18-c9ac-4f30-8c33-9fe3a08906f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005273 10.0.0.38 - - [2026-04-20 04:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 10.0.0.38 - - [2026-04-20 04:26:04] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003596 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008169 10.0.0.38 - - [2026-04-20 04:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.38 - - [2026-04-20 04:26:04] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004381 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003187 10.0.0.38 - - [2026-04-20 04:26:04] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006876 10.0.0.38 - - [2026-04-20 04:26:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004598 10.0.0.23 - - [2026-04-20 04:26:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003913 10.0.0.38 - - [2026-04-20 04:26:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003244 10.0.0.27 - - [2026-04-20 04:26:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003463 10.0.0.38 - - [2026-04-20 04:26:08] "POST /neutron/port HTTP/1.1" 200 1215 0.020132 10.0.0.38 - - [2026-04-20 04:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.38 - - [2026-04-20 04:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.000983 10.0.0.23 - - [2026-04-20 04:26:09] "DELETE /project/583d63e14675463d9a9b67adfa9239d4 HTTP/1.1" 404 173 0.003659 10.0.0.23 - - [2026-04-20 04:26:09] "DELETE /project/2b803df6-5483-48bf-bbf7-85f7486b19b3 HTTP/1.1" 404 177 0.003429 10.0.0.27 - - [2026-04-20 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2026-04-20 04:26:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.23 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-04-20 04:26:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.38 - - [2026-04-20 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.38 - - [2026-04-20 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.38 - - [2026-04-20 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2026-04-20 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.38 - - [2026-04-20 04:26:27] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 200 1293 0.004206 10.0.0.38 - - [2026-04-20 04:26:27] "POST /neutron/port HTTP/1.1" 200 1122 0.018451 10.0.0.38 - - [2026-04-20 04:26:29] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 404 171 0.003875 10.0.0.38 - - [2026-04-20 04:26:29] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 404 171 0.002764 10.0.0.38 - - [2026-04-20 04:26:29] "GET /virtual-machine/a234b4ad-9152-4f54-9af9-23d16eca87d1 HTTP/1.1" 404 171 0.002733 10.0.0.38 - - [2026-04-20 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.38 - - [2026-04-20 04:26:29] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003301 10.0.0.38 - - [2026-04-20 04:26:29] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002979 10.0.0.38 - - [2026-04-20 04:26:29] "GET /virtual-network/ad300595-4e07-42b5-8af1-9db2f24a1e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006972 10.0.0.38 - - [2026-04-20 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.38 - - [2026-04-20 04:26:29] "GET /routing-instance/7eb9a93a-5ad5-47b3-a736-1beefa859c33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004971 10.0.0.38 - - [2026-04-20 04:26:29] "GET /route-target/72186f18-c9ac-4f30-8c33-9fe3a08906f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004693 10.0.0.38 - - [2026-04-20 04:26:29] "GET /obj-perms HTTP/1.1" 200 5030 0.005090 10.0.0.27 - - [2026-04-20 04:26:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004318 10.0.0.38 - - [2026-04-20 04:26:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004158 10.0.0.23 - - [2026-04-20 04:26:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004402 10.0.0.38 - - [2026-04-20 04:26:36] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 200 1293 0.004966 10.0.0.38 - - [2026-04-20 04:26:36] "POST /neutron/port HTTP/1.1" 200 1125 0.017178 10.0.0.38 - - [2026-04-20 04:26:38] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 404 171 0.004067 10.0.0.38 - - [2026-04-20 04:26:38] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 404 171 0.003120 10.0.0.38 - - [2026-04-20 04:26:38] "GET /virtual-machine/9bab51ad-e897-44cf-8b68-6b1853a0fb69 HTTP/1.1" 404 171 0.003828 10.0.0.38 - - [2026-04-20 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.38 - - [2026-04-20 04:26:38] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.38 - - [2026-04-20 04:26:38] "GET /virtual-networks?parent_id=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003558 10.0.0.38 - - [2026-04-20 04:26:38] "GET /virtual-network/afa55f0c-725f-4f04-804e-7ab77bceb942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005879 10.0.0.38 - - [2026-04-20 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.38 - - [2026-04-20 04:26:38] "GET /routing-instance/ec849412-955e-4574-bff8-5a5529723d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004408 10.0.0.38 - - [2026-04-20 04:26:38] "GET /route-target/10008d13-cc00-4b8a-82c4-40b10903ad97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004731 10.0.0.27 - - [2026-04-20 04:26:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004324 10.0.0.38 - - [2026-04-20 04:26:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003728 10.0.0.27 - - [2026-04-20 04:26:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004461 10.0.0.38 - - [2026-04-20 04:26:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004790 10.0.0.27 - - [2026-04-20 04:26:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003398 10.0.0.38 - - [2026-04-20 04:26:57] "GET /obj-perms HTTP/1.1" 200 5030 0.005545 10.0.0.38 - - [2026-04-20 04:26:57] "POST /neutron/network HTTP/1.1" 200 822 0.006122 10.0.0.23 - - [2026-04-20 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006472 10.0.0.23 - - [2026-04-20 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006521 10.0.0.23 - - [2026-04-20 04:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.38 - - [2026-04-20 04:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.128845 10.0.0.23 - - [2026-04-20 04:26:58] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.38 - - [2026-04-20 04:26:58] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046804 10.0.0.23 - - [2026-04-20 04:26:58] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000808 10.0.0.38 - - [2026-04-20 04:26:58] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?fields=virtual_networks HTTP/1.1" 200 1032 0.043652 10.0.0.23 - - [2026-04-20 04:26:58] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000857 10.0.0.38 - - [2026-04-20 04:26:58] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041745 10.0.0.23 - - [2026-04-20 04:26:59] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.38 - - [2026-04-20 04:26:59] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?fields=security_groups HTTP/1.1" 200 1258 0.040056 10.0.0.38 - - [2026-04-20 04:26:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.026104 10.0.0.23 - - [2026-04-20 04:26:59] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003120 10.0.0.23 - - [2026-04-20 04:26:59] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.23 - - [2026-04-20 04:26:59] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008298 10.0.0.23 - - [2026-04-20 04:27:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.001442 10.0.0.23 - - [2026-04-20 04:27:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.005315 10.0.0.23 - - [2026-04-20 04:27:00] "POST /security-groups HTTP/1.1" 200 599 0.075176 10.0.0.23 - - [2026-04-20 04:27:00] "POST /projects HTTP/1.1" 200 601 0.287668 10.0.0.23 - - [2026-04-20 04:27:00] "POST /access-control-lists HTTP/1.1" 200 604 0.039443 10.0.0.23 - - [2026-04-20 04:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.358616 10.0.0.38 - - [2026-04-20 04:27:00] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.496623 10.0.0.38 - - [2026-04-20 04:27:01] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.38 - - [2026-04-20 04:27:03] "POST /neutron/network HTTP/1.1" 200 1120 0.007219 10.0.0.38 - - [2026-04-20 04:27:03] "POST /neutron/subnet HTTP/1.1" 200 1370 0.014973 10.0.0.38 - - [2026-04-20 04:27:03] "POST /neutron/network HTTP/1.1" 200 1110 0.009457 10.0.0.38 - - [2026-04-20 04:27:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2026-04-20 04:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032595 10.0.0.23 - - [2026-04-20 04:27:04] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.38 - - [2026-04-20 04:27:04] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046455 10.0.0.23 - - [2026-04-20 04:27:05] "POST /route-targets HTTP/1.1" 200 327 0.016318 10.0.0.23 - - [2026-04-20 04:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009882 10.0.0.38 - - [2026-04-20 04:27:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.302822 10.0.0.38 - - [2026-04-20 04:27:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.002212 10.0.0.38 - - [2026-04-20 04:27:05] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008785 10.0.0.38 - - [2026-04-20 04:27:05] "POST /neutron/network HTTP/1.1" 200 1006 0.008780 10.0.0.38 - - [2026-04-20 04:27:05] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005953 10.0.0.38 - - [2026-04-20 04:27:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.009984 10.0.0.38 - - [2026-04-20 04:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2026-04-20 04:27:05] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.38 - - [2026-04-20 04:27:05] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051977 10.0.0.23 - - [2026-04-20 04:27:06] "POST /ref-update HTTP/1.1" 200 156 0.028585 10.0.0.23 - - [2026-04-20 04:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008102 10.0.0.38 - - [2026-04-20 04:27:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.230611 10.0.0.23 - - [2026-04-20 04:27:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.036170 10.0.0.38 - - [2026-04-20 04:27:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.002046 10.0.0.38 - - [2026-04-20 04:27:06] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008010 10.0.0.38 - - [2026-04-20 04:27:06] "POST /neutron/network HTTP/1.1" 200 1008 0.010836 10.0.0.38 - - [2026-04-20 04:27:06] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005491 10.0.0.38 - - [2026-04-20 04:27:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.007911 10.0.0.38 - - [2026-04-20 04:27:07] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005317 10.0.0.38 - - [2026-04-20 04:27:07] "GET /obj-perms HTTP/1.1" 200 5046 0.045760 10.0.0.27 - - [2026-04-20 04:27:08] "GET /obj-perms HTTP/1.1" 200 5046 0.070864 10.0.0.38 - - [2026-04-20 04:27:08] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004743 10.0.0.23 - - [2026-04-20 04:27:09] "GET /obj-perms HTTP/1.1" 200 5046 0.053977 10.0.0.38 - - [2026-04-20 04:27:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.010877 10.0.0.38 - - [2026-04-20 04:27:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001219 10.0.0.38 - - [2026-04-20 04:27:09] "POST /neutron/network HTTP/1.1" 200 937 0.006239 10.0.0.38 - - [2026-04-20 04:27:09] "POST /neutron/port HTTP/1.1" 200 4184 0.027548 10.0.0.38 - - [2026-04-20 04:27:09] "POST /neutron/network HTTP/1.1" 200 1016 0.007432 10.0.0.23 - - [2026-04-20 04:27:09] "DELETE /project/9cda5cb796044a95af2508a8b2e6f013 HTTP/1.1" 404 173 0.068589 10.0.0.23 - - [2026-04-20 04:27:09] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.23 - - [2026-04-20 04:27:09] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.108399 10.0.0.23 - - [2026-04-20 04:27:09] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000813 10.0.0.23 - - [2026-04-20 04:27:09] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?fields=security_groups HTTP/1.1" 200 1363 0.055625 10.0.0.23 - - [2026-04-20 04:27:10] "DELETE /security-group/02381467-d624-450b-8b01-da607e85c798 HTTP/1.1" 200 115 0.058770 10.0.0.23 - - [2026-04-20 04:27:10] "GET /projects?obj_uuids=583d63e1-4675-463d-9a9b-67adfa9239d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.23 - - [2026-04-20 04:27:10] "GET /project/583d63e1-4675-463d-9a9b-67adfa9239d4?fields=application_policy_sets HTTP/1.1" 200 1402 0.051185 10.0.0.23 - - [2026-04-20 04:27:10] "DELETE /project/583d63e1-4675-463d-9a9b-67adfa9239d4 HTTP/1.1" 200 115 0.510119 10.0.0.23 - - [2026-04-20 04:27:10] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002161 10.0.0.38 - - [2026-04-20 04:27:10] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063190 10.0.0.38 - - [2026-04-20 04:27:10] "POST /neutron/port HTTP/1.1" 200 117 0.006335 10.0.0.23 - - [2026-04-20 04:27:10] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.38 - - [2026-04-20 04:27:11] "POST /neutron/port HTTP/1.1" 200 1175 0.331468 10.0.0.38 - - [2026-04-20 04:27:11] "POST /neutron/port HTTP/1.1" 200 1229 0.105367 10.0.0.38 - - [2026-04-20 04:27:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003188 10.0.0.38 - - [2026-04-20 04:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.38 - - [2026-04-20 04:27:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008727 10.0.0.38 - - [2026-04-20 04:27:15] "POST /neutron/port HTTP/1.1" 200 1239 0.018181 10.0.0.38 - - [2026-04-20 04:27:15] "GET /virtual-machine/f64fe1e7-ff89-4cb6-993c-1a03c419dafb HTTP/1.1" 401 292 0.000403 10.0.0.38 - - [2026-04-20 04:27:16] "GET /virtual-machine/f64fe1e7-ff89-4cb6-993c-1a03c419dafb HTTP/1.1" 200 1301 0.037344 10.0.0.38 - - [2026-04-20 04:27:16] "GET /virtual-machine-interface/1b489346-244d-4335-be36-e4905c221859 HTTP/1.1" 200 3175 0.007114 10.0.0.38 - - [2026-04-20 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2026-04-20 04:27:16] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003676 10.0.0.38 - - [2026-04-20 04:27:16] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003392 10.0.0.38 - - [2026-04-20 04:27:16] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005538 10.0.0.38 - - [2026-04-20 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.38 - - [2026-04-20 04:27:19] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006652 10.0.0.38 - - [2026-04-20 04:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.38 - - [2026-04-20 04:27:23] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004748 10.0.0.38 - - [2026-04-20 04:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.38 - - [2026-04-20 04:27:27] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006893 10.0.0.38 - - [2026-04-20 04:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.38 - - [2026-04-20 04:27:31] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005399 10.0.0.38 - - [2026-04-20 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.38 - - [2026-04-20 04:27:35] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006457 10.0.0.38 - - [2026-04-20 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.38 - - [2026-04-20 04:27:39] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006587 10.0.0.38 - - [2026-04-20 04:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007206 10.0.0.38 - - [2026-04-20 04:27:44] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007280 10.0.0.38 - - [2026-04-20 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.38 - - [2026-04-20 04:27:48] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007884 10.0.0.38 - - [2026-04-20 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.38 - - [2026-04-20 04:27:50] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003952 10.0.0.38 - - [2026-04-20 04:27:50] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003170 10.0.0.38 - - [2026-04-20 04:27:50] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006576 10.0.0.38 - - [2026-04-20 04:27:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007462 10.0.0.38 - - [2026-04-20 04:28:00] "POST /neutron/port HTTP/1.1" 200 1239 0.016660 10.0.0.38 - - [2026-04-20 04:28:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008674 10.0.0.38 - - [2026-04-20 04:28:05] "POST /neutron/network HTTP/1.1" 200 937 0.031154 10.0.0.38 - - [2026-04-20 04:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.38 - - [2026-04-20 04:28:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007886 10.0.0.38 - - [2026-04-20 04:28:11] "POST /neutron/port HTTP/1.1" 200 1239 0.018528 10.0.0.38 - - [2026-04-20 04:28:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008495 10.0.0.38 - - [2026-04-20 04:28:11] "POST /neutron/network HTTP/1.1" 200 980 0.019440 10.0.0.38 - - [2026-04-20 04:28:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.002771 10.0.0.38 - - [2026-04-20 04:28:11] "GET /virtual-machine/f64fe1e7-ff89-4cb6-993c-1a03c419dafb HTTP/1.1" 200 1301 0.005906 10.0.0.38 - - [2026-04-20 04:28:11] "GET /virtual-machine-interface/1b489346-244d-4335-be36-e4905c221859 HTTP/1.1" 200 3175 0.007631 10.0.0.38 - - [2026-04-20 04:28:11] "GET /instance-ip/27d84de2-8a94-4ba5-90bc-8bd1b84567c0 HTTP/1.1" 200 1655 0.006479 10.0.0.38 - - [2026-04-20 04:28:11] "GET /instance-ip/b6eaa5c6-b5b7-447f-8175-32e2ba0f6002 HTTP/1.1" 200 1637 0.007146 10.0.0.38 - - [2026-04-20 04:28:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.003055 10.0.0.38 - - [2026-04-20 04:28:11] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005539 10.0.0.23 - - [2026-04-20 04:28:11] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000755 10.0.0.38 - - [2026-04-20 04:28:11] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050102 10.0.0.38 - - [2026-04-20 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.38 - - [2026-04-20 04:28:11] "GET /security-group/5b76abf8-178a-421b-98b6-79ddc07e1338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005272 10.0.0.38 - - [2026-04-20 04:28:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.081139 10.0.0.38 - - [2026-04-20 04:28:11] "POST /instance-ips HTTP/1.1" 200 357 0.038398 10.0.0.38 - - [2026-04-20 04:28:11] "GET /instance-ip/dcdf426f-d20a-4bad-b610-21696374c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005429 10.0.0.38 - - [2026-04-20 04:28:11] "POST /instance-ips HTTP/1.1" 200 357 0.037482 10.0.0.38 - - [2026-04-20 04:28:12] "GET /instance-ip/8b93ce55-5590-44ff-889f-6590ea261344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.009010 10.0.0.38 - - [2026-04-20 04:28:12] "GET /virtual-machine-interface/3f669c19-55a2-4691-8829-2b8311b03c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007170 10.0.0.38 - - [2026-04-20 04:28:12] "GET /virtual-machine-interface/3f669c19-55a2-4691-8829-2b8311b03c13?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.007946 10.0.0.38 - - [2026-04-20 04:28:12] "GET /instance-ip/8b93ce55-5590-44ff-889f-6590ea261344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.003784 10.0.0.38 - - [2026-04-20 04:28:12] "GET /instance-ip/dcdf426f-d20a-4bad-b610-21696374c9ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004362 10.0.0.38 - - [2026-04-20 04:28:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001125 10.0.0.38 - - [2026-04-20 04:28:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007316 10.0.0.38 - - [2026-04-20 04:28:12] "POST /neutron/network HTTP/1.1" 200 1006 0.007926 10.0.0.38 - - [2026-04-20 04:28:12] "POST /neutron/port HTTP/1.1" 200 5269 0.049824 10.0.0.38 - - [2026-04-20 04:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.007033 10.0.0.38 - - [2026-04-20 04:28:13] "POST /neutron/port HTTP/1.1" 200 1081 0.017092 10.0.0.38 - - [2026-04-20 04:28:13] "POST /neutron/port HTTP/1.1" 200 1184 0.018307 10.0.0.38 - - [2026-04-20 04:28:13] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012581 10.0.0.38 - - [2026-04-20 04:28:13] "POST /neutron/network HTTP/1.1" 200 1006 0.008938 10.0.0.38 - - [2026-04-20 04:28:18] "POST /neutron/port HTTP/1.1" 200 1184 0.017828 10.0.0.38 - - [2026-04-20 04:28:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007976 10.0.0.38 - - [2026-04-20 04:28:18] "GET /virtual-machine/b3cab93a-59c7-4be7-8607-3a34c5dd38f1 HTTP/1.1" 200 1278 0.007388 10.0.0.38 - - [2026-04-20 04:28:18] "GET /virtual-machine-interface/3f669c19-55a2-4691-8829-2b8311b03c13 HTTP/1.1" 200 3224 0.004833 10.0.0.38 - - [2026-04-20 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008946 10.0.0.38 - - [2026-04-20 04:28:18] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331 10.0.0.38 - - [2026-04-20 04:28:18] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003265 10.0.0.38 - - [2026-04-20 04:28:18] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005747 10.0.0.38 - - [2026-04-20 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.38 - - [2026-04-20 04:28:21] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005463 10.0.0.38 - - [2026-04-20 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.38 - - [2026-04-20 04:28:25] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006532 10.0.0.38 - - [2026-04-20 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2026-04-20 04:28:29] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004808 10.0.0.38 - - [2026-04-20 04:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.38 - - [2026-04-20 04:28:33] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004459 10.0.0.38 - - [2026-04-20 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.38 - - [2026-04-20 04:28:37] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007611 10.0.0.38 - - [2026-04-20 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.38 - - [2026-04-20 04:28:41] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007547 10.0.0.38 - - [2026-04-20 04:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.38 - - [2026-04-20 04:28:45] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004714 10.0.0.38 - - [2026-04-20 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.38 - - [2026-04-20 04:28:50] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005667 10.0.0.38 - - [2026-04-20 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009202 10.0.0.38 - - [2026-04-20 04:28:54] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005228 10.0.0.38 - - [2026-04-20 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.38 - - [2026-04-20 04:28:58] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.38 - - [2026-04-20 04:28:58] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003006 10.0.0.38 - - [2026-04-20 04:28:58] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008045 10.0.0.38 - - [2026-04-20 04:29:03] "POST /neutron/port HTTP/1.1" 200 1184 0.017770 10.0.0.38 - - [2026-04-20 04:29:06] "POST /neutron/port HTTP/1.1" 200 1215 0.018692 10.0.0.38 - - [2026-04-20 04:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.38 - - [2026-04-20 04:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.38 - - [2026-04-20 04:29:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.042072 10.0.0.38 - - [2026-04-20 04:29:13] "POST /neutron/port HTTP/1.1" 200 1215 0.039782 10.0.0.38 - - [2026-04-20 04:29:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003123 10.0.0.38 - - [2026-04-20 04:29:13] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.38 - - [2026-04-20 04:29:13] "POST /neutron/port HTTP/1.1" 200 1184 0.017965 10.0.0.38 - - [2026-04-20 04:29:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001198 10.0.0.38 - - [2026-04-20 04:29:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006811 10.0.0.23 - - [2026-04-20 04:29:19] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.38 - - [2026-04-20 04:29:20] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088665 10.0.0.38 - - [2026-04-20 04:29:20] "POST /neutron/port HTTP/1.1" 200 6299 0.039560 10.0.0.38 - - [2026-04-20 04:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.006018 10.0.0.38 - - [2026-04-20 04:29:20] "POST /neutron/port HTTP/1.1" 200 1177 0.024490 10.0.0.38 - - [2026-04-20 04:29:21] "POST /neutron/port HTTP/1.1" 200 1241 0.019333 10.0.0.38 - - [2026-04-20 04:29:21] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013148 10.0.0.38 - - [2026-04-20 04:29:21] "POST /neutron/network HTTP/1.1" 200 1008 0.018239 10.0.0.38 - - [2026-04-20 04:29:25] "POST /neutron/port HTTP/1.1" 200 1241 0.016939 10.0.0.38 - - [2026-04-20 04:29:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007012 10.0.0.38 - - [2026-04-20 04:29:25] "GET /virtual-machine/a3ae4ebe-63a6-4d55-a3ec-94271d0efda3 HTTP/1.1" 200 1301 0.005257 10.0.0.38 - - [2026-04-20 04:29:25] "GET /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9 HTTP/1.1" 200 3173 0.005313 10.0.0.38 - - [2026-04-20 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2026-04-20 04:29:25] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003047 10.0.0.38 - - [2026-04-20 04:29:25] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004941 10.0.0.38 - - [2026-04-20 04:29:25] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005771 10.0.0.38 - - [2026-04-20 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.38 - - [2026-04-20 04:29:28] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005694 10.0.0.38 - - [2026-04-20 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.38 - - [2026-04-20 04:29:32] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004514 10.0.0.38 - - [2026-04-20 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.38 - - [2026-04-20 04:29:36] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005174 10.0.0.38 - - [2026-04-20 04:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2026-04-20 04:29:41] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005621 10.0.0.38 - - [2026-04-20 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.38 - - [2026-04-20 04:29:45] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004905 10.0.0.38 - - [2026-04-20 04:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.38 - - [2026-04-20 04:29:49] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004602 10.0.0.38 - - [2026-04-20 04:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.38 - - [2026-04-20 04:29:53] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005207 10.0.0.38 - - [2026-04-20 04:29:55] "GET /obj-perms HTTP/1.1" 200 5056 0.075283 10.0.0.27 - - [2026-04-20 04:29:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046685 10.0.0.38 - - [2026-04-20 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.38 - - [2026-04-20 04:29:57] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006532 10.0.0.38 - - [2026-04-20 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.38 - - [2026-04-20 04:30:01] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006317 10.0.0.38 - - [2026-04-20 04:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.38 - - [2026-04-20 04:30:05] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003338 10.0.0.38 - - [2026-04-20 04:30:05] "GET /virtual-networks?parent_id=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004155 10.0.0.38 - - [2026-04-20 04:30:05] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005673 10.0.0.38 - - [2026-04-20 04:30:08] "POST /neutron/port HTTP/1.1" 200 1107 0.016754 10.0.0.38 - - [2026-04-20 04:30:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004219 10.0.0.38 - - [2026-04-20 04:30:08] "POST /neutron/network HTTP/1.1" 200 927 0.006104 10.0.0.38 - - [2026-04-20 04:30:14] "POST /neutron/port HTTP/1.1" 200 1107 0.017792 10.0.0.38 - - [2026-04-20 04:30:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.38 - - [2026-04-20 04:30:14] "POST /neutron/network HTTP/1.1" 200 927 0.006765 10.0.0.38 - - [2026-04-20 04:30:17] "POST /neutron/port HTTP/1.1" 200 1241 0.016756 10.0.0.38 - - [2026-04-20 04:30:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007641 10.0.0.38 - - [2026-04-20 04:30:26] "POST /neutron/port HTTP/1.1" 200 1241 0.020526 10.0.0.38 - - [2026-04-20 04:30:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007934 10.0.0.38 - - [2026-04-20 04:30:26] "POST /neutron/network HTTP/1.1" 200 982 0.022022 10.0.0.38 - - [2026-04-20 04:30:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001176 10.0.0.38 - - [2026-04-20 04:30:26] "GET /virtual-machine/a3ae4ebe-63a6-4d55-a3ec-94271d0efda3 HTTP/1.1" 200 1301 0.003296 10.0.0.38 - - [2026-04-20 04:30:26] "GET /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9 HTTP/1.1" 200 3173 0.005691 10.0.0.38 - - [2026-04-20 04:30:26] "GET /instance-ip/685caf46-717b-4613-bb28-139beadc2ea9 HTTP/1.1" 200 1638 0.005134 10.0.0.38 - - [2026-04-20 04:30:26] "GET /instance-ip/ad54f75f-45ce-4e93-bf5e-7d3719918693 HTTP/1.1" 200 1657 0.007584 10.0.0.38 - - [2026-04-20 04:30:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.003124 10.0.0.38 - - [2026-04-20 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2026-04-20 04:30:27] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.38 - - [2026-04-20 04:30:27] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062736 10.0.0.38 - - [2026-04-20 04:30:27] "POST /network-policys HTTP/1.1" 200 569 0.033589 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005401 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.38 - - [2026-04-20 04:30:27] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005322 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004556 10.0.0.38 - - [2026-04-20 04:30:27] "POST /ref-update HTTP/1.1" 200 156 0.050505 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005721 10.0.0.38 - - [2026-04-20 04:30:27] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006476 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004822 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.38 - - [2026-04-20 04:30:27] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005800 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005214 10.0.0.23 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.044713 10.0.0.38 - - [2026-04-20 04:30:27] "POST /ref-update HTTP/1.1" 200 156 0.048116 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003963 10.0.0.38 - - [2026-04-20 04:30:27] "POST /neutron/network HTTP/1.1" 200 1112 0.009006 10.0.0.38 - - [2026-04-20 04:30:27] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004644 10.0.0.38 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.23 - - [2026-04-20 04:30:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.014496 10.0.0.38 - - [2026-04-20 04:30:27] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005560 10.0.0.38 - - [2026-04-20 04:30:27] "GET /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005169 10.0.0.38 - - [2026-04-20 04:30:27] "PUT /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9 HTTP/1.1" 200 284 0.015850 10.0.0.38 - - [2026-04-20 04:30:28] "GET /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.015253 10.0.0.38 - - [2026-04-20 04:30:28] "PUT /virtual-machine-interface/002aee23-aad7-4b80-9114-0f84a6ece9d9 HTTP/1.1" 200 284 0.020499 10.0.0.23 - - [2026-04-20 04:30:56] "GET /obj-perms HTTP/1.1" 200 5056 0.048309 10.0.0.38 - - [2026-04-20 04:31:10] "POST /neutron/network HTTP/1.1" 200 1120 0.007949 10.0.0.38 - - [2026-04-20 04:31:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015234 10.0.0.38 - - [2026-04-20 04:31:10] "POST /neutron/network HTTP/1.1" 200 1110 0.008910 10.0.0.27 - - [2026-04-20 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-04-20 04:31:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.23 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.23 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2026-04-20 04:31:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.38 - - [2026-04-20 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.38 - - [2026-04-20 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-04-20 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.38 - - [2026-04-20 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000961 10.0.0.38 - - [2026-04-20 04:31:16] "POST /neutron/network HTTP/1.1" 200 1120 0.006867 10.0.0.38 - - [2026-04-20 04:31:16] "POST /neutron/subnet HTTP/1.1" 200 1370 0.024853 10.0.0.38 - - [2026-04-20 04:31:16] "POST /neutron/network HTTP/1.1" 200 1110 0.015568 10.0.0.38 - - [2026-04-20 04:32:10] "POST /neutron/network HTTP/1.1" 200 1120 0.007912 10.0.0.38 - - [2026-04-20 04:32:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014023 10.0.0.38 - - [2026-04-20 04:32:10] "POST /neutron/network HTTP/1.1" 200 1110 0.010476 10.0.0.38 - - [2026-04-20 04:32:16] "POST /neutron/network HTTP/1.1" 200 937 0.008433 10.0.0.38 - - [2026-04-20 04:32:16] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.38 - - [2026-04-20 04:32:30] "POST /ref-update HTTP/1.1" 200 156 0.084216 10.0.0.23 - - [2026-04-20 04:32:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.038993 10.0.0.38 - - [2026-04-20 04:32:30] "GET /virtual-network/f4d96907-9acb-4ead-9d90-7708df7a5ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007812 10.0.0.38 - - [2026-04-20 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2026-04-20 04:32:30] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003963 10.0.0.38 - - [2026-04-20 04:32:30] "POST /ref-update HTTP/1.1" 200 156 0.056219 10.0.0.38 - - [2026-04-20 04:32:30] "POST /neutron/network HTTP/1.1" 200 1006 0.035186 10.0.0.38 - - [2026-04-20 04:32:30] "GET /virtual-network/3b8b9ca2-7fd8-4755-999b-386a14adf505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006128 10.0.0.38 - - [2026-04-20 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2026-04-20 04:32:31] "GET /network-policy/59004699-d863-493d-83a0-aacedba1cc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.003721 10.0.0.38 - - [2026-04-20 04:32:31] "DELETE /network-policy/59004699-d863-493d-83a0-aacedba1cc94 HTTP/1.1" 200 115 0.038437 10.0.0.23 - - [2026-04-20 04:32:31] "DELETE /access-control-list/13a0b0fa-a61d-442d-b3c8-b16ee9b96fde HTTP/1.1" 200 115 0.029377 10.0.0.23 - - [2026-04-20 04:32:31] "POST /ref-update HTTP/1.1" 200 156 0.018376 10.0.0.38 - - [2026-04-20 04:32:31] "DELETE /instance-ip/8b93ce55-5590-44ff-889f-6590ea261344 HTTP/1.1" 200 115 0.052685 10.0.0.38 - - [2026-04-20 04:32:31] "DELETE /instance-ip/dcdf426f-d20a-4bad-b610-21696374c9ca HTTP/1.1" 200 115 0.051342 10.0.0.38 - - [2026-04-20 04:32:31] "DELETE /virtual-machine-interface/3f669c19-55a2-4691-8829-2b8311b03c13 HTTP/1.1" 200 115 0.093101 10.0.0.38 - - [2026-04-20 04:32:31] "POST /neutron/port HTTP/1.1" 200 1241 0.029476 10.0.0.38 - - [2026-04-20 04:32:32] "POST /neutron/port HTTP/1.1" 200 1239 0.016166 10.0.0.38 - - [2026-04-20 04:32:33] "POST /neutron/network HTTP/1.1" 200 1008 0.009344 10.0.0.23 - - [2026-04-20 04:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952 10.0.0.23 - - [2026-04-20 04:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.035925 10.0.0.23 - - [2026-04-20 04:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002810 10.0.0.23 - - [2026-04-20 04:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003496 10.0.0.23 - - [2026-04-20 04:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001888 10.0.0.38 - - [2026-04-20 04:32:34] "POST /neutron/network HTTP/1.1" 200 151 0.198755 10.0.0.23 - - [2026-04-20 04:32:37] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.38 - - [2026-04-20 04:32:37] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088730 10.0.0.23 - - [2026-04-20 04:32:37] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.38 - - [2026-04-20 04:32:37] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?fields=virtual_networks HTTP/1.1" 200 1049 0.041898 10.0.0.23 - - [2026-04-20 04:32:37] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.38 - - [2026-04-20 04:32:37] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.037619 10.0.0.23 - - [2026-04-20 04:32:37] "GET /projects?obj_uuids=9cda5cb7-9604-4a95-af25-08a8b2e6f013&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.38 - - [2026-04-20 04:32:37] "GET /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013?fields=security_groups HTTP/1.1" 200 1283 0.036642 10.0.0.38 - - [2026-04-20 04:32:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.029517 10.0.0.23 - - [2026-04-20 04:32:38] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002957 10.0.0.23 - - [2026-04-20 04:32:38] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.23 - - [2026-04-20 04:32:38] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033551 10.0.0.23 - - [2026-04-20 04:32:38] "POST /id-to-fqname HTTP/1.1" 200 194 0.002245 10.0.0.23 - - [2026-04-20 04:32:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.006749 10.0.0.23 - - [2026-04-20 04:32:38] "POST /security-groups HTTP/1.1" 200 595 0.035594 10.0.0.23 - - [2026-04-20 04:32:38] "POST /projects HTTP/1.1" 200 593 0.248231 10.0.0.23 - - [2026-04-20 04:32:38] "POST /access-control-lists HTTP/1.1" 200 600 0.025696 10.0.0.23 - - [2026-04-20 04:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.318962 10.0.0.38 - - [2026-04-20 04:32:38] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.483764 10.0.0.38 - - [2026-04-20 04:32:39] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.38 - - [2026-04-20 04:32:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.38 - - [2026-04-20 04:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055700 10.0.0.23 - - [2026-04-20 04:32:41] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000894 10.0.0.38 - - [2026-04-20 04:32:41] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039456 10.0.0.38 - - [2026-04-20 04:32:41] "POST /neutron/network HTTP/1.1" 200 117 0.037509 10.0.0.23 - - [2026-04-20 04:32:42] "POST /route-targets HTTP/1.1" 200 327 0.016537 10.0.0.23 - - [2026-04-20 04:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009116 10.0.0.38 - - [2026-04-20 04:32:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.267603 10.0.0.38 - - [2026-04-20 04:32:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001187 10.0.0.38 - - [2026-04-20 04:32:42] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005006 10.0.0.38 - - [2026-04-20 04:32:42] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006358 10.0.0.38 - - [2026-04-20 04:32:42] "POST /neutron/network HTTP/1.1" 200 1004 0.009181 10.0.0.38 - - [2026-04-20 04:32:43] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009467 10.0.0.38 - - [2026-04-20 04:32:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001186 10.0.0.38 - - [2026-04-20 04:32:44] "POST /neutron/port HTTP/1.1" 200 4184 0.030857 10.0.0.23 - - [2026-04-20 04:32:45] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.38 - - [2026-04-20 04:32:45] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066700 10.0.0.38 - - [2026-04-20 04:32:45] "POST /neutron/port HTTP/1.1" 200 4184 0.036165 10.0.0.38 - - [2026-04-20 04:32:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001513 10.0.0.38 - - [2026-04-20 04:32:46] "POST /neutron/network HTTP/1.1" 200 1014 0.006756 10.0.0.38 - - [2026-04-20 04:32:46] "POST /neutron/port HTTP/1.1" 200 1173 0.039108 10.0.0.23 - - [2026-04-20 04:32:47] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000860 10.0.0.38 - - [2026-04-20 04:32:47] "POST /neutron/port HTTP/1.1" 200 1237 0.021971 10.0.0.38 - - [2026-04-20 04:32:47] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.078875 10.0.0.38 - - [2026-04-20 04:32:47] "POST /neutron/network HTTP/1.1" 200 1004 0.044976 10.0.0.38 - - [2026-04-20 04:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.38 - - [2026-04-20 04:32:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007783 10.0.0.38 - - [2026-04-20 04:32:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.38 - - [2026-04-20 04:32:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006585 10.0.0.23 - - [2026-04-20 04:32:47] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.38 - - [2026-04-20 04:32:48] "POST /neutron/port HTTP/1.1" 200 1173 0.316988 10.0.0.38 - - [2026-04-20 04:32:48] "POST /neutron/port HTTP/1.1" 200 1227 0.172058 10.0.0.23 - - [2026-04-20 04:32:48] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.38 - - [2026-04-20 04:32:48] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.076901 10.0.0.38 - - [2026-04-20 04:32:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004454 10.0.0.38 - - [2026-04-20 04:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.38 - - [2026-04-20 04:32:48] "POST /neutron/port HTTP/1.1" 200 6350 0.049325 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/port HTTP/1.1" 200 1237 0.017802 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007027 10.0.0.23 - - [2026-04-20 04:32:49] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000998 10.0.0.38 - - [2026-04-20 04:32:49] "GET /virtual-machine/d64bb46d-23eb-48ce-869c-c2abb2d2834d HTTP/1.1" 401 292 0.001591 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/port HTTP/1.1" 200 1173 0.312929 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/port HTTP/1.1" 200 1173 0.013570 10.0.0.38 - - [2026-04-20 04:32:49] "GET /virtual-machine/d64bb46d-23eb-48ce-869c-c2abb2d2834d HTTP/1.1" 200 1296 0.049256 10.0.0.38 - - [2026-04-20 04:32:49] "GET /virtual-machine-interface/1159d24e-8b25-4fe3-b72b-f1f5d013a970 HTTP/1.1" 200 3155 0.010595 10.0.0.38 - - [2026-04-20 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006907 10.0.0.38 - - [2026-04-20 04:32:49] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005726 10.0.0.38 - - [2026-04-20 04:32:49] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.017215 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003150 10.0.0.38 - - [2026-04-20 04:32:49] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005203 10.0.0.38 - - [2026-04-20 04:32:49] "POST /neutron/port HTTP/1.1" 200 117 0.000975 10.0.0.38 - - [2026-04-20 04:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.38 - - [2026-04-20 04:32:52] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008611 10.0.0.23 - - [2026-04-20 04:32:55] "DELETE /access-control-list/2575d75c-ecec-4c59-ac8c-ad6a6d7c42f2 HTTP/1.1" 200 115 0.038585 10.0.0.38 - - [2026-04-20 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2026-04-20 04:32:57] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005676 10.0.0.38 - - [2026-04-20 04:32:57] "GET /obj-perms HTTP/1.1" 200 5056 0.067056 10.0.0.27 - - [2026-04-20 04:32:57] "GET /obj-perms HTTP/1.1" 200 5056 0.046910 10.0.0.38 - - [2026-04-20 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.38 - - [2026-04-20 04:33:01] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005891 10.0.0.38 - - [2026-04-20 04:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.38 - - [2026-04-20 04:33:05] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004761 10.0.0.38 - - [2026-04-20 04:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.38 - - [2026-04-20 04:33:09] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005571 10.0.0.23 - - [2026-04-20 04:33:10] "DELETE /project/9cda5cb7-9604-4a95-af25-08a8b2e6f013 HTTP/1.1" 404 177 0.003810 10.0.0.23 - - [2026-04-20 04:33:10] "DELETE /project/87081d211c024a09a7e0a4b62befefef HTTP/1.1" 404 173 0.003377 10.0.0.38 - - [2026-04-20 04:33:12] "POST /neutron/port HTTP/1.1" 200 1215 0.051589 10.0.0.38 - - [2026-04-20 04:33:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.38 - - [2026-04-20 04:33:12] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.38 - - [2026-04-20 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.38 - - [2026-04-20 04:33:13] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004604 10.0.0.38 - - [2026-04-20 04:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.38 - - [2026-04-20 04:33:17] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005350 10.0.0.38 - - [2026-04-20 04:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.38 - - [2026-04-20 04:33:21] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005200 10.0.0.38 - - [2026-04-20 04:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.38 - - [2026-04-20 04:33:25] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004855 10.0.0.38 - - [2026-04-20 04:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.38 - - [2026-04-20 04:33:29] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004821 10.0.0.38 - - [2026-04-20 04:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.38 - - [2026-04-20 04:33:33] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005766 10.0.0.38 - - [2026-04-20 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.38 - - [2026-04-20 04:33:38] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007117 10.0.0.38 - - [2026-04-20 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.38 - - [2026-04-20 04:33:42] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004632 10.0.0.38 - - [2026-04-20 04:33:43] "POST /neutron/port HTTP/1.1" 200 1237 0.022151 10.0.0.38 - - [2026-04-20 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.38 - - [2026-04-20 04:33:46] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004413 10.0.0.38 - - [2026-04-20 04:33:46] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003047 10.0.0.38 - - [2026-04-20 04:33:46] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005841 10.0.0.38 - - [2026-04-20 04:33:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007423 10.0.0.38 - - [2026-04-20 04:33:54] "POST /neutron/port HTTP/1.1" 200 1237 0.018463 10.0.0.38 - - [2026-04-20 04:33:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007024 10.0.0.23 - - [2026-04-20 04:33:58] "GET /obj-perms HTTP/1.1" 200 5056 0.091696 10.0.0.38 - - [2026-04-20 04:34:01] "POST /neutron/port HTTP/1.1" 200 1237 0.018221 10.0.0.38 - - [2026-04-20 04:34:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006803 10.0.0.38 - - [2026-04-20 04:34:07] "POST /neutron/port HTTP/1.1" 200 1237 0.017625 10.0.0.38 - - [2026-04-20 04:34:07] "GET /virtual-machine/cc76b7a7-6c08-4cd1-b8c4-cf7133e065b8 HTTP/1.1" 200 1297 0.005629 10.0.0.38 - - [2026-04-20 04:34:07] "GET /virtual-machine-interface/8a11a949-899e-40ee-8dc4-1c8803656fe6 HTTP/1.1" 200 3155 0.005445 10.0.0.38 - - [2026-04-20 04:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.38 - - [2026-04-20 04:34:07] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.38 - - [2026-04-20 04:34:07] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003444 10.0.0.38 - - [2026-04-20 04:34:07] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005054 10.0.0.38 - - [2026-04-20 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.38 - - [2026-04-20 04:34:08] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003870 10.0.0.38 - - [2026-04-20 04:34:08] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002476 10.0.0.38 - - [2026-04-20 04:34:08] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005097 10.0.0.38 - - [2026-04-20 04:34:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007720 10.0.0.38 - - [2026-04-20 04:34:08] "POST /neutron/port HTTP/1.1" 200 1237 0.015845 10.0.0.38 - - [2026-04-20 04:34:09] "GET /virtual-machine/641404f5-c9b0-4ccd-adbe-c613aad85cf1 HTTP/1.1" 200 1296 0.005661 10.0.0.38 - - [2026-04-20 04:34:09] "GET /virtual-machine-interface/b384b2f9-4299-403c-9921-dd795038b03e HTTP/1.1" 200 3156 0.005205 10.0.0.38 - - [2026-04-20 04:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.38 - - [2026-04-20 04:34:09] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003179 10.0.0.38 - - [2026-04-20 04:34:09] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003486 10.0.0.38 - - [2026-04-20 04:34:09] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005945 10.0.0.38 - - [2026-04-20 04:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.38 - - [2026-04-20 04:34:10] "GET /global-vrouter-config/7514be3b-6f65-497d-951e-7d058e81db86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003686 10.0.0.38 - - [2026-04-20 04:34:10] "GET /virtual-networks?parent_id=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002748 10.0.0.38 - - [2026-04-20 04:34:10] "GET /virtual-network/8c342faf-8907-4ae8-9626-3992ff15097d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005157 10.0.0.38 - - [2026-04-20 04:34:10] "GET /virtual-machine-interface/b384b2f9-4299-403c-9921-dd795038b03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006250 10.0.0.38 - - [2026-04-20 04:34:10] "PUT /virtual-machine-interface/b384b2f9-4299-403c-9921-dd795038b03e HTTP/1.1" 200 284 0.014620 10.0.0.38 - - [2026-04-20 04:34:14] "POST /neutron/port HTTP/1.1" 200 1107 0.016476 10.0.0.38 - - [2026-04-20 04:34:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.019391 10.0.0.38 - - [2026-04-20 04:34:17] "POST /neutron/port HTTP/1.1" 200 1215 0.060112 10.0.0.38 - - [2026-04-20 04:34:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003381 10.0.0.38 - - [2026-04-20 04:34:17] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.38 - - [2026-04-20 04:35:15] "POST /neutron/port HTTP/1.1" 200 1237 0.027586 10.0.0.38 - - [2026-04-20 04:35:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003620 10.0.0.38 - - [2026-04-20 04:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.001823 10.0.0.38 - - [2026-04-20 04:35:19] "POST /neutron/port HTTP/1.1" 200 1107 0.017388 10.0.0.38 - - [2026-04-20 04:35:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003642 10.0.0.38 - - [2026-04-20 04:35:19] "POST /neutron/network HTTP/1.1" 200 927 0.006706 10.0.0.38 - - [2026-04-20 04:35:41] "POST /neutron/port HTTP/1.1" 200 1237 0.016538 10.0.0.38 - - [2026-04-20 04:35:41] "POST /neutron/port HTTP/1.1" 200 1237 0.024765 10.0.0.38 - - [2026-04-20 04:35:41] "POST /neutron/port HTTP/1.1" 200 151 0.294001 10.0.0.38 - - [2026-04-20 04:35:43] "POST /neutron/network HTTP/1.1" 200 1004 0.009796 10.0.0.23 - - [2026-04-20 04:35:44] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001076 10.0.0.38 - - [2026-04-20 04:35:44] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075238 10.0.0.23 - - [2026-04-20 04:35:44] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000844 10.0.0.38 - - [2026-04-20 04:35:45] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?fields=virtual_networks HTTP/1.1" 200 1040 0.054935 10.0.0.23 - - [2026-04-20 04:35:45] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001833 10.0.0.38 - - [2026-04-20 04:35:45] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.049551 10.0.0.23 - - [2026-04-20 04:35:45] "GET /projects?obj_uuids=87081d21-1c02-4a09-a7e0-a4b62befefef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000837 10.0.0.38 - - [2026-04-20 04:35:45] "GET /project/87081d21-1c02-4a09-a7e0-a4b62befefef?fields=security_groups HTTP/1.1" 200 1270 0.060826 10.0.0.38 - - [2026-04-20 04:35:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.035231 10.0.0.23 - - [2026-04-20 04:35:46] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002780 10.0.0.23 - - [2026-04-20 04:35:46] "GET /domains?obj_uuids=c2b9cdf0-ff50-48aa-bc48-322f89577022&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.23 - - [2026-04-20 04:35:46] "GET /domain/c2b9cdf0-ff50-48aa-bc48-322f89577022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006990 10.0.0.23 - - [2026-04-20 04:35:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.001492 10.0.0.23 - - [2026-04-20 04:35:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.013632 10.0.0.23 - - [2026-04-20 04:35:46] "POST /security-groups HTTP/1.1" 200 591 0.037111 10.0.0.23 - - [2026-04-20 04:35:46] "POST /projects HTTP/1.1" 200 585 0.251732 10.0.0.23 - - [2026-04-20 04:35:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.052636 10.0.0.23 - - [2026-04-20 04:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.325367 10.0.0.38 - - [2026-04-20 04:35:46] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.459454 10.0.0.23 - - [2026-04-20 04:35:46] "POST /access-control-lists HTTP/1.1" 200 594 0.058316 10.0.0.38 - - [2026-04-20 04:35:47] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.23 - - [2026-04-20 04:35:53] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.38 - - [2026-04-20 04:35:53] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042768 10.0.0.23 - - [2026-04-20 04:35:53] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.38 - - [2026-04-20 04:35:53] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?fields=virtual_networks HTTP/1.1" 200 1032 0.045689 10.0.0.23 - - [2026-04-20 04:35:53] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001358 10.0.0.38 - - [2026-04-20 04:35:53] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041378 10.0.0.23 - - [2026-04-20 04:35:53] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.38 - - [2026-04-20 04:35:53] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?fields=security_groups HTTP/1.1" 200 1258 0.038146 10.0.0.23 - - [2026-04-20 04:36:10] "DELETE /project/5b81d20948d14c9296e05f8186cb766d HTTP/1.1" 404 173 0.008579 10.0.0.23 - - [2026-04-20 04:36:10] "DELETE /project/87081d21-1c02-4a09-a7e0-a4b62befefef HTTP/1.1" 404 177 0.006676 10.0.0.23 - - [2026-04-20 04:36:10] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000820 10.0.0.23 - - [2026-04-20 04:36:10] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.045388 10.0.0.23 - - [2026-04-20 04:36:10] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001742 10.0.0.23 - - [2026-04-20 04:36:10] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?fields=security_groups HTTP/1.1" 200 1363 0.048227 10.0.0.23 - - [2026-04-20 04:36:10] "DELETE /security-group/58bb77ed-05be-4b8a-a85a-8e00e2ded4d7 HTTP/1.1" 200 115 0.061624 10.0.0.23 - - [2026-04-20 04:36:10] "GET /projects?obj_uuids=5b81d209-48d1-4c92-96e0-5f8186cb766d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.23 - - [2026-04-20 04:36:10] "DELETE /access-control-list/a62375fe-8dc9-4507-9c28-95e72ff22464 HTTP/1.1" 200 115 0.051624 10.0.0.23 - - [2026-04-20 04:36:10] "GET /project/5b81d209-48d1-4c92-96e0-5f8186cb766d?fields=application_policy_sets HTTP/1.1" 200 1402 0.063202 10.0.0.23 - - [2026-04-20 04:36:11] "DELETE /project/5b81d209-48d1-4c92-96e0-5f8186cb766d HTTP/1.1" 200 115 0.467672 10.0.0.27 - - [2026-04-20 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-04-20 04:36:12] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.23 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.23 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000930 10.0.0.27 - - [2026-04-20 04:36:13] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.38 - - [2026-04-20 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-04-20 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.38 - - [2026-04-20 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2026-04-20 04:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.38 - - [2026-04-20 04:37:01] "GET /obj-perms HTTP/1.1" 200 5056 0.066754 [Introspect:8084]10.0.0.23 - - [2026-04-20 04:37:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000836 [Introspect:8084]10.0.0.23 - - [2026-04-20 04:37:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000846