++ 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 Jun 1 02:03:48 AM UTC 2026 ===================' INFO: =================== Mon Jun 1 02:03:48 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ 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.65 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.249:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.249:8086 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.249:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.249:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.249:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.249:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.249:6379 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.249:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.240,10.0.0.249,10.0.0.65 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.240 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.240,10.0.0.249,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.240,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.65,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/01/2026 02:03:58.648 7f24532787c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/01/2026 02:03:58.823 7f24532787c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/01/2026 02:03:58.836 7f24532787c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/01/2026 02:03:58.836 7f24532787c0 [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 Jun 1 02:04:20 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=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /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/global_system_config:d...e99d1fbf-1ff0-4119-97a2-8bef72664840 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: e99d1fbf-1ff0-4119-97a2-8bef72664840 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...e99d1fbf-1ff0-4119-97a2-8bef72664840 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/global_system_config:d...e99d1fbf-1ff0-4119-97a2-8bef72664840 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...e99d1fbf-1ff0-4119-97a2-8bef72664840 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config 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 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( 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/global_system_config:default-global-system-config exists already with ID: e99d1fbf-1ff0-4119-97a2-8bef72664840 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 Jun 1 02:04:21 AM UTC 2026 ===================' INFO: =================== Mon Jun 1 02:04:21 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 +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ 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.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.249:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.249:8086 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.249:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.249:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.249:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.249:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.249:6379 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.249:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.240,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.240,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.65,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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: 06/01/2026 02:04:30.456 7f30fb296780 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/01/2026 02:04:30.619 7f30fb296780 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/01/2026 02:04:30.631 7f30fb296780 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/01/2026 02:04:30.631 7f30fb296780 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-06-01 02:04:31] "GET / HTTP/1.1" 503 181 0.000209 10.0.0.65 - - [2026-06-01 02:04:31] "GET / HTTP/1.1" 503 181 0.000129 10.0.0.65 - - [2026-06-01 02:04:32] "GET / HTTP/1.1" 200 45871 0.001850 10.0.0.65 - - [2026-06-01 02:04:32] "GET / HTTP/1.1" 200 45871 0.001354 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.65 - - [2026-06-01 02:04:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000686 10.0.0.65 - - [2026-06-01 02:04:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000330 10.0.0.65 - - [2026-06-01 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.992976 10.0.0.65 - - [2026-06-01 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.65 - - [2026-06-01 02:04:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.342978 10.0.0.65 - - [2026-06-01 02:04:35] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005276 /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.65 - - [2026-06-01 02:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.65 - - [2026-06-01 02:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.240 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.249 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.65 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.65 - - [2026-06-01 02:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.249 - - [2026-06-01 02:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.249 - - [2026-06-01 02:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2026-06-01 02:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-06-01 02:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.65 - - [2026-06-01 02:04:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.65 - - [2026-06-01 02:04:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.060729 10.0.0.65 - - [2026-06-01 02:04:45] "POST /access-control-lists HTTP/1.1" 200 585 0.055729 10.0.0.65 - - [2026-06-01 02:04:46] "POST /route-targets HTTP/1.1" 200 327 0.023752 10.0.0.65 - - [2026-06-01 02:04:46] "POST /ref-update HTTP/1.1" 200 156 0.025023 10.0.0.65 - - [2026-06-01 02:04:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.004505 10.0.0.65 - - [2026-06-01 02:05:10] "POST /ref-update HTTP/1.1" 200 156 0.037417 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.65 - - [2026-06-01 02:07:34] "GET /obj-perms HTTP/1.1" 200 5075 0.421393 10.0.0.240 - - [2026-06-01 02:08:34] "GET /obj-perms HTTP/1.1" 200 5075 0.057899 10.0.0.249 - - [2026-06-01 02:08:34] "GET /obj-perms HTTP/1.1" 200 5075 0.049047 10.0.0.65 - - [2026-06-01 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.028177 10.0.0.65 - - [2026-06-01 02:09:35] "GET /virtual-router/a8b9071f-2267-4f04-af55-a80bfa16ec1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.007801 10.0.0.65 - - [2026-06-01 02:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.65 - - [2026-06-01 02:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000239 10.0.0.240 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.65 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000794 10.0.0.65 - - [2026-06-01 02:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2026-06-01 02:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2026-06-01 02:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.240 - - [2026-06-01 02:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.001119 10.0.0.240 - - [2026-06-01 02:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 [Introspect:8084]10.0.0.65 - - [2026-06-01 02:09:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001545 [Introspect:8084]10.0.0.65 - - [2026-06-01 02:09:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001660 [Introspect:8084]10.0.0.65 - - [2026-06-01 02:10:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000993 [Introspect:8084]10.0.0.65 - - [2026-06-01 02:10:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001117 10.0.0.240 - - [2026-06-01 02:11:26] "GET / HTTP/1.1" 200 35931 0.002359 10.0.0.240 - - [2026-06-01 02:11:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.240 - - [2026-06-01 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.056839 10.0.0.65 - - [2026-06-01 02:11:28] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.063995 10.0.0.65 - - [2026-06-01 02:11:28] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.65 - - [2026-06-01 02:11:28] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036346 10.0.0.65 - - [2026-06-01 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.004423 10.0.0.65 - - [2026-06-01 02:11:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.004433 10.0.0.65 - - [2026-06-01 02:11:28] "POST /security-groups HTTP/1.1" 200 589 0.087666 10.0.0.65 - - [2026-06-01 02:11:28] "POST /projects HTTP/1.1" 200 581 0.355832 10.0.0.65 - - [2026-06-01 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.397239 10.0.0.240 - - [2026-06-01 02:11:28] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.623449 10.0.0.65 - - [2026-06-01 02:11:28] "POST /access-control-lists HTTP/1.1" 200 594 0.121068 10.0.0.240 - - [2026-06-01 02:11:29] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.65 - - [2026-06-01 02:11:33] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.240 - - [2026-06-01 02:11:33] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062151 10.0.0.65 - - [2026-06-01 02:11:33] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.240 - - [2026-06-01 02:11:33] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?fields=virtual_networks HTTP/1.1" 200 1028 0.066583 10.0.0.65 - - [2026-06-01 02:11:33] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.240 - - [2026-06-01 02:11:33] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.058694 10.0.0.65 - - [2026-06-01 02:11:33] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.240 - - [2026-06-01 02:11:33] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?fields=security_groups HTTP/1.1" 200 1252 0.068146 10.0.0.65 - - [2026-06-01 02:11:34] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003733 10.0.0.65 - - [2026-06-01 02:11:34] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.65 - - [2026-06-01 02:11:34] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007333 10.0.0.65 - - [2026-06-01 02:11:34] "POST /id-to-fqname HTTP/1.1" 200 167 0.005444 10.0.0.65 - - [2026-06-01 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 176 0.009447 10.0.0.65 - - [2026-06-01 02:11:34] "POST /security-groups HTTP/1.1" 200 568 0.082922 10.0.0.65 - - [2026-06-01 02:11:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.009974 10.0.0.65 - - [2026-06-01 02:11:34] "POST /projects HTTP/1.1" 200 539 0.321187 10.0.0.65 - - [2026-06-01 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.407822 10.0.0.65 - - [2026-06-01 02:11:34] "POST /access-control-lists HTTP/1.1" 200 571 0.051130 10.0.0.240 - - [2026-06-01 02:11:34] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.585609 [Introspect:8084]10.0.0.240 - - [2026-06-01 02:11:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001041 10.0.0.65 - - [2026-06-01 02:11:36] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.240 - - [2026-06-01 02:11:36] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.057036 10.0.0.65 - - [2026-06-01 02:11:37] "DELETE /project/e96ca4625ed74e5d9a142226229cb767 HTTP/1.1" 404 173 0.007820 10.0.0.65 - - [2026-06-01 02:11:37] "DELETE /project/221e14fab81c4e9ea0bcf76dfd38f2c4 HTTP/1.1" 404 173 0.006833 10.0.0.65 - - [2026-06-01 02:11:37] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.65 - - [2026-06-01 02:11:37] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.078035 10.0.0.65 - - [2026-06-01 02:11:37] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.65 - - [2026-06-01 02:11:37] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?fields=security_groups HTTP/1.1" 200 1357 0.069509 10.0.0.65 - - [2026-06-01 02:11:37] "DELETE /security-group/482655d7-13b6-487b-a564-68b71c6aa406 HTTP/1.1" 200 115 0.084136 10.0.0.65 - - [2026-06-01 02:11:37] "GET /projects?obj_uuids=221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001669 10.0.0.65 - - [2026-06-01 02:11:37] "GET /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4?fields=application_policy_sets HTTP/1.1" 200 1396 0.119053 10.0.0.65 - - [2026-06-01 02:11:37] "DELETE /project/221e14fa-b81c-4e9e-a0bc-f76dfd38f2c4 HTTP/1.1" 200 115 0.682335 10.0.0.65 - - [2026-06-01 02:11:38] "GET /obj-perms HTTP/1.1" 200 5075 0.090587 [Introspect:8084]10.0.0.240 - - [2026-06-01 02:11:39] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000588 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.086327 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.003851 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.006559 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.004870 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.004113 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.004624 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.003981 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.004569 10.0.0.240 - - [2026-06-01 02:11:40] "GET /obj-perms HTTP/1.1" 200 5075 0.005887 10.0.0.240 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.004474 10.0.0.240 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.003826 10.0.0.240 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.004782 10.0.0.240 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.004815 10.0.0.65 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.004029 10.0.0.65 - - [2026-06-01 02:11:41] "GET /obj-perms HTTP/1.1" 200 5075 0.006628 10.0.0.240 - - [2026-06-01 02:11:42] "GET /obj-perms HTTP/1.1" 200 5075 0.009162 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.003965 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.004642 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.004082 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.006346 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.004996 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.008361 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.003820 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.004867 10.0.0.240 - - [2026-06-01 02:11:43] "GET /obj-perms HTTP/1.1" 200 5075 0.004093 10.0.0.240 - - [2026-06-01 02:11:45] "GET /obj-perms HTTP/1.1" 200 5075 0.004148 10.0.0.240 - - [2026-06-01 02:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.005814 10.0.0.240 - - [2026-06-01 02:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.005116 10.0.0.240 - - [2026-06-01 02:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.011248 10.0.0.240 - - [2026-06-01 02:11:46] "GET /obj-perms HTTP/1.1" 200 5075 0.005872 10.0.0.240 - - [2026-06-01 02:11:48] "GET /obj-perms HTTP/1.1" 200 5075 0.006373 10.0.0.240 - - [2026-06-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.025908 10.0.0.65 - - [2026-06-01 02:11:49] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003653 10.0.0.65 - - [2026-06-01 02:11:49] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.65 - - [2026-06-01 02:11:49] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008982 10.0.0.65 - - [2026-06-01 02:11:49] "POST /id-to-fqname HTTP/1.1" 200 201 0.008109 10.0.0.65 - - [2026-06-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.004559 10.0.0.65 - - [2026-06-01 02:11:49] "POST /security-groups HTTP/1.1" 200 602 0.083074 10.0.0.65 - - [2026-06-01 02:11:49] "POST /projects HTTP/1.1" 200 607 0.352457 10.0.0.65 - - [2026-06-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003995 10.0.0.65 - - [2026-06-01 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.427534 10.0.0.65 - - [2026-06-01 02:11:49] "POST /access-control-lists HTTP/1.1" 200 605 0.065796 10.0.0.240 - - [2026-06-01 02:11:49] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.606249 10.0.0.240 - - [2026-06-01 02:11:50] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.240 - - [2026-06-01 02:11:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000739 10.0.0.240 - - [2026-06-01 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.050987 10.0.0.65 - - [2026-06-01 02:11:52] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000997 10.0.0.240 - - [2026-06-01 02:11:52] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.061132 10.0.0.65 - - [2026-06-01 02:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010796 10.0.0.240 - - [2026-06-01 02:11:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.383652 10.0.0.240 - - [2026-06-01 02:11:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001412 10.0.0.240 - - [2026-06-01 02:11:53] "GET /virtual-network/e49043da-0045-4fd1-ab55-505d20ceaa4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006026 10.0.0.240 - - [2026-06-01 02:11:53] "GET /virtual-network/e49043da-0045-4fd1-ab55-505d20ceaa4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007009 10.0.0.240 - - [2026-06-01 02:11:53] "POST /neutron/network HTTP/1.1" 200 839 0.009422 10.0.0.240 - - [2026-06-01 02:11:54] "GET /virtual-network/e49043da-0045-4fd1-ab55-505d20ceaa4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006812 10.0.0.249 - - [2026-06-01 02:11:55] "GET /obj-perms HTTP/1.1" 200 5071 0.049998 10.0.0.65 - - [2026-06-01 02:11:55] "GET /obj-perms HTTP/1.1" 200 5071 0.057952 10.0.0.240 - - [2026-06-01 02:11:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001299 10.0.0.65 - - [2026-06-01 02:11:57] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001047 10.0.0.240 - - [2026-06-01 02:11:57] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.084194 10.0.0.240 - - [2026-06-01 02:11:58] "POST /neutron/network HTTP/1.1" 200 839 0.049089 10.0.0.240 - - [2026-06-01 02:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.007082 10.0.0.240 - - [2026-06-01 02:12:00] "POST /neutron/port HTTP/1.1" 200 1071 0.069580 10.0.0.240 - - [2026-06-01 02:12:00] "POST /neutron/port HTTP/1.1" 200 1135 0.030649 10.0.0.240 - - [2026-06-01 02:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001445 10.0.0.240 - - [2026-06-01 02:12:03] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008466 10.0.0.240 - - [2026-06-01 02:12:10] "GET /obj-perms HTTP/1.1" 200 5071 0.063974 10.0.0.240 - - [2026-06-01 02:12:13] "GET /obj-perms HTTP/1.1" 200 5071 0.004305 10.0.0.240 - - [2026-06-01 02:12:14] "POST /neutron/network HTTP/1.1" 200 839 0.010691 10.0.0.240 - - [2026-06-01 02:12:15] "POST /neutron/port HTTP/1.1" 200 1125 0.017443 10.0.0.240 - - [2026-06-01 02:12:16] "POST /neutron/network HTTP/1.1" 200 839 0.008298 10.0.0.65 - - [2026-06-01 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008902 10.0.0.65 - - [2026-06-01 02:12:17] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001050 10.0.0.240 - - [2026-06-01 02:12:17] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.063452 10.0.0.65 - - [2026-06-01 02:12:17] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000907 10.0.0.240 - - [2026-06-01 02:12:17] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?fields=virtual_networks HTTP/1.1" 200 1054 0.064623 10.0.0.65 - - [2026-06-01 02:12:17] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.240 - - [2026-06-01 02:12:17] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.063174 10.0.0.65 - - [2026-06-01 02:12:17] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.240 - - [2026-06-01 02:12:18] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?fields=security_groups HTTP/1.1" 200 1291 0.069991 10.0.0.65 - - [2026-06-01 02:12:18] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001107 10.0.0.240 - - [2026-06-01 02:12:18] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.069408 10.0.0.65 - - [2026-06-01 02:12:24] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001195 10.0.0.240 - - [2026-06-01 02:12:24] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.093853 10.0.0.240 - - [2026-06-01 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.031737 10.0.0.65 - - [2026-06-01 02:12:27] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003751 10.0.0.65 - - [2026-06-01 02:12:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.65 - - [2026-06-01 02:12:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007550 10.0.0.65 - - [2026-06-01 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.004616 10.0.0.65 - - [2026-06-01 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.006793 10.0.0.65 - - [2026-06-01 02:12:28] "POST /security-groups HTTP/1.1" 200 603 0.046743 10.0.0.65 - - [2026-06-01 02:12:28] "POST /projects HTTP/1.1" 200 609 0.298406 10.0.0.65 - - [2026-06-01 02:12:28] "POST /access-control-lists HTTP/1.1" 200 608 0.033567 10.0.0.65 - - [2026-06-01 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.375984 10.0.0.240 - - [2026-06-01 02:12:28] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.542692 10.0.0.240 - - [2026-06-01 02:12:29] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.240 - - [2026-06-01 02:12:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2026-06-01 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.062354 10.0.0.65 - - [2026-06-01 02:12:30] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.240 - - [2026-06-01 02:12:30] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053211 10.0.0.65 - - [2026-06-01 02:12:30] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.240 - - [2026-06-01 02:12:30] "POST /neutron/network HTTP/1.1" 200 703 0.227070 10.0.0.240 - - [2026-06-01 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 275 0.003928 10.0.0.240 - - [2026-06-01 02:12:31] "GET /virtual-network/2ef5fabe-0e72-41c9-9cb1-324a369ced42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006159 10.0.0.240 - - [2026-06-01 02:12:31] "POST /neutron/network HTTP/1.1" 200 919 0.007941 10.0.0.240 - - [2026-06-01 02:12:31] "GET /virtual-network/2ef5fabe-0e72-41c9-9cb1-324a369ced42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006173 10.0.0.240 - - [2026-06-01 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.65 - - [2026-06-01 02:12:31] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.240 - - [2026-06-01 02:12:31] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072741 10.0.0.65 - - [2026-06-01 02:12:31] "POST /route-targets HTTP/1.1" 200 327 0.054327 10.0.0.240 - - [2026-06-01 02:12:31] "POST /neutron/network HTTP/1.1" 200 117 0.027249 10.0.0.65 - - [2026-06-01 02:12:31] "POST /ref-update HTTP/1.1" 200 156 0.032681 10.0.0.240 - - [2026-06-01 02:12:31] "POST /neutron/network HTTP/1.1" 200 923 0.009619 10.0.0.240 - - [2026-06-01 02:12:31] "POST /id-to-fqname HTTP/1.1" 200 275 0.001367 10.0.0.240 - - [2026-06-01 02:12:31] "GET /virtual-network/5ef00cc8-21bb-448a-ba2f-48e4c95053af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006077 10.0.0.240 - - [2026-06-01 02:12:31] "GET /virtual-network/5ef00cc8-21bb-448a-ba2f-48e4c95053af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005393 10.0.0.240 - - [2026-06-01 02:12:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.010565 10.0.0.240 - - [2026-06-01 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.65 - - [2026-06-01 02:12:31] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.240 - - [2026-06-01 02:12:32] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062548 10.0.0.65 - - [2026-06-01 02:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.013916 10.0.0.240 - - [2026-06-01 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 714 0.216569 10.0.0.240 - - [2026-06-01 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 276 0.001203 10.0.0.240 - - [2026-06-01 02:12:32] "GET /virtual-network/7db1623a-d3fb-4812-b99d-ad6c9e732bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005852 10.0.0.240 - - [2026-06-01 02:12:32] "GET /virtual-network/7db1623a-d3fb-4812-b99d-ad6c9e732bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005824 10.0.0.240 - - [2026-06-01 02:12:32] "POST /neutron/network HTTP/1.1" 200 922 0.007781 10.0.0.240 - - [2026-06-01 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 275 0.001239 10.0.0.65 - - [2026-06-01 02:12:33] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.240 - - [2026-06-01 02:12:33] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.092759 10.0.0.240 - - [2026-06-01 02:12:33] "POST /neutron/network HTTP/1.1" 200 923 0.010000 10.0.0.240 - - [2026-06-01 02:12:34] "POST /id-to-fqname HTTP/1.1" 200 276 0.001197 10.0.0.240 - - [2026-06-01 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.007519 10.0.0.65 - - [2026-06-01 02:12:34] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001281 10.0.0.240 - - [2026-06-01 02:12:34] "POST /neutron/port HTTP/1.1" 200 1073 0.459338 10.0.0.65 - - [2026-06-01 02:12:35] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001635 10.0.0.240 - - [2026-06-01 02:12:35] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.103574 10.0.0.240 - - [2026-06-01 02:12:35] "POST /neutron/port HTTP/1.1" 200 1127 0.183022 10.0.0.240 - - [2026-06-01 02:12:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.240 - - [2026-06-01 02:12:35] "POST /neutron/port HTTP/1.1" 200 1137 0.021230 10.0.0.240 - - [2026-06-01 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.006612 10.0.0.240 - - [2026-06-01 02:12:37] "POST /neutron/port HTTP/1.1" 200 1070 0.052436 10.0.0.240 - - [2026-06-01 02:12:37] "POST /neutron/port HTTP/1.1" 200 1124 0.150028 10.0.0.240 - - [2026-06-01 02:12:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.240 - - [2026-06-01 02:12:37] "POST /neutron/network HTTP/1.1" 200 922 0.007784 10.0.0.240 - - [2026-06-01 02:12:37] "POST /neutron/port HTTP/1.1" 200 151 0.231256 10.0.0.65 - - [2026-06-01 02:12:37] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.65 - - [2026-06-01 02:12:37] "DELETE /project/4aacadeaf5c34e4d96407d8c059b7920 HTTP/1.1" 404 173 0.009888 10.0.0.65 - - [2026-06-01 02:12:37] "DELETE /project/c41f35ac32634c38abf1ee43fad2e30c HTTP/1.1" 404 173 0.008833 10.0.0.65 - - [2026-06-01 02:12:38] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.055949 10.0.0.65 - - [2026-06-01 02:12:38] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001404 10.0.0.65 - - [2026-06-01 02:12:38] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?fields=security_groups HTTP/1.1" 200 1396 0.079361 10.0.0.65 - - [2026-06-01 02:12:38] "DELETE /security-group/c3206a98-1965-4146-af60-c24760779e71 HTTP/1.1" 200 115 0.092097 10.0.0.65 - - [2026-06-01 02:12:38] "GET /projects?obj_uuids=4aacadea-f5c3-4e4d-9640-7d8c059b7920&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001430 10.0.0.65 - - [2026-06-01 02:12:38] "DELETE /access-control-list/4607e641-9d35-4d74-90a9-86a7109e80a3 HTTP/1.1" 200 115 0.073348 10.0.0.65 - - [2026-06-01 02:12:38] "GET /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920?fields=application_policy_sets HTTP/1.1" 200 1435 0.109060 10.0.0.65 - - [2026-06-01 02:12:38] "DELETE /project/4aacadea-f5c3-4e4d-9640-7d8c059b7920 HTTP/1.1" 200 115 0.614323 10.0.0.240 - - [2026-06-01 02:12:39] "POST /neutron/network HTTP/1.1" 200 922 0.008291 10.0.0.65 - - [2026-06-01 02:12:39] "DELETE /route-target/24699828-6373-4ae4-8acd-65be70d172b3 HTTP/1.1" 200 115 0.049121 10.0.0.240 - - [2026-06-01 02:12:40] "POST /neutron/port HTTP/1.1" 200 1124 0.016488 10.0.0.240 - - [2026-06-01 02:12:41] "POST /neutron/network HTTP/1.1" 200 1673 0.009672 10.0.0.65 - - [2026-06-01 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.65 - - [2026-06-01 02:12:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008823 10.0.0.240 - - [2026-06-01 02:12:41] "POST /neutron/network HTTP/1.1" 200 151 0.185283 10.0.0.240 - - [2026-06-01 02:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.007884 10.0.0.65 - - [2026-06-01 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.65 - - [2026-06-01 02:12:41] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.240 - - [2026-06-01 02:12:41] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051244 10.0.0.65 - - [2026-06-01 02:12:41] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.240 - - [2026-06-01 02:12:42] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?fields=virtual_networks HTTP/1.1" 200 1057 0.069914 10.0.0.65 - - [2026-06-01 02:12:42] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.240 - - [2026-06-01 02:12:42] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.058011 10.0.0.65 - - [2026-06-01 02:12:42] "GET /projects?obj_uuids=c41f35ac-3263-4c38-abf1-ee43fad2e30c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002072 10.0.0.240 - - [2026-06-01 02:12:42] "GET /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c?fields=security_groups HTTP/1.1" 200 1295 0.049532 10.0.0.240 - - [2026-06-01 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.034136 10.0.0.65 - - [2026-06-01 02:12:43] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.65 - - [2026-06-01 02:12:43] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.65 - - [2026-06-01 02:12:43] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007522 10.0.0.65 - - [2026-06-01 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 192 0.006288 10.0.0.65 - - [2026-06-01 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.006574 10.0.0.65 - - [2026-06-01 02:12:43] "POST /security-groups HTTP/1.1" 200 593 0.034607 10.0.0.65 - - [2026-06-01 02:12:43] "POST /projects HTTP/1.1" 200 589 0.294720 10.0.0.65 - - [2026-06-01 02:12:43] "POST /access-control-lists HTTP/1.1" 200 598 0.028496 10.0.0.65 - - [2026-06-01 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.372174 10.0.0.240 - - [2026-06-01 02:12:43] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.536607 10.0.0.240 - - [2026-06-01 02:12:44] "GET / HTTP/1.1" 200 35931 0.001521 10.0.0.240 - - [2026-06-01 02:12:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000743 10.0.0.240 - - [2026-06-01 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.056049 10.0.0.65 - - [2026-06-01 02:12:45] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.240 - - [2026-06-01 02:12:45] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050467 10.0.0.65 - - [2026-06-01 02:12:46] "POST /route-targets HTTP/1.1" 200 327 0.028018 10.0.0.65 - - [2026-06-01 02:12:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008498 10.0.0.240 - - [2026-06-01 02:12:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.333727 10.0.0.240 - - [2026-06-01 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 255 0.001189 10.0.0.240 - - [2026-06-01 02:12:46] "GET /virtual-network/f2cf6e5b-61d3-42bf-b87a-d3a4595d0fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005396 10.0.0.240 - - [2026-06-01 02:12:46] "GET /virtual-network/f2cf6e5b-61d3-42bf-b87a-d3a4595d0fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006256 10.0.0.240 - - [2026-06-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 894 0.006980 10.0.0.240 - - [2026-06-01 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259 10.0.0.65 - - [2026-06-01 02:12:46] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.240 - - [2026-06-01 02:12:46] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060699 10.0.0.65 - - [2026-06-01 02:12:46] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.240 - - [2026-06-01 02:12:46] "POST /neutron/network HTTP/1.1" 200 673 0.184045 10.0.0.65 - - [2026-06-01 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.047139 10.0.0.240 - - [2026-06-01 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 255 0.004007 10.0.0.240 - - [2026-06-01 02:12:47] "GET /virtual-network/a2719db1-9566-419c-b138-73e44d7f9bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.008011 10.0.0.240 - - [2026-06-01 02:12:47] "POST /neutron/network HTTP/1.1" 200 894 0.010557 10.0.0.240 - - [2026-06-01 02:12:47] "GET /virtual-network/a2719db1-9566-419c-b138-73e44d7f9bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.007397 10.0.0.240 - - [2026-06-01 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.65 - - [2026-06-01 02:12:47] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.240 - - [2026-06-01 02:12:47] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082929 10.0.0.240 - - [2026-06-01 02:12:47] "POST /neutron/network HTTP/1.1" 200 117 0.015765 10.0.0.240 - - [2026-06-01 02:12:47] "POST /neutron/network HTTP/1.1" 200 895 0.009238 10.0.0.240 - - [2026-06-01 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 256 0.001039 10.0.0.240 - - [2026-06-01 02:12:47] "GET /virtual-network/297ec6bf-266f-4f65-99a0-698a7c7abc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006472 10.0.0.240 - - [2026-06-01 02:12:47] "GET /virtual-network/297ec6bf-266f-4f65-99a0-698a7c7abc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005427 10.0.0.240 - - [2026-06-01 02:12:47] "POST /neutron/subnet HTTP/1.1" 200 730 0.009721 10.0.0.240 - - [2026-06-01 02:12:47] "POST /id-to-fqname HTTP/1.1" 200 255 0.000989 10.0.0.65 - - [2026-06-01 02:12:48] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001018 10.0.0.240 - - [2026-06-01 02:12:49] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.078230 10.0.0.240 - - [2026-06-01 02:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.007156 10.0.0.240 - - [2026-06-01 02:12:49] "POST /id-to-fqname HTTP/1.1" 200 256 0.006528 10.0.0.240 - - [2026-06-01 02:12:49] "POST /neutron/network HTTP/1.1" 200 905 0.007559 10.0.0.240 - - [2026-06-01 02:12:50] "POST /neutron/port HTTP/1.1" 200 1064 0.020371 10.0.0.65 - - [2026-06-01 02:12:50] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.240 - - [2026-06-01 02:12:50] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.134560 10.0.0.240 - - [2026-06-01 02:12:50] "POST /neutron/network HTTP/1.1" 200 895 0.010101 10.0.0.240 - - [2026-06-01 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.014207 10.0.0.240 - - [2026-06-01 02:12:50] "POST /neutron/port HTTP/1.1" 200 1128 0.027872 10.0.0.240 - - [2026-06-01 02:12:50] "POST /neutron/network HTTP/1.1" 200 905 0.007787 10.0.0.240 - - [2026-06-01 02:12:51] "POST /neutron/port HTTP/1.1" 200 1063 0.019037 10.0.0.240 - - [2026-06-01 02:12:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004506 10.0.0.240 - - [2026-06-01 02:12:51] "POST /neutron/network HTTP/1.1" 200 895 0.007948 10.0.0.240 - - [2026-06-01 02:12:52] "POST /neutron/port HTTP/1.1" 200 1128 0.020562 10.0.0.240 - - [2026-06-01 02:12:53] "POST /neutron/port HTTP/1.1" 200 1127 0.023492 10.0.0.240 - - [2026-06-01 02:12:54] "POST /neutron/port HTTP/1.1" 200 117 0.007141 10.0.0.65 - - [2026-06-01 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007661 10.0.0.240 - - [2026-06-01 02:12:54] "POST /neutron/network HTTP/1.1" 200 895 0.007985 10.0.0.65 - - [2026-06-01 02:12:54] "DELETE /route-target/72c9e2c7-01b1-4f49-aeba-ee742515d0ce HTTP/1.1" 200 115 0.031165 10.0.0.65 - - [2026-06-01 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006963 10.0.0.65 - - [2026-06-01 02:12:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002494 10.0.0.240 - - [2026-06-01 02:12:54] "POST /neutron/network HTTP/1.1" 200 151 0.174562 10.0.0.65 - - [2026-06-01 02:12:54] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001133 10.0.0.240 - - [2026-06-01 02:12:54] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.096658 10.0.0.65 - - [2026-06-01 02:12:54] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.240 - - [2026-06-01 02:12:54] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?fields=virtual_networks HTTP/1.1" 200 1035 0.049620 10.0.0.65 - - [2026-06-01 02:12:54] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.240 - - [2026-06-01 02:12:55] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.072031 10.0.0.65 - - [2026-06-01 02:12:55] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.240 - - [2026-06-01 02:12:55] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?fields=security_groups HTTP/1.1" 200 1263 0.047013 10.0.0.240 - - [2026-06-01 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.042922 10.0.0.65 - - [2026-06-01 02:12:56] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004398 10.0.0.65 - - [2026-06-01 02:12:56] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.65 - - [2026-06-01 02:12:56] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009514 10.0.0.65 - - [2026-06-01 02:12:56] "POST /id-to-fqname HTTP/1.1" 200 198 0.003716 10.0.0.65 - - [2026-06-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005342 10.0.0.65 - - [2026-06-01 02:12:56] "POST /security-groups HTTP/1.1" 200 599 0.083140 10.0.0.65 - - [2026-06-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.003843 10.0.0.65 - - [2026-06-01 02:12:56] "POST /projects HTTP/1.1" 200 601 0.325716 10.0.0.65 - - [2026-06-01 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.402439 10.0.0.65 - - [2026-06-01 02:12:56] "POST /access-control-lists HTTP/1.1" 200 602 0.034439 10.0.0.240 - - [2026-06-01 02:12:56] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.553023 10.0.0.240 - - [2026-06-01 02:12:57] "GET / HTTP/1.1" 200 35931 0.001818 10.0.0.240 - - [2026-06-01 02:12:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000662 10.0.0.240 - - [2026-06-01 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.068899 10.0.0.65 - - [2026-06-01 02:12:58] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.240 - - [2026-06-01 02:12:58] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048191 10.0.0.65 - - [2026-06-01 02:12:59] "POST /useragent-kv HTTP/1.1" 200 115 0.013770 10.0.0.240 - - [2026-06-01 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.251015 10.0.0.240 - - [2026-06-01 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.001162 10.0.0.240 - - [2026-06-01 02:12:59] "GET /virtual-network/af686f02-79ef-44f7-bfc9-fda750111ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006142 10.0.0.240 - - [2026-06-01 02:12:59] "GET /virtual-network/af686f02-79ef-44f7-bfc9-fda750111ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006380 10.0.0.240 - - [2026-06-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 911 0.006874 10.0.0.240 - - [2026-06-01 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.65 - - [2026-06-01 02:12:59] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.240 - - [2026-06-01 02:12:59] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071842 10.0.0.65 - - [2026-06-01 02:12:59] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.240 - - [2026-06-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 691 0.178353 10.0.0.65 - - [2026-06-01 02:12:59] "POST /route-targets HTTP/1.1" 200 327 0.016445 10.0.0.240 - - [2026-06-01 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 267 0.004529 10.0.0.240 - - [2026-06-01 02:12:59] "GET /virtual-network/47337724-307d-4252-9867-17041fa25aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.008432 10.0.0.240 - - [2026-06-01 02:12:59] "POST /neutron/network HTTP/1.1" 200 910 0.006908 10.0.0.240 - - [2026-06-01 02:12:59] "GET /virtual-network/47337724-307d-4252-9867-17041fa25aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005394 10.0.0.240 - - [2026-06-01 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.65 - - [2026-06-01 02:12:59] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.240 - - [2026-06-01 02:13:00] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050670 10.0.0.240 - - [2026-06-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.017774 10.0.0.65 - - [2026-06-01 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.036651 10.0.0.240 - - [2026-06-01 02:13:00] "POST /neutron/network HTTP/1.1" 200 911 0.012106 10.0.0.240 - - [2026-06-01 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 268 0.001281 10.0.0.240 - - [2026-06-01 02:13:00] "GET /virtual-network/4e2e5534-3b65-41ad-acb8-35ca6e1fd436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007135 10.0.0.240 - - [2026-06-01 02:13:00] "GET /virtual-network/4e2e5534-3b65-41ad-acb8-35ca6e1fd436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006434 10.0.0.240 - - [2026-06-01 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.017841 10.0.0.240 - - [2026-06-01 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 267 0.001371 10.0.0.65 - - [2026-06-01 02:13:34] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.240 - - [2026-06-01 02:13:34] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067947 10.0.0.240 - - [2026-06-01 02:13:35] "POST /neutron/port HTTP/1.1" 200 117 0.006288 10.0.0.240 - - [2026-06-01 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 268 0.001644 10.0.0.240 - - [2026-06-01 02:13:35] "POST /neutron/network HTTP/1.1" 200 921 0.008073 10.0.0.240 - - [2026-06-01 02:13:35] "POST /neutron/port HTTP/1.1" 200 1068 0.040026 10.0.0.65 - - [2026-06-01 02:13:36] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.240 - - [2026-06-01 02:13:36] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.113548 10.0.0.240 - - [2026-06-01 02:13:36] "POST /neutron/network HTTP/1.1" 200 911 0.012046 10.0.0.240 - - [2026-06-01 02:13:36] "POST /neutron/port HTTP/1.1" 200 1132 0.042205 10.0.0.240 - - [2026-06-01 02:13:36] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.65 - - [2026-06-01 02:13:36] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.240 - - [2026-06-01 02:13:36] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.082901 10.0.0.240 - - [2026-06-01 02:13:36] "POST /neutron/network HTTP/1.1" 200 921 0.008814 10.0.0.240 - - [2026-06-01 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014718 10.0.0.240 - - [2026-06-01 02:13:37] "GET /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.018963 10.0.0.240 - - [2026-06-01 02:13:37] "POST /neutron/port HTTP/1.1" 200 1067 0.073637 10.0.0.240 - - [2026-06-01 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014289 10.0.0.65 - - [2026-06-01 02:13:37] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001181 10.0.0.240 - - [2026-06-01 02:13:37] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.120280 10.0.0.240 - - [2026-06-01 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.017058 10.0.0.240 - - [2026-06-01 02:13:38] "GET /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.017777 10.0.0.240 - - [2026-06-01 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006283 10.0.0.240 - - [2026-06-01 02:13:38] "PUT /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502 HTTP/1.1" 200 262 0.115563 10.0.0.240 - - [2026-06-01 02:13:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006007 10.0.0.65 - - [2026-06-01 02:13:38] "PUT /access-control-list/a3481b2a-24c5-4c69-a56c-126c4bcb8737 HTTP/1.1" 200 272 0.033995 10.0.0.240 - - [2026-06-01 02:13:38] "POST /neutron/network HTTP/1.1" 200 911 0.013054 10.0.0.65 - - [2026-06-01 02:13:38] "DELETE /project/8b562240a1dd49a99ed7613c1cf79c76 HTTP/1.1" 404 173 0.011010 10.0.0.65 - - [2026-06-01 02:13:38] "DELETE /project/84a3755e496f4bbf871fe3a1178e9d25 HTTP/1.1" 404 173 0.010504 10.0.0.65 - - [2026-06-01 02:13:38] "DELETE /project/c41f35ac-3263-4c38-abf1-ee43fad2e30c HTTP/1.1" 404 177 0.017369 10.0.0.65 - - [2026-06-01 02:13:38] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001480 10.0.0.65 - - [2026-06-01 02:13:38] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.088239 10.0.0.65 - - [2026-06-01 02:13:38] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000945 10.0.0.65 - - [2026-06-01 02:13:38] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?fields=security_groups HTTP/1.1" 200 1368 0.077866 10.0.0.65 - - [2026-06-01 02:13:39] "DELETE /security-group/75842be9-bb98-4e2f-b3bf-21f702382f36 HTTP/1.1" 200 115 0.097029 10.0.0.65 - - [2026-06-01 02:13:39] "GET /projects?obj_uuids=84a3755e-496f-4bbf-871f-e3a1178e9d25&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.65 - - [2026-06-01 02:13:39] "GET /project/84a3755e-496f-4bbf-871f-e3a1178e9d25?fields=application_policy_sets HTTP/1.1" 200 1407 0.073232 10.0.0.240 - - [2026-06-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.008531 10.0.0.240 - - [2026-06-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.65 - - [2026-06-01 02:13:39] "DELETE /access-control-list/51fab0b8-9752-41e4-95e7-c1cbfd3922cb HTTP/1.1" 200 115 0.066231 10.0.0.65 - - [2026-06-01 02:13:39] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.240 - - [2026-06-01 02:13:39] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.019074 10.0.0.240 - - [2026-06-01 02:13:39] "POST /service-templates HTTP/1.1" 200 543 0.075456 10.0.0.240 - - [2026-06-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006074 10.0.0.65 - - [2026-06-01 02:13:39] "DELETE /project/84a3755e-496f-4bbf-871f-e3a1178e9d25 HTTP/1.1" 200 115 0.696180 10.0.0.240 - - [2026-06-01 02:13:39] "GET /service-template/bf775249-b378-40c9-a7f9-08eed222c0b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.015258 10.0.0.240 - - [2026-06-01 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006732 10.0.0.240 - - [2026-06-01 02:13:39] "GET /service-template/bf775249-b378-40c9-a7f9-08eed222c0b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.013498 10.0.0.240 - - [2026-06-01 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 267 0.003984 10.0.0.240 - - [2026-06-01 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 267 0.001240 10.0.0.240 - - [2026-06-01 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 268 0.002857 10.0.0.240 - - [2026-06-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.240 - - [2026-06-01 02:13:40] "DELETE /service-template/bf775249-b378-40c9-a7f9-08eed222c0b5 HTTP/1.1" 200 115 0.062287 10.0.0.240 - - [2026-06-01 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.005929 10.0.0.240 - - [2026-06-01 02:13:42] "POST /neutron/network HTTP/1.1" 200 910 0.016682 10.0.0.240 - - [2026-06-01 02:13:44] "POST /neutron/network HTTP/1.1" 400 204 0.033278 10.0.0.240 - - [2026-06-01 02:13:49] "POST /neutron/network HTTP/1.1" 200 910 0.011549 10.0.0.240 - - [2026-06-01 02:13:51] "POST /neutron/network HTTP/1.1" 400 204 0.038430 10.0.0.240 - - [2026-06-01 02:13:55] "POST /neutron/network HTTP/1.1" 200 910 0.008078 10.0.0.240 - - [2026-06-01 02:13:57] "POST /neutron/network HTTP/1.1" 400 204 0.015263 10.0.0.240 - - [2026-06-01 02:14:01] "POST /neutron/network HTTP/1.1" 200 910 0.008242 10.0.0.240 - - [2026-06-01 02:14:03] "POST /neutron/network HTTP/1.1" 400 204 0.017288 10.0.0.240 - - [2026-06-01 02:14:07] "POST /neutron/network HTTP/1.1" 200 910 0.011118 10.0.0.240 - - [2026-06-01 02:14:09] "POST /neutron/network HTTP/1.1" 400 204 0.018378 10.0.0.240 - - [2026-06-01 02:14:13] "POST /neutron/network HTTP/1.1" 200 910 0.007475 10.0.0.240 - - [2026-06-01 02:14:15] "POST /neutron/network HTTP/1.1" 400 204 0.015121 10.0.0.240 - - [2026-06-01 02:14:19] "POST /neutron/network HTTP/1.1" 200 910 0.009576 10.0.0.240 - - [2026-06-01 02:14:22] "POST /neutron/network HTTP/1.1" 400 204 0.022012 10.0.0.240 - - [2026-06-01 02:14:26] "POST /neutron/network HTTP/1.1" 200 910 0.007851 10.0.0.240 - - [2026-06-01 02:14:28] "POST /neutron/network HTTP/1.1" 400 204 0.016392 10.0.0.240 - - [2026-06-01 02:14:31] "POST /neutron/port HTTP/1.1" 200 1132 0.027230 10.0.0.240 - - [2026-06-01 02:14:32] "POST /neutron/network HTTP/1.1" 200 910 0.007986 10.0.0.240 - - [2026-06-01 02:14:32] "POST /neutron/network HTTP/1.1" 400 204 0.019740 10.0.0.240 - - [2026-06-01 02:14:34] "POST /neutron/network HTTP/1.1" 400 204 0.015843 10.0.0.240 - - [2026-06-01 02:14:35] "POST /neutron/port HTTP/1.1" 200 151 0.219859 10.0.0.65 - - [2026-06-01 02:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000594 10.0.0.65 - - [2026-06-01 02:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.65 - - [2026-06-01 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004377 10.0.0.65 - - [2026-06-01 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.65 - - [2026-06-01 02:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002306 10.0.0.240 - - [2026-06-01 02:14:36] "POST /neutron/network HTTP/1.1" 200 151 0.146108 10.0.0.65 - - [2026-06-01 02:14:36] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.65 - - [2026-06-01 02:14:36] "DELETE /route-target/79a0a759-10a9-441d-930c-60ac962b17e3 HTTP/1.1" 200 115 0.032498 10.0.0.240 - - [2026-06-01 02:14:36] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062766 10.0.0.65 - - [2026-06-01 02:14:36] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.240 - - [2026-06-01 02:14:36] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?fields=virtual_networks HTTP/1.1" 200 1049 0.063774 10.0.0.65 - - [2026-06-01 02:14:37] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.240 - - [2026-06-01 02:14:37] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.067989 10.0.0.65 - - [2026-06-01 02:14:37] "GET /projects?obj_uuids=8b562240-a1dd-49a9-9ed7-613c1cf79c76&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.240 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000331 10.0.0.240 - - [2026-06-01 02:14:37] "GET /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76?fields=security_groups HTTP/1.1" 200 1283 0.053419 10.0.0.240 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.249 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.65 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.65 - - [2026-06-01 02:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-06-01 02:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000662 10.0.0.249 - - [2026-06-01 02:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-06-01 02:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.240 - - [2026-06-01 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.057833 10.0.0.240 - - [2026-06-01 02:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.65 - - [2026-06-01 02:14:38] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003373 10.0.0.65 - - [2026-06-01 02:14:38] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.65 - - [2026-06-01 02:14:38] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007687 10.0.0.65 - - [2026-06-01 02:14:38] "POST /id-to-fqname HTTP/1.1" 200 191 0.005158 10.0.0.65 - - [2026-06-01 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.005392 10.0.0.65 - - [2026-06-01 02:14:38] "POST /security-groups HTTP/1.1" 200 592 0.079156 10.0.0.65 - - [2026-06-01 02:14:38] "POST /projects HTTP/1.1" 200 587 0.314086 10.0.0.65 - - [2026-06-01 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.390519 10.0.0.65 - - [2026-06-01 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.017323 10.0.0.240 - - [2026-06-01 02:14:38] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.555464 10.0.0.65 - - [2026-06-01 02:14:39] "DELETE /project/8b562240-a1dd-49a9-9ed7-613c1cf79c76 HTTP/1.1" 404 177 0.006421 10.0.0.65 - - [2026-06-01 02:14:39] "DELETE /project/6468a57274ee4921b1486eac1640ef58 HTTP/1.1" 404 173 0.006128 10.0.0.65 - - [2026-06-01 02:14:39] "DELETE /access-control-list/a2c7f58c-995d-40e4-8465-b72462d63f80 HTTP/1.1" 200 115 0.047372 10.0.0.240 - - [2026-06-01 02:14:40] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.240 - - [2026-06-01 02:14:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000409 10.0.0.240 - - [2026-06-01 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040202 10.0.0.65 - - [2026-06-01 02:14:41] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.240 - - [2026-06-01 02:14:41] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048987 10.0.0.240 - - [2026-06-01 02:14:41] "POST /neutron/network HTTP/1.1" 200 117 0.070037 10.0.0.240 - - [2026-06-01 02:14:42] "POST /neutron/network HTTP/1.1" 200 890 0.009049 10.0.0.240 - - [2026-06-01 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001073 10.0.0.240 - - [2026-06-01 02:14:42] "GET /virtual-network/20a08fe9-f98c-4eed-b1fe-5726c3248bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006583 10.0.0.240 - - [2026-06-01 02:14:42] "GET /virtual-network/20a08fe9-f98c-4eed-b1fe-5726c3248bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006076 10.0.0.240 - - [2026-06-01 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.009659 10.0.0.240 - - [2026-06-01 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.65 - - [2026-06-01 02:14:42] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.240 - - [2026-06-01 02:14:42] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053092 10.0.0.65 - - [2026-06-01 02:14:42] "POST /route-targets HTTP/1.1" 200 327 0.015990 10.0.0.65 - - [2026-06-01 02:14:42] "POST /useragent-kv HTTP/1.1" 200 115 0.012074 10.0.0.240 - - [2026-06-01 02:14:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.205990 10.0.0.240 - - [2026-06-01 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001269 10.0.0.240 - - [2026-06-01 02:14:42] "GET /virtual-network/931107ff-4d8b-40d2-8d7a-7f879f0b05eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.004862 10.0.0.240 - - [2026-06-01 02:14:43] "GET /virtual-network/931107ff-4d8b-40d2-8d7a-7f879f0b05eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006301 10.0.0.240 - - [2026-06-01 02:14:43] "POST /neutron/network HTTP/1.1" 200 888 0.007345 10.0.0.240 - - [2026-06-01 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.65 - - [2026-06-01 02:14:43] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000874 10.0.0.240 - - [2026-06-01 02:14:43] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042666 10.0.0.65 - - [2026-06-01 02:14:43] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.240 - - [2026-06-01 02:14:43] "POST /neutron/network HTTP/1.1" 200 672 0.128232 10.0.0.65 - - [2026-06-01 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.032524 10.0.0.240 - - [2026-06-01 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 254 0.003986 10.0.0.240 - - [2026-06-01 02:14:43] "GET /virtual-network/8a078688-8007-4182-b90e-c4d957fd8ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006445 10.0.0.240 - - [2026-06-01 02:14:43] "POST /neutron/network HTTP/1.1" 200 891 0.006963 10.0.0.240 - - [2026-06-01 02:14:43] "GET /virtual-network/8a078688-8007-4182-b90e-c4d957fd8ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007964 10.0.0.240 - - [2026-06-01 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 253 0.001159 10.0.0.240 - - [2026-06-01 02:14:43] "POST /neutron/network HTTP/1.1" 200 898 0.007471 10.0.0.65 - - [2026-06-01 02:14:44] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.240 - - [2026-06-01 02:14:44] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.097188 10.0.0.240 - - [2026-06-01 02:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.007894 10.0.0.240 - - [2026-06-01 02:14:44] "POST /id-to-fqname HTTP/1.1" 200 254 0.001109 10.0.0.240 - - [2026-06-01 02:14:45] "POST /neutron/network HTTP/1.1" 200 898 0.007916 10.0.0.240 - - [2026-06-01 02:14:45] "POST /neutron/port HTTP/1.1" 200 1060 0.021265 10.0.0.65 - - [2026-06-01 02:14:45] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.240 - - [2026-06-01 02:14:45] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.131227 10.0.0.240 - - [2026-06-01 02:14:46] "POST /neutron/port HTTP/1.1" 200 1124 0.025615 10.0.0.240 - - [2026-06-01 02:14:46] "POST /neutron/port HTTP/1.1" 200 1124 0.023534 10.0.0.240 - - [2026-06-01 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011915 10.0.0.65 - - [2026-06-01 02:14:46] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.240 - - [2026-06-01 02:14:46] "POST /neutron/port HTTP/1.1" 200 1061 0.321973 10.0.0.240 - - [2026-06-01 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.010131 10.0.0.240 - - [2026-06-01 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.65 - - [2026-06-01 02:14:47] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000794 10.0.0.240 - - [2026-06-01 02:14:47] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009483 10.0.0.240 - - [2026-06-01 02:14:47] "POST /neutron/port HTTP/1.1" 200 1115 0.126698 10.0.0.240 - - [2026-06-01 02:14:47] "POST /service-templates HTTP/1.1" 200 543 0.073637 10.0.0.240 - - [2026-06-01 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009750 10.0.0.240 - - [2026-06-01 02:14:47] "GET /service-template/4102a8f3-af23-400c-a4f5-ecadf8321a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006264 10.0.0.240 - - [2026-06-01 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.240 - - [2026-06-01 02:14:47] "GET /service-template/4102a8f3-af23-400c-a4f5-ecadf8321a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003998 10.0.0.240 - - [2026-06-01 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.008331 10.0.0.240 - - [2026-06-01 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001250 10.0.0.240 - - [2026-06-01 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001230 10.0.0.240 - - [2026-06-01 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.001647 10.0.0.240 - - [2026-06-01 02:14:47] "POST /neutron/port HTTP/1.1" 200 2097 0.050086 10.0.0.240 - - [2026-06-01 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.240 - - [2026-06-01 02:14:47] "DELETE /service-template/4102a8f3-af23-400c-a4f5-ecadf8321a10 HTTP/1.1" 200 115 0.034991 10.0.0.240 - - [2026-06-01 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005386 10.0.0.240 - - [2026-06-01 02:14:49] "POST /neutron/network HTTP/1.1" 400 204 0.016398 10.0.0.240 - - [2026-06-01 02:14:50] "POST /neutron/port HTTP/1.1" 200 151 0.235221 10.0.0.240 - - [2026-06-01 02:14:50] "POST /neutron/port HTTP/1.1" 200 151 0.244633 10.0.0.240 - - [2026-06-01 02:14:50] "POST /neutron/network HTTP/1.1" 200 2358 0.046511 10.0.0.65 - - [2026-06-01 02:14:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004183 10.0.0.65 - - [2026-06-01 02:14:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005341 10.0.0.240 - - [2026-06-01 02:14:52] "POST /neutron/network HTTP/1.1" 200 151 0.134530 10.0.0.65 - - [2026-06-01 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011788 10.0.0.240 - - [2026-06-01 02:14:52] "POST /neutron/network HTTP/1.1" 200 890 0.008118 10.0.0.65 - - [2026-06-01 02:14:52] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001829 10.0.0.65 - - [2026-06-01 02:14:52] "DELETE /route-target/dbdacce9-463e-4ff8-9505-2a24f586097f HTTP/1.1" 200 115 0.049870 10.0.0.240 - - [2026-06-01 02:14:52] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076545 10.0.0.65 - - [2026-06-01 02:14:52] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001722 10.0.0.240 - - [2026-06-01 02:14:52] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?fields=virtual_networks HTTP/1.1" 200 1034 0.059689 10.0.0.65 - - [2026-06-01 02:14:52] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.240 - - [2026-06-01 02:14:52] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039676 10.0.0.65 - - [2026-06-01 02:14:52] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002175 10.0.0.240 - - [2026-06-01 02:14:52] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?fields=security_groups HTTP/1.1" 200 1261 0.051126 10.0.0.240 - - [2026-06-01 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.026136 10.0.0.65 - - [2026-06-01 02:14:53] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004067 10.0.0.65 - - [2026-06-01 02:14:53] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.65 - - [2026-06-01 02:14:53] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.024317 10.0.0.65 - - [2026-06-01 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 195 0.002499 10.0.0.65 - - [2026-06-01 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.009688 10.0.0.65 - - [2026-06-01 02:14:54] "POST /security-groups HTTP/1.1" 200 596 0.077939 10.0.0.65 - - [2026-06-01 02:14:54] "POST /projects HTTP/1.1" 200 595 0.326939 10.0.0.65 - - [2026-06-01 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.362169 10.0.0.65 - - [2026-06-01 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 238 0.014292 10.0.0.240 - - [2026-06-01 02:14:54] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.569506 10.0.0.240 - - [2026-06-01 02:14:55] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.240 - - [2026-06-01 02:14:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000557 10.0.0.240 - - [2026-06-01 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.065825 10.0.0.65 - - [2026-06-01 02:14:56] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000905 10.0.0.240 - - [2026-06-01 02:14:56] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047783 10.0.0.65 - - [2026-06-01 02:14:56] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001182 10.0.0.240 - - [2026-06-01 02:14:56] "POST /neutron/network HTTP/1.1" 200 682 0.164524 10.0.0.65 - - [2026-06-01 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.022538 10.0.0.65 - - [2026-06-01 02:14:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2026-06-01 02:14:57] "POST /neutron/network HTTP/1.1" 200 1074 0.011075 10.0.0.240 - - [2026-06-01 02:14:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001411 10.0.0.240 - - [2026-06-01 02:14:57] "GET /virtual-network/b29b3d76-fce0-4bdb-8547-41d97bdca11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005404 10.0.0.240 - - [2026-06-01 02:14:57] "GET /virtual-network/b29b3d76-fce0-4bdb-8547-41d97bdca11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005187 10.0.0.240 - - [2026-06-01 02:14:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.009980 10.0.0.240 - - [2026-06-01 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.65 - - [2026-06-01 02:14:57] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.240 - - [2026-06-01 02:14:57] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045663 10.0.0.65 - - [2026-06-01 02:14:57] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001265 10.0.0.240 - - [2026-06-01 02:14:57] "POST /neutron/network HTTP/1.1" 200 682 0.129421 10.0.0.65 - - [2026-06-01 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.041019 10.0.0.240 - - [2026-06-01 02:14:58] "POST /neutron/network HTTP/1.1" 200 1075 0.012075 10.0.0.240 - - [2026-06-01 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001026 10.0.0.240 - - [2026-06-01 02:14:58] "GET /virtual-network/a05212d0-5f72-4b14-bd34-33a997f55057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005047 10.0.0.240 - - [2026-06-01 02:14:58] "GET /virtual-network/a05212d0-5f72-4b14-bd34-33a997f55057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007533 10.0.0.240 - - [2026-06-01 02:14:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.020579 10.0.0.240 - - [2026-06-01 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.65 - - [2026-06-01 02:14:58] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000852 10.0.0.240 - - [2026-06-01 02:14:58] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050998 10.0.0.65 - - [2026-06-01 02:14:58] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001044 10.0.0.240 - - [2026-06-01 02:14:58] "POST /neutron/network HTTP/1.1" 200 684 0.154714 10.0.0.65 - - [2026-06-01 02:14:58] "POST /route-targets HTTP/1.1" 200 327 0.013816 10.0.0.65 - - [2026-06-01 02:14:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004817 10.0.0.240 - - [2026-06-01 02:14:59] "POST /neutron/network HTTP/1.1" 200 1077 0.014181 10.0.0.240 - - [2026-06-01 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 262 0.001227 10.0.0.240 - - [2026-06-01 02:14:59] "GET /virtual-network/5bdba5e5-4798-46a5-bf0e-34b44762c6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005481 10.0.0.240 - - [2026-06-01 02:14:59] "GET /virtual-network/5bdba5e5-4798-46a5-bf0e-34b44762c6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005990 10.0.0.240 - - [2026-06-01 02:14:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.010593 10.0.0.240 - - [2026-06-01 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001189 10.0.0.65 - - [2026-06-01 02:15:00] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001067 10.0.0.240 - - [2026-06-01 02:15:00] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077952 10.0.0.240 - - [2026-06-01 02:15:00] "POST /neutron/network HTTP/1.1" 200 1075 0.011390 10.0.0.240 - - [2026-06-01 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001669 10.0.0.240 - - [2026-06-01 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.007253 10.0.0.65 - - [2026-06-01 02:15:00] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001826 10.0.0.240 - - [2026-06-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 1172 0.476717 10.0.0.65 - - [2026-06-01 02:15:01] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001107 10.0.0.240 - - [2026-06-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 1226 0.145668 10.0.0.240 - - [2026-06-01 02:15:01] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.165085 10.0.0.240 - - [2026-06-01 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006219 10.0.0.240 - - [2026-06-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.001788 10.0.0.240 - - [2026-06-01 02:15:01] "POST /neutron/port HTTP/1.1" 200 1236 0.031895 10.0.0.240 - - [2026-06-01 02:15:02] "POST /neutron/network HTTP/1.1" 200 1087 0.008286 10.0.0.240 - - [2026-06-01 02:15:02] "POST /neutron/port HTTP/1.1" 200 1172 0.036434 10.0.0.240 - - [2026-06-01 02:15:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004739 10.0.0.240 - - [2026-06-01 02:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.240 - - [2026-06-01 02:15:03] "POST /neutron/network HTTP/1.1" 200 1075 0.011274 10.0.0.240 - - [2026-06-01 02:15:04] "POST /neutron/port HTTP/1.1" 200 1226 0.022671 10.0.0.240 - - [2026-06-01 02:15:04] "POST /neutron/port HTTP/1.1" 200 1226 0.021034 10.0.0.240 - - [2026-06-01 02:15:05] "POST /neutron/network HTTP/1.1" 200 1075 0.009769 10.0.0.65 - - [2026-06-01 02:15:05] "DELETE /route-target/b86d223f-401f-4824-8a72-87123ea0d006 HTTP/1.1" 200 115 0.024478 10.0.0.65 - - [2026-06-01 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003334 10.0.0.65 - - [2026-06-01 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003391 10.0.0.65 - - [2026-06-01 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004170 10.0.0.65 - - [2026-06-01 02:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003822 10.0.0.240 - - [2026-06-01 02:15:05] "POST /neutron/network HTTP/1.1" 200 151 0.164126 10.0.0.65 - - [2026-06-01 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011355 10.0.0.65 - - [2026-06-01 02:15:06] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000978 10.0.0.240 - - [2026-06-01 02:15:06] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.061617 10.0.0.65 - - [2026-06-01 02:15:06] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001073 10.0.0.240 - - [2026-06-01 02:15:06] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?fields=virtual_networks HTTP/1.1" 200 1042 0.048778 10.0.0.65 - - [2026-06-01 02:15:06] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001186 10.0.0.240 - - [2026-06-01 02:15:06] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.070833 10.0.0.65 - - [2026-06-01 02:15:06] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000967 10.0.0.240 - - [2026-06-01 02:15:06] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?fields=security_groups HTTP/1.1" 200 1273 0.074787 10.0.0.240 - - [2026-06-01 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.038101 10.0.0.65 - - [2026-06-01 02:15:07] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003150 10.0.0.65 - - [2026-06-01 02:15:07] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.65 - - [2026-06-01 02:15:07] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007559 10.0.0.65 - - [2026-06-01 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.001464 10.0.0.65 - - [2026-06-01 02:15:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.018733 10.0.0.65 - - [2026-06-01 02:15:07] "POST /security-groups HTTP/1.1" 200 599 0.042330 10.0.0.65 - - [2026-06-01 02:15:07] "POST /projects HTTP/1.1" 200 601 0.291069 10.0.0.65 - - [2026-06-01 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.337544 10.0.0.65 - - [2026-06-01 02:15:07] "POST /access-control-lists HTTP/1.1" 200 604 0.044131 10.0.0.240 - - [2026-06-01 02:15:08] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.533271 10.0.0.240 - - [2026-06-01 02:15:09] "GET / HTTP/1.1" 200 35931 0.001727 10.0.0.240 - - [2026-06-01 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.240 - - [2026-06-01 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.062382 10.0.0.65 - - [2026-06-01 02:15:09] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.240 - - [2026-06-01 02:15:09] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058189 10.0.0.240 - - [2026-06-01 02:15:10] "POST /neutron/network HTTP/1.1" 200 117 0.043201 10.0.0.65 - - [2026-06-01 02:15:10] "POST /route-targets HTTP/1.1" 200 327 0.014203 10.0.0.240 - - [2026-06-01 02:15:10] "POST /neutron/network HTTP/1.1" 200 907 0.011871 10.0.0.240 - - [2026-06-01 02:15:10] "POST /id-to-fqname HTTP/1.1" 200 267 0.001185 10.0.0.240 - - [2026-06-01 02:15:10] "GET /virtual-network/fa6a6af3-4ab7-428a-b52c-7359ab11bf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.007222 10.0.0.240 - - [2026-06-01 02:15:10] "GET /virtual-network/fa6a6af3-4ab7-428a-b52c-7359ab11bf4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.007797 10.0.0.240 - - [2026-06-01 02:15:10] "POST /neutron/subnet HTTP/1.1" 200 710 0.013192 10.0.0.240 - - [2026-06-01 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.65 - - [2026-06-01 02:15:10] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.240 - - [2026-06-01 02:15:10] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051529 10.0.0.65 - - [2026-06-01 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.043108 10.0.0.65 - - [2026-06-01 02:15:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010605 10.0.0.240 - - [2026-06-01 02:15:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.229925 10.0.0.240 - - [2026-06-01 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.001210 10.0.0.240 - - [2026-06-01 02:15:11] "GET /virtual-network/250ec6cf-f576-48f4-9b73-f07f7e034ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006260 10.0.0.240 - - [2026-06-01 02:15:11] "GET /virtual-network/250ec6cf-f576-48f4-9b73-f07f7e034ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005736 10.0.0.240 - - [2026-06-01 02:15:11] "POST /neutron/network HTTP/1.1" 200 910 0.007263 10.0.0.240 - - [2026-06-01 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.65 - - [2026-06-01 02:15:11] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.240 - - [2026-06-01 02:15:11] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042788 10.0.0.65 - - [2026-06-01 02:15:11] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.240 - - [2026-06-01 02:15:11] "POST /neutron/network HTTP/1.1" 200 693 0.127661 10.0.0.240 - - [2026-06-01 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 268 0.003699 10.0.0.240 - - [2026-06-01 02:15:11] "GET /virtual-network/9f1bfd5c-fa56-4f68-90c9-d29b3a7f4295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005506 10.0.0.240 - - [2026-06-01 02:15:12] "POST /neutron/network HTTP/1.1" 200 910 0.008252 10.0.0.240 - - [2026-06-01 02:15:12] "GET /virtual-network/9f1bfd5c-fa56-4f68-90c9-d29b3a7f4295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005712 10.0.0.240 - - [2026-06-01 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001708 10.0.0.240 - - [2026-06-01 02:15:12] "POST /neutron/network HTTP/1.1" 200 920 0.009249 10.0.0.65 - - [2026-06-01 02:15:12] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001283 10.0.0.240 - - [2026-06-01 02:15:12] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072709 10.0.0.240 - - [2026-06-01 02:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.006722 10.0.0.240 - - [2026-06-01 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 268 0.001199 10.0.0.240 - - [2026-06-01 02:15:13] "POST /neutron/network HTTP/1.1" 200 920 0.008055 10.0.0.240 - - [2026-06-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 1068 0.021722 10.0.0.65 - - [2026-06-01 02:15:14] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.240 - - [2026-06-01 02:15:14] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.101558 10.0.0.240 - - [2026-06-01 02:15:14] "POST /neutron/network HTTP/1.1" 200 910 0.006691 10.0.0.240 - - [2026-06-01 02:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.240 - - [2026-06-01 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010407 10.0.0.65 - - [2026-06-01 02:15:14] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.240 - - [2026-06-01 02:15:15] "POST /neutron/port HTTP/1.1" 200 1066 0.385443 10.0.0.240 - - [2026-06-01 02:15:15] "POST /neutron/port HTTP/1.1" 200 1120 0.149285 10.0.0.240 - - [2026-06-01 02:15:15] "POST /neutron/subnet HTTP/1.1" 200 688 0.013520 10.0.0.240 - - [2026-06-01 02:15:16] "POST /neutron/network HTTP/1.1" 200 910 0.010734 10.0.0.240 - - [2026-06-01 02:15:16] "POST /neutron/port HTTP/1.1" 200 1122 0.018903 10.0.0.240 - - [2026-06-01 02:15:16] "POST /neutron/port HTTP/1.1" 200 1120 0.015120 10.0.0.240 - - [2026-06-01 02:15:18] "POST /neutron/network HTTP/1.1" 200 910 0.009031 10.0.0.65 - - [2026-06-01 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.65 - - [2026-06-01 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.65 - - [2026-06-01 02:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004331 10.0.0.240 - - [2026-06-01 02:15:18] "POST /neutron/network HTTP/1.1" 200 151 0.146374 10.0.0.65 - - [2026-06-01 02:15:18] "DELETE /route-target/583f16b8-531d-4c54-ab8f-89cc51387b85 HTTP/1.1" 200 115 0.032815 10.0.0.65 - - [2026-06-01 02:15:18] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.240 - - [2026-06-01 02:15:18] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073125 10.0.0.65 - - [2026-06-01 02:15:18] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001608 10.0.0.240 - - [2026-06-01 02:15:18] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?fields=virtual_networks HTTP/1.1" 200 1047 0.063451 10.0.0.65 - - [2026-06-01 02:15:18] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.240 - - [2026-06-01 02:15:18] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.040823 10.0.0.65 - - [2026-06-01 02:15:19] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.240 - - [2026-06-01 02:15:19] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?fields=security_groups HTTP/1.1" 200 1281 0.061696 10.0.0.240 - - [2026-06-01 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.027851 10.0.0.65 - - [2026-06-01 02:15:19] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004140 10.0.0.65 - - [2026-06-01 02:15:19] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.65 - - [2026-06-01 02:15:19] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007917 10.0.0.65 - - [2026-06-01 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 195 0.002249 10.0.0.65 - - [2026-06-01 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 204 0.006400 10.0.0.65 - - [2026-06-01 02:15:20] "POST /security-groups HTTP/1.1" 200 596 0.087192 10.0.0.65 - - [2026-06-01 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 239 0.003935 10.0.0.65 - - [2026-06-01 02:15:20] "POST /projects HTTP/1.1" 200 595 0.342715 10.0.0.65 - - [2026-06-01 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.423652 10.0.0.65 - - [2026-06-01 02:15:20] "POST /access-control-lists HTTP/1.1" 200 599 0.038337 10.0.0.240 - - [2026-06-01 02:15:20] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.602832 10.0.0.240 - - [2026-06-01 02:15:21] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.240 - - [2026-06-01 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000474 10.0.0.240 - - [2026-06-01 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.054631 10.0.0.65 - - [2026-06-01 02:15:22] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.240 - - [2026-06-01 02:15:22] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.040835 10.0.0.240 - - [2026-06-01 02:15:22] "POST /neutron/network HTTP/1.1" 200 117 0.044383 10.0.0.240 - - [2026-06-01 02:15:22] "POST /neutron/network HTTP/1.1" 200 901 0.008880 10.0.0.240 - - [2026-06-01 02:15:22] "POST /id-to-fqname HTTP/1.1" 200 261 0.001228 10.0.0.240 - - [2026-06-01 02:15:22] "GET /virtual-network/c1fafddc-3f3d-4fb2-80cd-962c5d984777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005674 10.0.0.240 - - [2026-06-01 02:15:22] "GET /virtual-network/c1fafddc-3f3d-4fb2-80cd-962c5d984777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006256 10.0.0.240 - - [2026-06-01 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.009830 10.0.0.240 - - [2026-06-01 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.65 - - [2026-06-01 02:15:23] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.240 - - [2026-06-01 02:15:23] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.046426 10.0.0.65 - - [2026-06-01 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.017311 10.0.0.65 - - [2026-06-01 02:15:23] "POST /useragent-kv HTTP/1.1" 200 115 0.025904 10.0.0.240 - - [2026-06-01 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.259861 10.0.0.240 - - [2026-06-01 02:15:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.001145 10.0.0.240 - - [2026-06-01 02:15:23] "GET /virtual-network/eba94427-6c64-4a76-9a6b-b14e6ebd7f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.004915 10.0.0.240 - - [2026-06-01 02:15:23] "GET /virtual-network/eba94427-6c64-4a76-9a6b-b14e6ebd7f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006293 10.0.0.240 - - [2026-06-01 02:15:23] "POST /neutron/network HTTP/1.1" 200 901 0.006581 10.0.0.240 - - [2026-06-01 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.65 - - [2026-06-01 02:15:23] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000940 10.0.0.240 - - [2026-06-01 02:15:23] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047532 10.0.0.65 - - [2026-06-01 02:15:23] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001271 10.0.0.240 - - [2026-06-01 02:15:24] "POST /neutron/network HTTP/1.1" 200 684 0.130774 10.0.0.65 - - [2026-06-01 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.027635 10.0.0.240 - - [2026-06-01 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 262 0.004406 10.0.0.240 - - [2026-06-01 02:15:24] "GET /virtual-network/efe9f9d4-0742-4850-ae0f-4fd6dcd88e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006690 10.0.0.240 - - [2026-06-01 02:15:24] "POST /neutron/network HTTP/1.1" 200 904 0.007287 10.0.0.240 - - [2026-06-01 02:15:24] "GET /virtual-network/efe9f9d4-0742-4850-ae0f-4fd6dcd88e25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006101 10.0.0.240 - - [2026-06-01 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 261 0.001255 10.0.0.240 - - [2026-06-01 02:15:24] "POST /neutron/network HTTP/1.1" 200 911 0.007190 10.0.0.65 - - [2026-06-01 02:15:25] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001336 10.0.0.240 - - [2026-06-01 02:15:25] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073493 10.0.0.240 - - [2026-06-01 02:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.006294 10.0.0.240 - - [2026-06-01 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 262 0.001212 10.0.0.240 - - [2026-06-01 02:15:25] "POST /neutron/network HTTP/1.1" 200 911 0.007867 10.0.0.240 - - [2026-06-01 02:15:26] "POST /neutron/port HTTP/1.1" 200 1065 0.018542 10.0.0.240 - - [2026-06-01 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004520 10.0.0.65 - - [2026-06-01 02:15:26] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000990 10.0.0.240 - - [2026-06-01 02:15:26] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.091709 10.0.0.240 - - [2026-06-01 02:15:26] "POST /neutron/network HTTP/1.1" 200 901 0.007331 10.0.0.240 - - [2026-06-01 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008152 10.0.0.65 - - [2026-06-01 02:15:27] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000913 10.0.0.240 - - [2026-06-01 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003021 10.0.0.240 - - [2026-06-01 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.240 - - [2026-06-01 02:15:27] "POST /neutron/port HTTP/1.1" 200 1066 0.435551 10.0.0.65 - - [2026-06-01 02:15:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.240 - - [2026-06-01 02:15:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008379 10.0.0.240 - - [2026-06-01 02:15:27] "POST /service-templates HTTP/1.1" 200 543 0.042554 10.0.0.240 - - [2026-06-01 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008820 10.0.0.240 - - [2026-06-01 02:15:27] "GET /service-template/317b2c3b-a786-4706-a612-8991a07304ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.020954 10.0.0.240 - - [2026-06-01 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.240 - - [2026-06-01 02:15:27] "POST /neutron/port HTTP/1.1" 200 1120 0.155359 10.0.0.240 - - [2026-06-01 02:15:27] "GET /service-template/317b2c3b-a786-4706-a612-8991a07304ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005165 10.0.0.240 - - [2026-06-01 02:15:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001220 10.0.0.240 - - [2026-06-01 02:15:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.010367 10.0.0.240 - - [2026-06-01 02:15:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001231 10.0.0.240 - - [2026-06-01 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001313 10.0.0.240 - - [2026-06-01 02:15:28] "POST /neutron/port HTTP/1.1" 200 2107 0.023400 10.0.0.240 - - [2026-06-01 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.240 - - [2026-06-01 02:15:28] "DELETE /service-template/317b2c3b-a786-4706-a612-8991a07304ad HTTP/1.1" 200 115 0.049717 10.0.0.240 - - [2026-06-01 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003534 10.0.0.240 - - [2026-06-01 02:15:30] "POST /neutron/network HTTP/1.1" 400 204 0.012983 10.0.0.240 - - [2026-06-01 02:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.293488 10.0.0.240 - - [2026-06-01 02:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.289543 10.0.0.240 - - [2026-06-01 02:15:32] "POST /neutron/network HTTP/1.1" 200 904 0.010346 10.0.0.65 - - [2026-06-01 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.65 - - [2026-06-01 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003062 10.0.0.65 - - [2026-06-01 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004623 10.0.0.240 - - [2026-06-01 02:15:33] "POST /neutron/network HTTP/1.1" 200 151 0.138636 10.0.0.65 - - [2026-06-01 02:15:33] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001219 10.0.0.65 - - [2026-06-01 02:15:33] "DELETE /route-target/dca025e4-82cd-4a72-8fb3-23d3857e29b4 HTTP/1.1" 200 115 0.029099 10.0.0.240 - - [2026-06-01 02:15:33] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077566 10.0.0.65 - - [2026-06-01 02:15:33] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001261 10.0.0.240 - - [2026-06-01 02:15:33] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?fields=virtual_networks HTTP/1.1" 200 1042 0.076633 10.0.0.65 - - [2026-06-01 02:15:33] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.240 - - [2026-06-01 02:15:33] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.045926 10.0.0.65 - - [2026-06-01 02:15:33] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000996 10.0.0.240 - - [2026-06-01 02:15:33] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?fields=security_groups HTTP/1.1" 200 1273 0.046766 10.0.0.240 - - [2026-06-01 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.034039 10.0.0.65 - - [2026-06-01 02:15:34] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003795 10.0.0.65 - - [2026-06-01 02:15:34] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.65 - - [2026-06-01 02:15:34] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007177 10.0.0.65 - - [2026-06-01 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 199 0.004976 10.0.0.65 - - [2026-06-01 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.006070 10.0.0.65 - - [2026-06-01 02:15:34] "POST /security-groups HTTP/1.1" 200 600 0.086112 10.0.0.65 - - [2026-06-01 02:15:34] "POST /projects HTTP/1.1" 200 603 0.309710 10.0.0.65 - - [2026-06-01 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.008208 10.0.0.65 - - [2026-06-01 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.379500 10.0.0.240 - - [2026-06-01 02:15:34] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.516094 10.0.0.240 - - [2026-06-01 02:15:35] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.240 - - [2026-06-01 02:15:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2026-06-01 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.051793 10.0.0.65 - - [2026-06-01 02:15:36] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001053 10.0.0.240 - - [2026-06-01 02:15:36] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.042892 10.0.0.65 - - [2026-06-01 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.026250 10.0.0.65 - - [2026-06-01 02:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005256 10.0.0.240 - - [2026-06-01 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.265708 10.0.0.240 - - [2026-06-01 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 269 0.001210 10.0.0.240 - - [2026-06-01 02:15:37] "GET /virtual-network/a30c9a56-1a69-4eb9-8386-a48a4050d6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007219 10.0.0.240 - - [2026-06-01 02:15:37] "POST /neutron/network HTTP/1.1" 200 1089 0.008869 10.0.0.240 - - [2026-06-01 02:15:37] "GET /virtual-network/a30c9a56-1a69-4eb9-8386-a48a4050d6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005272 10.0.0.240 - - [2026-06-01 02:15:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.008687 10.0.0.240 - - [2026-06-01 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2026-06-01 02:15:37] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001054 10.0.0.240 - - [2026-06-01 02:15:37] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.038022 10.0.0.65 - - [2026-06-01 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.004409 10.0.0.65 - - [2026-06-01 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.010631 10.0.0.240 - - [2026-06-01 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.195442 10.0.0.240 - - [2026-06-01 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.001228 10.0.0.240 - - [2026-06-01 02:15:38] "GET /virtual-network/6ddfc6c6-da58-42dc-b9c5-e9ee9b5f215c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.009504 10.0.0.240 - - [2026-06-01 02:15:38] "POST /neutron/network HTTP/1.1" 200 1086 0.016885 10.0.0.240 - - [2026-06-01 02:15:38] "GET /virtual-network/6ddfc6c6-da58-42dc-b9c5-e9ee9b5f215c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005533 10.0.0.240 - - [2026-06-01 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.013951 10.0.0.240 - - [2026-06-01 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.65 - - [2026-06-01 02:15:38] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001143 10.0.0.240 - - [2026-06-01 02:15:38] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.058743 10.0.0.65 - - [2026-06-01 02:15:39] "POST /route-targets HTTP/1.1" 200 327 0.020661 10.0.0.65 - - [2026-06-01 02:15:39] "POST /useragent-kv HTTP/1.1" 200 115 0.011452 10.0.0.240 - - [2026-06-01 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.273871 10.0.0.65 - - [2026-06-01 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004515 10.0.0.65 - - [2026-06-01 02:15:39] "DELETE /project/554e63789e06408280d71a750b8fb34f HTTP/1.1" 404 173 0.026719 10.0.0.65 - - [2026-06-01 02:15:39] "DELETE /project/6533528f1744441ca8fdcd6a7919e833 HTTP/1.1" 404 173 0.031149 10.0.0.65 - - [2026-06-01 02:15:39] "DELETE /project/b2dd767bdc4142c0b57ef0b26a729f5e HTTP/1.1" 404 173 0.023483 10.0.0.240 - - [2026-06-01 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 270 0.000839 10.0.0.65 - - [2026-06-01 02:15:39] "DELETE /project/80241d94e1bc437ab57380d30bcede24 HTTP/1.1" 404 173 0.032553 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000792 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000802 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000815 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000706 10.0.0.240 - - [2026-06-01 02:15:39] "GET /virtual-network/566edb98-6f54-4abd-8e6c-ff11daa22ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.010984 10.0.0.240 - - [2026-06-01 02:15:39] "POST /neutron/network HTTP/1.1" 200 1090 0.027588 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.100096 10.0.0.240 - - [2026-06-01 02:15:39] "GET /virtual-network/566edb98-6f54-4abd-8e6c-ff11daa22ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.032438 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.127943 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001122 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.156775 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000995 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.180224 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?fields=security_groups HTTP/1.1" 200 1104 0.124452 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?fields=security_groups HTTP/1.1" 200 1378 0.084463 10.0.0.240 - - [2026-06-01 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.036796 10.0.0.65 - - [2026-06-01 02:15:39] "GET /projects?obj_uuids=6468a572-74ee-4921-b148-6eac1640ef58&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.240 - - [2026-06-01 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001550 10.0.0.65 - - [2026-06-01 02:15:39] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?fields=security_groups HTTP/1.1" 200 1378 0.189876 10.0.0.65 - - [2026-06-01 02:15:40] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?fields=security_groups HTTP/1.1" 200 1386 0.184417 10.0.0.65 - - [2026-06-01 02:15:40] "GET /project/6468a572-74ee-4921-b148-6eac1640ef58?fields=application_policy_sets HTTP/1.1" 400 211 0.124380 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /project/6468a572-74ee-4921-b148-6eac1640ef58 HTTP/1.1" 404 171 0.610140 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /security-group/31834f9a-90d6-4994-bd90-a36f88a393ab HTTP/1.1" 200 115 0.342494 10.0.0.65 - - [2026-06-01 02:15:40] "GET /projects?obj_uuids=80241d94-e1bc-437a-b573-80d30bcede24&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003044 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /access-control-list/a4af3c81-f7b1-42e9-a7b7-bf87f533d945 HTTP/1.1" 200 115 0.096035 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /security-group/8c50fe36-648e-4b86-bf33-3607c36cff26 HTTP/1.1" 200 115 0.326523 10.0.0.65 - - [2026-06-01 02:15:40] "GET /projects?obj_uuids=6533528f-1744-441c-a8fd-cd6a7919e833&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002237 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /security-group/1b5367f0-c9d1-4bfe-988c-8f88800ab7e6 HTTP/1.1" 200 115 0.268314 10.0.0.65 - - [2026-06-01 02:15:40] "GET /projects?obj_uuids=554e6378-9e06-4082-80d7-1a750b8fb34f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003563 10.0.0.65 - - [2026-06-01 02:15:40] "GET /project/80241d94-e1bc-437a-b573-80d30bcede24?fields=application_policy_sets HTTP/1.1" 200 1417 0.126777 10.0.0.65 - - [2026-06-01 02:15:40] "GET /project/6533528f-1744-441c-a8fd-cd6a7919e833?fields=application_policy_sets HTTP/1.1" 200 1417 0.100861 10.0.0.65 - - [2026-06-01 02:15:40] "GET /project/554e6378-9e06-4082-80d7-1a750b8fb34f?fields=application_policy_sets HTTP/1.1" 200 1425 0.107692 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /access-control-list/8ef451b5-4f5a-48eb-aece-58b41a7265be HTTP/1.1" 200 115 0.086367 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /project/80241d94-e1bc-437a-b573-80d30bcede24 HTTP/1.1" 200 115 1.093572 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /project/554e6378-9e06-4082-80d7-1a750b8fb34f HTTP/1.1" 200 115 1.139942 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /project/6533528f-1744-441c-a8fd-cd6a7919e833 HTTP/1.1" 200 115 1.150808 10.0.0.65 - - [2026-06-01 02:15:40] "DELETE /access-control-list/c8393886-4d73-4f83-b032-0625f5ad1160 HTTP/1.1" 200 115 0.053186 10.0.0.65 - - [2026-06-01 02:15:41] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000985 10.0.0.240 - - [2026-06-01 02:15:41] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.087608 10.0.0.240 - - [2026-06-01 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.006522 10.0.0.240 - - [2026-06-01 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 270 0.001220 10.0.0.240 - - [2026-06-01 02:15:41] "POST /neutron/network HTTP/1.1" 200 1100 0.008397 10.0.0.65 - - [2026-06-01 02:15:42] "GET /obj-perms HTTP/1.1" 200 5075 0.174902 10.0.0.240 - - [2026-06-01 02:15:42] "POST /neutron/port HTTP/1.1" 200 1175 0.023584 10.0.0.65 - - [2026-06-01 02:15:42] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001135 10.0.0.240 - - [2026-06-01 02:15:42] "POST /neutron/port HTTP/1.1" 200 1239 0.041819 10.0.0.240 - - [2026-06-01 02:15:42] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.143400 10.0.0.240 - - [2026-06-01 02:15:42] "GET /obj-perms HTTP/1.1" 200 5075 0.117604 10.0.0.240 - - [2026-06-01 02:15:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008413 10.0.0.240 - - [2026-06-01 02:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.240 - - [2026-06-01 02:15:43] "POST /neutron/security_group HTTP/1.1" 200 2067 0.010753 10.0.0.65 - - [2026-06-01 02:15:43] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001401 10.0.0.240 - - [2026-06-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 1177 0.441069 10.0.0.240 - - [2026-06-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 1231 0.177008 10.0.0.240 - - [2026-06-01 02:15:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004054 10.0.0.240 - - [2026-06-01 02:15:44] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.240 - - [2026-06-01 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003482 10.0.0.240 - - [2026-06-01 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.65 - - [2026-06-01 02:15:44] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.240 - - [2026-06-01 02:15:44] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007679 10.0.0.240 - - [2026-06-01 02:15:44] "POST /service-templates HTTP/1.1" 200 543 0.038345 10.0.0.240 - - [2026-06-01 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.240 - - [2026-06-01 02:15:44] "GET /service-template/99429599-5ab0-474f-9edf-935641cc562d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.007542 10.0.0.240 - - [2026-06-01 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.240 - - [2026-06-01 02:15:44] "GET /service-template/99429599-5ab0-474f-9edf-935641cc562d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.004915 10.0.0.240 - - [2026-06-01 02:15:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001619 10.0.0.240 - - [2026-06-01 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001181 10.0.0.240 - - [2026-06-01 02:15:45] "POST /id-to-fqname HTTP/1.1" 200 270 0.001543 10.0.0.240 - - [2026-06-01 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007028 10.0.0.240 - - [2026-06-01 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.240 - - [2026-06-01 02:15:45] "DELETE /service-template/99429599-5ab0-474f-9edf-935641cc562d HTTP/1.1" 200 115 0.040265 10.0.0.240 - - [2026-06-01 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003854 10.0.0.240 - - [2026-06-01 02:15:47] "POST /neutron/port HTTP/1.1" 200 1241 0.019693 10.0.0.240 - - [2026-06-01 02:15:47] "POST /neutron/port HTTP/1.1" 200 1239 0.016340 10.0.0.240 - - [2026-06-01 02:15:48] "POST /neutron/network HTTP/1.1" 200 1086 0.011770 10.0.0.65 - - [2026-06-01 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.65 - - [2026-06-01 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004311 10.0.0.65 - - [2026-06-01 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003701 10.0.0.65 - - [2026-06-01 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004719 10.0.0.65 - - [2026-06-01 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005192 10.0.0.240 - - [2026-06-01 02:15:49] "POST /neutron/network HTTP/1.1" 200 151 0.251398 10.0.0.65 - - [2026-06-01 02:15:49] "DELETE /route-target/e151ddda-7c6f-4a4b-bfb6-ae9dd32aa9fe HTTP/1.1" 200 115 0.021918 10.0.0.65 - - [2026-06-01 02:15:49] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001136 10.0.0.240 - - [2026-06-01 02:15:49] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.046873 10.0.0.65 - - [2026-06-01 02:15:49] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001359 10.0.0.240 - - [2026-06-01 02:15:49] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?fields=virtual_networks HTTP/1.1" 200 1051 0.041956 10.0.0.65 - - [2026-06-01 02:15:49] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001288 10.0.0.240 - - [2026-06-01 02:15:49] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.061939 10.0.0.65 - - [2026-06-01 02:15:49] "GET /projects?obj_uuids=b2dd767b-dc41-42c0-b57e-f0b26a729f5e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001037 10.0.0.240 - - [2026-06-01 02:15:49] "GET /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e?fields=security_groups HTTP/1.1" 200 1286 0.055000 10.0.0.240 - - [2026-06-01 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.043441 10.0.0.65 - - [2026-06-01 02:15:50] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003740 10.0.0.65 - - [2026-06-01 02:15:50] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.65 - - [2026-06-01 02:15:50] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009715 10.0.0.65 - - [2026-06-01 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.007081 10.0.0.65 - - [2026-06-01 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.006526 10.0.0.65 - - [2026-06-01 02:15:51] "POST /security-groups HTTP/1.1" 200 603 0.040853 10.0.0.65 - - [2026-06-01 02:15:51] "POST /projects HTTP/1.1" 200 609 0.267838 10.0.0.65 - - [2026-06-01 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.306009 10.0.0.65 - - [2026-06-01 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.006779 10.0.0.240 - - [2026-06-01 02:15:51] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.490561 10.0.0.240 - - [2026-06-01 02:15:52] "GET / HTTP/1.1" 200 35931 0.001928 10.0.0.240 - - [2026-06-01 02:15:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2026-06-01 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.059293 10.0.0.65 - - [2026-06-01 02:15:53] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.240 - - [2026-06-01 02:15:54] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044236 10.0.0.240 - - [2026-06-01 02:15:54] "POST /neutron/network HTTP/1.1" 200 117 0.041471 10.0.0.65 - - [2026-06-01 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.032968 10.0.0.240 - - [2026-06-01 02:15:54] "POST /neutron/network HTTP/1.1" 200 837 0.024336 10.0.0.240 - - [2026-06-01 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001524 10.0.0.240 - - [2026-06-01 02:15:54] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007866 10.0.0.240 - - [2026-06-01 02:15:54] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006859 10.0.0.240 - - [2026-06-01 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.013567 10.0.0.240 - - [2026-06-01 02:15:55] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006619 10.0.0.249 - - [2026-06-01 02:15:56] "GET /obj-perms HTTP/1.1" 200 5073 0.055366 10.0.0.240 - - [2026-06-01 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.65 - - [2026-06-01 02:15:56] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.240 - - [2026-06-01 02:15:56] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053607 10.0.0.65 - - [2026-06-01 02:15:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009776 10.0.0.240 - - [2026-06-01 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.214756 10.0.0.240 - - [2026-06-01 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001720 10.0.0.240 - - [2026-06-01 02:15:57] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006517 10.0.0.240 - - [2026-06-01 02:15:57] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006531 10.0.0.240 - - [2026-06-01 02:15:57] "POST /neutron/network HTTP/1.1" 200 838 0.007748 10.0.0.240 - - [2026-06-01 02:15:57] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006360 10.0.0.240 - - [2026-06-01 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001435 10.0.0.65 - - [2026-06-01 02:16:29] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.024653 10.0.0.240 - - [2026-06-01 02:16:30] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.090466 10.0.0.240 - - [2026-06-01 02:16:30] "POST /neutron/network HTTP/1.1" 200 838 0.005749 10.0.0.240 - - [2026-06-01 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001711 10.0.0.240 - - [2026-06-01 02:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.008122 10.0.0.65 - - [2026-06-01 02:16:30] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.240 - - [2026-06-01 02:16:31] "POST /neutron/port HTTP/1.1" 200 1072 0.418764 10.0.0.65 - - [2026-06-01 02:16:31] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001336 10.0.0.240 - - [2026-06-01 02:16:31] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.115423 10.0.0.240 - - [2026-06-01 02:16:31] "POST /neutron/port HTTP/1.1" 200 1126 0.223398 10.0.0.240 - - [2026-06-01 02:16:31] "POST /neutron/port HTTP/1.1" 200 1136 0.049277 10.0.0.240 - - [2026-06-01 02:16:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010099 10.0.0.240 - - [2026-06-01 02:16:31] "POST /neutron/network HTTP/1.1" 200 838 0.012849 10.0.0.240 - - [2026-06-01 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.65 - - [2026-06-01 02:16:31] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001427 10.0.0.240 - - [2026-06-01 02:16:31] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066016 10.0.0.240 - - [2026-06-01 02:16:31] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006376 10.0.0.240 - - [2026-06-01 02:16:31] "GET /floating-ip-pools?parent_id=ab0dc246-318e-47fe-8135-34d96d941114&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010189 10.0.0.240 - - [2026-06-01 02:16:31] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005623 10.0.0.240 - - [2026-06-01 02:16:32] "POST /floating-ip-pools HTTP/1.1" 200 609 0.068212 10.0.0.240 - - [2026-06-01 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.029785 10.0.0.240 - - [2026-06-01 02:16:32] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005587 10.0.0.240 - - [2026-06-01 02:16:32] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.015070 10.0.0.240 - - [2026-06-01 02:16:32] "POST /neutron/port HTTP/1.1" 200 1136 0.047682 10.0.0.240 - - [2026-06-01 02:16:32] "POST /neutron/port HTTP/1.1" 200 1071 0.040411 10.0.0.240 - - [2026-06-01 02:16:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012163 10.0.0.240 - - [2026-06-01 02:16:33] "POST /neutron/network HTTP/1.1" 200 837 0.007248 10.0.0.65 - - [2026-06-01 02:16:40] "DELETE /access-control-list/8aeacd23-f1f7-4e04-9755-bdd0366e3b5e HTTP/1.1" 200 115 0.146488 10.0.0.65 - - [2026-06-01 02:16:40] "DELETE /project/b2dd767b-dc41-42c0-b57e-f0b26a729f5e HTTP/1.1" 404 177 0.045480 10.0.0.65 - - [2026-06-01 02:16:40] "DELETE /project/8dce3b5b1fe24909bfcde26da366b64f HTTP/1.1" 404 173 0.070311 10.0.0.240 - - [2026-06-01 02:16:43] "POST /neutron/port HTTP/1.1" 200 1136 0.045138 10.0.0.65 - - [2026-06-01 02:16:43] "GET /obj-perms HTTP/1.1" 200 5075 0.058360 10.0.0.240 - - [2026-06-01 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015217 10.0.0.240 - - [2026-06-01 02:16:58] "POST /neutron/port HTTP/1.1" 200 1136 0.018263 10.0.0.240 - - [2026-06-01 02:17:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007585 10.0.0.240 - - [2026-06-01 02:17:13] "POST /neutron/port HTTP/1.1" 200 1136 0.019146 10.0.0.240 - - [2026-06-01 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007694 10.0.0.240 - - [2026-06-01 02:17:29] "POST /neutron/port HTTP/1.1" 200 1136 0.020108 10.0.0.240 - - [2026-06-01 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007542 10.0.0.240 - - [2026-06-01 02:17:34] "POST /neutron/port HTTP/1.1" 200 1136 0.026623 10.0.0.240 - - [2026-06-01 02:17:34] "GET /virtual-machine/a7d24e53-faa9-4613-a7d9-59193ae00498 HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2026-06-01 02:17:34] "GET /virtual-machine/a7d24e53-faa9-4613-a7d9-59193ae00498 HTTP/1.1" 200 1305 0.029529 10.0.0.240 - - [2026-06-01 02:17:34] "GET /virtual-machine-interface/7ec7abb9-b952-4e5f-8a06-29139e48c2bf HTTP/1.1" 200 3003 0.006232 10.0.0.240 - - [2026-06-01 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.240 - - [2026-06-01 02:17:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.240 - - [2026-06-01 02:17:34] "GET /virtual-networks?parent_id=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003831 10.0.0.240 - - [2026-06-01 02:17:34] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006629 10.0.0.240 - - [2026-06-01 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.240 - - [2026-06-01 02:17:37] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007168 10.0.0.240 - - [2026-06-01 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.240 - - [2026-06-01 02:17:41] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005845 10.0.0.240 - - [2026-06-01 02:17:44] "GET /obj-perms HTTP/1.1" 200 5075 0.049637 10.0.0.249 - - [2026-06-01 02:17:44] "GET /obj-perms HTTP/1.1" 200 5075 0.049879 10.0.0.240 - - [2026-06-01 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.240 - - [2026-06-01 02:17:45] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007118 10.0.0.240 - - [2026-06-01 02:17:47] "POST /neutron/port HTTP/1.1" 200 1136 0.064787 10.0.0.240 - - [2026-06-01 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.010740 10.0.0.240 - - [2026-06-01 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.240 - - [2026-06-01 02:17:50] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007906 10.0.0.240 - - [2026-06-01 02:17:53] "POST /neutron/port HTTP/1.1" 200 1135 0.046674 10.0.0.240 - - [2026-06-01 02:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.240 - - [2026-06-01 02:17:54] "POST /neutron/network HTTP/1.1" 200 837 0.007149 10.0.0.240 - - [2026-06-01 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006797 10.0.0.240 - - [2026-06-01 02:17:54] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005823 10.0.0.240 - - [2026-06-01 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.240 - - [2026-06-01 02:17:58] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007953 10.0.0.240 - - [2026-06-01 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.240 - - [2026-06-01 02:18:02] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005349 10.0.0.240 - - [2026-06-01 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.240 - - [2026-06-01 02:18:06] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006032 10.0.0.240 - - [2026-06-01 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006137 10.0.0.240 - - [2026-06-01 02:18:08] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004900 10.0.0.240 - - [2026-06-01 02:18:08] "GET /virtual-networks?parent_id=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005473 10.0.0.240 - - [2026-06-01 02:18:08] "GET /virtual-network/508bc440-749a-4b71-9316-818700b3a3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006565 10.0.0.240 - - [2026-06-01 02:18:13] "POST /neutron/port HTTP/1.1" 200 1136 0.023312 10.0.0.240 - - [2026-06-01 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033148 10.0.0.240 - - [2026-06-01 02:18:18] "POST /neutron/port HTTP/1.1" 200 1136 0.019989 10.0.0.240 - - [2026-06-01 02:18:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008330 10.0.0.240 - - [2026-06-01 02:18:29] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008006 10.0.0.240 - - [2026-06-01 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008431 10.0.0.240 - - [2026-06-01 02:18:29] "POST /neutron/port HTTP/1.1" 200 1135 0.018581 10.0.0.240 - - [2026-06-01 02:18:29] "GET /virtual-machine/09778e93-1349-4890-a88c-198a152fc70b HTTP/1.1" 200 1303 0.006760 10.0.0.240 - - [2026-06-01 02:18:29] "GET /virtual-machine-interface/5eeb6b54-6ca7-4e71-a619-e03fd19c7204 HTTP/1.1" 200 3004 0.005653 10.0.0.240 - - [2026-06-01 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.240 - - [2026-06-01 02:18:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004586 10.0.0.240 - - [2026-06-01 02:18:29] "GET /virtual-networks?parent_id=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003516 10.0.0.240 - - [2026-06-01 02:18:29] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006085 10.0.0.240 - - [2026-06-01 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.240 - - [2026-06-01 02:18:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003664 10.0.0.240 - - [2026-06-01 02:18:30] "GET /virtual-networks?parent_id=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004157 10.0.0.240 - - [2026-06-01 02:18:30] "GET /virtual-network/ab0dc246-318e-47fe-8135-34d96d941114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005972 10.0.0.240 - - [2026-06-01 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.240 - - [2026-06-01 02:18:30] "GET /routing-instance/61e91294-e315-400d-b7f7-409962868282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003741 10.0.0.240 - - [2026-06-01 02:18:30] "GET /route-target/6239f423-e2b3-4f3b-b83f-6b28df26027d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004396 10.0.0.240 - - [2026-06-01 02:18:47] "POST /neutron/port HTTP/1.1" 200 1136 0.019639 10.0.0.240 - - [2026-06-01 02:18:47] "POST /neutron/floatingip HTTP/1.1" 200 550 0.020928 10.0.0.240 - - [2026-06-01 02:18:47] "POST /neutron/network HTTP/1.1" 200 838 0.007427 10.0.0.240 - - [2026-06-01 02:18:51] "POST /neutron/floatingip HTTP/1.1" 200 529 0.008974 10.0.0.240 - - [2026-06-01 02:18:51] "GET /floating-ip-pool/1f94bb0d-fc01-4775-88c3-10462b043e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004221 10.0.0.240 - - [2026-06-01 02:18:51] "POST /ref-update HTTP/1.1" 200 156 0.014900 10.0.0.240 - - [2026-06-01 02:18:51] "DELETE /floating-ip-pool/1f94bb0d-fc01-4775-88c3-10462b043e75 HTTP/1.1" 200 115 0.048742 10.0.0.240 - - [2026-06-01 02:18:51] "POST /neutron/network HTTP/1.1" 400 204 0.021680 10.0.0.240 - - [2026-06-01 02:18:52] "POST /neutron/port HTTP/1.1" 200 1136 0.023084 10.0.0.240 - - [2026-06-01 02:18:52] "POST /neutron/port HTTP/1.1" 200 151 0.244124 10.0.0.65 - - [2026-06-01 02:18:53] "DELETE /route-target/f8a2e15a-5dbe-4495-aea4-b430a01ccae3 HTTP/1.1" 200 115 0.029461 10.0.0.240 - - [2026-06-01 02:18:53] "POST /neutron/network HTTP/1.1" 200 837 0.006674 10.0.0.65 - - [2026-06-01 02:18:55] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001595 10.0.0.240 - - [2026-06-01 02:18:55] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075438 10.0.0.65 - - [2026-06-01 02:18:55] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.240 - - [2026-06-01 02:18:55] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?fields=virtual_networks HTTP/1.1" 200 1057 0.057695 10.0.0.65 - - [2026-06-01 02:18:55] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.240 - - [2026-06-01 02:18:55] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.049287 10.0.0.65 - - [2026-06-01 02:18:55] "GET /projects?obj_uuids=8dce3b5b-1fe2-4909-bfcd-e26da366b64f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.240 - - [2026-06-01 02:18:55] "GET /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f?fields=security_groups HTTP/1.1" 200 1295 0.041434 10.0.0.240 - - [2026-06-01 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.034368 10.0.0.65 - - [2026-06-01 02:18:56] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.65 - - [2026-06-01 02:18:56] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.65 - - [2026-06-01 02:18:56] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007308 10.0.0.65 - - [2026-06-01 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.007484 10.0.0.65 - - [2026-06-01 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.003046 10.0.0.65 - - [2026-06-01 02:18:57] "POST /security-groups HTTP/1.1" 200 591 0.038796 10.0.0.65 - - [2026-06-01 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.003818 10.0.0.65 - - [2026-06-01 02:18:57] "POST /projects HTTP/1.1" 200 585 0.265936 10.0.0.65 - - [2026-06-01 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.335550 10.0.0.65 - - [2026-06-01 02:18:57] "POST /access-control-lists HTTP/1.1" 200 594 0.029639 10.0.0.240 - - [2026-06-01 02:18:57] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.487445 10.0.0.240 - - [2026-06-01 02:18:58] "GET / HTTP/1.1" 200 35931 0.001513 10.0.0.65 - - [2026-06-01 02:19:01] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.240 - - [2026-06-01 02:19:01] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058075 10.0.0.65 - - [2026-06-01 02:19:01] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001873 10.0.0.240 - - [2026-06-01 02:19:01] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?fields=virtual_networks HTTP/1.1" 200 1033 0.059390 10.0.0.65 - - [2026-06-01 02:19:01] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.240 - - [2026-06-01 02:19:01] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.066078 10.0.0.65 - - [2026-06-01 02:19:01] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.240 - - [2026-06-01 02:19:01] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?fields=security_groups HTTP/1.1" 200 1259 0.045577 10.0.0.240 - - [2026-06-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.033500 10.0.0.65 - - [2026-06-01 02:19:02] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134 10.0.0.65 - - [2026-06-01 02:19:02] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.65 - - [2026-06-01 02:19:02] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007009 10.0.0.65 - - [2026-06-01 02:19:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001229 10.0.0.65 - - [2026-06-01 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.014993 10.0.0.65 - - [2026-06-01 02:19:03] "POST /security-groups HTTP/1.1" 200 586 0.034233 10.0.0.65 - - [2026-06-01 02:19:03] "POST /projects HTTP/1.1" 200 575 0.252785 10.0.0.65 - - [2026-06-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.327041 10.0.0.65 - - [2026-06-01 02:19:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.017932 10.0.0.240 - - [2026-06-01 02:19:03] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.486144 10.0.0.240 - - [2026-06-01 02:19:04] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.65 - - [2026-06-01 02:19:10] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001614 10.0.0.240 - - [2026-06-01 02:19:10] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044502 10.0.0.65 - - [2026-06-01 02:19:10] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001453 10.0.0.240 - - [2026-06-01 02:19:10] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?fields=virtual_networks HTTP/1.1" 200 1022 0.057084 10.0.0.65 - - [2026-06-01 02:19:10] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001372 10.0.0.240 - - [2026-06-01 02:19:10] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.058929 10.0.0.65 - - [2026-06-01 02:19:10] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001426 10.0.0.240 - - [2026-06-01 02:19:10] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?fields=security_groups HTTP/1.1" 200 1243 0.069086 10.0.0.240 - - [2026-06-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.029089 10.0.0.65 - - [2026-06-01 02:19:11] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003569 10.0.0.65 - - [2026-06-01 02:19:11] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.65 - - [2026-06-01 02:19:11] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008381 10.0.0.65 - - [2026-06-01 02:19:11] "POST /id-to-fqname HTTP/1.1" 200 189 0.001509 10.0.0.65 - - [2026-06-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003878 10.0.0.65 - - [2026-06-01 02:19:11] "POST /security-groups HTTP/1.1" 200 590 0.079898 10.0.0.65 - - [2026-06-01 02:19:11] "POST /projects HTTP/1.1" 200 583 0.295632 10.0.0.65 - - [2026-06-01 02:19:11] "POST /access-control-lists HTTP/1.1" 200 595 0.033949 10.0.0.65 - - [2026-06-01 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.374810 10.0.0.240 - - [2026-06-01 02:19:11] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.527505 10.0.0.240 - - [2026-06-01 02:19:12] "GET / HTTP/1.1" 200 35931 0.002118 10.0.0.65 - - [2026-06-01 02:19:16] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001132 10.0.0.240 - - [2026-06-01 02:19:16] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051325 10.0.0.65 - - [2026-06-01 02:19:16] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000900 10.0.0.240 - - [2026-06-01 02:19:16] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?fields=virtual_networks HTTP/1.1" 200 1030 0.047290 10.0.0.65 - - [2026-06-01 02:19:16] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001052 10.0.0.240 - - [2026-06-01 02:19:16] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.051815 10.0.0.65 - - [2026-06-01 02:19:16] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001130 10.0.0.240 - - [2026-06-01 02:19:16] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?fields=security_groups HTTP/1.1" 200 1255 0.055285 10.0.0.240 - - [2026-06-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.024854 10.0.0.65 - - [2026-06-01 02:19:17] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003404 10.0.0.65 - - [2026-06-01 02:19:17] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.65 - - [2026-06-01 02:19:17] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006927 10.0.0.65 - - [2026-06-01 02:19:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.003394 10.0.0.65 - - [2026-06-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.010673 10.0.0.65 - - [2026-06-01 02:19:17] "POST /security-groups HTTP/1.1" 200 591 0.041893 10.0.0.65 - - [2026-06-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004217 10.0.0.65 - - [2026-06-01 02:19:17] "POST /projects HTTP/1.1" 200 585 0.258571 10.0.0.65 - - [2026-06-01 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.330207 10.0.0.65 - - [2026-06-01 02:19:17] "POST /access-control-lists HTTP/1.1" 200 594 0.037286 10.0.0.240 - - [2026-06-01 02:19:17] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.485953 10.0.0.240 - - [2026-06-01 02:19:18] "GET / HTTP/1.1" 200 35931 0.002488 10.0.0.65 - - [2026-06-01 02:19:21] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.240 - - [2026-06-01 02:19:22] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050154 10.0.0.65 - - [2026-06-01 02:19:22] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.240 - - [2026-06-01 02:19:22] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?fields=virtual_networks HTTP/1.1" 200 1033 0.049507 10.0.0.65 - - [2026-06-01 02:19:22] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.240 - - [2026-06-01 02:19:22] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044823 10.0.0.65 - - [2026-06-01 02:19:22] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.240 - - [2026-06-01 02:19:22] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?fields=security_groups HTTP/1.1" 200 1259 0.061881 10.0.0.240 - - [2026-06-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.028371 10.0.0.65 - - [2026-06-01 02:19:23] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003236 10.0.0.65 - - [2026-06-01 02:19:23] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.65 - - [2026-06-01 02:19:23] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007704 10.0.0.65 - - [2026-06-01 02:19:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.002234 10.0.0.65 - - [2026-06-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.006566 10.0.0.65 - - [2026-06-01 02:19:23] "POST /security-groups HTTP/1.1" 200 595 0.082694 10.0.0.65 - - [2026-06-01 02:19:23] "POST /projects HTTP/1.1" 200 593 0.307148 10.0.0.65 - - [2026-06-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.006397 10.0.0.65 - - [2026-06-01 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.382862 10.0.0.240 - - [2026-06-01 02:19:23] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.520559 10.0.0.240 - - [2026-06-01 02:19:24] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.65 - - [2026-06-01 02:19:26] "DELETE /access-control-list/8c273e3b-c234-45a2-9628-764330514b3b HTTP/1.1" 200 115 0.047493 10.0.0.65 - - [2026-06-01 02:19:27] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.240 - - [2026-06-01 02:19:27] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049010 10.0.0.65 - - [2026-06-01 02:19:27] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.240 - - [2026-06-01 02:19:27] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?fields=virtual_networks HTTP/1.1" 200 1041 0.054803 10.0.0.65 - - [2026-06-01 02:19:28] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001257 10.0.0.240 - - [2026-06-01 02:19:28] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056361 10.0.0.65 - - [2026-06-01 02:19:28] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.240 - - [2026-06-01 02:19:28] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?fields=security_groups HTTP/1.1" 200 1271 0.062431 10.0.0.240 - - [2026-06-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.027821 10.0.0.65 - - [2026-06-01 02:19:29] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002903 10.0.0.65 - - [2026-06-01 02:19:29] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.65 - - [2026-06-01 02:19:29] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006825 10.0.0.65 - - [2026-06-01 02:19:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.002659 10.0.0.65 - - [2026-06-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.006242 10.0.0.65 - - [2026-06-01 02:19:29] "POST /security-groups HTTP/1.1" 200 586 0.031804 10.0.0.65 - - [2026-06-01 02:19:29] "POST /projects HTTP/1.1" 200 575 0.229564 10.0.0.65 - - [2026-06-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.268597 10.0.0.65 - - [2026-06-01 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.012222 10.0.0.240 - - [2026-06-01 02:19:29] "GET /project/e5762802-7d40-49da-9dac-eb629319360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.403076 10.0.0.240 - - [2026-06-01 02:19:30] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.240 - - [2026-06-01 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005142 10.0.0.65 - - [2026-06-01 02:19:31] "POST /access-control-lists HTTP/1.1" 200 590 0.026474 10.0.0.65 - - [2026-06-01 02:19:31] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002102 10.0.0.240 - - [2026-06-01 02:19:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.079793 10.0.0.65 - - [2026-06-01 02:19:31] "PUT /access-control-list/31bbf422-4ebe-462d-a1be-b54a847a9db6 HTTP/1.1" 200 272 0.032765 10.0.0.240 - - [2026-06-01 02:19:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.031530 10.0.0.240 - - [2026-06-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003488 10.0.0.65 - - [2026-06-01 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003970 10.0.0.65 - - [2026-06-01 02:19:32] "POST /access-control-lists HTTP/1.1" 200 588 0.031279 10.0.0.65 - - [2026-06-01 02:19:32] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001099 10.0.0.240 - - [2026-06-01 02:19:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.072371 10.0.0.65 - - [2026-06-01 02:19:32] "PUT /access-control-list/53ee9ef5-dea6-46c5-a86a-baf5c936bdfa HTTP/1.1" 200 272 0.016675 10.0.0.240 - - [2026-06-01 02:19:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029052 10.0.0.240 - - [2026-06-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441 10.0.0.240 - - [2026-06-01 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.029073 10.0.0.65 - - [2026-06-01 02:19:33] "POST /access-control-lists HTTP/1.1" 200 607 0.028175 10.0.0.65 - - [2026-06-01 02:19:33] "PUT /access-control-list/297913d8-3536-4ea6-b83c-6659a6390749 HTTP/1.1" 200 272 0.014213 10.0.0.65 - - [2026-06-01 02:19:33] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.240 - - [2026-06-01 02:19:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.098180 10.0.0.240 - - [2026-06-01 02:19:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013950 10.0.0.240 - - [2026-06-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.015480 10.0.0.65 - - [2026-06-01 02:19:34] "PUT /access-control-list/297913d8-3536-4ea6-b83c-6659a6390749 HTTP/1.1" 200 272 0.018462 10.0.0.65 - - [2026-06-01 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.008593 10.0.0.65 - - [2026-06-01 02:19:34] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.65 - - [2026-06-01 02:19:34] "PUT /access-control-list/42822cc9-1c83-40f1-b5f2-75e2e37d76e3 HTTP/1.1" 200 272 0.039224 10.0.0.240 - - [2026-06-01 02:19:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.091294 10.0.0.240 - - [2026-06-01 02:19:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016987 10.0.0.65 - - [2026-06-01 02:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.65 - - [2026-06-01 02:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-06-01 02:19:36] "POST /neutron/router HTTP/1.1" 200 541 0.008174 10.0.0.65 - - [2026-06-01 02:19:36] "POST /route-targets HTTP/1.1" 200 327 0.018619 10.0.0.240 - - [2026-06-01 02:19:36] "POST /neutron/router HTTP/1.1" 200 541 0.017577 10.0.0.240 - - [2026-06-01 02:19:36] "POST /neutron/router HTTP/1.1" 200 541 0.004943 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.006172 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.011109 10.0.0.249 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.004347 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.004740 10.0.0.240 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.249 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.005855 10.0.0.240 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.005559 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.005243 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.005985 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 541 0.006636 10.0.0.65 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.65 - - [2026-06-01 02:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 151 0.142475 10.0.0.65 - - [2026-06-01 02:19:37] "DELETE /route-target/9a4298c7-5584-49ef-8ba3-af9f39d0ec42 HTTP/1.1" 200 115 0.043755 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 542 0.006489 10.0.0.240 - - [2026-06-01 02:19:37] "POST /neutron/router HTTP/1.1" 200 542 0.007946 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.007136 10.0.0.249 - - [2026-06-01 02:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004061 10.0.0.249 - - [2026-06-01 02:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.006279 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004414 10.0.0.240 - - [2026-06-01 02:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000314 10.0.0.240 - - [2026-06-01 02:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004315 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004231 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004204 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004559 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.004692 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 542 0.049053 10.0.0.65 - - [2026-06-01 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007929 10.0.0.65 - - [2026-06-01 02:19:38] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 559 0.110925 10.0.0.240 - - [2026-06-01 02:19:38] "POST /neutron/router HTTP/1.1" 200 559 0.003793 10.0.0.65 - - [2026-06-01 02:19:38] "PUT /logical-router/12fccf03-8f3f-4dd8-aecc-39690aefe6de HTTP/1.1" 200 262 0.042833 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.008185 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.008497 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.003819 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.004167 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.004101 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.005420 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.005599 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.003895 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.003892 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 559 0.030392 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/router HTTP/1.1" 200 560 0.004445 10.0.0.65 - - [2026-06-01 02:19:39] "GET /logical-router/12fccf03-8f3f-4dd8-aecc-39690aefe6de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.046423 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.090859 10.0.0.65 - - [2026-06-01 02:19:39] "DELETE /access-control-list/234f244e-9316-42d3-85cf-01a7304a340e HTTP/1.1" 200 115 0.035560 10.0.0.240 - - [2026-06-01 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 506 0.003486 10.0.0.65 - - [2026-06-01 02:19:39] "DELETE /access-control-list/297913d8-3536-4ea6-b83c-6659a6390749 HTTP/1.1" 200 115 0.031196 10.0.0.240 - - [2026-06-01 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.081717 10.0.0.65 - - [2026-06-01 02:19:40] "DELETE /access-control-list/acd27de6-bb15-489d-98a8-feddc13686e5 HTTP/1.1" 200 115 0.052850 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/e57628027d4049da9daceb629319360c HTTP/1.1" 404 173 0.018615 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/f5d534b1cfdc4757a66912460bc86773 HTTP/1.1" 404 173 0.016466 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/f0bf161538b340b0a509a546b88bedc1 HTTP/1.1" 404 173 0.016144 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/77662238d48f407bac5caaeb226fc971 HTTP/1.1" 404 173 0.015664 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/df6176ac8cbb47d9815f39b11e820121 HTTP/1.1" 404 173 0.013680 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/8dce3b5b-1fe2-4909-bfcd-e26da366b64f HTTP/1.1" 404 177 0.010051 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000807 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000768 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001020 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /project/f4545c0c89d7456a92f1bdcaf51fcf3c HTTP/1.1" 404 173 0.008205 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.075654 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002088 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.106869 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001335 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.135633 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.160967 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001226 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001655 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.230167 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?fields=security_groups HTTP/1.1" 200 1364 0.194395 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?fields=security_groups HTTP/1.1" 200 1364 0.160368 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?fields=security_groups HTTP/1.1" 200 1360 0.190871 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?fields=security_groups HTTP/1.1" 200 1376 0.288509 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001035 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.240 - - [2026-06-01 02:19:41] "GET /project/e5762802-7d40-49da-9dac-eb629319360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.136567 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?fields=security_groups HTTP/1.1" 200 1348 0.181503 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.240 - - [2026-06-01 02:19:41] "GET /project/e5762802-7d40-49da-9dac-eb629319360c?fields=virtual_networks HTTP/1.1" 200 1023 0.136782 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /security-group/0207ff19-399c-49d2-919e-f96ae54e3f4b HTTP/1.1" 200 115 0.258674 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f4545c0c-89d7-456a-92f1-bdcaf51fcf3c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001088 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /security-group/8a3f3bce-ffcf-48db-a67e-adb0b7979069 HTTP/1.1" 200 115 0.262573 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=df6176ac-8cbb-47d9-815f-39b11e820121&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000987 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /security-group/7476f65c-71ed-4c8d-9809-29b74ea8f033 HTTP/1.1" 200 115 0.292164 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f0bf1615-38b3-40b0-a509-a546b88bedc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /security-group/fa3028d9-bc3b-4483-b49d-b164192516ff HTTP/1.1" 200 115 0.276422 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=f5d534b1-cfdc-4757-a669-12460bc86773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001142 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /access-control-list/24513a63-7d75-427a-b649-56aeaf336b6f HTTP/1.1" 200 115 0.096687 10.0.0.65 - - [2026-06-01 02:19:41] "DELETE /security-group/7c640353-4f13-49a9-b354-cbc59bc51b15 HTTP/1.1" 200 115 0.222048 10.0.0.65 - - [2026-06-01 02:19:41] "GET /projects?obj_uuids=77662238-d48f-407b-ac5c-aaeb226fc971&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001938 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c?fields=application_policy_sets HTTP/1.1" 200 1403 0.121559 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/f5d534b1-cfdc-4757-a669-12460bc86773?fields=application_policy_sets HTTP/1.1" 200 1415 0.121829 10.0.0.65 - - [2026-06-01 02:19:41] "GET /project/df6176ac-8cbb-47d9-815f-39b11e820121?fields=application_policy_sets HTTP/1.1" 200 1399 0.173763 10.0.0.240 - - [2026-06-01 02:19:42] "GET /project/e5762802-7d40-49da-9dac-eb629319360c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.196267 10.0.0.65 - - [2026-06-01 02:19:42] "GET /project/f0bf1615-38b3-40b0-a509-a546b88bedc1?fields=application_policy_sets HTTP/1.1" 200 1403 0.226812 10.0.0.65 - - [2026-06-01 02:19:42] "GET /projects?obj_uuids=e5762802-7d40-49da-9dac-eb629319360c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002346 10.0.0.65 - - [2026-06-01 02:19:42] "GET /project/77662238-d48f-407b-ac5c-aaeb226fc971?fields=application_policy_sets HTTP/1.1" 200 1387 0.211091 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /access-control-list/a07cdc62-ec52-4f32-811d-ff2774f3ae1d HTTP/1.1" 200 115 0.111736 10.0.0.240 - - [2026-06-01 02:19:42] "GET /project/e5762802-7d40-49da-9dac-eb629319360c?fields=security_groups HTTP/1.1" 200 1244 0.199697 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /project/f4545c0c-89d7-456a-92f1-bdcaf51fcf3c HTTP/1.1" 200 115 1.254185 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /access-control-list/630547fb-238b-4a08-8c67-00109a228c68 HTTP/1.1" 200 115 0.111892 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /project/f5d534b1-cfdc-4757-a669-12460bc86773 HTTP/1.1" 200 115 1.281482 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /project/df6176ac-8cbb-47d9-815f-39b11e820121 HTTP/1.1" 200 115 1.307184 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /project/f0bf1615-38b3-40b0-a509-a546b88bedc1 HTTP/1.1" 200 115 1.322942 10.0.0.65 - - [2026-06-01 02:19:42] "DELETE /project/77662238-d48f-407b-ac5c-aaeb226fc971 HTTP/1.1" 200 115 1.288383 10.0.0.240 - - [2026-06-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.028704 10.0.0.65 - - [2026-06-01 02:19:43] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004034 10.0.0.65 - - [2026-06-01 02:19:43] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002404 10.0.0.65 - - [2026-06-01 02:19:43] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010121 10.0.0.65 - - [2026-06-01 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.010113 10.0.0.65 - - [2026-06-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.004721 10.0.0.65 - - [2026-06-01 02:19:43] "POST /security-groups HTTP/1.1" 200 587 0.089235 10.0.0.65 - - [2026-06-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.004430 10.0.0.65 - - [2026-06-01 02:19:43] "POST /projects HTTP/1.1" 200 577 0.338273 10.0.0.65 - - [2026-06-01 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.413928 10.0.0.65 - - [2026-06-01 02:19:43] "POST /access-control-lists HTTP/1.1" 200 590 0.026518 10.0.0.240 - - [2026-06-01 02:19:43] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.554353 10.0.0.240 - - [2026-06-01 02:19:44] "GET / HTTP/1.1" 200 35931 0.002566 10.0.0.240 - - [2026-06-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.240 - - [2026-06-01 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.029814 10.0.0.65 - - [2026-06-01 02:19:47] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001517 10.0.0.240 - - [2026-06-01 02:19:47] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047320 10.0.0.65 - - [2026-06-01 02:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007912 10.0.0.240 - - [2026-06-01 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.260444 10.0.0.240 - - [2026-06-01 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 216 0.001424 10.0.0.240 - - [2026-06-01 02:19:47] "GET /virtual-network/bcbce816-391c-43bb-8f73-ca307a6cc29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005228 10.0.0.240 - - [2026-06-01 02:19:48] "GET /virtual-network/bcbce816-391c-43bb-8f73-ca307a6cc29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005915 10.0.0.240 - - [2026-06-01 02:19:48] "POST /neutron/network HTTP/1.1" 200 822 0.007660 10.0.0.240 - - [2026-06-01 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003831 10.0.0.240 - - [2026-06-01 02:19:48] "GET /virtual-network/bcbce816-391c-43bb-8f73-ca307a6cc29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006829 10.0.0.240 - - [2026-06-01 02:19:48] "GET /virtual-machine-interface/142f684e-add3-4d8a-a7b7-b7194f9233ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.009217 10.0.0.240 - - [2026-06-01 02:19:48] "GET /virtual-machine-interface/142f684e-add3-4d8a-a7b7-b7194f9233ae?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008965 10.0.0.240 - - [2026-06-01 02:19:48] "GET /instance-ip/db37e57a-644c-43f5-8614-dd7064046a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005336 10.0.0.240 - - [2026-06-01 02:19:48] "POST /neutron/port HTTP/1.1" 200 1019 0.011901 10.0.0.65 - - [2026-06-01 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.65 - - [2026-06-01 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009681 10.0.0.65 - - [2026-06-01 02:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.240 - - [2026-06-01 02:19:49] "POST /neutron/network HTTP/1.1" 200 151 0.156332 10.0.0.240 - - [2026-06-01 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.65 - - [2026-06-01 02:19:51] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.240 - - [2026-06-01 02:19:51] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050173 10.0.0.65 - - [2026-06-01 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.030581 10.0.0.65 - - [2026-06-01 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011189 10.0.0.240 - - [2026-06-01 02:19:52] "POST /neutron/subnet HTTP/1.1" 200 719 0.189083 10.0.0.240 - - [2026-06-01 02:19:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001240 10.0.0.240 - - [2026-06-01 02:19:52] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008890 10.0.0.240 - - [2026-06-01 02:19:52] "POST /neutron/network HTTP/1.1" 200 977 0.009197 10.0.0.240 - - [2026-06-01 02:19:52] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005136 10.0.0.240 - - [2026-06-01 02:19:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.008932 10.0.0.240 - - [2026-06-01 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001204 10.0.0.240 - - [2026-06-01 02:19:53] "POST /neutron/port HTTP/1.1" 200 1017 0.015982 10.0.0.240 - - [2026-06-01 02:19:53] "POST /neutron/port HTTP/1.1" 200 1017 0.012580 10.0.0.240 - - [2026-06-01 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001157 10.0.0.240 - - [2026-06-01 02:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.006069 10.0.0.240 - - [2026-06-01 02:19:54] "POST /neutron/network HTTP/1.1" 200 977 0.049319 10.0.0.240 - - [2026-06-01 02:19:54] "POST /neutron/port HTTP/1.1" 200 1018 0.019933 10.0.0.240 - - [2026-06-01 02:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.006481 10.0.0.240 - - [2026-06-01 02:19:54] "POST /neutron/port HTTP/1.1" 200 1017 0.011233 10.0.0.240 - - [2026-06-01 02:19:54] "POST /neutron/port HTTP/1.1" 200 1018 0.016254 10.0.0.240 - - [2026-06-01 02:19:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003743 10.0.0.240 - - [2026-06-01 02:19:55] "POST /neutron/port HTTP/1.1" 200 1018 0.016357 10.0.0.240 - - [2026-06-01 02:19:55] "POST /neutron/network HTTP/1.1" 200 977 0.020626 10.0.0.240 - - [2026-06-01 02:19:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.011957 10.0.0.240 - - [2026-06-01 02:19:59] "POST /neutron/port HTTP/1.1" 200 1119 0.018798 10.0.0.240 - - [2026-06-01 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009076 10.0.0.240 - - [2026-06-01 02:19:59] "GET /virtual-machine/9d91cb41-706e-49fd-b8f2-95c1a8049a3b HTTP/1.1" 401 293 0.000511 10.0.0.240 - - [2026-06-01 02:19:59] "GET /virtual-machine/9d91cb41-706e-49fd-b8f2-95c1a8049a3b HTTP/1.1" 200 1285 0.031937 10.0.0.240 - - [2026-06-01 02:19:59] "GET /virtual-machine-interface/bca40e4f-36d6-4888-a558-16afd7fb2103 HTTP/1.1" 200 2925 0.008278 10.0.0.240 - - [2026-06-01 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.240 - - [2026-06-01 02:20:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004821 10.0.0.240 - - [2026-06-01 02:20:00] "GET /virtual-networks?parent_id=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003570 10.0.0.240 - - [2026-06-01 02:20:00] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007035 10.0.0.240 - - [2026-06-01 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.240 - - [2026-06-01 02:20:03] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005997 10.0.0.240 - - [2026-06-01 02:20:03] "POST /neutron/port HTTP/1.1" 200 1119 0.021716 10.0.0.240 - - [2026-06-01 02:20:04] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007124 10.0.0.240 - - [2026-06-01 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.240 - - [2026-06-01 02:20:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.240 - - [2026-06-01 02:20:05] "GET /virtual-networks?parent_id=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003313 10.0.0.240 - - [2026-06-01 02:20:05] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007701 10.0.0.240 - - [2026-06-01 02:20:10] "POST /neutron/port HTTP/1.1" 200 1120 0.023337 10.0.0.240 - - [2026-06-01 02:20:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007465 10.0.0.240 - - [2026-06-01 02:20:11] "GET /virtual-machine/523c64ee-f446-4a26-8c93-d35f41f42fab HTTP/1.1" 200 1284 0.006324 10.0.0.240 - - [2026-06-01 02:20:11] "GET /virtual-machine-interface/4abcc1c3-f664-442c-b45b-7ce8a1c14753 HTTP/1.1" 200 2924 0.006027 10.0.0.240 - - [2026-06-01 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.240 - - [2026-06-01 02:20:11] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004785 10.0.0.240 - - [2026-06-01 02:20:11] "GET /virtual-networks?parent_id=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004340 10.0.0.240 - - [2026-06-01 02:20:11] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005957 10.0.0.240 - - [2026-06-01 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.240 - - [2026-06-01 02:20:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.240 - - [2026-06-01 02:20:12] "GET /virtual-networks?parent_id=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004004 10.0.0.240 - - [2026-06-01 02:20:12] "GET /virtual-network/e6bef26a-e153-406b-b1eb-98afc97c18df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005457 10.0.0.240 - - [2026-06-01 02:20:15] "POST /neutron/port HTTP/1.1" 200 1110 0.015426 10.0.0.240 - - [2026-06-01 02:20:16] "POST /neutron/port HTTP/1.1" 200 1109 0.014843 10.0.0.240 - - [2026-06-01 02:20:16] "POST /neutron/network HTTP/1.1" 200 977 0.008922 10.0.0.65 - - [2026-06-01 02:20:17] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001259 10.0.0.240 - - [2026-06-01 02:20:17] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046344 10.0.0.65 - - [2026-06-01 02:20:17] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.240 - - [2026-06-01 02:20:17] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?fields=virtual_networks HTTP/1.1" 200 1025 0.052793 10.0.0.65 - - [2026-06-01 02:20:17] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001325 10.0.0.240 - - [2026-06-01 02:20:18] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048019 10.0.0.65 - - [2026-06-01 02:20:18] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.240 - - [2026-06-01 02:20:18] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?fields=security_groups HTTP/1.1" 200 1247 0.065127 10.0.0.240 - - [2026-06-01 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.026592 10.0.0.65 - - [2026-06-01 02:20:19] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.65 - - [2026-06-01 02:20:19] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.65 - - [2026-06-01 02:20:19] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007915 10.0.0.65 - - [2026-06-01 02:20:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.002458 10.0.0.65 - - [2026-06-01 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.005194 10.0.0.65 - - [2026-06-01 02:20:19] "POST /security-groups HTTP/1.1" 200 589 0.038469 10.0.0.65 - - [2026-06-01 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.005141 10.0.0.65 - - [2026-06-01 02:20:19] "POST /projects HTTP/1.1" 200 581 0.247345 10.0.0.65 - - [2026-06-01 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.319585 10.0.0.65 - - [2026-06-01 02:20:19] "POST /access-control-lists HTTP/1.1" 200 592 0.048617 10.0.0.240 - - [2026-06-01 02:20:19] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.512134 10.0.0.240 - - [2026-06-01 02:20:20] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.240 - - [2026-06-01 02:20:21] "POST /neutron/port HTTP/1.1" 400 205 0.005773 10.0.0.240 - - [2026-06-01 02:20:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.240 - - [2026-06-01 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.069496 10.0.0.65 - - [2026-06-01 02:20:22] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.240 - - [2026-06-01 02:20:22] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049544 10.0.0.240 - - [2026-06-01 02:20:22] "POST /neutron/network HTTP/1.1" 200 117 0.040515 10.0.0.240 - - [2026-06-01 02:20:23] "POST /neutron/network HTTP/1.1" 200 824 0.008382 10.0.0.240 - - [2026-06-01 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001111 10.0.0.240 - - [2026-06-01 02:20:23] "GET /virtual-network/9fd503ad-51ab-4c9a-ad24-8cda302c0d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004836 10.0.0.240 - - [2026-06-01 02:20:23] "GET /virtual-network/9fd503ad-51ab-4c9a-ad24-8cda302c0d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005805 10.0.0.240 - - [2026-06-01 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.009479 10.0.0.240 - - [2026-06-01 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.65 - - [2026-06-01 02:20:23] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.240 - - [2026-06-01 02:20:23] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044784 10.0.0.65 - - [2026-06-01 02:20:23] "POST /route-targets HTTP/1.1" 200 327 0.016896 10.0.0.65 - - [2026-06-01 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.010441 10.0.0.240 - - [2026-06-01 02:20:23] "POST /neutron/subnet HTTP/1.1" 200 715 0.213959 10.0.0.240 - - [2026-06-01 02:20:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001241 10.0.0.240 - - [2026-06-01 02:20:23] "GET /virtual-network/d9c6c918-c612-451e-89f5-ef7fbd61f518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006209 10.0.0.240 - - [2026-06-01 02:20:24] "GET /virtual-network/d9c6c918-c612-451e-89f5-ef7fbd61f518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006366 10.0.0.240 - - [2026-06-01 02:20:24] "POST /neutron/network HTTP/1.1" 200 822 0.006938 10.0.0.240 - - [2026-06-01 02:20:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001162 10.0.0.65 - - [2026-06-01 02:20:24] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.240 - - [2026-06-01 02:20:25] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.078115 10.0.0.240 - - [2026-06-01 02:20:25] "POST /neutron/network HTTP/1.1" 200 824 0.009701 10.0.0.240 - - [2026-06-01 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001178 10.0.0.240 - - [2026-06-01 02:20:25] "POST /neutron/port HTTP/1.1" 200 117 0.006250 10.0.0.65 - - [2026-06-01 02:20:25] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.240 - - [2026-06-01 02:20:26] "POST /neutron/port HTTP/1.1" 200 1058 0.373399 10.0.0.65 - - [2026-06-01 02:20:26] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.240 - - [2026-06-01 02:20:26] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.107065 10.0.0.240 - - [2026-06-01 02:20:26] "POST /neutron/port HTTP/1.1" 200 1112 0.175864 10.0.0.240 - - [2026-06-01 02:20:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.240 - - [2026-06-01 02:20:26] "POST /neutron/port HTTP/1.1" 200 1122 0.020889 10.0.0.240 - - [2026-06-01 02:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.006159 10.0.0.65 - - [2026-06-01 02:20:26] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001309 10.0.0.65 - - [2026-06-01 02:20:26] "PUT /logical-router/5d9446a7-e345-476c-94a2-73f018426263 HTTP/1.1" 200 262 0.069132 10.0.0.240 - - [2026-06-01 02:20:27] "POST /neutron/router HTTP/1.1" 200 344 0.447856 10.0.0.240 - - [2026-06-01 02:20:27] "POST /neutron/port HTTP/1.1" 200 1122 0.029235 10.0.0.240 - - [2026-06-01 02:20:27] "POST /neutron/port HTTP/1.1" 200 1056 0.019108 10.0.0.240 - - [2026-06-01 02:20:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003782 10.0.0.240 - - [2026-06-01 02:20:27] "POST /neutron/network HTTP/1.1" 200 822 0.008080 10.0.0.240 - - [2026-06-01 02:20:32] "POST /neutron/port HTTP/1.1" 200 1122 0.016757 10.0.0.240 - - [2026-06-01 02:20:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009537 10.0.0.240 - - [2026-06-01 02:20:32] "GET /virtual-machine/0594d1fd-3b1c-4dea-b96c-f554cc0155e4 HTTP/1.1" 401 293 0.000536 10.0.0.240 - - [2026-06-01 02:20:32] "GET /virtual-machine/0594d1fd-3b1c-4dea-b96c-f554cc0155e4 HTTP/1.1" 200 1289 0.028981 10.0.0.240 - - [2026-06-01 02:20:32] "GET /virtual-machine-interface/448e776a-20f6-4506-b6d9-b0abdba251ef HTTP/1.1" 200 2934 0.005678 10.0.0.240 - - [2026-06-01 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.240 - - [2026-06-01 02:20:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003357 10.0.0.240 - - [2026-06-01 02:20:32] "GET /virtual-networks?parent_id=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003611 10.0.0.240 - - [2026-06-01 02:20:32] "GET /virtual-network/9fd503ad-51ab-4c9a-ad24-8cda302c0d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005560 10.0.0.240 - - [2026-06-01 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.240 - - [2026-06-01 02:20:36] "GET /virtual-network/9fd503ad-51ab-4c9a-ad24-8cda302c0d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006842 10.0.0.240 - - [2026-06-01 02:20:38] "POST /neutron/port HTTP/1.1" 200 1120 0.026430 10.0.0.240 - - [2026-06-01 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.240 - - [2026-06-01 02:20:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-networks?parent_id=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003676 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-network/9fd503ad-51ab-4c9a-ad24-8cda302c0d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006296 10.0.0.240 - - [2026-06-01 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007385 10.0.0.240 - - [2026-06-01 02:20:40] "POST /neutron/port HTTP/1.1" 200 1120 0.025323 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-machine/b6e1047d-e731-4e42-a7cd-65941b7a916a HTTP/1.1" 200 1291 0.006531 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-machine-interface/3ccc1446-10e3-448b-8fac-ba0d4c2c8d84 HTTP/1.1" 200 2934 0.006353 10.0.0.240 - - [2026-06-01 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.240 - - [2026-06-01 02:20:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-networks?parent_id=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003691 10.0.0.240 - - [2026-06-01 02:20:40] "GET /virtual-network/d9c6c918-c612-451e-89f5-ef7fbd61f518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006029 10.0.0.65 - - [2026-06-01 02:20:41] "DELETE /access-control-list/2ccc4d8e-30d9-483f-89d5-51a3b05c903e HTTP/1.1" 200 115 0.042787 10.0.0.240 - - [2026-06-01 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.240 - - [2026-06-01 02:20:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003664 10.0.0.240 - - [2026-06-01 02:20:41] "GET /virtual-networks?parent_id=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003614 10.0.0.240 - - [2026-06-01 02:20:41] "GET /virtual-network/d9c6c918-c612-451e-89f5-ef7fbd61f518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005330 10.0.0.240 - - [2026-06-01 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007220 10.0.0.65 - - [2026-06-01 02:20:42] "DELETE /project/9ac294408b9b4f5cb9157088dd2627e6 HTTP/1.1" 404 173 0.004079 10.0.0.65 - - [2026-06-01 02:20:42] "DELETE /project/e5762802-7d40-49da-9dac-eb629319360c HTTP/1.1" 404 177 0.007245 10.0.0.65 - - [2026-06-01 02:20:42] "DELETE /project/ee7c20179175462cabd7fe165fb5be00 HTTP/1.1" 404 173 0.009553 10.0.0.65 - - [2026-06-01 02:20:42] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000893 10.0.0.65 - - [2026-06-01 02:20:42] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.046979 10.0.0.65 - - [2026-06-01 02:20:42] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.65 - - [2026-06-01 02:20:42] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?fields=security_groups HTTP/1.1" 200 1352 0.049207 10.0.0.65 - - [2026-06-01 02:20:42] "DELETE /security-group/559677e8-c8b0-4645-b26d-74e891e0eabb HTTP/1.1" 200 115 0.066589 10.0.0.65 - - [2026-06-01 02:20:42] "GET /projects?obj_uuids=9ac29440-8b9b-4f5c-b915-7088dd2627e6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.65 - - [2026-06-01 02:20:42] "GET /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6?fields=application_policy_sets HTTP/1.1" 200 1391 0.072215 10.0.0.65 - - [2026-06-01 02:20:42] "DELETE /project/9ac29440-8b9b-4f5c-b915-7088dd2627e6 HTTP/1.1" 200 115 0.439001 10.0.0.240 - - [2026-06-01 02:20:49] "POST /neutron/network HTTP/1.1" 200 834 0.008880 10.0.0.240 - - [2026-06-01 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.65 - - [2026-06-01 02:20:51] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.240 - - [2026-06-01 02:20:51] "POST /neutron/router HTTP/1.1" 200 344 0.363497 10.0.0.65 - - [2026-06-01 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.015047 10.0.0.240 - - [2026-06-01 02:20:54] "POST /neutron/port HTTP/1.1" 200 1120 0.018740 10.0.0.240 - - [2026-06-01 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.008946 10.0.0.240 - - [2026-06-01 02:20:58] "POST /neutron/router HTTP/1.1" 200 580 0.009521 10.0.0.65 - - [2026-06-01 02:21:01] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.240 - - [2026-06-01 02:21:01] "POST /neutron/router HTTP/1.1" 200 344 0.365031 10.0.0.65 - - [2026-06-01 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.019177 10.0.0.240 - - [2026-06-01 02:21:04] "POST /neutron/router HTTP/1.1" 200 580 0.007699 10.0.0.240 - - [2026-06-01 02:21:04] "POST /neutron/router HTTP/1.1" 200 151 0.083508 10.0.0.65 - - [2026-06-01 02:21:04] "DELETE /route-target/bdc00245-fdff-4bb6-ad27-83719f803a59 HTTP/1.1" 200 115 0.027367 10.0.0.240 - - [2026-06-01 02:21:05] "POST /neutron/port HTTP/1.1" 200 1120 0.018141 10.0.0.240 - - [2026-06-01 02:21:05] "POST /neutron/port HTTP/1.1" 200 1122 0.040823 10.0.0.240 - - [2026-06-01 02:21:06] "POST /neutron/network HTTP/1.1" 200 822 0.007327 10.0.0.65 - - [2026-06-01 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004483 10.0.0.65 - - [2026-06-01 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010841 10.0.0.65 - - [2026-06-01 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009637 10.0.0.240 - - [2026-06-01 02:21:07] "POST /neutron/network HTTP/1.1" 200 151 0.236463 10.0.0.65 - - [2026-06-01 02:21:08] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.240 - - [2026-06-01 02:21:08] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.070440 10.0.0.65 - - [2026-06-01 02:21:08] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.240 - - [2026-06-01 02:21:08] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?fields=virtual_networks HTTP/1.1" 200 1029 0.055396 10.0.0.65 - - [2026-06-01 02:21:08] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.240 - - [2026-06-01 02:21:08] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.072309 10.0.0.65 - - [2026-06-01 02:21:08] "GET /projects?obj_uuids=ee7c2017-9175-462c-abd7-fe165fb5be00&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.240 - - [2026-06-01 02:21:09] "GET /project/ee7c2017-9175-462c-abd7-fe165fb5be00?fields=security_groups HTTP/1.1" 200 1253 0.086841 10.0.0.240 - - [2026-06-01 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.027542 10.0.0.65 - - [2026-06-01 02:21:10] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003607 10.0.0.65 - - [2026-06-01 02:21:10] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.65 - - [2026-06-01 02:21:10] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010934 10.0.0.65 - - [2026-06-01 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 193 0.009163 10.0.0.65 - - [2026-06-01 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.004974 10.0.0.65 - - [2026-06-01 02:21:10] "POST /security-groups HTTP/1.1" 200 594 0.078403 10.0.0.65 - - [2026-06-01 02:21:10] "POST /projects HTTP/1.1" 200 591 0.311849 10.0.0.65 - - [2026-06-01 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.346326 10.0.0.65 - - [2026-06-01 02:21:10] "POST /access-control-lists HTTP/1.1" 200 599 0.034602 10.0.0.240 - - [2026-06-01 02:21:10] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.510344 10.0.0.240 - - [2026-06-01 02:21:11] "GET / HTTP/1.1" 200 35931 0.001341 10.0.0.240 - - [2026-06-01 02:21:13] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000647 10.0.0.65 - - [2026-06-01 02:21:13] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.240 - - [2026-06-01 02:21:14] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069269 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.240 - - [2026-06-01 02:21:14] "GET /security-group/b2ab5b00-4194-407c-8c48-32ffac6f9d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007569 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.65 - - [2026-06-01 02:21:14] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001451 10.0.0.240 - - [2026-06-01 02:21:14] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050307 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.240 - - [2026-06-01 02:21:14] "GET /security-group/b2ab5b00-4194-407c-8c48-32ffac6f9d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004885 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.240 - - [2026-06-01 02:21:14] "PUT /security-group/b2ab5b00-4194-407c-8c48-32ffac6f9d50 HTTP/1.1" 200 262 0.024230 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003176 10.0.0.65 - - [2026-06-01 02:21:14] "PUT /access-control-list/7a6e29ed-8d04-47e2-9bf7-8e7e5dd5285c HTTP/1.1" 200 272 0.025681 10.0.0.240 - - [2026-06-01 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.009414 10.0.0.65 - - [2026-06-01 02:21:14] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002442 10.0.0.240 - - [2026-06-01 02:21:14] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055258 10.0.0.65 - - [2026-06-01 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.035053 10.0.0.65 - - [2026-06-01 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010025 10.0.0.240 - - [2026-06-01 02:21:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.254934 10.0.0.240 - - [2026-06-01 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001297 10.0.0.240 - - [2026-06-01 02:21:15] "GET /virtual-network/01d38e0a-c216-4524-82e6-2e7fb749fbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005773 10.0.0.240 - - [2026-06-01 02:21:15] "GET /virtual-network/01d38e0a-c216-4524-82e6-2e7fb749fbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005900 10.0.0.240 - - [2026-06-01 02:21:15] "POST /neutron/network HTTP/1.1" 200 828 0.007525 10.0.0.240 - - [2026-06-01 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.65 - - [2026-06-01 02:21:15] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000934 10.0.0.240 - - [2026-06-01 02:21:15] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036220 10.0.0.65 - - [2026-06-01 02:21:15] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001124 10.0.0.240 - - [2026-06-01 02:21:15] "POST /neutron/network HTTP/1.1" 200 615 0.204271 10.0.0.240 - - [2026-06-01 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.003996 10.0.0.240 - - [2026-06-01 02:21:15] "GET /virtual-network/b0fc3af7-6660-4835-a6fe-ea4e39cb4752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006154 10.0.0.240 - - [2026-06-01 02:21:15] "POST /neutron/network HTTP/1.1" 200 835 0.007012 10.0.0.240 - - [2026-06-01 02:21:15] "GET /virtual-network/b0fc3af7-6660-4835-a6fe-ea4e39cb4752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005491 10.0.0.240 - - [2026-06-01 02:21:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001214 10.0.0.240 - - [2026-06-01 02:21:16] "POST /neutron/network HTTP/1.1" 200 838 0.007812 10.0.0.65 - - [2026-06-01 02:21:16] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001183 10.0.0.240 - - [2026-06-01 02:21:16] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.080672 10.0.0.240 - - [2026-06-01 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.007247 10.0.0.240 - - [2026-06-01 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001308 10.0.0.240 - - [2026-06-01 02:21:17] "POST /neutron/network HTTP/1.1" 200 838 0.007227 10.0.0.240 - - [2026-06-01 02:21:18] "POST /neutron/port HTTP/1.1" 200 1064 0.021254 10.0.0.65 - - [2026-06-01 02:21:18] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.240 - - [2026-06-01 02:21:18] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.097968 10.0.0.240 - - [2026-06-01 02:21:18] "POST /neutron/network HTTP/1.1" 200 835 0.006176 10.0.0.240 - - [2026-06-01 02:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-06-01 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009491 10.0.0.240 - - [2026-06-01 02:21:18] "POST /neutron/router HTTP/1.1" 200 585 0.011356 10.0.0.65 - - [2026-06-01 02:21:18] "POST /route-targets HTTP/1.1" 200 327 0.020355 10.0.0.65 - - [2026-06-01 02:21:18] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000991 10.0.0.65 - - [2026-06-01 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.034899 10.0.0.65 - - [2026-06-01 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009707 10.0.0.65 - - [2026-06-01 02:21:19] "POST /virtual-networks HTTP/1.1" 200 694 0.215104 10.0.0.65 - - [2026-06-01 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.051953 10.0.0.240 - - [2026-06-01 02:21:19] "POST /neutron/router HTTP/1.1" 200 344 0.518492 10.0.0.65 - - [2026-06-01 02:21:19] "PUT /logical-router/2e6adceb-b767-4009-9733-a399de05e4f5 HTTP/1.1" 200 262 0.088990 10.0.0.240 - - [2026-06-01 02:21:19] "POST /neutron/port HTTP/1.1" 200 1128 0.055857 10.0.0.65 - - [2026-06-01 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.240 - - [2026-06-01 02:21:19] "POST /neutron/port HTTP/1.1" 200 1064 0.019137 10.0.0.65 - - [2026-06-01 02:21:19] "POST /chown HTTP/1.1" 200 109 0.036189 10.0.0.65 - - [2026-06-01 02:21:20] "POST /chown HTTP/1.1" 200 109 0.017639 10.0.0.240 - - [2026-06-01 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016112 10.0.0.240 - - [2026-06-01 02:21:20] "POST /neutron/network HTTP/1.1" 200 835 0.020730 10.0.0.65 - - [2026-06-01 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.038113 10.0.0.65 - - [2026-06-01 02:21:20] "POST /instance-ips HTTP/1.1" 200 549 0.065158 10.0.0.65 - - [2026-06-01 02:21:20] "PUT /virtual-machine-interface/58c4c8ba-04fe-4ead-a964-14b7bef886f7 HTTP/1.1" 200 284 0.019795 10.0.0.65 - - [2026-06-01 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.024421 10.0.0.65 - - [2026-06-01 02:21:20] "PUT /routing-instance/a0b97b43-39ac-43f8-94cf-93c3d3e02360 HTTP/1.1" 200 266 0.025475 10.0.0.65 - - [2026-06-01 02:21:20] "POST /chown HTTP/1.1" 200 109 0.023917 10.0.0.65 - - [2026-06-01 02:21:20] "PUT /virtual-machine-interface/123f8d31-71fe-42d3-8801-d56898c90d6f HTTP/1.1" 200 284 0.025256 10.0.0.65 - - [2026-06-01 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.034844 10.0.0.65 - - [2026-06-01 02:21:21] "POST /instance-ips HTTP/1.1" 400 316 0.028166 10.0.0.65 - - [2026-06-01 02:21:21] "PUT /instance-ip/f614c4ee-9276-4b2a-b422-9b649a3dfae1 HTTP/1.1" 200 256 0.035998 10.0.0.65 - - [2026-06-01 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.024252 10.0.0.240 - - [2026-06-01 02:21:24] "POST /neutron/port HTTP/1.1" 200 1128 0.018041 10.0.0.240 - - [2026-06-01 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007787 10.0.0.240 - - [2026-06-01 02:21:24] "GET /virtual-machine/ff75793e-144a-41a2-a60c-fcbed764fe73 HTTP/1.1" 401 293 0.000464 10.0.0.240 - - [2026-06-01 02:21:25] "GET /virtual-machine/ff75793e-144a-41a2-a60c-fcbed764fe73 HTTP/1.1" 200 1296 0.034458 10.0.0.240 - - [2026-06-01 02:21:25] "GET /virtual-machine-interface/f3101f93-39e5-4f0b-8850-df9eb08df98b HTTP/1.1" 200 2956 0.005830 10.0.0.240 - - [2026-06-01 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.240 - - [2026-06-01 02:21:25] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003869 10.0.0.240 - - [2026-06-01 02:21:25] "GET /virtual-networks?parent_id=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003548 10.0.0.240 - - [2026-06-01 02:21:25] "GET /virtual-network/01d38e0a-c216-4524-82e6-2e7fb749fbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005831 10.0.0.240 - - [2026-06-01 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.240 - - [2026-06-01 02:21:28] "GET /virtual-network/01d38e0a-c216-4524-82e6-2e7fb749fbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006044 10.0.0.240 - - [2026-06-01 02:21:29] "POST /neutron/port HTTP/1.1" 200 1128 0.020000 10.0.0.240 - - [2026-06-01 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.240 - - [2026-06-01 02:21:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005891 10.0.0.240 - - [2026-06-01 02:21:30] "GET /virtual-networks?parent_id=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004308 10.0.0.240 - - [2026-06-01 02:21:30] "GET /virtual-network/01d38e0a-c216-4524-82e6-2e7fb749fbb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007669 10.0.0.240 - - [2026-06-01 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007791 10.0.0.240 - - [2026-06-01 02:21:30] "POST /neutron/port HTTP/1.1" 200 1128 0.017441 10.0.0.240 - - [2026-06-01 02:21:30] "GET /virtual-machine/7e48c472-4be3-43ba-bad2-fa865813dd16 HTTP/1.1" 200 1295 0.006821 10.0.0.240 - - [2026-06-01 02:21:30] "GET /virtual-machine-interface/150d4268-7287-48cd-adb0-d762915db8cb HTTP/1.1" 200 2968 0.005651 10.0.0.240 - - [2026-06-01 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.240 - - [2026-06-01 02:21:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.240 - - [2026-06-01 02:21:30] "GET /virtual-networks?parent_id=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005608 10.0.0.240 - - [2026-06-01 02:21:31] "GET /virtual-network/b0fc3af7-6660-4835-a6fe-ea4e39cb4752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006208 10.0.0.240 - - [2026-06-01 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.240 - - [2026-06-01 02:21:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.240 - - [2026-06-01 02:21:32] "GET /virtual-networks?parent_id=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003647 10.0.0.240 - - [2026-06-01 02:21:32] "GET /virtual-network/b0fc3af7-6660-4835-a6fe-ea4e39cb4752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005600 10.0.0.65 - - [2026-06-01 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.017946 10.0.0.240 - - [2026-06-01 02:21:36] "POST /neutron/router HTTP/1.1" 200 344 0.253240 10.0.0.65 - - [2026-06-01 02:21:36] "PUT /logical-router/2e6adceb-b767-4009-9733-a399de05e4f5 HTTP/1.1" 200 262 0.028423 10.0.0.65 - - [2026-06-01 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.019193 10.0.0.65 - - [2026-06-01 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.65 - - [2026-06-01 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.024795 10.0.0.240 - - [2026-06-01 02:21:36] "POST /neutron/network HTTP/1.1" 200 835 0.016066 10.0.0.65 - - [2026-06-01 02:21:36] "GET /instance-ip/f614c4ee-9276-4b2a-b422-9b649a3dfae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.020616 10.0.0.65 - - [2026-06-01 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.025850 10.0.0.65 - - [2026-06-01 02:21:37] "DELETE /virtual-machine-interface/c7e957d2-affc-4eca-83de-b79b7c68951a HTTP/1.1" 200 115 0.058180 10.0.0.240 - - [2026-06-01 02:21:37] "POST /neutron/port HTTP/1.1" 200 1118 0.017312 10.0.0.240 - - [2026-06-01 02:21:37] "POST /neutron/port HTTP/1.1" 200 1118 0.016884 10.0.0.65 - - [2026-06-01 02:21:37] "DELETE /route-target/00a8cbe7-98e0-4b86-8215-7b9a8fc49c85 HTTP/1.1" 200 115 0.035988 10.0.0.65 - - [2026-06-01 02:21:37] "DELETE /service-instance/7b90a49d-abb2-4006-911e-0500abe6cd67 HTTP/1.1" 200 115 0.063522 10.0.0.65 - - [2026-06-01 02:21:37] "GET /virtual-machine-interface/9bf96d11-d601-437f-9705-f4d1639b8ad9?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.017330 10.0.0.65 - - [2026-06-01 02:21:37] "DELETE /virtual-machine-interface/9bf96d11-d601-437f-9705-f4d1639b8ad9 HTTP/1.1" 200 115 0.144005 10.0.0.65 - - [2026-06-01 02:21:37] "GET /virtual-machine-interface/123f8d31-71fe-42d3-8801-d56898c90d6f?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.007025 10.0.0.65 - - [2026-06-01 02:21:37] "DELETE /instance-ip/ba5279bd-1250-4f8e-b76c-2afc98f64810 HTTP/1.1" 200 115 0.057001 10.0.0.65 - - [2026-06-01 02:21:38] "DELETE /virtual-machine/fca36134-dfbe-460f-b05c-a27341536b9b HTTP/1.1" 200 115 0.050328 10.0.0.65 - - [2026-06-01 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.070936 10.0.0.65 - - [2026-06-01 02:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.240 - - [2026-06-01 02:21:39] "POST /neutron/network HTTP/1.1" 200 151 0.240219 10.0.0.65 - - [2026-06-01 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.65 - - [2026-06-01 02:21:40] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000941 10.0.0.240 - - [2026-06-01 02:21:40] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057446 10.0.0.65 - - [2026-06-01 02:21:40] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000948 10.0.0.240 - - [2026-06-01 02:21:40] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?fields=virtual_networks HTTP/1.1" 200 1038 0.049226 10.0.0.65 - - [2026-06-01 02:21:40] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000974 10.0.0.240 - - [2026-06-01 02:21:40] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.054525 10.0.0.65 - - [2026-06-01 02:21:40] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.240 - - [2026-06-01 02:21:40] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?fields=security_groups HTTP/1.1" 200 1267 0.052200 10.0.0.240 - - [2026-06-01 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.026325 10.0.0.65 - - [2026-06-01 02:21:41] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003398 10.0.0.65 - - [2026-06-01 02:21:41] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.65 - - [2026-06-01 02:21:41] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038795 10.0.0.65 - - [2026-06-01 02:21:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.005842 10.0.0.65 - - [2026-06-01 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.007159 10.0.0.65 - - [2026-06-01 02:21:42] "POST /security-groups HTTP/1.1" 200 599 0.094388 10.0.0.65 - - [2026-06-01 02:21:42] "POST /projects HTTP/1.1" 200 601 0.340948 10.0.0.65 - - [2026-06-01 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.414330 10.0.0.65 - - [2026-06-01 02:21:42] "POST /access-control-lists HTTP/1.1" 200 604 0.064667 10.0.0.240 - - [2026-06-01 02:21:42] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.594176 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /project/eadb1a672a2e41b68740a7b46e8ec209 HTTP/1.1" 404 173 0.009503 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /project/eedcee46317348849bbcd1de82c5b990 HTTP/1.1" 404 173 0.004439 10.0.0.65 - - [2026-06-01 02:21:43] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000822 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /project/ee7c2017-9175-462c-abd7-fe165fb5be00 HTTP/1.1" 404 177 0.010751 10.0.0.65 - - [2026-06-01 02:21:43] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.064733 10.0.0.65 - - [2026-06-01 02:21:43] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.65 - - [2026-06-01 02:21:43] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?fields=security_groups HTTP/1.1" 200 1372 0.043208 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /security-group/b2ab5b00-4194-407c-8c48-32ffac6f9d50 HTTP/1.1" 200 115 0.060695 10.0.0.65 - - [2026-06-01 02:21:43] "GET /projects?obj_uuids=eadb1a67-2a2e-41b6-8740-a7b46e8ec209&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /access-control-list/7a6e29ed-8d04-47e2-9bf7-8e7e5dd5285c HTTP/1.1" 200 115 0.058357 10.0.0.65 - - [2026-06-01 02:21:43] "GET /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209?fields=application_policy_sets HTTP/1.1" 200 1411 0.050443 10.0.0.65 - - [2026-06-01 02:21:43] "DELETE /project/eadb1a67-2a2e-41b6-8740-a7b46e8ec209 HTTP/1.1" 200 115 0.446414 10.0.0.240 - - [2026-06-01 02:21:43] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.240 - - [2026-06-01 02:21:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000559 10.0.0.240 - - [2026-06-01 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.058477 10.0.0.65 - - [2026-06-01 02:21:46] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001590 10.0.0.240 - - [2026-06-01 02:21:46] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055414 10.0.0.240 - - [2026-06-01 02:21:46] "POST /neutron/network HTTP/1.1" 200 117 0.044492 10.0.0.65 - - [2026-06-01 02:21:46] "POST /ref-update HTTP/1.1" 200 156 0.038537 10.0.0.65 - - [2026-06-01 02:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007869 10.0.0.240 - - [2026-06-01 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.227417 10.0.0.240 - - [2026-06-01 02:21:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001190 10.0.0.240 - - [2026-06-01 02:21:46] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006315 10.0.0.240 - - [2026-06-01 02:21:46] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005700 10.0.0.240 - - [2026-06-01 02:21:46] "POST /neutron/network HTTP/1.1" 200 1008 0.008657 10.0.0.240 - - [2026-06-01 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.65 - - [2026-06-01 02:21:47] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000915 10.0.0.240 - - [2026-06-01 02:21:47] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041225 10.0.0.240 - - [2026-06-01 02:21:47] "POST /neutron/network HTTP/1.1" 200 117 0.014307 10.0.0.65 - - [2026-06-01 02:21:47] "GET /obj-perms HTTP/1.1" 200 5075 0.075449 10.0.0.240 - - [2026-06-01 02:21:47] "GET /obj-perms HTTP/1.1" 200 5075 0.045218 10.0.0.65 - - [2026-06-01 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010567 10.0.0.240 - - [2026-06-01 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.198953 10.0.0.240 - - [2026-06-01 02:21:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001199 10.0.0.240 - - [2026-06-01 02:21:47] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006654 10.0.0.240 - - [2026-06-01 02:21:47] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006555 10.0.0.240 - - [2026-06-01 02:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.011457 10.0.0.240 - - [2026-06-01 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.002999 10.0.0.240 - - [2026-06-01 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.65 - - [2026-06-01 02:21:48] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.240 - - [2026-06-01 02:21:48] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051764 10.0.0.240 - - [2026-06-01 02:21:48] "POST /network-policys HTTP/1.1" 200 577 0.034959 10.0.0.240 - - [2026-06-01 02:21:48] "GET /network-policy/b07874e9-ccf7-4df6-a703-9d353a999e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006346 10.0.0.240 - - [2026-06-01 02:21:48] "POST /neutron/network HTTP/1.1" 200 1008 0.013463 10.0.0.65 - - [2026-06-01 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.007809 10.0.0.65 - - [2026-06-01 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.091058 10.0.0.240 - - [2026-06-01 02:21:48] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.019572 10.0.0.240 - - [2026-06-01 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.240 - - [2026-06-01 02:21:48] "GET /network-policy/b07874e9-ccf7-4df6-a703-9d353a999e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004083 10.0.0.240 - - [2026-06-01 02:21:48] "POST /neutron/network HTTP/1.1" 200 1005 0.009341 10.0.0.65 - - [2026-06-01 02:21:48] "POST /access-control-lists HTTP/1.1" 200 596 0.057540 10.0.0.240 - - [2026-06-01 02:21:48] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.011551 10.0.0.240 - - [2026-06-01 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.240 - - [2026-06-01 02:21:48] "GET /network-policy/b07874e9-ccf7-4df6-a703-9d353a999e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003905 10.0.0.240 - - [2026-06-01 02:21:49] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005586 10.0.0.249 - - [2026-06-01 02:21:50] "GET /obj-perms HTTP/1.1" 200 5065 0.047967 10.0.0.240 - - [2026-06-01 02:21:50] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005437 10.0.0.240 - - [2026-06-01 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001457 10.0.0.240 - - [2026-06-01 02:21:51] "POST /neutron/network HTTP/1.1" 200 1126 0.007534 10.0.0.65 - - [2026-06-01 02:21:52] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001715 10.0.0.240 - - [2026-06-01 02:21:52] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076804 10.0.0.240 - - [2026-06-01 02:21:52] "POST /neutron/port HTTP/1.1" 200 117 0.007187 10.0.0.240 - - [2026-06-01 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001256 10.0.0.240 - - [2026-06-01 02:21:52] "POST /neutron/network HTTP/1.1" 200 1126 0.007205 10.0.0.65 - - [2026-06-01 02:21:53] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.240 - - [2026-06-01 02:21:53] "POST /neutron/port HTTP/1.1" 200 1177 0.034359 10.0.0.240 - - [2026-06-01 02:21:53] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095672 10.0.0.240 - - [2026-06-01 02:21:53] "POST /neutron/port HTTP/1.1" 200 1241 0.022415 10.0.0.240 - - [2026-06-01 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008147 10.0.0.240 - - [2026-06-01 02:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.006013 10.0.0.240 - - [2026-06-01 02:21:53] "POST /neutron/port HTTP/1.1" 200 1241 0.023006 10.0.0.240 - - [2026-06-01 02:21:54] "POST /neutron/network HTTP/1.1" 200 1123 0.010765 10.0.0.240 - - [2026-06-01 02:21:54] "POST /neutron/port HTTP/1.1" 200 1174 0.022032 10.0.0.240 - - [2026-06-01 02:21:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.240 - - [2026-06-01 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-06-01 02:21:56] "POST /neutron/port HTTP/1.1" 200 1238 0.022428 10.0.0.240 - - [2026-06-01 02:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003674 10.0.0.240 - - [2026-06-01 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.240 - - [2026-06-01 02:21:59] "POST /neutron/port HTTP/1.1" 200 1241 0.021607 10.0.0.240 - - [2026-06-01 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007537 10.0.0.240 - - [2026-06-01 02:21:59] "GET /virtual-machine/04e4ae5d-fcb2-462f-96e1-2cb8f62f14bf HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2026-06-01 02:21:59] "GET /virtual-machine/04e4ae5d-fcb2-462f-96e1-2cb8f62f14bf HTTP/1.1" 200 1299 0.028317 10.0.0.240 - - [2026-06-01 02:21:59] "GET /virtual-machine-interface/205d0211-d5aa-4900-ad34-df65e03a51a6 HTTP/1.1" 200 3175 0.005387 10.0.0.240 - - [2026-06-01 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.240 - - [2026-06-01 02:21:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003461 10.0.0.240 - - [2026-06-01 02:21:59] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002826 10.0.0.240 - - [2026-06-01 02:21:59] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006150 10.0.0.240 - - [2026-06-01 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.240 - - [2026-06-01 02:22:02] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005657 10.0.0.240 - - [2026-06-01 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.240 - - [2026-06-01 02:22:07] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005770 10.0.0.240 - - [2026-06-01 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.240 - - [2026-06-01 02:22:11] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006078 10.0.0.240 - - [2026-06-01 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.240 - - [2026-06-01 02:22:15] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005958 10.0.0.240 - - [2026-06-01 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.240 - - [2026-06-01 02:22:19] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005884 10.0.0.240 - - [2026-06-01 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.240 - - [2026-06-01 02:22:23] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006986 10.0.0.240 - - [2026-06-01 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.240 - - [2026-06-01 02:22:27] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005193 10.0.0.240 - - [2026-06-01 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.240 - - [2026-06-01 02:22:31] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005398 10.0.0.240 - - [2026-06-01 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-06-01 02:22:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.240 - - [2026-06-01 02:22:33] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003302 10.0.0.240 - - [2026-06-01 02:22:33] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007319 10.0.0.240 - - [2026-06-01 02:22:33] "POST /neutron/port HTTP/1.1" 200 1241 0.023456 10.0.0.240 - - [2026-06-01 02:22:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009048 10.0.0.240 - - [2026-06-01 02:22:44] "POST /neutron/port HTTP/1.1" 200 1241 0.019343 10.0.0.240 - - [2026-06-01 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007027 10.0.0.65 - - [2026-06-01 02:22:48] "GET /obj-perms HTTP/1.1" 200 5075 0.059561 10.0.0.240 - - [2026-06-01 02:22:52] "POST /neutron/port HTTP/1.1" 200 1241 0.047353 10.0.0.240 - - [2026-06-01 02:22:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.240 - - [2026-06-01 02:22:52] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.240 - - [2026-06-01 02:22:54] "POST /neutron/port HTTP/1.1" 200 1238 0.021359 10.0.0.240 - - [2026-06-01 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007289 10.0.0.240 - - [2026-06-01 02:22:54] "GET /virtual-machine/af320e99-6392-4ec1-b9fc-4234ca7d087d HTTP/1.1" 200 1301 0.005982 10.0.0.240 - - [2026-06-01 02:22:54] "GET /virtual-machine-interface/b30675f9-6bf9-49d5-ac48-7b9e45902573 HTTP/1.1" 200 3176 0.006195 10.0.0.240 - - [2026-06-01 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.240 - - [2026-06-01 02:22:54] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003336 10.0.0.240 - - [2026-06-01 02:22:54] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003740 10.0.0.240 - - [2026-06-01 02:22:54] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006699 10.0.0.240 - - [2026-06-01 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.240 - - [2026-06-01 02:22:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.240 - - [2026-06-01 02:22:55] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002645 10.0.0.240 - - [2026-06-01 02:22:56] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005726 10.0.0.240 - - [2026-06-01 02:22:57] "POST /neutron/port HTTP/1.1" 200 1238 0.041883 10.0.0.240 - - [2026-06-01 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.240 - - [2026-06-01 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.240 - - [2026-06-01 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.65 - - [2026-06-01 02:23:18] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001800 10.0.0.240 - - [2026-06-01 02:23:18] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055762 10.0.0.240 - - [2026-06-01 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.240 - - [2026-06-01 02:23:18] "PUT /network-policy/b07874e9-ccf7-4df6-a703-9d353a999e89 HTTP/1.1" 200 262 0.017081 10.0.0.65 - - [2026-06-01 02:23:19] "PUT /access-control-list/533f8736-e835-45c3-84fe-2f6c2dc9756a HTTP/1.1" 200 272 0.065966 10.0.0.240 - - [2026-06-01 02:23:22] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005733 10.0.0.240 - - [2026-06-01 02:23:22] "POST /neutron/network HTTP/1.1" 200 1113 0.009820 10.0.0.240 - - [2026-06-01 02:23:22] "GET /virtual-network/4b5c83fc-4b61-498b-950d-2cbd9d207749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007863 10.0.0.240 - - [2026-06-01 02:23:22] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004929 10.0.0.240 - - [2026-06-01 02:23:22] "POST /neutron/network HTTP/1.1" 200 1116 0.015396 10.0.0.65 - - [2026-06-01 02:23:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.004340 10.0.0.65 - - [2026-06-01 02:23:22] "DELETE /access-control-list/533f8736-e835-45c3-84fe-2f6c2dc9756a HTTP/1.1" 200 115 0.048166 10.0.0.240 - - [2026-06-01 02:23:22] "GET /virtual-network/94e3ede3-70fc-494c-ac07-d2971bc82165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.009848 10.0.0.240 - - [2026-06-01 02:23:22] "DELETE /network-policy/b07874e9-ccf7-4df6-a703-9d353a999e89 HTTP/1.1" 200 115 0.062680 10.0.0.240 - - [2026-06-01 02:23:22] "POST /neutron/port HTTP/1.1" 200 1238 0.032752 10.0.0.240 - - [2026-06-01 02:23:22] "POST /neutron/port HTTP/1.1" 200 1228 0.018963 10.0.0.240 - - [2026-06-01 02:23:22] "POST /neutron/port HTTP/1.1" 200 1231 0.024236 10.0.0.65 - - [2026-06-01 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.65 - - [2026-06-01 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005232 10.0.0.65 - - [2026-06-01 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002003 10.0.0.65 - - [2026-06-01 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.240 - - [2026-06-01 02:23:24] "POST /neutron/network HTTP/1.1" 200 151 0.164262 10.0.0.65 - - [2026-06-01 02:23:24] "DELETE /route-target/2eaae68c-1ce3-48fe-8a1e-56cf10a07356 HTTP/1.1" 200 115 0.026710 10.0.0.65 - - [2026-06-01 02:23:29] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.240 - - [2026-06-01 02:23:29] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047849 10.0.0.240 - - [2026-06-01 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.65 - - [2026-06-01 02:23:29] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.240 - - [2026-06-01 02:23:29] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008050 10.0.0.240 - - [2026-06-01 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.65 - - [2026-06-01 02:23:30] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.240 - - [2026-06-01 02:23:30] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047222 10.0.0.240 - - [2026-06-01 02:23:30] "GET /domains HTTP/1.1" 200 280 0.002807 10.0.0.65 - - [2026-06-01 02:23:30] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.240 - - [2026-06-01 02:23:30] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2 HTTP/1.1" 200 2580 0.009745 10.0.0.65 - - [2026-06-01 02:23:30] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.240 - - [2026-06-01 02:23:30] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990 HTTP/1.1" 200 1901 0.085077 10.0.0.240 - - [2026-06-01 02:23:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006597 10.0.0.240 - - [2026-06-01 02:23:30] "POST /network-ipams HTTP/1.1" 200 609 0.029786 10.0.0.240 - - [2026-06-01 02:23:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003054 10.0.0.240 - - [2026-06-01 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007865 10.0.0.240 - - [2026-06-01 02:23:31] "GET /network-ipam/420ce01d-1310-4d4b-b247-cd3c8080cdeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.008131 10.0.0.240 - - [2026-06-01 02:23:31] "PUT /network-ipam/420ce01d-1310-4d4b-b247-cd3c8080cdeb HTTP/1.1" 200 258 0.023159 10.0.0.240 - - [2026-06-01 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.65 - - [2026-06-01 02:23:31] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.240 - - [2026-06-01 02:23:31] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048149 10.0.0.240 - - [2026-06-01 02:23:31] "POST /neutron/network HTTP/1.1" 200 117 0.012583 10.0.0.65 - - [2026-06-01 02:23:31] "POST /route-targets HTTP/1.1" 200 327 0.017834 10.0.0.65 - - [2026-06-01 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008933 10.0.0.240 - - [2026-06-01 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.235984 10.0.0.240 - - [2026-06-01 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001221 10.0.0.240 - - [2026-06-01 02:23:32] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007362 10.0.0.240 - - [2026-06-01 02:23:32] "POST /neutron/network HTTP/1.1" 200 1308 0.011559 10.0.0.240 - - [2026-06-01 02:23:32] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005091 10.0.0.240 - - [2026-06-01 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.010117 10.0.0.240 - - [2026-06-01 02:23:32] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005683 10.0.0.240 - - [2026-06-01 02:23:32] "GET /obj-perms HTTP/1.1" 200 5065 0.061719 10.0.0.249 - - [2026-06-01 02:23:32] "GET /obj-perms HTTP/1.1" 200 5065 0.003445 10.0.0.240 - - [2026-06-01 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.65 - - [2026-06-01 02:23:33] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.240 - - [2026-06-01 02:23:33] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037435 10.0.0.65 - - [2026-06-01 02:23:33] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.240 - - [2026-06-01 02:23:33] "POST /neutron/network HTTP/1.1" 200 619 0.129541 10.0.0.65 - - [2026-06-01 02:23:33] "POST /ref-update HTTP/1.1" 200 156 0.027615 10.0.0.65 - - [2026-06-01 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009401 10.0.0.240 - - [2026-06-01 02:23:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.249013 10.0.0.240 - - [2026-06-01 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001226 10.0.0.240 - - [2026-06-01 02:23:34] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005706 10.0.0.240 - - [2026-06-01 02:23:34] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005038 10.0.0.240 - - [2026-06-01 02:23:34] "POST /neutron/network HTTP/1.1" 200 1309 0.012731 10.0.0.240 - - [2026-06-01 02:23:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.010501 10.0.0.240 - - [2026-06-01 02:23:34] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005885 10.0.0.240 - - [2026-06-01 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.65 - - [2026-06-01 02:23:34] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.240 - - [2026-06-01 02:23:34] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038151 10.0.0.65 - - [2026-06-01 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008642 10.0.0.240 - - [2026-06-01 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.241551 10.0.0.65 - - [2026-06-01 02:23:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.002697 10.0.0.240 - - [2026-06-01 02:23:35] "POST /neutron/network HTTP/1.1" 200 1309 0.013077 10.0.0.240 - - [2026-06-01 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001012 10.0.0.240 - - [2026-06-01 02:23:35] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004866 10.0.0.240 - - [2026-06-01 02:23:35] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005454 10.0.0.240 - - [2026-06-01 02:23:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.009294 10.0.0.240 - - [2026-06-01 02:23:36] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005596 10.0.0.65 - - [2026-06-01 02:23:36] "GET /obj-perms HTTP/1.1" 200 5065 0.048713 10.0.0.240 - - [2026-06-01 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.65 - - [2026-06-01 02:23:36] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.240 - - [2026-06-01 02:23:36] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043563 10.0.0.240 - - [2026-06-01 02:23:36] "POST /neutron/network HTTP/1.1" 200 117 0.015091 10.0.0.65 - - [2026-06-01 02:23:36] "POST /ref-update HTTP/1.1" 200 156 0.025145 10.0.0.65 - - [2026-06-01 02:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.240 - - [2026-06-01 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.183604 10.0.0.240 - - [2026-06-01 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.001273 10.0.0.240 - - [2026-06-01 02:23:37] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007089 10.0.0.240 - - [2026-06-01 02:23:37] "POST /neutron/network HTTP/1.1" 200 1309 0.013847 10.0.0.240 - - [2026-06-01 02:23:37] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005284 10.0.0.240 - - [2026-06-01 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.010021 10.0.0.240 - - [2026-06-01 02:23:37] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005838 10.0.0.240 - - [2026-06-01 02:23:38] "GET /obj-perms HTTP/1.1" 200 5065 0.004076 10.0.0.249 - - [2026-06-01 02:23:38] "GET /obj-perms HTTP/1.1" 200 5065 0.003769 10.0.0.240 - - [2026-06-01 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.003547 10.0.0.240 - - [2026-06-01 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.65 - - [2026-06-01 02:23:38] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.240 - - [2026-06-01 02:23:38] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067201 10.0.0.240 - - [2026-06-01 02:23:38] "POST /network-policys HTTP/1.1" 200 559 0.033194 10.0.0.240 - - [2026-06-01 02:23:38] "GET /network-policy/2605e36b-044c-4ac7-8a42-f75475923f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.009165 10.0.0.240 - - [2026-06-01 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.009315 10.0.0.240 - - [2026-06-01 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010820 10.0.0.65 - - [2026-06-01 02:23:38] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.240 - - [2026-06-01 02:23:38] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044334 10.0.0.240 - - [2026-06-01 02:23:38] "POST /network-policys HTTP/1.1" 200 559 0.045874 10.0.0.240 - - [2026-06-01 02:23:38] "GET /network-policy/823fba7d-94d6-4fc4-b03d-b5c57d893c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007977 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003349 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.65 - - [2026-06-01 02:23:39] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.240 - - [2026-06-01 02:23:39] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047523 10.0.0.240 - - [2026-06-01 02:23:39] "POST /network-policys HTTP/1.1" 200 559 0.034457 10.0.0.240 - - [2026-06-01 02:23:39] "GET /network-policy/45b8986a-310b-49d6-a868-504f3e1a6ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.018276 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003981 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.65 - - [2026-06-01 02:23:39] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.240 - - [2026-06-01 02:23:39] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042125 10.0.0.240 - - [2026-06-01 02:23:39] "POST /network-policys HTTP/1.1" 200 559 0.035410 10.0.0.240 - - [2026-06-01 02:23:39] "GET /network-policy/eca55e41-f4f3-49ee-bc96-bf2e2a340dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007778 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.006331 10.0.0.240 - - [2026-06-01 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006943 10.0.0.65 - - [2026-06-01 02:23:39] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.240 - - [2026-06-01 02:23:39] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044954 10.0.0.240 - - [2026-06-01 02:23:39] "POST /network-policys HTTP/1.1" 200 559 0.036328 10.0.0.240 - - [2026-06-01 02:23:40] "GET /network-policy/cbdb6ea6-19dc-4684-80f9-592b2c815819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007361 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.003784 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.65 - - [2026-06-01 02:23:40] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.240 - - [2026-06-01 02:23:40] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044117 10.0.0.240 - - [2026-06-01 02:23:40] "POST /network-policys HTTP/1.1" 200 559 0.035683 10.0.0.240 - - [2026-06-01 02:23:40] "GET /network-policy/4aff7a00-5502-43f7-a25e-1414300b157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.010437 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.003476 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-06-01 02:23:40] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002195 10.0.0.240 - - [2026-06-01 02:23:40] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053949 10.0.0.240 - - [2026-06-01 02:23:40] "POST /network-policys HTTP/1.1" 200 559 0.039432 10.0.0.240 - - [2026-06-01 02:23:40] "GET /network-policy/4c5a80f8-ea69-4b7a-8457-a0c3b32b5bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.009539 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.003314 10.0.0.240 - - [2026-06-01 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2026-06-01 02:23:41] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.240 - - [2026-06-01 02:23:41] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043122 10.0.0.240 - - [2026-06-01 02:23:41] "POST /network-policys HTTP/1.1" 200 559 0.031501 10.0.0.240 - - [2026-06-01 02:23:41] "GET /network-policy/5f07d0bd-c19c-4d99-a975-d30815006898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007587 10.0.0.240 - - [2026-06-01 02:23:41] "POST /neutron/network HTTP/1.1" 200 1493 0.125246 10.0.0.240 - - [2026-06-01 02:23:41] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007850 10.0.0.240 - - [2026-06-01 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.240 - - [2026-06-01 02:23:41] "GET /network-policy/2605e36b-044c-4ac7-8a42-f75475923f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.006386 10.0.0.240 - - [2026-06-01 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.240 - - [2026-06-01 02:23:41] "GET /network-policy/823fba7d-94d6-4fc4-b03d-b5c57d893c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004099 10.0.0.65 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.003112 10.0.0.65 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.010940 10.0.0.240 - - [2026-06-01 02:23:42] "POST /neutron/network HTTP/1.1" 200 1494 0.111651 10.0.0.240 - - [2026-06-01 02:23:42] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006140 10.0.0.240 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.240 - - [2026-06-01 02:23:42] "GET /network-policy/45b8986a-310b-49d6-a868-504f3e1a6ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005308 10.0.0.240 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.240 - - [2026-06-01 02:23:42] "GET /network-policy/eca55e41-f4f3-49ee-bc96-bf2e2a340dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005127 10.0.0.65 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.004532 10.0.0.240 - - [2026-06-01 02:23:42] "POST /neutron/network HTTP/1.1" 200 1494 0.095510 10.0.0.240 - - [2026-06-01 02:23:42] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.016239 10.0.0.240 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.240 - - [2026-06-01 02:23:42] "GET /network-policy/4aff7a00-5502-43f7-a25e-1414300b157e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006759 10.0.0.240 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.240 - - [2026-06-01 02:23:42] "GET /network-policy/cbdb6ea6-19dc-4684-80f9-592b2c815819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005236 10.0.0.240 - - [2026-06-01 02:23:42] "POST /neutron/network HTTP/1.1" 200 1494 0.124792 10.0.0.240 - - [2026-06-01 02:23:42] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005681 10.0.0.240 - - [2026-06-01 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.65 - - [2026-06-01 02:23:43] "POST /access-control-lists HTTP/1.1" 200 605 0.102419 10.0.0.240 - - [2026-06-01 02:23:43] "GET /network-policy/4c5a80f8-ea69-4b7a-8457-a0c3b32b5bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006633 10.0.0.240 - - [2026-06-01 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.240 - - [2026-06-01 02:23:43] "GET /network-policy/5f07d0bd-c19c-4d99-a975-d30815006898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004186 10.0.0.240 - - [2026-06-01 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001071 10.0.0.65 - - [2026-06-01 02:24:17] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.240 - - [2026-06-01 02:24:17] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.092456 10.0.0.240 - - [2026-06-01 02:24:17] "POST /neutron/network HTTP/1.1" 200 1493 0.013570 10.0.0.240 - - [2026-06-01 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 231 0.001256 10.0.0.240 - - [2026-06-01 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.009762 10.0.0.65 - - [2026-06-01 02:24:18] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.65 - - [2026-06-01 02:24:18] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.240 - - [2026-06-01 02:24:18] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.126926 10.0.0.240 - - [2026-06-01 02:24:18] "POST /neutron/port HTTP/1.1" 200 1169 0.662000 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/port HTTP/1.1" 200 1169 0.040132 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.026328 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013957 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005394 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.003109 10.0.0.240 - - [2026-06-01 02:24:19] "POST /neutron/network HTTP/1.1" 200 1493 0.023436 10.0.0.240 - - [2026-06-01 02:24:20] "POST /neutron/port HTTP/1.1" 200 1224 0.206335 10.0.0.240 - - [2026-06-01 02:24:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004669 10.0.0.240 - - [2026-06-01 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.003966 10.0.0.240 - - [2026-06-01 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015576 10.0.0.240 - - [2026-06-01 02:24:34] "POST /neutron/port HTTP/1.1" 200 1233 0.043600 10.0.0.65 - - [2026-06-01 02:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.65 - - [2026-06-01 02:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.240 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.240 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.65 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.65 - - [2026-06-01 02:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2026-06-01 02:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.249 - - [2026-06-01 02:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-06-01 02:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.240 - - [2026-06-01 02:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-06-01 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010258 10.0.0.240 - - [2026-06-01 02:24:50] "POST /neutron/port HTTP/1.1" 200 1233 0.022467 10.0.0.240 - - [2026-06-01 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007282 10.0.0.240 - - [2026-06-01 02:25:05] "POST /neutron/port HTTP/1.1" 200 1233 0.021465 10.0.0.240 - - [2026-06-01 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007987 10.0.0.240 - - [2026-06-01 02:25:20] "POST /neutron/port HTTP/1.1" 200 1233 0.024331 10.0.0.240 - - [2026-06-01 02:25:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010970 10.0.0.240 - - [2026-06-01 02:25:20] "GET /virtual-machine/79d10688-ae7e-4203-80c1-9c9415c646ff HTTP/1.1" 200 1299 0.009283 10.0.0.240 - - [2026-06-01 02:25:20] "GET /virtual-machine-interface/395702f3-495a-4b5a-b24b-1d1cc63e905b HTTP/1.1" 200 3184 0.008366 10.0.0.240 - - [2026-06-01 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.240 - - [2026-06-01 02:25:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006302 10.0.0.240 - - [2026-06-01 02:25:21] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003535 10.0.0.240 - - [2026-06-01 02:25:21] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005869 10.0.0.240 - - [2026-06-01 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.240 - - [2026-06-01 02:25:24] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006402 10.0.0.240 - - [2026-06-01 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.240 - - [2026-06-01 02:25:28] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007027 10.0.0.240 - - [2026-06-01 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.240 - - [2026-06-01 02:25:32] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006705 10.0.0.240 - - [2026-06-01 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.240 - - [2026-06-01 02:25:36] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005691 10.0.0.240 - - [2026-06-01 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.240 - - [2026-06-01 02:25:40] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.010594 10.0.0.240 - - [2026-06-01 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.240 - - [2026-06-01 02:25:44] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006465 10.0.0.240 - - [2026-06-01 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.240 - - [2026-06-01 02:25:48] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005362 10.0.0.65 - - [2026-06-01 02:25:50] "GET /obj-perms HTTP/1.1" 200 5075 0.061747 10.0.0.240 - - [2026-06-01 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-06-01 02:25:52] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006059 10.0.0.240 - - [2026-06-01 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.240 - - [2026-06-01 02:25:54] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.240 - - [2026-06-01 02:25:54] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003612 10.0.0.240 - - [2026-06-01 02:25:55] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005230 10.0.0.240 - - [2026-06-01 02:25:55] "POST /neutron/port HTTP/1.1" 200 1233 0.018267 10.0.0.240 - - [2026-06-01 02:25:58] "POST /neutron/port HTTP/1.1" 200 1233 0.023788 10.0.0.240 - - [2026-06-01 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.240 - - [2026-06-01 02:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.240 - - [2026-06-01 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007909 10.0.0.240 - - [2026-06-01 02:26:00] "POST /neutron/network HTTP/1.1" 200 1504 0.007642 10.0.0.240 - - [2026-06-01 02:26:00] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020831 10.0.0.240 - - [2026-06-01 02:26:00] "POST /neutron/network HTTP/1.1" 200 1494 0.017663 10.0.0.240 - - [2026-06-01 02:26:04] "POST /neutron/port HTTP/1.1" 200 1234 0.046683 10.0.0.240 - - [2026-06-01 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008017 10.0.0.240 - - [2026-06-01 02:26:15] "POST /neutron/port HTTP/1.1" 200 1234 0.019515 10.0.0.240 - - [2026-06-01 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007335 10.0.0.240 - - [2026-06-01 02:26:16] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 200 1301 0.006929 10.0.0.240 - - [2026-06-01 02:26:16] "GET /virtual-machine-interface/60358de0-b392-4d92-bf65-4fd8100fc743 HTTP/1.1" 200 3184 0.005268 10.0.0.240 - - [2026-06-01 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.240 - - [2026-06-01 02:26:16] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.240 - - [2026-06-01 02:26:16] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002648 10.0.0.240 - - [2026-06-01 02:26:16] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.010188 10.0.0.240 - - [2026-06-01 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.240 - - [2026-06-01 02:26:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004660 10.0.0.240 - - [2026-06-01 02:26:17] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004169 10.0.0.240 - - [2026-06-01 02:26:17] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007095 10.0.0.240 - - [2026-06-01 02:26:17] "POST /neutron/port HTTP/1.1" 200 2313 0.030354 10.0.0.240 - - [2026-06-01 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009361 10.0.0.240 - - [2026-06-01 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.240 - - [2026-06-01 02:26:17] "GET /network-policy/45b8986a-310b-49d6-a868-504f3e1a6ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005245 10.0.0.240 - - [2026-06-01 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.240 - - [2026-06-01 02:26:17] "GET /network-policy/eca55e41-f4f3-49ee-bc96-bf2e2a340dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005400 10.0.0.240 - - [2026-06-01 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.240 - - [2026-06-01 02:26:18] "GET /network-policy/2605e36b-044c-4ac7-8a42-f75475923f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004495 10.0.0.240 - - [2026-06-01 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.240 - - [2026-06-01 02:26:18] "GET /network-policy/823fba7d-94d6-4fc4-b03d-b5c57d893c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004824 10.0.0.240 - - [2026-06-01 02:26:40] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 200 1301 0.003812 10.0.0.240 - - [2026-06-01 02:26:40] "POST /neutron/port HTTP/1.1" 200 1234 0.016270 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.004302 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003264 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003043 10.0.0.240 - - [2026-06-01 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.012482 10.0.0.240 - - [2026-06-01 02:26:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006534 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.005587 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007985 10.0.0.240 - - [2026-06-01 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.240 - - [2026-06-01 02:26:42] "GET /routing-instance/2a47e0d5-4cd2-4005-84ac-78385e47d39e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004662 10.0.0.240 - - [2026-06-01 02:26:42] "GET /route-target/08de129c-cae3-4b56-a0a9-b59f244ae120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004234 10.0.0.240 - - [2026-06-01 02:26:42] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003812 10.0.0.240 - - [2026-06-01 02:26:43] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.004055 10.0.0.240 - - [2026-06-01 02:26:44] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.002935 10.0.0.240 - - [2026-06-01 02:26:45] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003454 10.0.0.240 - - [2026-06-01 02:26:46] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003550 10.0.0.240 - - [2026-06-01 02:26:47] "GET /virtual-machine/a29eb83c-fdf5-49b8-9d22-ec4c269c7583 HTTP/1.1" 404 171 0.003416 10.0.0.240 - - [2026-06-01 02:26:47] "GET /obj-perms HTTP/1.1" 200 5065 0.004515 10.0.0.240 - - [2026-06-01 02:26:51] "GET /obj-perms HTTP/1.1" 200 5075 0.093021 10.0.0.249 - - [2026-06-01 02:26:51] "GET /obj-perms HTTP/1.1" 200 5075 0.076625 10.0.0.240 - - [2026-06-01 02:26:54] "GET /obj-perms HTTP/1.1" 200 5065 0.004571 10.0.0.240 - - [2026-06-01 02:26:57] "GET /obj-perms HTTP/1.1" 200 5065 0.003773 10.0.0.240 - - [2026-06-01 02:26:57] "GET /virtual-machine/79d10688-ae7e-4203-80c1-9c9415c646ff HTTP/1.1" 200 1299 0.006403 10.0.0.240 - - [2026-06-01 02:26:58] "POST /neutron/port HTTP/1.1" 200 1233 0.055245 10.0.0.240 - - [2026-06-01 02:27:00] "GET /virtual-machine/79d10688-ae7e-4203-80c1-9c9415c646ff HTTP/1.1" 404 171 0.031482 10.0.0.240 - - [2026-06-01 02:27:00] "GET /virtual-machine/79d10688-ae7e-4203-80c1-9c9415c646ff HTTP/1.1" 404 171 0.004180 10.0.0.240 - - [2026-06-01 02:27:00] "GET /virtual-machine/79d10688-ae7e-4203-80c1-9c9415c646ff HTTP/1.1" 404 171 0.003492 10.0.0.240 - - [2026-06-01 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.028851 10.0.0.240 - - [2026-06-01 02:27:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006905 10.0.0.240 - - [2026-06-01 02:27:00] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003944 10.0.0.240 - - [2026-06-01 02:27:00] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006224 10.0.0.240 - - [2026-06-01 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.240 - - [2026-06-01 02:27:00] "GET /routing-instance/ff8c3a60-e78a-4095-870d-32fa4513e14b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007206 10.0.0.240 - - [2026-06-01 02:27:00] "GET /route-target/eacb0a80-8f54-4916-94e5-3c41858017f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006892 10.0.0.240 - - [2026-06-01 02:27:00] "GET /obj-perms HTTP/1.1" 200 5065 0.005478 10.0.0.240 - - [2026-06-01 02:27:06] "GET /obj-perms HTTP/1.1" 200 5065 0.004200 10.0.0.240 - - [2026-06-01 02:27:09] "GET /obj-perms HTTP/1.1" 200 5065 0.004102 10.0.0.240 - - [2026-06-01 02:27:15] "GET /obj-perms HTTP/1.1" 200 5065 0.003823 10.0.0.240 - - [2026-06-01 02:27:18] "GET /obj-perms HTTP/1.1" 200 5065 0.003845 10.0.0.240 - - [2026-06-01 02:27:25] "GET /obj-perms HTTP/1.1" 200 5065 0.004532 10.0.0.240 - - [2026-06-01 02:27:25] "GET /obj-perms HTTP/1.1" 200 5065 0.004319 10.0.0.240 - - [2026-06-01 02:27:25] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007531 10.0.0.240 - - [2026-06-01 02:27:25] "POST /neutron/network HTTP/1.1" 200 1494 0.011293 10.0.0.65 - - [2026-06-01 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.042136 10.0.0.240 - - [2026-06-01 02:27:25] "GET /virtual-network/72c5de9b-0c5e-4049-8638-4437c98309f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008355 10.0.0.240 - - [2026-06-01 02:27:25] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006330 10.0.0.240 - - [2026-06-01 02:27:25] "POST /neutron/network HTTP/1.1" 200 1494 0.013588 10.0.0.240 - - [2026-06-01 02:27:25] "GET /virtual-network/5bc0e19c-3ef2-4031-9f94-dc1b515057fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.025390 10.0.0.240 - - [2026-06-01 02:27:26] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008550 10.0.0.240 - - [2026-06-01 02:27:26] "POST /neutron/network HTTP/1.1" 200 1494 0.014513 10.0.0.65 - - [2026-06-01 02:27:26] "DELETE /access-control-list/d9db4c73-f7b4-4430-8c04-0ae243e684be HTTP/1.1" 200 115 0.116083 10.0.0.240 - - [2026-06-01 02:27:26] "GET /virtual-network/86b93419-3e36-489b-a119-a79aee308237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.020754 10.0.0.240 - - [2026-06-01 02:27:26] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006902 10.0.0.240 - - [2026-06-01 02:27:26] "POST /neutron/network HTTP/1.1" 200 1493 0.013730 10.0.0.65 - - [2026-06-01 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002816 10.0.0.240 - - [2026-06-01 02:27:26] "GET /virtual-network/43bf06cb-246a-4cf0-9275-5d4ae78ed86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007301 10.0.0.65 - - [2026-06-01 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.027509 10.0.0.240 - - [2026-06-01 02:27:26] "DELETE /network-policy/5f07d0bd-c19c-4d99-a975-d30815006898 HTTP/1.1" 200 115 0.079320 10.0.0.240 - - [2026-06-01 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.65 - - [2026-06-01 02:27:26] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.033401 10.0.0.240 - - [2026-06-01 02:27:26] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086780 10.0.0.240 - - [2026-06-01 02:27:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006104 10.0.0.240 - - [2026-06-01 02:27:27] "DELETE /network-policy/4c5a80f8-ea69-4b7a-8457-a0c3b32b5bc0 HTTP/1.1" 200 115 0.049295 10.0.0.240 - - [2026-06-01 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.65 - - [2026-06-01 02:27:27] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.240 - - [2026-06-01 02:27:27] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051730 10.0.0.240 - - [2026-06-01 02:27:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005522 10.0.0.240 - - [2026-06-01 02:27:27] "DELETE /network-policy/4aff7a00-5502-43f7-a25e-1414300b157e HTTP/1.1" 200 115 0.038496 10.0.0.240 - - [2026-06-01 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.65 - - [2026-06-01 02:27:27] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.240 - - [2026-06-01 02:27:27] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043831 10.0.0.240 - - [2026-06-01 02:27:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005343 10.0.0.240 - - [2026-06-01 02:27:27] "DELETE /network-policy/cbdb6ea6-19dc-4684-80f9-592b2c815819 HTTP/1.1" 200 115 0.040417 10.0.0.240 - - [2026-06-01 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2026-06-01 02:27:27] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.240 - - [2026-06-01 02:27:27] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.033620 10.0.0.240 - - [2026-06-01 02:27:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005119 10.0.0.240 - - [2026-06-01 02:27:27] "DELETE /network-policy/eca55e41-f4f3-49ee-bc96-bf2e2a340dbe HTTP/1.1" 200 115 0.059401 10.0.0.240 - - [2026-06-01 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005809 10.0.0.65 - - [2026-06-01 02:27:27] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.240 - - [2026-06-01 02:27:27] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040365 10.0.0.240 - - [2026-06-01 02:27:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006804 10.0.0.240 - - [2026-06-01 02:27:27] "DELETE /network-policy/45b8986a-310b-49d6-a868-504f3e1a6ed9 HTTP/1.1" 200 115 0.045301 10.0.0.240 - - [2026-06-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.65 - - [2026-06-01 02:27:28] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.240 - - [2026-06-01 02:27:28] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053113 10.0.0.240 - - [2026-06-01 02:27:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005562 10.0.0.240 - - [2026-06-01 02:27:28] "DELETE /network-policy/823fba7d-94d6-4fc4-b03d-b5c57d893c4c HTTP/1.1" 200 115 0.045127 10.0.0.240 - - [2026-06-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.65 - - [2026-06-01 02:27:28] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.240 - - [2026-06-01 02:27:28] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046818 10.0.0.240 - - [2026-06-01 02:27:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005188 10.0.0.240 - - [2026-06-01 02:27:28] "DELETE /network-policy/2605e36b-044c-4ac7-8a42-f75475923f56 HTTP/1.1" 200 115 0.047709 10.0.0.240 - - [2026-06-01 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.65 - - [2026-06-01 02:27:28] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.240 - - [2026-06-01 02:27:28] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054495 10.0.0.240 - - [2026-06-01 02:27:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53496398&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005312 10.0.0.240 - - [2026-06-01 02:27:28] "POST /neutron/network HTTP/1.1" 200 1309 0.012731 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004437 10.0.0.65 - - [2026-06-01 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004488 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005084 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011852 10.0.0.65 - - [2026-06-01 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004320 10.0.0.240 - - [2026-06-01 02:27:29] "POST /neutron/network HTTP/1.1" 200 151 0.181323 10.0.0.65 - - [2026-06-01 02:27:29] "DELETE /route-target/08de129c-cae3-4b56-a0a9-b59f244ae120 HTTP/1.1" 200 115 0.022596 10.0.0.240 - - [2026-06-01 02:27:29] "POST /neutron/network HTTP/1.1" 200 1308 0.011717 10.0.0.240 - - [2026-06-01 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.240 - - [2026-06-01 02:27:30] "DELETE /network-ipam/420ce01d-1310-4d4b-b247-cd3c8080cdeb HTTP/1.1" 200 115 0.034484 10.0.0.240 - - [2026-06-01 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 252 0.005807 10.0.0.65 - - [2026-06-01 02:27:30] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.65 - - [2026-06-01 02:27:30] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.049407 10.0.0.65 - - [2026-06-01 02:27:30] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.65 - - [2026-06-01 02:27:30] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?fields=security_groups HTTP/1.1" 200 1388 0.046581 10.0.0.65 - - [2026-06-01 02:27:30] "DELETE /security-group/312b9023-eb32-4df4-b9f0-8ccfa35e0c7f HTTP/1.1" 200 115 0.064611 10.0.0.65 - - [2026-06-01 02:27:30] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.65 - - [2026-06-01 02:27:30] "DELETE /access-control-list/c52a485f-0d8d-46f1-801c-4291949b209c HTTP/1.1" 200 115 0.043060 10.0.0.65 - - [2026-06-01 02:27:30] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?fields=application_policy_sets HTTP/1.1" 200 1427 0.058795 10.0.0.240 - - [2026-06-01 02:27:30] "DELETE /project/eedcee46-3173-4884-9bbc-d1de82c5b990 HTTP/1.1" 200 115 0.458707 10.0.0.65 - - [2026-06-01 02:27:30] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.240 - - [2026-06-01 02:27:30] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?fields=projects HTTP/1.1" 200 1243 0.010966 10.0.0.240 - - [2026-06-01 02:27:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.004087 10.0.0.65 - - [2026-06-01 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.002687 10.0.0.65 - - [2026-06-01 02:27:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005661 10.0.0.65 - - [2026-06-01 02:27:36] "POST /security-groups HTTP/1.1" 200 599 0.035855 10.0.0.65 - - [2026-06-01 02:27:36] "POST /projects HTTP/1.1" 200 601 0.266623 10.0.0.240 - - [2026-06-01 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.299707 10.0.0.65 - - [2026-06-01 02:27:36] "POST /access-control-lists HTTP/1.1" 200 604 0.031489 10.0.0.65 - - [2026-06-01 02:27:36] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.240 - - [2026-06-01 02:27:36] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037523 10.0.0.240 - - [2026-06-01 02:27:36] "POST /network-policys HTTP/1.1" 200 559 0.031384 10.0.0.240 - - [2026-06-01 02:27:36] "GET /network-policy/370f27d9-9f7f-4816-9033-79ee70815aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.007214 10.0.0.240 - - [2026-06-01 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.65 - - [2026-06-01 02:27:36] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.240 - - [2026-06-01 02:27:36] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041614 10.0.0.65 - - [2026-06-01 02:27:36] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.240 - - [2026-06-01 02:27:36] "POST /neutron/network HTTP/1.1" 200 615 0.135551 10.0.0.65 - - [2026-06-01 02:27:36] "POST /route-targets HTTP/1.1" 200 327 0.018243 10.0.0.240 - - [2026-06-01 02:27:37] "POST /neutron/network HTTP/1.1" 200 1006 0.014952 10.0.0.240 - - [2026-06-01 02:27:37] "POST /id-to-fqname HTTP/1.1" 200 229 0.001159 10.0.0.240 - - [2026-06-01 02:27:37] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006147 10.0.0.240 - - [2026-06-01 02:27:37] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005499 10.0.0.240 - - [2026-06-01 02:27:37] "POST /neutron/subnet HTTP/1.1" 200 721 0.009539 10.0.0.240 - - [2026-06-01 02:27:37] "POST /neutron/network HTTP/1.1" 200 1105 0.093582 10.0.0.65 - - [2026-06-01 02:27:37] "POST /access-control-lists HTTP/1.1" 200 599 0.063181 10.0.0.240 - - [2026-06-01 02:27:37] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.010088 10.0.0.240 - - [2026-06-01 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.240 - - [2026-06-01 02:27:37] "GET /network-policy/370f27d9-9f7f-4816-9033-79ee70815aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004026 10.0.0.240 - - [2026-06-01 02:27:37] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005919 10.0.0.249 - - [2026-06-01 02:27:38] "GET /obj-perms HTTP/1.1" 200 5065 0.051181 10.0.0.65 - - [2026-06-01 02:27:38] "GET /obj-perms HTTP/1.1" 200 5065 0.004112 10.0.0.240 - - [2026-06-01 02:27:38] "POST /id-to-fqname HTTP/1.1" 200 229 0.001267 10.0.0.65 - - [2026-06-01 02:27:39] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001818 10.0.0.240 - - [2026-06-01 02:27:39] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080205 10.0.0.240 - - [2026-06-01 02:27:39] "POST /neutron/network HTTP/1.1" 200 1105 0.037096 10.0.0.240 - - [2026-06-01 02:27:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001209 10.0.0.240 - - [2026-06-01 02:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.008091 10.0.0.65 - - [2026-06-01 02:27:40] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.240 - - [2026-06-01 02:27:40] "POST /neutron/port HTTP/1.1" 200 1173 0.378500 10.0.0.65 - - [2026-06-01 02:27:40] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003210 10.0.0.240 - - [2026-06-01 02:27:40] "POST /neutron/port HTTP/1.1" 200 1227 0.165663 10.0.0.240 - - [2026-06-01 02:27:40] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.150515 10.0.0.240 - - [2026-06-01 02:27:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006259 10.0.0.240 - - [2026-06-01 02:27:40] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.240 - - [2026-06-01 02:27:41] "POST /neutron/port HTTP/1.1" 200 1237 0.026447 10.0.0.240 - - [2026-06-01 02:27:41] "POST /neutron/port HTTP/1.1" 200 1237 0.022114 10.0.0.65 - - [2026-06-01 02:27:41] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.240 - - [2026-06-01 02:27:41] "POST /neutron/port HTTP/1.1" 200 1173 0.330534 10.0.0.240 - - [2026-06-01 02:27:41] "POST /neutron/port HTTP/1.1" 200 1227 0.157550 10.0.0.240 - - [2026-06-01 02:27:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.240 - - [2026-06-01 02:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.65 - - [2026-06-01 02:27:43] "DELETE /project/eedcee46317348849bbcd1de82c5b990 HTTP/1.1" 404 173 0.025574 10.0.0.240 - - [2026-06-01 02:27:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010117 10.0.0.240 - - [2026-06-01 02:27:46] "POST /neutron/port HTTP/1.1" 200 1237 0.022574 10.0.0.240 - - [2026-06-01 02:27:46] "GET /virtual-machine/b9c2ee7f-65a4-4e0b-989d-80e181f14b47 HTTP/1.1" 200 1301 0.008256 10.0.0.240 - - [2026-06-01 02:27:46] "GET /virtual-machine-interface/143ec7eb-1a85-4d22-8eb6-e76963350c6b HTTP/1.1" 200 3178 0.007503 10.0.0.240 - - [2026-06-01 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.240 - - [2026-06-01 02:27:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.240 - - [2026-06-01 02:27:46] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005599 10.0.0.240 - - [2026-06-01 02:27:46] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006471 10.0.0.240 - - [2026-06-01 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.240 - - [2026-06-01 02:27:49] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005361 10.0.0.240 - - [2026-06-01 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.240 - - [2026-06-01 02:27:53] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006218 10.0.0.240 - - [2026-06-01 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.240 - - [2026-06-01 02:27:57] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006161 10.0.0.240 - - [2026-06-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 1237 0.044343 10.0.0.240 - - [2026-06-01 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004048 10.0.0.240 - - [2026-06-01 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.240 - - [2026-06-01 02:28:01] "POST /neutron/port HTTP/1.1" 200 1237 0.046450 10.0.0.240 - - [2026-06-01 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.240 - - [2026-06-01 02:28:01] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005600 10.0.0.240 - - [2026-06-01 02:28:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004562 10.0.0.240 - - [2026-06-01 02:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.240 - - [2026-06-01 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.240 - - [2026-06-01 02:28:06] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006027 10.0.0.240 - - [2026-06-01 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.240 - - [2026-06-01 02:28:10] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005317 10.0.0.240 - - [2026-06-01 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.240 - - [2026-06-01 02:28:14] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006522 10.0.0.240 - - [2026-06-01 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.240 - - [2026-06-01 02:28:18] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006909 10.0.0.240 - - [2026-06-01 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.240 - - [2026-06-01 02:28:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.240 - - [2026-06-01 02:28:20] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002838 10.0.0.240 - - [2026-06-01 02:28:20] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006303 10.0.0.240 - - [2026-06-01 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006840 10.0.0.240 - - [2026-06-01 02:28:29] "POST /neutron/port HTTP/1.1" 200 1237 0.028132 10.0.0.240 - - [2026-06-01 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007739 10.0.0.240 - - [2026-06-01 02:28:36] "POST /neutron/port HTTP/1.1" 200 1237 0.020172 10.0.0.240 - - [2026-06-01 02:28:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008812 10.0.0.240 - - [2026-06-01 02:28:41] "POST /neutron/port HTTP/1.1" 200 1237 0.019999 10.0.0.240 - - [2026-06-01 02:28:41] "GET /virtual-machine/98f6ed73-6585-4eb2-bec3-d40e6cad1966 HTTP/1.1" 200 1301 0.006326 10.0.0.240 - - [2026-06-01 02:28:41] "GET /virtual-machine-interface/9bd85476-75bf-42a4-ab2f-7d6e4732305f HTTP/1.1" 200 3179 0.005597 10.0.0.240 - - [2026-06-01 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.240 - - [2026-06-01 02:28:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.240 - - [2026-06-01 02:28:41] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003859 10.0.0.240 - - [2026-06-01 02:28:41] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005620 10.0.0.240 - - [2026-06-01 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.240 - - [2026-06-01 02:28:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005180 10.0.0.240 - - [2026-06-01 02:28:42] "GET /virtual-networks?parent_id=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003803 10.0.0.240 - - [2026-06-01 02:28:42] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007115 10.0.0.240 - - [2026-06-01 02:28:58] "POST /neutron/port HTTP/1.1" 200 1237 0.027570 10.0.0.240 - - [2026-06-01 02:28:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003866 10.0.0.240 - - [2026-06-01 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.240 - - [2026-06-01 02:29:01] "POST /neutron/port HTTP/1.1" 200 1237 0.031063 10.0.0.240 - - [2026-06-01 02:29:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.240 - - [2026-06-01 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.001631 10.0.0.240 - - [2026-06-01 02:29:09] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006754 10.0.0.65 - - [2026-06-01 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.005768 10.0.0.240 - - [2026-06-01 02:29:09] "POST /neutron/network HTTP/1.1" 200 1006 0.088240 10.0.0.240 - - [2026-06-01 02:29:09] "GET /virtual-network/79d64334-3e8b-4daf-ad9e-64ea1bb54305?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006203 10.0.0.240 - - [2026-06-01 02:29:09] "POST /neutron/network HTTP/1.1" 400 204 0.016127 10.0.0.240 - - [2026-06-01 02:29:09] "POST /neutron/port HTTP/1.1" 200 1237 0.019088 10.0.0.240 - - [2026-06-01 02:29:10] "POST /neutron/port HTTP/1.1" 200 151 0.290713 10.0.0.65 - - [2026-06-01 02:29:11] "DELETE /route-target/b90d2852-4cdc-4334-ba12-2fe4711a4333 HTTP/1.1" 200 115 0.023427 10.0.0.240 - - [2026-06-01 02:29:12] "DELETE /network-policy/370f27d9-9f7f-4816-9033-79ee70815aeb HTTP/1.1" 200 115 0.046002 10.0.0.65 - - [2026-06-01 02:29:14] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.240 - - [2026-06-01 02:29:14] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079281 10.0.0.65 - - [2026-06-01 02:29:14] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.240 - - [2026-06-01 02:29:14] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?fields=virtual_networks HTTP/1.1" 200 1049 0.044564 10.0.0.65 - - [2026-06-01 02:29:14] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.240 - - [2026-06-01 02:29:14] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.073883 10.0.0.65 - - [2026-06-01 02:29:14] "GET /projects?obj_uuids=eedcee46-3173-4884-9bbc-d1de82c5b990&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.240 - - [2026-06-01 02:29:14] "GET /project/eedcee46-3173-4884-9bbc-d1de82c5b990?fields=security_groups HTTP/1.1" 200 1283 0.052381 10.0.0.240 - - [2026-06-01 02:29:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.031965 10.0.0.65 - - [2026-06-01 02:29:15] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.65 - - [2026-06-01 02:29:15] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003033 10.0.0.65 - - [2026-06-01 02:29:15] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010954 10.0.0.65 - - [2026-06-01 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 204 0.001275 10.0.0.65 - - [2026-06-01 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 213 0.007527 10.0.0.65 - - [2026-06-01 02:29:16] "POST /security-groups HTTP/1.1" 200 605 0.039410 10.0.0.65 - - [2026-06-01 02:29:16] "POST /projects HTTP/1.1" 200 613 0.257549 10.0.0.65 - - [2026-06-01 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 247 0.008374 10.0.0.65 - - [2026-06-01 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.331140 10.0.0.240 - - [2026-06-01 02:29:16] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.482084 10.0.0.240 - - [2026-06-01 02:29:17] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.240 - - [2026-06-01 02:29:21] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000444 10.0.0.65 - - [2026-06-01 02:29:21] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000929 10.0.0.240 - - [2026-06-01 02:29:21] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.071666 10.0.0.240 - - [2026-06-01 02:29:21] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.240 - - [2026-06-01 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.65 - - [2026-06-01 02:29:22] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.240 - - [2026-06-01 02:29:22] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006996 10.0.0.240 - - [2026-06-01 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.65 - - [2026-06-01 02:29:22] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001161 10.0.0.240 - - [2026-06-01 02:29:22] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046768 10.0.0.240 - - [2026-06-01 02:29:23] "GET /domains HTTP/1.1" 401 293 0.000369 10.0.0.240 - - [2026-06-01 02:29:23] "GET /domains HTTP/1.1" 200 280 0.026641 10.0.0.65 - - [2026-06-01 02:29:23] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.240 - - [2026-06-01 02:29:23] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2 HTTP/1.1" 200 2780 0.010493 10.0.0.65 - - [2026-06-01 02:29:23] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001054 10.0.0.240 - - [2026-06-01 02:29:23] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423 HTTP/1.1" 200 1937 0.095649 10.0.0.240 - - [2026-06-01 02:29:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003182 10.0.0.240 - - [2026-06-01 02:29:23] "POST /network-ipams HTTP/1.1" 200 627 0.029782 10.0.0.240 - - [2026-06-01 02:29:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003843 10.0.0.240 - - [2026-06-01 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.240 - - [2026-06-01 02:29:24] "GET /network-ipam/bfbd9bf6-671b-49f8-b518-9dc426697d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.007264 10.0.0.240 - - [2026-06-01 02:29:24] "PUT /network-ipam/bfbd9bf6-671b-49f8-b518-9dc426697d10 HTTP/1.1" 200 258 0.015405 10.0.0.240 - - [2026-06-01 02:29:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-06-01 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.031496 10.0.0.65 - - [2026-06-01 02:29:24] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000982 10.0.0.240 - - [2026-06-01 02:29:24] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.041017 10.0.0.240 - - [2026-06-01 02:29:24] "POST /neutron/network HTTP/1.1" 200 117 0.033789 10.0.0.65 - - [2026-06-01 02:29:25] "POST /ref-update HTTP/1.1" 200 156 0.023178 10.0.0.65 - - [2026-06-01 02:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008366 10.0.0.240 - - [2026-06-01 02:29:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.244324 10.0.0.240 - - [2026-06-01 02:29:25] "POST /id-to-fqname HTTP/1.1" 200 237 0.002666 10.0.0.240 - - [2026-06-01 02:29:25] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005511 10.0.0.240 - - [2026-06-01 02:29:25] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007516 10.0.0.240 - - [2026-06-01 02:29:25] "POST /neutron/network HTTP/1.1" 200 1143 0.009649 10.0.0.240 - - [2026-06-01 02:29:26] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005986 10.0.0.240 - - [2026-06-01 02:29:26] "GET /obj-perms HTTP/1.1" 200 5040 0.052397 10.0.0.65 - - [2026-06-01 02:29:27] "GET /obj-perms HTTP/1.1" 200 5040 0.058999 10.0.0.240 - - [2026-06-01 02:29:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.003806 10.0.0.240 - - [2026-06-01 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.65 - - [2026-06-01 02:29:27] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001243 10.0.0.240 - - [2026-06-01 02:29:27] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.060236 10.0.0.240 - - [2026-06-01 02:29:27] "POST /network-policys HTTP/1.1" 200 565 0.074740 10.0.0.240 - - [2026-06-01 02:29:27] "GET /network-policy/bdd6bec2-9306-4b6f-af2c-4dff2617c8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005695 10.0.0.240 - - [2026-06-01 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.003010 10.0.0.240 - - [2026-06-01 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.65 - - [2026-06-01 02:29:28] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000949 10.0.0.240 - - [2026-06-01 02:29:28] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.045673 10.0.0.240 - - [2026-06-01 02:29:28] "POST /network-policys HTTP/1.1" 200 565 0.074615 10.0.0.240 - - [2026-06-01 02:29:28] "GET /network-policy/0516bffd-f530-4f51-b8c7-bd2b502225ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.007739 10.0.0.240 - - [2026-06-01 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.003543 10.0.0.240 - - [2026-06-01 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.65 - - [2026-06-01 02:29:28] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001313 10.0.0.240 - - [2026-06-01 02:29:28] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.041698 10.0.0.240 - - [2026-06-01 02:29:28] "POST /network-policys HTTP/1.1" 200 565 0.051012 10.0.0.240 - - [2026-06-01 02:29:28] "GET /network-policy/9f36eb22-e8c2-4bd0-8d41-353689bb5e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005822 10.0.0.240 - - [2026-06-01 02:29:29] "POST /neutron/network HTTP/1.1" 200 1143 0.020709 10.0.0.65 - - [2026-06-01 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 254 0.005122 10.0.0.240 - - [2026-06-01 02:29:29] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.010741 10.0.0.240 - - [2026-06-01 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.240 - - [2026-06-01 02:29:29] "GET /network-policy/0516bffd-f530-4f51-b8c7-bd2b502225ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004783 10.0.0.240 - - [2026-06-01 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.240 - - [2026-06-01 02:29:29] "GET /network-policy/bdd6bec2-9306-4b6f-af2c-4dff2617c8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004580 10.0.0.240 - - [2026-06-01 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001338 10.0.0.240 - - [2026-06-01 02:29:29] "POST /neutron/network HTTP/1.1" 200 1351 0.007460 10.0.0.65 - - [2026-06-01 02:29:30] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000924 10.0.0.240 - - [2026-06-01 02:29:30] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.078829 10.0.0.240 - - [2026-06-01 02:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006330 10.0.0.65 - - [2026-06-01 02:29:31] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001451 10.0.0.240 - - [2026-06-01 02:29:31] "POST /neutron/port HTTP/1.1" 200 1182 0.375768 10.0.0.240 - - [2026-06-01 02:29:31] "POST /neutron/port HTTP/1.1" 200 1236 0.130288 10.0.0.240 - - [2026-06-01 02:29:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.240 - - [2026-06-01 02:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.240 - - [2026-06-01 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010276 10.0.0.65 - - [2026-06-01 02:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.240 - - [2026-06-01 02:29:36] "POST /neutron/port HTTP/1.1" 200 1246 0.032431 10.0.0.240 - - [2026-06-01 02:29:36] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 401 293 0.000360 10.0.0.65 - - [2026-06-01 02:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.240 - - [2026-06-01 02:29:36] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 200 1307 0.029743 10.0.0.240 - - [2026-06-01 02:29:36] "GET /virtual-machine-interface/3b59f5ae-2ab6-4136-a1b4-a7ef64505721 HTTP/1.1" 200 3177 0.005871 10.0.0.240 - - [2026-06-01 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.240 - - [2026-06-01 02:29:36] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.240 - - [2026-06-01 02:29:36] "GET /virtual-networks?parent_id=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002853 10.0.0.240 - - [2026-06-01 02:29:36] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005656 10.0.0.249 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.240 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.001107 10.0.0.65 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.65 - - [2026-06-01 02:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2026-06-01 02:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2026-06-01 02:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.240 - - [2026-06-01 02:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.240 - - [2026-06-01 02:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.240 - - [2026-06-01 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.240 - - [2026-06-01 02:29:39] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005437 10.0.0.240 - - [2026-06-01 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.240 - - [2026-06-01 02:29:43] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.008024 10.0.0.65 - - [2026-06-01 02:29:43] "DELETE /project/eedcee46-3173-4884-9bbc-d1de82c5b990 HTTP/1.1" 404 177 0.002616 10.0.0.65 - - [2026-06-01 02:29:43] "DELETE /project/eff97eba0c7140679e7dde6f4f441423 HTTP/1.1" 404 173 0.005034 10.0.0.240 - - [2026-06-01 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.240 - - [2026-06-01 02:29:48] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006533 10.0.0.240 - - [2026-06-01 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.240 - - [2026-06-01 02:29:52] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006692 10.0.0.249 - - [2026-06-01 02:29:53] "GET /obj-perms HTTP/1.1" 200 5075 0.058097 10.0.0.240 - - [2026-06-01 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-06-01 02:29:56] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005588 10.0.0.240 - - [2026-06-01 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.240 - - [2026-06-01 02:30:00] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006415 10.0.0.240 - - [2026-06-01 02:30:00] "POST /neutron/port HTTP/1.1" 200 1246 0.023054 10.0.0.240 - - [2026-06-01 02:30:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004950 10.0.0.240 - - [2026-06-01 02:30:00] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.240 - - [2026-06-01 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.240 - - [2026-06-01 02:30:04] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.007175 10.0.0.240 - - [2026-06-01 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.240 - - [2026-06-01 02:30:08] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.006090 10.0.0.240 - - [2026-06-01 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.240 - - [2026-06-01 02:30:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.240 - - [2026-06-01 02:30:10] "GET /virtual-networks?parent_id=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005055 10.0.0.240 - - [2026-06-01 02:30:10] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3306 0.005641 10.0.0.240 - - [2026-06-01 02:30:10] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008257 10.0.0.240 - - [2026-06-01 02:30:20] "POST /neutron/port HTTP/1.1" 200 1246 0.022702 10.0.0.240 - - [2026-06-01 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2072 0.014627 10.0.0.240 - - [2026-06-01 02:30:31] "POST /neutron/port HTTP/1.1" 200 1246 0.019212 10.0.0.240 - - [2026-06-01 02:30:31] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007957 10.0.0.240 - - [2026-06-01 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.240 - - [2026-06-01 02:30:31] "GET /network-policy/bdd6bec2-9306-4b6f-af2c-4dff2617c8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004573 10.0.0.240 - - [2026-06-01 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.240 - - [2026-06-01 02:30:32] "GET /network-policy/0516bffd-f530-4f51-b8c7-bd2b502225ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004013 10.0.0.240 - - [2026-06-01 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.240 - - [2026-06-01 02:30:32] "GET /network-policy/9f36eb22-e8c2-4bd0-8d41-353689bb5e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004198 10.0.0.65 - - [2026-06-01 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004596 10.0.0.240 - - [2026-06-01 02:30:32] "POST /neutron/network HTTP/1.1" 200 1433 0.014897 10.0.0.240 - - [2026-06-01 02:30:32] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005030 10.0.0.240 - - [2026-06-01 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.240 - - [2026-06-01 02:30:32] "GET /network-policy/0516bffd-f530-4f51-b8c7-bd2b502225ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004079 10.0.0.240 - - [2026-06-01 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.240 - - [2026-06-01 02:30:32] "GET /network-policy/9f36eb22-e8c2-4bd0-8d41-353689bb5e59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004455 10.0.0.240 - - [2026-06-01 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.240 - - [2026-06-01 02:30:32] "GET /network-policy/bdd6bec2-9306-4b6f-af2c-4dff2617c8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005593 10.0.0.240 - - [2026-06-01 02:30:37] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.007731 10.0.0.65 - - [2026-06-01 02:30:37] "DELETE /access-control-list/f5fc88ad-3cc1-4cba-9aac-5c2eaac3f8a7 HTTP/1.1" 200 115 0.055494 10.0.0.240 - - [2026-06-01 02:30:37] "POST /neutron/network HTTP/1.1" 200 1143 0.013012 10.0.0.240 - - [2026-06-01 02:30:37] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005247 10.0.0.240 - - [2026-06-01 02:30:43] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 200 1307 0.004748 10.0.0.240 - - [2026-06-01 02:30:43] "POST /neutron/port HTTP/1.1" 200 151 0.216178 10.0.0.240 - - [2026-06-01 02:30:45] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 404 171 0.002890 10.0.0.240 - - [2026-06-01 02:30:45] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 404 171 0.003730 10.0.0.240 - - [2026-06-01 02:30:45] "GET /virtual-machine/8e4f70b3-1c71-4908-a596-bc18f00a6a25 HTTP/1.1" 404 171 0.002928 10.0.0.240 - - [2026-06-01 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.240 - - [2026-06-01 02:30:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.240 - - [2026-06-01 02:30:45] "GET /virtual-networks?parent_id=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002911 10.0.0.240 - - [2026-06-01 02:30:45] "GET /virtual-network/5273fab9-4e25-4f93-a3c1-4de3f4d0dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006047 10.0.0.240 - - [2026-06-01 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.240 - - [2026-06-01 02:30:45] "GET /routing-instance/41494b87-4e9e-4a85-9ae3-6e5f77a9f289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005977 10.0.0.240 - - [2026-06-01 02:30:45] "GET /route-target/81289a2a-8966-442d-b2ca-6fc0e4719088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004078 10.0.0.240 - - [2026-06-01 02:30:45] "GET /obj-perms HTTP/1.1" 200 5040 0.004615 10.0.0.240 - - [2026-06-01 02:30:51] "GET /obj-perms HTTP/1.1" 200 5040 0.004393 10.0.0.240 - - [2026-06-01 02:30:54] "GET /obj-perms HTTP/1.1" 200 5040 0.005966 10.0.0.240 - - [2026-06-01 02:30:57] "GET /obj-perms HTTP/1.1" 200 5040 0.005522 10.0.0.240 - - [2026-06-01 02:30:58] "DELETE /network-policy/9f36eb22-e8c2-4bd0-8d41-353689bb5e59 HTTP/1.1" 200 115 0.035531 10.0.0.240 - - [2026-06-01 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.65 - - [2026-06-01 02:30:58] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001343 10.0.0.240 - - [2026-06-01 02:30:58] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.048320 10.0.0.240 - - [2026-06-01 02:30:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-43481890&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.004822 10.0.0.240 - - [2026-06-01 02:30:58] "DELETE /network-policy/0516bffd-f530-4f51-b8c7-bd2b502225ae HTTP/1.1" 200 115 0.036993 10.0.0.240 - - [2026-06-01 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.65 - - [2026-06-01 02:30:58] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000954 10.0.0.240 - - [2026-06-01 02:30:58] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.039554 10.0.0.240 - - [2026-06-01 02:30:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-43481890&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006371 10.0.0.240 - - [2026-06-01 02:30:58] "DELETE /network-policy/bdd6bec2-9306-4b6f-af2c-4dff2617c8a6 HTTP/1.1" 200 115 0.068878 10.0.0.240 - - [2026-06-01 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.65 - - [2026-06-01 02:30:58] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001258 10.0.0.240 - - [2026-06-01 02:30:58] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.051700 10.0.0.240 - - [2026-06-01 02:30:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-43481890&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.021714 10.0.0.240 - - [2026-06-01 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.240 - - [2026-06-01 02:30:59] "DELETE /network-ipam/bfbd9bf6-671b-49f8-b518-9dc426697d10 HTTP/1.1" 200 115 0.037108 10.0.0.240 - - [2026-06-01 02:30:59] "POST /fqname-to-id HTTP/1.1" 404 264 0.002924 10.0.0.65 - - [2026-06-01 02:30:59] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000911 10.0.0.65 - - [2026-06-01 02:30:59] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.061391 10.0.0.65 - - [2026-06-01 02:30:59] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001165 10.0.0.65 - - [2026-06-01 02:30:59] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?fields=security_groups HTTP/1.1" 200 1406 0.053480 10.0.0.65 - - [2026-06-01 02:30:59] "DELETE /security-group/c0a814fc-f0ee-4d62-8953-6b15b65500cd HTTP/1.1" 200 115 0.066056 10.0.0.65 - - [2026-06-01 02:30:59] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.65 - - [2026-06-01 02:30:59] "DELETE /access-control-list/e1dc3619-19ea-497d-8fb8-9541fccecd4d HTTP/1.1" 200 115 0.051603 10.0.0.65 - - [2026-06-01 02:30:59] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?fields=application_policy_sets HTTP/1.1" 200 1445 0.058357 10.0.0.240 - - [2026-06-01 02:31:00] "DELETE /project/eff97eba-0c71-4067-9e7d-de6f4f441423 HTTP/1.1" 200 115 0.474115 10.0.0.65 - - [2026-06-01 02:31:00] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.240 - - [2026-06-01 02:31:00] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?fields=projects HTTP/1.1" 200 1243 0.012275 10.0.0.65 - - [2026-06-01 02:31:02] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003608 10.0.0.65 - - [2026-06-01 02:31:02] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.65 - - [2026-06-01 02:31:02] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.051695 10.0.0.65 - - [2026-06-01 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 204 0.001699 10.0.0.65 - - [2026-06-01 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 213 0.003981 10.0.0.65 - - [2026-06-01 02:31:03] "POST /security-groups HTTP/1.1" 200 605 0.037051 10.0.0.65 - - [2026-06-01 02:31:03] "POST /projects HTTP/1.1" 200 613 0.282990 10.0.0.65 - - [2026-06-01 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.318235 10.0.0.65 - - [2026-06-01 02:31:03] "POST /access-control-lists HTTP/1.1" 200 610 0.033180 10.0.0.240 - - [2026-06-01 02:31:03] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.471896 10.0.0.65 - - [2026-06-01 02:31:03] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001155 10.0.0.240 - - [2026-06-01 02:31:03] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?fields=virtual_networks HTTP/1.1" 200 1061 0.065296 10.0.0.65 - - [2026-06-01 02:31:03] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000997 10.0.0.240 - - [2026-06-01 02:31:03] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.058495 10.0.0.65 - - [2026-06-01 02:31:03] "GET /projects?obj_uuids=eff97eba-0c71-4067-9e7d-de6f4f441423&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001040 10.0.0.240 - - [2026-06-01 02:31:03] "GET /project/eff97eba-0c71-4067-9e7d-de6f4f441423?fields=security_groups HTTP/1.1" 200 1301 0.044400 10.0.0.240 - - [2026-06-01 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.027010 10.0.0.65 - - [2026-06-01 02:31:04] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003819 10.0.0.65 - - [2026-06-01 02:31:04] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.65 - - [2026-06-01 02:31:04] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007531 10.0.0.65 - - [2026-06-01 02:31:04] "POST /id-to-fqname HTTP/1.1" 200 206 0.003853 10.0.0.65 - - [2026-06-01 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.012606 10.0.0.65 - - [2026-06-01 02:31:04] "POST /security-groups HTTP/1.1" 200 607 0.037065 10.0.0.65 - - [2026-06-01 02:31:04] "POST /fqname-to-id HTTP/1.1" 404 250 0.003059 10.0.0.65 - - [2026-06-01 02:31:04] "POST /projects HTTP/1.1" 200 617 0.282026 10.0.0.65 - - [2026-06-01 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.355023 10.0.0.65 - - [2026-06-01 02:31:04] "POST /access-control-lists HTTP/1.1" 200 610 0.032418 10.0.0.240 - - [2026-06-01 02:31:04] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.516337 10.0.0.240 - - [2026-06-01 02:31:05] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.240 - - [2026-06-01 02:31:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000573 10.0.0.240 - - [2026-06-01 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.055410 10.0.0.240 - - [2026-06-01 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.65 - - [2026-06-01 02:31:09] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001105 10.0.0.240 - - [2026-06-01 02:31:09] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.055919 10.0.0.240 - - [2026-06-01 02:31:09] "POST /network-policys HTTP/1.1" 200 567 0.079863 10.0.0.240 - - [2026-06-01 02:31:09] "GET /network-policy/abdeebe4-8216-4b75-ae84-1476f254e8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006967 10.0.0.240 - - [2026-06-01 02:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.65 - - [2026-06-01 02:31:09] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001230 10.0.0.240 - - [2026-06-01 02:31:09] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.051517 10.0.0.240 - - [2026-06-01 02:31:09] "POST /neutron/network HTTP/1.1" 200 117 0.043844 10.0.0.65 - - [2026-06-01 02:31:10] "POST /useragent-kv HTTP/1.1" 200 115 0.018698 10.0.0.240 - - [2026-06-01 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.231462 10.0.0.240 - - [2026-06-01 02:31:10] "POST /id-to-fqname HTTP/1.1" 200 237 0.001354 10.0.0.240 - - [2026-06-01 02:31:10] "GET /virtual-network/b7125759-9b57-47cb-8149-bd4a0383b6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006450 10.0.0.240 - - [2026-06-01 02:31:10] "GET /virtual-network/b7125759-9b57-47cb-8149-bd4a0383b6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005450 10.0.0.240 - - [2026-06-01 02:31:10] "POST /neutron/network HTTP/1.1" 200 1015 0.011452 10.0.0.240 - - [2026-06-01 02:31:10] "POST /neutron/network HTTP/1.1" 200 1015 0.010205 10.0.0.65 - - [2026-06-01 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.008693 10.0.0.65 - - [2026-06-01 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 252 0.003935 10.0.0.240 - - [2026-06-01 02:31:10] "GET /virtual-network/b7125759-9b57-47cb-8149-bd4a0383b6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.008047 10.0.0.240 - - [2026-06-01 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.240 - - [2026-06-01 02:31:10] "GET /network-policy/abdeebe4-8216-4b75-ae84-1476f254e8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.004065 10.0.0.240 - - [2026-06-01 02:31:11] "GET /virtual-network/b7125759-9b57-47cb-8149-bd4a0383b6f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005283 10.0.0.240 - - [2026-06-01 02:31:11] "GET /obj-perms HTTP/1.1" 200 5081 0.048762 10.0.0.65 - - [2026-06-01 02:31:12] "GET /obj-perms HTTP/1.1" 200 5081 0.053088 10.0.0.240 - - [2026-06-01 02:31:12] "DELETE /network-policy/abdeebe4-8216-4b75-ae84-1476f254e8f5 HTTP/1.1" 409 238 0.007414 10.0.0.240 - - [2026-06-01 02:31:12] "POST /neutron/network HTTP/1.1" 200 1122 0.007657 10.0.0.65 - - [2026-06-01 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-06-01 02:31:13] "DELETE /network-policy/abdeebe4-8216-4b75-ae84-1476f254e8f5 HTTP/1.1" 200 115 0.052209 10.0.0.240 - - [2026-06-01 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.65 - - [2026-06-01 02:31:13] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000968 10.0.0.240 - - [2026-06-01 02:31:13] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.045309 10.0.0.240 - - [2026-06-01 02:31:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-33816241&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006877 10.0.0.65 - - [2026-06-01 02:31:16] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000935 10.0.0.240 - - [2026-06-01 02:31:16] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.055856 10.0.0.65 - - [2026-06-01 02:31:16] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001357 10.0.0.240 - - [2026-06-01 02:31:16] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?fields=virtual_networks HTTP/1.1" 200 1064 0.060769 10.0.0.65 - - [2026-06-01 02:31:16] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000921 10.0.0.240 - - [2026-06-01 02:31:16] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.039481 10.0.0.65 - - [2026-06-01 02:31:16] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001706 10.0.0.240 - - [2026-06-01 02:31:16] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?fields=security_groups HTTP/1.1" 200 1306 0.057807 10.0.0.240 - - [2026-06-01 02:31:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.024712 10.0.0.65 - - [2026-06-01 02:31:17] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003661 10.0.0.65 - - [2026-06-01 02:31:17] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001949 10.0.0.65 - - [2026-06-01 02:31:17] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010018 10.0.0.65 - - [2026-06-01 02:31:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.007139 10.0.0.65 - - [2026-06-01 02:31:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.007288 10.0.0.65 - - [2026-06-01 02:31:17] "POST /security-groups HTTP/1.1" 200 591 0.086189 10.0.0.65 - - [2026-06-01 02:31:17] "POST /projects HTTP/1.1" 200 585 0.292293 10.0.0.65 - - [2026-06-01 02:31:17] "POST /access-control-lists HTTP/1.1" 200 596 0.030762 10.0.0.65 - - [2026-06-01 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.365415 10.0.0.240 - - [2026-06-01 02:31:17] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.514475 10.0.0.240 - - [2026-06-01 02:31:18] "GET / HTTP/1.1" 200 35931 0.001409 10.0.0.240 - - [2026-06-01 02:31:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000449 10.0.0.240 - - [2026-06-01 02:31:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.060770 10.0.0.240 - - [2026-06-01 02:31:20] "POST /network-ipams HTTP/1.1" 200 513 0.035513 10.0.0.240 - - [2026-06-01 02:31:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004056 10.0.0.240 - - [2026-06-01 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipam/f2749af8-5b21-4173-87d7-1574797802c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007549 10.0.0.240 - - [2026-06-01 02:31:21] "PUT /network-ipam/f2749af8-5b21-4173-87d7-1574797802c0 HTTP/1.1" 200 258 0.016736 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003584 10.0.0.240 - - [2026-06-01 02:31:21] "POST /network-ipams HTTP/1.1" 200 513 0.033692 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003572 10.0.0.240 - - [2026-06-01 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipam/a6c1cc90-b47c-4da1-bcff-d3ee9c7c144f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006623 10.0.0.240 - - [2026-06-01 02:31:21] "PUT /network-ipam/a6c1cc90-b47c-4da1-bcff-d3ee9c7c144f HTTP/1.1" 200 258 0.017042 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003291 10.0.0.240 - - [2026-06-01 02:31:21] "POST /network-ipams HTTP/1.1" 200 513 0.035635 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003545 10.0.0.240 - - [2026-06-01 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.240 - - [2026-06-01 02:31:21] "GET /network-ipam/bf0f6a7e-dea7-43f4-aade-3a9c7dff532d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007248 10.0.0.240 - - [2026-06-01 02:31:21] "PUT /network-ipam/bf0f6a7e-dea7-43f4-aade-3a9c7dff532d HTTP/1.1" 200 258 0.019321 10.0.0.240 - - [2026-06-01 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.65 - - [2026-06-01 02:31:22] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.240 - - [2026-06-01 02:31:22] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043194 10.0.0.65 - - [2026-06-01 02:31:22] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.240 - - [2026-06-01 02:31:22] "POST /neutron/network HTTP/1.1" 200 607 0.165257 10.0.0.65 - - [2026-06-01 02:31:23] "POST /route-targets HTTP/1.1" 200 327 0.016447 10.0.0.240 - - [2026-06-01 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.003947 10.0.0.240 - - [2026-06-01 02:31:23] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006331 10.0.0.240 - - [2026-06-01 02:31:23] "POST /neutron/network HTTP/1.1" 200 826 0.012459 10.0.0.240 - - [2026-06-01 02:31:23] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005680 10.0.0.240 - - [2026-06-01 02:31:23] "POST /neutron/network HTTP/1.1" 200 826 0.008522 10.0.0.240 - - [2026-06-01 02:31:23] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006187 10.0.0.240 - - [2026-06-01 02:31:23] "GET /network-ipam/f2749af8-5b21-4173-87d7-1574797802c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004579 10.0.0.240 - - [2026-06-01 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.65 - - [2026-06-01 02:31:23] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.240 - - [2026-06-01 02:31:23] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046136 10.0.0.65 - - [2026-06-01 02:31:23] "POST /ref-update HTTP/1.1" 200 156 0.030427 10.0.0.65 - - [2026-06-01 02:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.011445 10.0.0.240 - - [2026-06-01 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.266957 10.0.0.240 - - [2026-06-01 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001208 10.0.0.240 - - [2026-06-01 02:31:24] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005085 10.0.0.240 - - [2026-06-01 02:31:24] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005981 10.0.0.240 - - [2026-06-01 02:31:24] "POST /neutron/network HTTP/1.1" 200 825 0.007132 10.0.0.240 - - [2026-06-01 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.65 - - [2026-06-01 02:31:24] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.240 - - [2026-06-01 02:31:24] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046659 10.0.0.65 - - [2026-06-01 02:31:24] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.240 - - [2026-06-01 02:31:24] "POST /neutron/network HTTP/1.1" 200 607 0.135976 10.0.0.240 - - [2026-06-01 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.004592 10.0.0.240 - - [2026-06-01 02:31:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005294 10.0.0.240 - - [2026-06-01 02:31:24] "POST /neutron/network HTTP/1.1" 200 823 0.008507 10.0.0.240 - - [2026-06-01 02:31:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005336 10.0.0.240 - - [2026-06-01 02:31:25] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005273 10.0.0.249 - - [2026-06-01 02:31:26] "GET /obj-perms HTTP/1.1" 200 5049 0.075436 10.0.0.240 - - [2026-06-01 02:31:26] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006740 10.0.0.240 - - [2026-06-01 02:31:27] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005499 10.0.0.240 - - [2026-06-01 02:31:27] "GET /obj-perms HTTP/1.1" 200 5049 0.057708 10.0.0.65 - - [2026-06-01 02:31:27] "GET /obj-perms HTTP/1.1" 200 5049 0.058073 10.0.0.240 - - [2026-06-01 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.003500 10.0.0.240 - - [2026-06-01 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.65 - - [2026-06-01 02:31:27] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.240 - - [2026-06-01 02:31:27] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039074 10.0.0.240 - - [2026-06-01 02:31:27] "POST /network-policys HTTP/1.1" 200 553 0.030582 10.0.0.240 - - [2026-06-01 02:31:27] "GET /network-policy/f14fc470-219d-492c-b640-97598cc2c71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005841 10.0.0.240 - - [2026-06-01 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.004392 10.0.0.240 - - [2026-06-01 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.65 - - [2026-06-01 02:31:28] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.240 - - [2026-06-01 02:31:28] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056539 10.0.0.240 - - [2026-06-01 02:31:28] "POST /network-policys HTTP/1.1" 200 553 0.030360 10.0.0.240 - - [2026-06-01 02:31:28] "GET /network-policy/68759b30-69bd-468d-86ae-9aaeeb823b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006208 10.0.0.240 - - [2026-06-01 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.003089 10.0.0.240 - - [2026-06-01 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.65 - - [2026-06-01 02:31:28] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.240 - - [2026-06-01 02:31:28] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057168 10.0.0.240 - - [2026-06-01 02:31:28] "POST /network-policys HTTP/1.1" 200 553 0.038234 10.0.0.240 - - [2026-06-01 02:31:28] "GET /network-policy/3cc39cd0-6254-42ba-ac31-e74b095322c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007827 10.0.0.65 - - [2026-06-01 02:31:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.006472 10.0.0.240 - - [2026-06-01 02:31:28] "POST /ref-update HTTP/1.1" 200 156 0.057848 10.0.0.240 - - [2026-06-01 02:31:28] "POST /ref-update HTTP/1.1" 200 156 0.078170 10.0.0.240 - - [2026-06-01 02:31:29] "POST /neutron/network HTTP/1.1" 200 825 0.009715 10.0.0.65 - - [2026-06-01 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.003655 10.0.0.240 - - [2026-06-01 02:31:29] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007629 10.0.0.240 - - [2026-06-01 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.240 - - [2026-06-01 02:31:29] "GET /network-policy/68759b30-69bd-468d-86ae-9aaeeb823b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005341 10.0.0.240 - - [2026-06-01 02:31:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001143 10.0.0.240 - - [2026-06-01 02:31:29] "POST /neutron/network HTTP/1.1" 200 1007 0.079520 10.0.0.65 - - [2026-06-01 02:31:29] "DELETE /access-control-list/1d21c2f2-f7ee-4160-bafb-b75640d345ba HTTP/1.1" 200 115 0.039883 10.0.0.65 - - [2026-06-01 02:31:30] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000920 10.0.0.240 - - [2026-06-01 02:31:30] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080459 10.0.0.240 - - [2026-06-01 02:31:30] "POST /neutron/port HTTP/1.1" 200 117 0.006807 10.0.0.240 - - [2026-06-01 02:31:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001224 10.0.0.240 - - [2026-06-01 02:31:30] "POST /neutron/network HTTP/1.1" 200 1007 0.009884 10.0.0.240 - - [2026-06-01 02:31:31] "POST /neutron/port HTTP/1.1" 200 1062 0.019187 10.0.0.65 - - [2026-06-01 02:31:31] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.240 - - [2026-06-01 02:31:31] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.110160 10.0.0.240 - - [2026-06-01 02:31:31] "POST /neutron/network HTTP/1.1" 200 917 0.009613 10.0.0.240 - - [2026-06-01 02:31:31] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.240 - - [2026-06-01 02:31:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007300 10.0.0.240 - - [2026-06-01 02:31:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001231 10.0.0.240 - - [2026-06-01 02:31:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009758 10.0.0.65 - - [2026-06-01 02:31:32] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.240 - - [2026-06-01 02:31:32] "POST /neutron/port HTTP/1.1" 200 1061 0.333611 10.0.0.240 - - [2026-06-01 02:31:32] "POST /neutron/port HTTP/1.1" 200 1115 0.102770 10.0.0.240 - - [2026-06-01 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 704 0.009378 10.0.0.65 - - [2026-06-01 02:31:32] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001740 10.0.0.240 - - [2026-06-01 02:31:32] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075469 10.0.0.240 - - [2026-06-01 02:31:33] "POST /neutron/network HTTP/1.1" 200 823 0.007622 10.0.0.240 - - [2026-06-01 02:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.240 - - [2026-06-01 02:31:33] "POST /neutron/port HTTP/1.1" 200 1126 0.034625 10.0.0.240 - - [2026-06-01 02:31:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009121 10.0.0.240 - - [2026-06-01 02:31:33] "POST /neutron/port HTTP/1.1" 200 1126 0.024286 10.0.0.240 - - [2026-06-01 02:31:33] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 401 293 0.000454 10.0.0.240 - - [2026-06-01 02:31:34] "POST /neutron/port HTTP/1.1" 200 1059 0.019287 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.049758 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.003587 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine-interface/1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9 HTTP/1.1" 200 2944 0.009166 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.006229 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine-interface/1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9 HTTP/1.1" 200 2944 0.004939 10.0.0.240 - - [2026-06-01 02:31:34] "GET /instance-ip/07021fbe-69ca-4c97-97be-6133354bbb98 HTTP/1.1" 200 1622 0.006754 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.004145 10.0.0.240 - - [2026-06-01 02:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004997 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-machine-interface/1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9 HTTP/1.1" 200 2944 0.005252 10.0.0.240 - - [2026-06-01 02:31:34] "GET /instance-ip/07021fbe-69ca-4c97-97be-6133354bbb98 HTTP/1.1" 200 1622 0.003524 10.0.0.240 - - [2026-06-01 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.240 - - [2026-06-01 02:31:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003478 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007977 10.0.0.240 - - [2026-06-01 02:31:34] "POST /neutron/network HTTP/1.1" 200 823 0.006482 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005641 10.0.0.240 - - [2026-06-01 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.240 - - [2026-06-01 02:31:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004950 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002910 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006292 10.0.0.240 - - [2026-06-01 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.240 - - [2026-06-01 02:31:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004088 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006628 10.0.0.240 - - [2026-06-01 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.240 - - [2026-06-01 02:31:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004180 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003854 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005659 10.0.0.240 - - [2026-06-01 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.240 - - [2026-06-01 02:31:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004057 10.0.0.240 - - [2026-06-01 02:31:34] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002942 10.0.0.240 - - [2026-06-01 02:31:35] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006965 10.0.0.240 - - [2026-06-01 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.240 - - [2026-06-01 02:31:38] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006604 10.0.0.240 - - [2026-06-01 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.240 - - [2026-06-01 02:31:42] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005832 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /project/1fe77cb8397b4c14bd0a953ec2759ffb HTTP/1.1" 404 173 0.004991 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /project/eff97eba0c7140679e7dde6f4f441423 HTTP/1.1" 404 173 0.009681 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /project/823eb01872c14b40a96f1f4995161fc8 HTTP/1.1" 404 173 0.004719 10.0.0.65 - - [2026-06-01 02:31:44] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001205 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /project/eff97eba-0c71-4067-9e7d-de6f4f441423 HTTP/1.1" 404 177 0.012279 10.0.0.65 - - [2026-06-01 02:31:44] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.054018 10.0.0.65 - - [2026-06-01 02:31:44] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000973 10.0.0.65 - - [2026-06-01 02:31:44] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?fields=security_groups HTTP/1.1" 200 1411 0.039085 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /security-group/374df574-410d-47f1-b5d2-a4fe756bcd36 HTTP/1.1" 200 115 0.049874 10.0.0.65 - - [2026-06-01 02:31:44] "GET /projects?obj_uuids=823eb018-72c1-4b40-a96f-1f4995161fc8&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000832 10.0.0.65 - - [2026-06-01 02:31:44] "GET /project/823eb018-72c1-4b40-a96f-1f4995161fc8?fields=application_policy_sets HTTP/1.1" 200 1450 0.063829 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /access-control-list/0733dccf-e133-4ad5-a23d-b12cb54760ce HTTP/1.1" 200 115 0.048688 10.0.0.65 - - [2026-06-01 02:31:44] "DELETE /project/823eb018-72c1-4b40-a96f-1f4995161fc8 HTTP/1.1" 200 115 0.397856 10.0.0.240 - - [2026-06-01 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.240 - - [2026-06-01 02:31:46] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006684 10.0.0.240 - - [2026-06-01 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.240 - - [2026-06-01 02:31:50] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006244 10.0.0.240 - - [2026-06-01 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.240 - - [2026-06-01 02:31:54] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004933 10.0.0.249 - - [2026-06-01 02:31:54] "GET /obj-perms HTTP/1.1" 200 5075 0.050886 10.0.0.240 - - [2026-06-01 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.240 - - [2026-06-01 02:31:58] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.011530 10.0.0.240 - - [2026-06-01 02:32:00] "POST /neutron/network HTTP/1.1" 200 1007 0.008860 10.0.0.240 - - [2026-06-01 02:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.240 - - [2026-06-01 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.240 - - [2026-06-01 02:32:02] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005814 10.0.0.240 - - [2026-06-01 02:32:04] "POST /neutron/port HTTP/1.1" 200 1125 0.028671 10.0.0.240 - - [2026-06-01 02:32:04] "POST /neutron/subnet HTTP/1.1" 200 704 0.012094 10.0.0.240 - - [2026-06-01 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006440 10.0.0.240 - - [2026-06-01 02:32:06] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006143 10.0.0.240 - - [2026-06-01 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.240 - - [2026-06-01 02:32:10] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005038 10.0.0.240 - - [2026-06-01 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.240 - - [2026-06-01 02:32:14] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006170 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.240 - - [2026-06-01 02:32:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003480 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005493 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.240 - - [2026-06-01 02:32:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002776 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008020 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.240 - - [2026-06-01 02:32:19] "GET /routing-instance/b7370da0-2898-416c-bb47-0df545fe5781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004500 10.0.0.240 - - [2026-06-01 02:32:19] "GET /route-target/dc449f47-83ee-4b9f-8487-250b6b964815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004277 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.240 - - [2026-06-01 02:32:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003689 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003966 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006139 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.240 - - [2026-06-01 02:32:19] "GET /routing-instance/b7370da0-2898-416c-bb47-0df545fe5781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005903 10.0.0.240 - - [2026-06-01 02:32:19] "GET /route-target/dc449f47-83ee-4b9f-8487-250b6b964815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003846 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.240 - - [2026-06-01 02:32:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004615 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003561 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006099 10.0.0.240 - - [2026-06-01 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.240 - - [2026-06-01 02:32:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003177 10.0.0.240 - - [2026-06-01 02:32:19] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007441 10.0.0.65 - - [2026-06-01 02:32:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004203 10.0.0.240 - - [2026-06-01 02:32:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004125 10.0.0.240 - - [2026-06-01 02:32:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004496 10.0.0.240 - - [2026-06-01 02:32:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003815 10.0.0.240 - - [2026-06-01 02:32:20] "POST /neutron/port HTTP/1.1" 200 1125 0.023745 10.0.0.240 - - [2026-06-01 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008366 10.0.0.240 - - [2026-06-01 02:32:20] "POST /neutron/port HTTP/1.1" 200 1125 0.018512 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.006562 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.003721 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine-interface/43c90056-5296-4d2d-8994-d9d1ebcc427e HTTP/1.1" 200 2943 0.005653 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.004162 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine-interface/43c90056-5296-4d2d-8994-d9d1ebcc427e HTTP/1.1" 200 2943 0.004924 10.0.0.240 - - [2026-06-01 02:32:20] "GET /instance-ip/6916deb2-9826-43ae-8a22-87b61cbb80d5 HTTP/1.1" 200 1621 0.007221 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.003838 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-machine-interface/43c90056-5296-4d2d-8994-d9d1ebcc427e HTTP/1.1" 200 2943 0.007621 10.0.0.240 - - [2026-06-01 02:32:20] "GET /instance-ip/6916deb2-9826-43ae-8a22-87b61cbb80d5 HTTP/1.1" 200 1621 0.004168 10.0.0.240 - - [2026-06-01 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.240 - - [2026-06-01 02:32:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003373 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007130 10.0.0.240 - - [2026-06-01 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.240 - - [2026-06-01 02:32:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003679 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002822 10.0.0.240 - - [2026-06-01 02:32:20] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007593 10.0.0.240 - - [2026-06-01 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.240 - - [2026-06-01 02:32:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003718 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003416 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006251 10.0.0.240 - - [2026-06-01 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.240 - - [2026-06-01 02:32:21] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004622 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003343 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005490 10.0.0.240 - - [2026-06-01 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.240 - - [2026-06-01 02:32:21] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006508 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003218 10.0.0.240 - - [2026-06-01 02:32:21] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006189 10.0.0.240 - - [2026-06-01 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.032344 10.0.0.240 - - [2026-06-01 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.240 - - [2026-06-01 02:32:22] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003813 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004105 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006235 10.0.0.240 - - [2026-06-01 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.240 - - [2026-06-01 02:32:22] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004263 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007236 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005885 10.0.0.240 - - [2026-06-01 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.240 - - [2026-06-01 02:32:22] "GET /routing-instance/bac6a05b-5d74-4ac6-a954-294f36e66e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005419 10.0.0.240 - - [2026-06-01 02:32:22] "GET /route-target/fa191f23-7196-45a6-9eaa-a7fd897740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003943 10.0.0.240 - - [2026-06-01 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.240 - - [2026-06-01 02:32:22] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004612 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003171 10.0.0.240 - - [2026-06-01 02:32:22] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006094 10.0.0.240 - - [2026-06-01 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.240 - - [2026-06-01 02:32:23] "GET /routing-instance/bac6a05b-5d74-4ac6-a954-294f36e66e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004704 10.0.0.240 - - [2026-06-01 02:32:23] "GET /route-target/fa191f23-7196-45a6-9eaa-a7fd897740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003563 10.0.0.240 - - [2026-06-01 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.240 - - [2026-06-01 02:32:23] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004594 10.0.0.240 - - [2026-06-01 02:32:23] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002891 10.0.0.240 - - [2026-06-01 02:32:23] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006261 10.0.0.240 - - [2026-06-01 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.240 - - [2026-06-01 02:32:23] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004401 10.0.0.240 - - [2026-06-01 02:32:23] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004903 10.0.0.240 - - [2026-06-01 02:32:23] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007645 10.0.0.65 - - [2026-06-01 02:32:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004577 10.0.0.240 - - [2026-06-01 02:32:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004831 10.0.0.240 - - [2026-06-01 02:32:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004632 10.0.0.240 - - [2026-06-01 02:32:23] "GET /obj-perms HTTP/1.1" 200 5049 0.007157 10.0.0.65 - - [2026-06-01 02:32:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004651 10.0.0.240 - - [2026-06-01 02:32:23] "POST /neutron/port HTTP/1.1" 200 1123 0.022833 10.0.0.240 - - [2026-06-01 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008029 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.006834 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.004627 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine-interface/7556e84b-37e5-47ac-9413-71284c46550e HTTP/1.1" 200 2944 0.006168 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.005398 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine-interface/7556e84b-37e5-47ac-9413-71284c46550e HTTP/1.1" 200 2944 0.006449 10.0.0.240 - - [2026-06-01 02:32:24] "GET /instance-ip/7e95c93c-0747-413c-b748-fa9beda542f7 HTTP/1.1" 200 1620 0.008664 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.005508 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-machine-interface/7556e84b-37e5-47ac-9413-71284c46550e HTTP/1.1" 200 2944 0.005925 10.0.0.240 - - [2026-06-01 02:32:24] "GET /instance-ip/7e95c93c-0747-413c-b748-fa9beda542f7 HTTP/1.1" 200 1620 0.005239 10.0.0.240 - - [2026-06-01 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.240 - - [2026-06-01 02:32:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004166 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006152 10.0.0.240 - - [2026-06-01 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.240 - - [2026-06-01 02:32:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004728 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003186 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006630 10.0.0.240 - - [2026-06-01 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.240 - - [2026-06-01 02:32:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004071 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003117 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007164 10.0.0.240 - - [2026-06-01 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.240 - - [2026-06-01 02:32:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003557 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005900 10.0.0.240 - - [2026-06-01 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.240 - - [2026-06-01 02:32:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008091 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003216 10.0.0.240 - - [2026-06-01 02:32:24] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006726 10.0.0.240 - - [2026-06-01 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.240 - - [2026-06-01 02:32:25] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003899 10.0.0.240 - - [2026-06-01 02:32:25] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003005 10.0.0.240 - - [2026-06-01 02:32:25] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005838 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.240 - - [2026-06-01 02:32:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003479 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003570 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005919 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.240 - - [2026-06-01 02:32:26] "GET /routing-instance/add83e77-bca7-4d65-b718-5d8353fc6fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007511 10.0.0.240 - - [2026-06-01 02:32:26] "GET /route-target/8330f62f-1464-4fd1-9378-3bc91cafcc40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004016 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.240 - - [2026-06-01 02:32:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004854 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003303 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006164 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.240 - - [2026-06-01 02:32:26] "GET /routing-instance/add83e77-bca7-4d65-b718-5d8353fc6fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004525 10.0.0.240 - - [2026-06-01 02:32:26] "GET /route-target/8330f62f-1464-4fd1-9378-3bc91cafcc40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005020 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.240 - - [2026-06-01 02:32:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003482 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003573 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005823 10.0.0.240 - - [2026-06-01 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.240 - - [2026-06-01 02:32:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005025 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003097 10.0.0.240 - - [2026-06-01 02:32:26] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005626 10.0.0.240 - - [2026-06-01 02:32:26] "GET /obj-perms HTTP/1.1" 200 5049 0.004720 10.0.0.65 - - [2026-06-01 02:32:26] "GET /obj-perms HTTP/1.1" 200 5049 0.003886 10.0.0.240 - - [2026-06-01 02:32:26] "GET /obj-perms HTTP/1.1" 200 5049 0.004022 10.0.0.240 - - [2026-06-01 02:32:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004101 10.0.0.249 - - [2026-06-01 02:32:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003790 10.0.0.240 - - [2026-06-01 02:32:27] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.004575 10.0.0.240 - - [2026-06-01 02:32:27] "GET /virtual-machine-interface/1c4ed2ff-c33c-4dad-8bf1-0b4e30ebd1d9 HTTP/1.1" 200 2944 0.006531 10.0.0.240 - - [2026-06-01 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.240 - - [2026-06-01 02:32:27] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003329 10.0.0.240 - - [2026-06-01 02:32:27] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003961 10.0.0.240 - - [2026-06-01 02:32:27] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005685 10.0.0.240 - - [2026-06-01 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.240 - - [2026-06-01 02:32:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004085 10.0.0.240 - - [2026-06-01 02:32:28] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003247 10.0.0.240 - - [2026-06-01 02:32:28] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007636 10.0.0.240 - - [2026-06-01 02:32:28] "POST /neutron/port HTTP/1.1" 200 1126 0.022642 10.0.0.240 - - [2026-06-01 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006336 10.0.0.240 - - [2026-06-01 02:32:33] "POST /neutron/port HTTP/1.1" 200 1126 0.018088 10.0.0.240 - - [2026-06-01 02:32:38] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.005545 10.0.0.240 - - [2026-06-01 02:32:38] "GET /virtual-machine-interface/43c90056-5296-4d2d-8994-d9d1ebcc427e HTTP/1.1" 200 2943 0.005952 10.0.0.240 - - [2026-06-01 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.240 - - [2026-06-01 02:32:38] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004805 10.0.0.240 - - [2026-06-01 02:32:38] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002879 10.0.0.240 - - [2026-06-01 02:32:38] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007025 10.0.0.240 - - [2026-06-01 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.240 - - [2026-06-01 02:32:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007317 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003498 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005647 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.004350 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-machine-interface/7556e84b-37e5-47ac-9413-71284c46550e HTTP/1.1" 200 2944 0.006885 10.0.0.240 - - [2026-06-01 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.240 - - [2026-06-01 02:32:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004578 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004496 10.0.0.240 - - [2026-06-01 02:32:40] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006751 10.0.0.240 - - [2026-06-01 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.240 - - [2026-06-01 02:32:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.240 - - [2026-06-01 02:32:41] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002718 10.0.0.240 - - [2026-06-01 02:32:41] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005783 10.0.0.240 - - [2026-06-01 02:33:02] "POST /neutron/port HTTP/1.1" 200 1123 0.040174 10.0.0.240 - - [2026-06-01 02:33:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.009794 10.0.0.240 - - [2026-06-01 02:33:05] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 200 1293 0.004441 10.0.0.240 - - [2026-06-01 02:33:05] "POST /neutron/port HTTP/1.1" 200 1123 0.021187 10.0.0.240 - - [2026-06-01 02:33:06] "POST /neutron/port HTTP/1.1" 200 1125 0.085586 10.0.0.240 - - [2026-06-01 02:33:07] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 404 171 0.003530 10.0.0.240 - - [2026-06-01 02:33:07] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 404 171 0.002862 10.0.0.240 - - [2026-06-01 02:33:07] "GET /virtual-machine/f37dc1b4-a376-48c6-a578-bbc2e335da11 HTTP/1.1" 404 171 0.002880 10.0.0.240 - - [2026-06-01 02:33:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.240 - - [2026-06-01 02:33:07] "POST /neutron/network HTTP/1.1" 200 917 0.009362 10.0.0.240 - - [2026-06-01 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.240 - - [2026-06-01 02:33:07] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009782 10.0.0.240 - - [2026-06-01 02:33:07] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003185 10.0.0.240 - - [2026-06-01 02:33:07] "GET /virtual-network/e9dd6915-d397-4cf3-bff2-7e7f8a6dbe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009539 10.0.0.240 - - [2026-06-01 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007702 10.0.0.240 - - [2026-06-01 02:33:07] "GET /routing-instance/add83e77-bca7-4d65-b718-5d8353fc6fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003963 10.0.0.240 - - [2026-06-01 02:33:07] "GET /route-target/8330f62f-1464-4fd1-9378-3bc91cafcc40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008237 10.0.0.240 - - [2026-06-01 02:33:07] "GET /obj-perms HTTP/1.1" 200 5049 0.004984 10.0.0.240 - - [2026-06-01 02:33:13] "GET /obj-perms HTTP/1.1" 200 5049 0.005544 10.0.0.240 - - [2026-06-01 02:33:16] "GET /obj-perms HTTP/1.1" 200 5049 0.006758 10.0.0.240 - - [2026-06-01 02:33:22] "GET /obj-perms HTTP/1.1" 200 5049 0.004450 10.0.0.240 - - [2026-06-01 02:33:26] "GET /obj-perms HTTP/1.1" 200 5049 0.004814 10.0.0.240 - - [2026-06-01 02:33:26] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 200 1293 0.004871 10.0.0.240 - - [2026-06-01 02:33:27] "POST /neutron/port HTTP/1.1" 200 151 0.184741 10.0.0.240 - - [2026-06-01 02:33:28] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 404 171 0.003735 10.0.0.240 - - [2026-06-01 02:33:28] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 404 171 0.002887 10.0.0.240 - - [2026-06-01 02:33:28] "GET /virtual-machine/fc6f7bd6-0986-4ad6-bba9-1a049be7ab79 HTTP/1.1" 404 171 0.002551 10.0.0.240 - - [2026-06-01 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.240 - - [2026-06-01 02:33:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003879 10.0.0.240 - - [2026-06-01 02:33:28] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002742 10.0.0.240 - - [2026-06-01 02:33:28] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006191 10.0.0.240 - - [2026-06-01 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.240 - - [2026-06-01 02:33:28] "GET /routing-instance/bac6a05b-5d74-4ac6-a954-294f36e66e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004155 10.0.0.240 - - [2026-06-01 02:33:28] "GET /route-target/fa191f23-7196-45a6-9eaa-a7fd897740f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004808 10.0.0.240 - - [2026-06-01 02:33:28] "GET /obj-perms HTTP/1.1" 200 5049 0.004140 10.0.0.240 - - [2026-06-01 02:33:31] "GET /obj-perms HTTP/1.1" 200 5049 0.005517 10.0.0.240 - - [2026-06-01 02:33:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004025 10.0.0.240 - - [2026-06-01 02:33:41] "GET /obj-perms HTTP/1.1" 200 5049 0.004493 10.0.0.240 - - [2026-06-01 02:33:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004797 10.0.0.240 - - [2026-06-01 02:33:50] "GET /obj-perms HTTP/1.1" 200 5049 0.005455 10.0.0.240 - - [2026-06-01 02:33:56] "GET /obj-perms HTTP/1.1" 200 5049 0.005703 10.0.0.240 - - [2026-06-01 02:33:56] "GET /obj-perms HTTP/1.1" 200 5049 0.003405 10.0.0.249 - - [2026-06-01 02:33:56] "GET /obj-perms HTTP/1.1" 200 5049 0.004486 10.0.0.65 - - [2026-06-01 02:33:56] "GET /obj-perms HTTP/1.1" 200 5049 0.003656 10.0.0.240 - - [2026-06-01 02:33:56] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 200 1293 0.005395 10.0.0.240 - - [2026-06-01 02:33:57] "POST /neutron/port HTTP/1.1" 200 151 0.203907 10.0.0.240 - - [2026-06-01 02:33:58] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 404 171 0.003364 10.0.0.240 - - [2026-06-01 02:33:58] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 404 171 0.003280 10.0.0.240 - - [2026-06-01 02:33:58] "GET /virtual-machine/f4f01004-94e1-411f-a6ae-cbe98ae4cb89 HTTP/1.1" 404 171 0.002905 10.0.0.240 - - [2026-06-01 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.240 - - [2026-06-01 02:33:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004876 10.0.0.240 - - [2026-06-01 02:33:58] "GET /virtual-networks?parent_id=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003772 10.0.0.240 - - [2026-06-01 02:33:58] "GET /virtual-network/a8527ab9-da1b-458a-8a97-831fb0a0661f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005506 10.0.0.240 - - [2026-06-01 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.240 - - [2026-06-01 02:33:58] "GET /routing-instance/b7370da0-2898-416c-bb47-0df545fe5781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005176 10.0.0.240 - - [2026-06-01 02:33:58] "GET /route-target/dc449f47-83ee-4b9f-8487-250b6b964815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003369 10.0.0.240 - - [2026-06-01 02:33:59] "GET /obj-perms HTTP/1.1" 200 5049 0.004162 10.0.0.240 - - [2026-06-01 02:34:05] "GET /obj-perms HTTP/1.1" 200 5049 0.004105 10.0.0.240 - - [2026-06-01 02:34:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004452 10.0.0.240 - - [2026-06-01 02:34:14] "GET /obj-perms HTTP/1.1" 200 5049 0.005137 10.0.0.240 - - [2026-06-01 02:34:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003918 10.0.0.240 - - [2026-06-01 02:34:23] "GET /obj-perms HTTP/1.1" 200 5049 0.004945 10.0.0.240 - - [2026-06-01 02:34:26] "GET /obj-perms HTTP/1.1" 200 5049 0.007633 10.0.0.240 - - [2026-06-01 02:34:26] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006374 10.0.0.240 - - [2026-06-01 02:34:27] "POST /neutron/network HTTP/1.1" 200 825 0.009577 10.0.0.240 - - [2026-06-01 02:34:27] "GET /virtual-network/acafdfc0-132b-41b4-a689-325be4c6d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005770 10.0.0.240 - - [2026-06-01 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.055996 10.0.0.240 - - [2026-06-01 02:34:27] "POST /ref-update HTTP/1.1" 200 156 0.070498 10.0.0.240 - - [2026-06-01 02:34:27] "DELETE /network-policy/3cc39cd0-6254-42ba-ac31-e74b095322c0 HTTP/1.1" 200 115 0.032692 10.0.0.240 - - [2026-06-01 02:34:27] "DELETE /network-policy/68759b30-69bd-468d-86ae-9aaeeb823b7a HTTP/1.1" 200 115 0.041804 10.0.0.240 - - [2026-06-01 02:34:27] "DELETE /network-policy/f14fc470-219d-492c-b640-97598cc2c71e HTTP/1.1" 200 115 0.036837 10.0.0.65 - - [2026-06-01 02:34:27] "DELETE /access-control-list/3a712a3a-d02d-4526-ac25-7abf0ad6ecd9 HTTP/1.1" 200 115 0.090334 10.0.0.65 - - [2026-06-01 02:34:27] "DELETE /route-target/8330f62f-1464-4fd1-9378-3bc91cafcc40 HTTP/1.1" 200 115 0.039085 10.0.0.240 - - [2026-06-01 02:34:27] "POST /neutron/network HTTP/1.1" 200 825 0.006589 10.0.0.65 - - [2026-06-01 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.65 - - [2026-06-01 02:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.037917 10.0.0.65 - - [2026-06-01 02:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.240 - - [2026-06-01 02:34:28] "POST /neutron/network HTTP/1.1" 200 151 0.168315 10.0.0.240 - - [2026-06-01 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.240 - - [2026-06-01 02:34:28] "DELETE /network-ipam/bf0f6a7e-dea7-43f4-aade-3a9c7dff532d HTTP/1.1" 200 115 0.038842 10.0.0.240 - - [2026-06-01 02:34:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.002907 10.0.0.240 - - [2026-06-01 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.240 - - [2026-06-01 02:34:28] "DELETE /network-ipam/a6c1cc90-b47c-4da1-bcff-d3ee9c7c144f HTTP/1.1" 200 115 0.039326 10.0.0.240 - - [2026-06-01 02:34:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003149 10.0.0.240 - - [2026-06-01 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.240 - - [2026-06-01 02:34:29] "DELETE /network-ipam/f2749af8-5b21-4173-87d7-1574797802c0 HTTP/1.1" 200 115 0.037671 10.0.0.240 - - [2026-06-01 02:34:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003468 10.0.0.65 - - [2026-06-01 02:34:30] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.240 - - [2026-06-01 02:34:30] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063868 10.0.0.65 - - [2026-06-01 02:34:30] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.240 - - [2026-06-01 02:34:30] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?fields=virtual_networks HTTP/1.1" 200 1032 0.048064 10.0.0.65 - - [2026-06-01 02:34:30] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.240 - - [2026-06-01 02:34:30] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051981 10.0.0.65 - - [2026-06-01 02:34:30] "GET /projects?obj_uuids=1fe77cb8-397b-4c14-bd0a-953ec2759ffb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.240 - - [2026-06-01 02:34:30] "GET /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb?fields=security_groups HTTP/1.1" 200 1258 0.047343 10.0.0.240 - - [2026-06-01 02:34:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.024815 10.0.0.65 - - [2026-06-01 02:34:31] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.65 - - [2026-06-01 02:34:31] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.65 - - [2026-06-01 02:34:31] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034587 10.0.0.65 - - [2026-06-01 02:34:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.007483 10.0.0.65 - - [2026-06-01 02:34:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.006757 10.0.0.65 - - [2026-06-01 02:34:32] "POST /security-groups HTTP/1.1" 200 597 0.090786 10.0.0.65 - - [2026-06-01 02:34:32] "POST /projects HTTP/1.1" 200 597 0.316927 10.0.0.65 - - [2026-06-01 02:34:32] "POST /access-control-lists HTTP/1.1" 200 602 0.025976 10.0.0.65 - - [2026-06-01 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.387372 10.0.0.240 - - [2026-06-01 02:34:32] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.555465 10.0.0.240 - - [2026-06-01 02:34:33] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.240 - - [2026-06-01 02:34:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000568 10.0.0.65 - - [2026-06-01 02:34:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-06-01 02:34:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-06-01 02:34:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.097409 10.0.0.240 - - [2026-06-01 02:34:36] "POST /network-ipams HTTP/1.1" 200 519 0.029490 10.0.0.240 - - [2026-06-01 02:34:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003735 10.0.0.240 - - [2026-06-01 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.240 - - [2026-06-01 02:34:36] "GET /network-ipam/a38517fe-ca06-482d-9bc2-bb096ad26cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007092 10.0.0.240 - - [2026-06-01 02:34:36] "PUT /network-ipam/a38517fe-ca06-482d-9bc2-bb096ad26cb9 HTTP/1.1" 200 258 0.014157 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003414 10.0.0.240 - - [2026-06-01 02:34:37] "POST /network-ipams HTTP/1.1" 200 519 0.042904 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003191 10.0.0.249 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.240 - - [2026-06-01 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.240 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.249 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipam/3d848eed-bbb0-4f8b-97e0-ee0a27ae7b53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007656 10.0.0.240 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-06-01 02:34:37] "PUT /network-ipam/3d848eed-bbb0-4f8b-97e0-ee0a27ae7b53 HTTP/1.1" 200 258 0.014202 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003825 10.0.0.240 - - [2026-06-01 02:34:37] "POST /network-ipams HTTP/1.1" 200 519 0.038526 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004882 10.0.0.240 - - [2026-06-01 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.240 - - [2026-06-01 02:34:37] "GET /network-ipam/771d5155-54f9-491b-a778-d17ba2ad5307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007191 10.0.0.65 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-06-01 02:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.240 - - [2026-06-01 02:34:37] "PUT /network-ipam/771d5155-54f9-491b-a778-d17ba2ad5307 HTTP/1.1" 200 258 0.014763 10.0.0.249 - - [2026-06-01 02:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2026-06-01 02:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.240 - - [2026-06-01 02:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-06-01 02:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.240 - - [2026-06-01 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.65 - - [2026-06-01 02:34:38] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001415 10.0.0.240 - - [2026-06-01 02:34:38] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.059410 10.0.0.65 - - [2026-06-01 02:34:38] "POST /route-targets HTTP/1.1" 200 327 0.014350 10.0.0.65 - - [2026-06-01 02:34:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008053 10.0.0.240 - - [2026-06-01 02:34:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.274338 10.0.0.240 - - [2026-06-01 02:34:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001826 10.0.0.240 - - [2026-06-01 02:34:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008689 10.0.0.240 - - [2026-06-01 02:34:39] "POST /neutron/network HTTP/1.1" 200 1014 0.009366 10.0.0.240 - - [2026-06-01 02:34:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005454 10.0.0.240 - - [2026-06-01 02:34:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.010444 10.0.0.240 - - [2026-06-01 02:34:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007832 10.0.0.240 - - [2026-06-01 02:34:39] "GET /network-ipam/a38517fe-ca06-482d-9bc2-bb096ad26cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.008820 10.0.0.240 - - [2026-06-01 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.65 - - [2026-06-01 02:34:39] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.240 - - [2026-06-01 02:34:39] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041361 10.0.0.65 - - [2026-06-01 02:34:39] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.240 - - [2026-06-01 02:34:39] "POST /neutron/network HTTP/1.1" 200 613 0.144572 10.0.0.65 - - [2026-06-01 02:34:40] "POST /ref-update HTTP/1.1" 200 156 0.025134 10.0.0.240 - - [2026-06-01 02:34:40] "POST /neutron/network HTTP/1.1" 200 1014 0.013046 10.0.0.240 - - [2026-06-01 02:34:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001005 10.0.0.240 - - [2026-06-01 02:34:40] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005048 10.0.0.240 - - [2026-06-01 02:34:40] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005628 10.0.0.240 - - [2026-06-01 02:34:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.009642 10.0.0.240 - - [2026-06-01 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.65 - - [2026-06-01 02:34:40] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.240 - - [2026-06-01 02:34:40] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.062142 10.0.0.65 - - [2026-06-01 02:34:40] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001279 10.0.0.240 - - [2026-06-01 02:34:40] "POST /neutron/network HTTP/1.1" 200 613 0.122998 10.0.0.65 - - [2026-06-01 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.032203 10.0.0.240 - - [2026-06-01 02:34:41] "POST /neutron/network HTTP/1.1" 200 1012 0.010839 10.0.0.240 - - [2026-06-01 02:34:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001081 10.0.0.240 - - [2026-06-01 02:34:41] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005010 10.0.0.240 - - [2026-06-01 02:34:41] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005794 10.0.0.240 - - [2026-06-01 02:34:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.009729 10.0.0.240 - - [2026-06-01 02:34:41] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009123 10.0.0.240 - - [2026-06-01 02:34:42] "GET /obj-perms HTTP/1.1" 200 5061 0.057900 10.0.0.65 - - [2026-06-01 02:34:43] "DELETE /access-control-list/5addaa68-f6ac-4fc6-a77b-ea05ac442077 HTTP/1.1" 200 115 0.047199 10.0.0.65 - - [2026-06-01 02:34:43] "GET /obj-perms HTTP/1.1" 200 5061 0.090434 10.0.0.240 - - [2026-06-01 02:34:43] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006500 10.0.0.249 - - [2026-06-01 02:34:43] "GET /obj-perms HTTP/1.1" 200 5061 0.058980 10.0.0.240 - - [2026-06-01 02:34:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005916 10.0.0.240 - - [2026-06-01 02:34:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003710 10.0.0.240 - - [2026-06-01 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.65 - - [2026-06-01 02:34:44] "DELETE /project/8d6a7b335a9f4cbdbd86bb9f9a5936f3 HTTP/1.1" 404 173 0.005784 10.0.0.65 - - [2026-06-01 02:34:44] "DELETE /project/1fe77cb8-397b-4c14-bd0a-953ec2759ffb HTTP/1.1" 404 177 0.003784 10.0.0.65 - - [2026-06-01 02:34:44] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000856 10.0.0.240 - - [2026-06-01 02:34:44] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042381 10.0.0.240 - - [2026-06-01 02:34:44] "POST /network-policys HTTP/1.1" 200 559 0.030330 10.0.0.240 - - [2026-06-01 02:34:44] "GET /network-policy/0fab486c-e46c-4c17-99b3-4662e0b6003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005962 10.0.0.240 - - [2026-06-01 02:34:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003673 10.0.0.240 - - [2026-06-01 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.65 - - [2026-06-01 02:34:44] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.240 - - [2026-06-01 02:34:44] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044432 10.0.0.240 - - [2026-06-01 02:34:44] "POST /network-policys HTTP/1.1" 200 559 0.028084 10.0.0.240 - - [2026-06-01 02:34:45] "GET /network-policy/8090c38c-4046-4882-86f6-0b82b519332d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006386 10.0.0.240 - - [2026-06-01 02:34:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.002809 10.0.0.240 - - [2026-06-01 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.65 - - [2026-06-01 02:34:45] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.240 - - [2026-06-01 02:34:45] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047930 10.0.0.240 - - [2026-06-01 02:34:45] "POST /network-policys HTTP/1.1" 200 559 0.029830 10.0.0.240 - - [2026-06-01 02:34:45] "GET /network-policy/abfa69ec-c6bb-4e01-9b32-1b692be3bf43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007427 10.0.0.240 - - [2026-06-01 02:34:45] "POST /neutron/network HTTP/1.1" 200 1198 0.088869 10.0.0.65 - - [2026-06-01 02:34:45] "POST /access-control-lists HTTP/1.1" 200 597 0.046860 10.0.0.240 - - [2026-06-01 02:34:45] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005984 10.0.0.240 - - [2026-06-01 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.240 - - [2026-06-01 02:34:45] "GET /network-policy/0fab486c-e46c-4c17-99b3-4662e0b6003b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004827 10.0.0.240 - - [2026-06-01 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.240 - - [2026-06-01 02:34:45] "GET /network-policy/8090c38c-4046-4882-86f6-0b82b519332d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005291 10.0.0.240 - - [2026-06-01 02:34:45] "POST /neutron/network HTTP/1.1" 200 1112 0.073915 10.0.0.240 - - [2026-06-01 02:34:46] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.013207 10.0.0.240 - - [2026-06-01 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.65 - - [2026-06-01 02:34:46] "POST /ref-update HTTP/1.1" 200 156 0.056562 10.0.0.240 - - [2026-06-01 02:34:46] "GET /network-policy/abfa69ec-c6bb-4e01-9b32-1b692be3bf43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006351 10.0.0.240 - - [2026-06-01 02:34:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001215 10.0.0.65 - - [2026-06-01 02:34:47] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001000 10.0.0.240 - - [2026-06-01 02:34:47] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.095810 10.0.0.240 - - [2026-06-01 02:34:47] "POST /neutron/network HTTP/1.1" 200 1198 0.035788 10.0.0.240 - - [2026-06-01 02:34:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001896 10.0.0.240 - - [2026-06-01 02:34:47] "POST /neutron/port HTTP/1.1" 200 117 0.006379 10.0.0.65 - - [2026-06-01 02:34:47] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/port HTTP/1.1" 200 1173 0.385153 10.0.0.65 - - [2026-06-01 02:34:48] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001242 10.0.0.240 - - [2026-06-01 02:34:48] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.079198 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/port HTTP/1.1" 200 1227 0.162289 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004312 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/port HTTP/1.1" 200 1237 0.020980 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.240 - - [2026-06-01 02:34:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001585 10.0.0.240 - - [2026-06-01 02:34:48] "POST /neutron/port HTTP/1.1" 200 1237 0.021236 10.0.0.240 - - [2026-06-01 02:34:49] "POST /neutron/network HTTP/1.1" 200 1122 0.009149 10.0.0.240 - - [2026-06-01 02:34:49] "POST /neutron/port HTTP/1.1" 200 1173 0.023701 10.0.0.65 - - [2026-06-01 02:34:50] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001153 10.0.0.240 - - [2026-06-01 02:34:50] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.099278 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/network HTTP/1.1" 200 1012 0.009609 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014163 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/network HTTP/1.1" 200 1112 0.010712 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/port HTTP/1.1" 200 117 0.005555 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/port HTTP/1.1" 200 1237 0.029893 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009825 10.0.0.240 - - [2026-06-01 02:34:50] "POST /neutron/port HTTP/1.1" 200 1237 0.021011 10.0.0.240 - - [2026-06-01 02:34:50] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 401 293 0.000436 10.0.0.240 - - [2026-06-01 02:34:51] "POST /neutron/port HTTP/1.1" 200 1171 0.041430 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.049794 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.013033 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine-interface/2636be8b-bee2-4492-8d74-7a46fa150e46 HTTP/1.1" 200 3168 0.015232 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.003900 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine-interface/2636be8b-bee2-4492-8d74-7a46fa150e46 HTTP/1.1" 200 3168 0.005116 10.0.0.240 - - [2026-06-01 02:34:51] "GET /instance-ip/264fbbfc-9161-42f3-a615-61a0e2f00fc4 HTTP/1.1" 200 1652 0.006312 10.0.0.240 - - [2026-06-01 02:34:51] "GET /instance-ip/3fca2deb-456e-4d9f-a4c0-0148bd379a3e HTTP/1.1" 200 1634 0.006782 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.007534 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-machine-interface/2636be8b-bee2-4492-8d74-7a46fa150e46 HTTP/1.1" 200 3168 0.007517 10.0.0.240 - - [2026-06-01 02:34:51] "GET /instance-ip/264fbbfc-9161-42f3-a615-61a0e2f00fc4 HTTP/1.1" 200 1652 0.005797 10.0.0.240 - - [2026-06-01 02:34:51] "GET /instance-ip/3fca2deb-456e-4d9f-a4c0-0148bd379a3e HTTP/1.1" 200 1634 0.003642 10.0.0.240 - - [2026-06-01 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.240 - - [2026-06-01 02:34:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003639 10.0.0.240 - - [2026-06-01 02:34:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003700 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002969 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006006 10.0.0.240 - - [2026-06-01 02:34:51] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.240 - - [2026-06-01 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.240 - - [2026-06-01 02:34:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005880 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003901 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005365 10.0.0.240 - - [2026-06-01 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.240 - - [2026-06-01 02:34:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003074 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005538 10.0.0.240 - - [2026-06-01 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.240 - - [2026-06-01 02:34:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.240 - - [2026-06-01 02:34:51] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003216 10.0.0.240 - - [2026-06-01 02:34:52] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006043 10.0.0.240 - - [2026-06-01 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.240 - - [2026-06-01 02:34:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003420 10.0.0.240 - - [2026-06-01 02:34:52] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003324 10.0.0.240 - - [2026-06-01 02:34:52] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005598 10.0.0.240 - - [2026-06-01 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.240 - - [2026-06-01 02:34:55] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006677 10.0.0.65 - - [2026-06-01 02:34:57] "GET /obj-perms HTTP/1.1" 200 5075 0.050759 10.0.0.240 - - [2026-06-01 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.240 - - [2026-06-01 02:34:59] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007180 10.0.0.240 - - [2026-06-01 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.240 - - [2026-06-01 02:35:03] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006344 10.0.0.240 - - [2026-06-01 02:35:06] "POST /neutron/port HTTP/1.1" 200 1237 0.031692 10.0.0.240 - - [2026-06-01 02:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.240 - - [2026-06-01 02:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.240 - - [2026-06-01 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.240 - - [2026-06-01 02:35:07] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006929 10.0.0.240 - - [2026-06-01 02:35:08] "POST /neutron/port HTTP/1.1" 200 1237 0.021106 10.0.0.240 - - [2026-06-01 02:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003926 10.0.0.240 - - [2026-06-01 02:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.240 - - [2026-06-01 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.240 - - [2026-06-01 02:35:11] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006954 10.0.0.240 - - [2026-06-01 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.240 - - [2026-06-01 02:35:15] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007228 10.0.0.240 - - [2026-06-01 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.240 - - [2026-06-01 02:35:19] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005476 10.0.0.240 - - [2026-06-01 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.240 - - [2026-06-01 02:35:23] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005607 10.0.0.240 - - [2026-06-01 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2026-06-01 02:35:28] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006210 10.0.0.240 - - [2026-06-01 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.240 - - [2026-06-01 02:35:32] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005957 10.0.0.240 - - [2026-06-01 02:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005449 10.0.0.240 - - [2026-06-01 02:35:36] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007227 10.0.0.240 - - [2026-06-01 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.240 - - [2026-06-01 02:35:38] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004891 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006236 10.0.0.240 - - [2026-06-01 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.240 - - [2026-06-01 02:35:38] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003669 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003032 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006534 10.0.0.240 - - [2026-06-01 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.240 - - [2026-06-01 02:35:38] "GET /routing-instance/5cd41787-15d9-4974-8e1e-0e42bde98089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004472 10.0.0.240 - - [2026-06-01 02:35:38] "GET /route-target/e0dcc0a9-f4b3-4412-8835-cc21471861d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005285 10.0.0.240 - - [2026-06-01 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.240 - - [2026-06-01 02:35:38] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003707 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003696 10.0.0.240 - - [2026-06-01 02:35:38] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005902 10.0.0.240 - - [2026-06-01 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.240 - - [2026-06-01 02:35:39] "GET /routing-instance/5cd41787-15d9-4974-8e1e-0e42bde98089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005964 10.0.0.240 - - [2026-06-01 02:35:39] "GET /route-target/e0dcc0a9-f4b3-4412-8835-cc21471861d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006168 10.0.0.240 - - [2026-06-01 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.240 - - [2026-06-01 02:35:39] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005544 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003829 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.019728 10.0.0.240 - - [2026-06-01 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.240 - - [2026-06-01 02:35:39] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003838 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006715 10.0.0.240 - - [2026-06-01 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.240 - - [2026-06-01 02:35:39] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004237 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006945 10.0.0.240 - - [2026-06-01 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.240 - - [2026-06-01 02:35:39] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005300 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003813 10.0.0.240 - - [2026-06-01 02:35:39] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005474 10.0.0.240 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004236 10.0.0.240 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004299 10.0.0.65 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.003929 10.0.0.240 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004365 10.0.0.240 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.005843 10.0.0.249 - - [2026-06-01 02:35:39] "GET /obj-perms HTTP/1.1" 200 5061 0.005175 10.0.0.240 - - [2026-06-01 02:35:39] "POST /neutron/port HTTP/1.1" 200 1237 0.025738 10.0.0.240 - - [2026-06-01 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007698 10.0.0.240 - - [2026-06-01 02:35:40] "POST /neutron/port HTTP/1.1" 200 1237 0.023736 10.0.0.240 - - [2026-06-01 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007794 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.006658 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.003532 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine-interface/3b40e7a1-88a2-494c-8db5-37b281025b58 HTTP/1.1" 200 3168 0.005649 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.005242 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine-interface/3b40e7a1-88a2-494c-8db5-37b281025b58 HTTP/1.1" 200 3168 0.006757 10.0.0.240 - - [2026-06-01 02:35:40] "GET /instance-ip/bac37f42-3f18-4b5a-9750-b9d916768e68 HTTP/1.1" 200 1634 0.006363 10.0.0.240 - - [2026-06-01 02:35:40] "GET /instance-ip/c95ce0e2-3e51-46a1-9a87-a1fe13088cae HTTP/1.1" 200 1654 0.006173 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.004950 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-machine-interface/3b40e7a1-88a2-494c-8db5-37b281025b58 HTTP/1.1" 200 3168 0.006282 10.0.0.240 - - [2026-06-01 02:35:40] "GET /instance-ip/bac37f42-3f18-4b5a-9750-b9d916768e68 HTTP/1.1" 200 1634 0.004999 10.0.0.240 - - [2026-06-01 02:35:40] "GET /instance-ip/c95ce0e2-3e51-46a1-9a87-a1fe13088cae HTTP/1.1" 200 1654 0.005965 10.0.0.240 - - [2026-06-01 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-06-01 02:35:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003922 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006026 10.0.0.240 - - [2026-06-01 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.240 - - [2026-06-01 02:35:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003550 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010180 10.0.0.240 - - [2026-06-01 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006604 10.0.0.240 - - [2026-06-01 02:35:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003888 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003649 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005960 10.0.0.240 - - [2026-06-01 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.240 - - [2026-06-01 02:35:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.240 - - [2026-06-01 02:35:40] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005199 10.0.0.240 - - [2026-06-01 02:35:41] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008962 10.0.0.240 - - [2026-06-01 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.240 - - [2026-06-01 02:35:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004526 10.0.0.240 - - [2026-06-01 02:35:41] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003279 10.0.0.240 - - [2026-06-01 02:35:41] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007936 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.240 - - [2026-06-01 02:35:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003369 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006299 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.240 - - [2026-06-01 02:35:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003732 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007038 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.240 - - [2026-06-01 02:35:42] "GET /routing-instance/327cac73-93e0-4dc3-8041-a0c055195fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004960 10.0.0.240 - - [2026-06-01 02:35:42] "GET /route-target/5df73b1b-275b-44d6-a2f3-7f17d8b1d5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003600 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.240 - - [2026-06-01 02:35:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003384 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005506 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.240 - - [2026-06-01 02:35:42] "GET /routing-instance/327cac73-93e0-4dc3-8041-a0c055195fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004501 10.0.0.240 - - [2026-06-01 02:35:42] "GET /route-target/5df73b1b-275b-44d6-a2f3-7f17d8b1d5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003422 10.0.0.240 - - [2026-06-01 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.240 - - [2026-06-01 02:35:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004706 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003849 10.0.0.240 - - [2026-06-01 02:35:42] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006169 10.0.0.240 - - [2026-06-01 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.240 - - [2026-06-01 02:35:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003720 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007622 10.0.0.240 - - [2026-06-01 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.240 - - [2026-06-01 02:35:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005629 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004300 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007087 10.0.0.240 - - [2026-06-01 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005638 10.0.0.240 - - [2026-06-01 02:35:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005992 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004190 10.0.0.240 - - [2026-06-01 02:35:43] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007205 10.0.0.240 - - [2026-06-01 02:35:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003967 10.0.0.65 - - [2026-06-01 02:35:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003716 10.0.0.240 - - [2026-06-01 02:35:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003973 10.0.0.240 - - [2026-06-01 02:35:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004233 10.0.0.240 - - [2026-06-01 02:35:43] "POST /neutron/port HTTP/1.1" 200 1235 0.027833 10.0.0.240 - - [2026-06-01 02:35:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007746 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.005463 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.004814 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine-interface/1e97fcf3-095a-4a86-8fed-e31c64517ac8 HTTP/1.1" 200 3168 0.005735 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.003691 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine-interface/1e97fcf3-095a-4a86-8fed-e31c64517ac8 HTTP/1.1" 200 3168 0.005660 10.0.0.240 - - [2026-06-01 02:35:44] "GET /instance-ip/4de06cae-4a5c-4236-8b66-1828579a7d36 HTTP/1.1" 200 1653 0.006898 10.0.0.240 - - [2026-06-01 02:35:44] "GET /instance-ip/906313e1-6364-4b70-9cff-6139ca6a201d HTTP/1.1" 200 1632 0.009215 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.003880 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-machine-interface/1e97fcf3-095a-4a86-8fed-e31c64517ac8 HTTP/1.1" 200 3168 0.006521 10.0.0.240 - - [2026-06-01 02:35:44] "GET /instance-ip/4de06cae-4a5c-4236-8b66-1828579a7d36 HTTP/1.1" 200 1653 0.004173 10.0.0.240 - - [2026-06-01 02:35:44] "GET /instance-ip/906313e1-6364-4b70-9cff-6139ca6a201d HTTP/1.1" 200 1632 0.003771 10.0.0.240 - - [2026-06-01 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.240 - - [2026-06-01 02:35:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003519 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003102 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006708 10.0.0.240 - - [2026-06-01 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.240 - - [2026-06-01 02:35:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004239 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006839 10.0.0.240 - - [2026-06-01 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.240 - - [2026-06-01 02:35:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005469 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004199 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005739 10.0.0.240 - - [2026-06-01 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.240 - - [2026-06-01 02:35:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004861 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003150 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006033 10.0.0.240 - - [2026-06-01 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.240 - - [2026-06-01 02:35:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003844 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003479 10.0.0.240 - - [2026-06-01 02:35:44] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005474 10.0.0.240 - - [2026-06-01 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.240 - - [2026-06-01 02:35:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004454 10.0.0.240 - - [2026-06-01 02:35:45] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003622 10.0.0.240 - - [2026-06-01 02:35:45] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006011 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.240 - - [2026-06-01 02:35:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003152 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007796 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.240 - - [2026-06-01 02:35:46] "GET /routing-instance/d780d610-fac8-4bde-9ad7-795c44242d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.010601 10.0.0.240 - - [2026-06-01 02:35:46] "GET /route-target/cf68940f-1bd7-4df7-94b7-0728a8fd7809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005441 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.240 - - [2026-06-01 02:35:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005297 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004395 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007536 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.240 - - [2026-06-01 02:35:46] "GET /routing-instance/d780d610-fac8-4bde-9ad7-795c44242d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005449 10.0.0.240 - - [2026-06-01 02:35:46] "GET /route-target/cf68940f-1bd7-4df7-94b7-0728a8fd7809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005238 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.240 - - [2026-06-01 02:35:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010957 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003853 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007030 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.240 - - [2026-06-01 02:35:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004447 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004008 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007157 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.240 - - [2026-06-01 02:35:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004908 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004286 10.0.0.240 - - [2026-06-01 02:35:46] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005723 10.0.0.240 - - [2026-06-01 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.240 - - [2026-06-01 02:35:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004097 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003866 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006898 10.0.0.65 - - [2026-06-01 02:35:47] "GET /obj-perms HTTP/1.1" 200 5061 0.004234 10.0.0.240 - - [2026-06-01 02:35:47] "GET /obj-perms HTTP/1.1" 200 5061 0.003735 10.0.0.240 - - [2026-06-01 02:35:47] "GET /obj-perms HTTP/1.1" 200 5061 0.004792 10.0.0.240 - - [2026-06-01 02:35:47] "GET /obj-perms HTTP/1.1" 200 5061 0.004333 10.0.0.65 - - [2026-06-01 02:35:47] "GET /obj-perms HTTP/1.1" 200 5061 0.004681 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.004997 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-machine-interface/2636be8b-bee2-4492-8d74-7a46fa150e46 HTTP/1.1" 200 3168 0.006533 10.0.0.240 - - [2026-06-01 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.240 - - [2026-06-01 02:35:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004424 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007272 10.0.0.240 - - [2026-06-01 02:35:47] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006655 10.0.0.240 - - [2026-06-01 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.240 - - [2026-06-01 02:35:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.240 - - [2026-06-01 02:35:48] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003211 10.0.0.240 - - [2026-06-01 02:35:48] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006034 10.0.0.240 - - [2026-06-01 02:35:48] "POST /neutron/port HTTP/1.1" 200 1237 0.021475 10.0.0.240 - - [2026-06-01 02:35:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007960 10.0.0.240 - - [2026-06-01 02:35:53] "POST /neutron/port HTTP/1.1" 200 1237 0.020349 10.0.0.240 - - [2026-06-01 02:35:57] "GET /obj-perms HTTP/1.1" 200 5075 0.062912 10.0.0.249 - - [2026-06-01 02:35:58] "GET /obj-perms HTTP/1.1" 200 5075 0.050841 10.0.0.240 - - [2026-06-01 02:35:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009403 10.0.0.240 - - [2026-06-01 02:36:04] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.004036 10.0.0.240 - - [2026-06-01 02:36:04] "GET /virtual-machine-interface/3b40e7a1-88a2-494c-8db5-37b281025b58 HTTP/1.1" 200 3168 0.007312 10.0.0.240 - - [2026-06-01 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.240 - - [2026-06-01 02:36:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003562 10.0.0.240 - - [2026-06-01 02:36:04] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003751 10.0.0.240 - - [2026-06-01 02:36:04] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005961 10.0.0.240 - - [2026-06-01 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.240 - - [2026-06-01 02:36:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004036 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006000 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.004945 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-machine-interface/1e97fcf3-095a-4a86-8fed-e31c64517ac8 HTTP/1.1" 200 3168 0.006747 10.0.0.240 - - [2026-06-01 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.240 - - [2026-06-01 02:36:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004008 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003357 10.0.0.240 - - [2026-06-01 02:36:05] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005396 10.0.0.240 - - [2026-06-01 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.240 - - [2026-06-01 02:36:06] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004084 10.0.0.240 - - [2026-06-01 02:36:06] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005120 10.0.0.240 - - [2026-06-01 02:36:06] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008286 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/network HTTP/1.1" 200 1022 0.007954 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019252 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/network HTTP/1.1" 200 1122 0.008147 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014316 10.0.0.240 - - [2026-06-01 02:36:08] "POST /neutron/network HTTP/1.1" 200 1112 0.009896 10.0.0.240 - - [2026-06-01 02:36:30] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 200 1298 0.004638 10.0.0.240 - - [2026-06-01 02:36:31] "POST /neutron/port HTTP/1.1" 200 151 0.232072 10.0.0.240 - - [2026-06-01 02:36:32] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 404 171 0.002974 10.0.0.240 - - [2026-06-01 02:36:32] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 404 171 0.003085 10.0.0.240 - - [2026-06-01 02:36:32] "GET /virtual-machine/49958660-ecd9-4f62-bca5-15510e9fb238 HTTP/1.1" 404 171 0.002408 10.0.0.240 - - [2026-06-01 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.240 - - [2026-06-01 02:36:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.240 - - [2026-06-01 02:36:32] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003694 10.0.0.240 - - [2026-06-01 02:36:32] "GET /virtual-network/d19e2667-ae7b-49b6-a295-0cc3f050944d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005472 10.0.0.240 - - [2026-06-01 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.240 - - [2026-06-01 02:36:32] "GET /routing-instance/d780d610-fac8-4bde-9ad7-795c44242d80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005249 10.0.0.240 - - [2026-06-01 02:36:32] "GET /route-target/cf68940f-1bd7-4df7-94b7-0728a8fd7809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003949 10.0.0.240 - - [2026-06-01 02:36:36] "GET /obj-perms HTTP/1.1" 200 5061 0.005338 10.0.0.240 - - [2026-06-01 02:36:39] "GET /obj-perms HTTP/1.1" 200 5061 0.004870 10.0.0.240 - - [2026-06-01 02:36:45] "GET /obj-perms HTTP/1.1" 200 5061 0.004571 10.0.0.240 - - [2026-06-01 02:36:48] "GET /obj-perms HTTP/1.1" 200 5061 0.004063 10.0.0.240 - - [2026-06-01 02:36:54] "GET /obj-perms HTTP/1.1" 200 5061 0.003993 10.0.0.240 - - [2026-06-01 02:36:57] "GET /obj-perms HTTP/1.1" 200 5061 0.005009 10.0.0.240 - - [2026-06-01 02:36:57] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 200 1299 0.005416 10.0.0.240 - - [2026-06-01 02:36:58] "POST /neutron/port HTTP/1.1" 200 151 0.269488 10.0.0.240 - - [2026-06-01 02:36:59] "GET /obj-perms HTTP/1.1" 200 5075 0.059956 10.0.0.240 - - [2026-06-01 02:36:59] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 404 171 0.003784 10.0.0.240 - - [2026-06-01 02:36:59] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 404 171 0.003576 10.0.0.240 - - [2026-06-01 02:36:59] "GET /virtual-machine/a08d9b04-e641-4055-92f9-f13a541a6bd9 HTTP/1.1" 404 171 0.002402 10.0.0.240 - - [2026-06-01 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.240 - - [2026-06-01 02:36:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003471 10.0.0.240 - - [2026-06-01 02:36:59] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003053 10.0.0.240 - - [2026-06-01 02:37:00] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007277 10.0.0.240 - - [2026-06-01 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-06-01 02:37:00] "GET /routing-instance/327cac73-93e0-4dc3-8041-a0c055195fb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004291 10.0.0.240 - - [2026-06-01 02:37:00] "GET /route-target/5df73b1b-275b-44d6-a2f3-7f17d8b1d5d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005281 10.0.0.240 - - [2026-06-01 02:37:03] "GET /obj-perms HTTP/1.1" 200 5061 0.004299 10.0.0.240 - - [2026-06-01 02:37:06] "GET /obj-perms HTTP/1.1" 200 5061 0.003743 10.0.0.240 - - [2026-06-01 02:37:08] "POST /neutron/network HTTP/1.1" 200 1208 0.008689 10.0.0.240 - - [2026-06-01 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.024094 10.0.0.240 - - [2026-06-01 02:37:08] "POST /neutron/network HTTP/1.1" 200 1198 0.009526 10.0.0.240 - - [2026-06-01 02:37:12] "GET /obj-perms HTTP/1.1" 200 5061 0.005025 10.0.0.240 - - [2026-06-01 02:37:15] "GET /obj-perms HTTP/1.1" 200 5061 0.004556 10.0.0.240 - - [2026-06-01 02:37:21] "GET /obj-perms HTTP/1.1" 200 5061 0.005192 10.0.0.240 - - [2026-06-01 02:37:24] "GET /obj-perms HTTP/1.1" 200 5061 0.004599 10.0.0.240 - - [2026-06-01 02:37:27] "GET /obj-perms HTTP/1.1" 200 5061 0.003433 10.0.0.65 - - [2026-06-01 02:37:27] "GET /obj-perms HTTP/1.1" 200 5061 0.005057 10.0.0.240 - - [2026-06-01 02:37:28] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 200 1298 0.006751 10.0.0.240 - - [2026-06-01 02:37:28] "POST /neutron/port HTTP/1.1" 200 151 0.231161 10.0.0.240 - - [2026-06-01 02:37:30] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 404 171 0.003839 10.0.0.240 - - [2026-06-01 02:37:30] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 404 171 0.003888 10.0.0.240 - - [2026-06-01 02:37:30] "GET /virtual-machine/39be9394-142e-4098-b9ad-5c03e170b42b HTTP/1.1" 404 171 0.002864 10.0.0.240 - - [2026-06-01 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.240 - - [2026-06-01 02:37:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.240 - - [2026-06-01 02:37:30] "GET /virtual-networks?parent_id=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.010504 10.0.0.240 - - [2026-06-01 02:37:30] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006274 10.0.0.240 - - [2026-06-01 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.240 - - [2026-06-01 02:37:30] "GET /routing-instance/5cd41787-15d9-4974-8e1e-0e42bde98089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004392 10.0.0.240 - - [2026-06-01 02:37:30] "GET /route-target/e0dcc0a9-f4b3-4412-8835-cc21471861d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005017 10.0.0.240 - - [2026-06-01 02:37:30] "GET /obj-perms HTTP/1.1" 200 5061 0.004041 10.0.0.240 - - [2026-06-01 02:37:36] "GET /obj-perms HTTP/1.1" 200 5061 0.003742 10.0.0.240 - - [2026-06-01 02:37:39] "GET /obj-perms HTTP/1.1" 200 5061 0.003944 10.0.0.240 - - [2026-06-01 02:37:45] "GET /obj-perms HTTP/1.1" 200 5061 0.004405 10.0.0.240 - - [2026-06-01 02:37:48] "GET /obj-perms HTTP/1.1" 200 5061 0.004132 10.0.0.240 - - [2026-06-01 02:37:55] "GET /obj-perms HTTP/1.1" 200 5061 0.004035 10.0.0.240 - - [2026-06-01 02:37:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003862 10.0.0.249 - - [2026-06-01 02:37:55] "GET /obj-perms HTTP/1.1" 200 5061 0.003415 10.0.0.240 - - [2026-06-01 02:37:55] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005209 10.0.0.65 - - [2026-06-01 02:37:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.010249 10.0.0.240 - - [2026-06-01 02:37:55] "POST /neutron/network HTTP/1.1" 200 1014 0.016986 10.0.0.240 - - [2026-06-01 02:37:55] "GET /virtual-network/2ce1e95f-ace4-4d1a-a7c4-1a08b9d11206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008002 10.0.0.240 - - [2026-06-01 02:37:55] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006392 10.0.0.240 - - [2026-06-01 02:37:55] "POST /neutron/network HTTP/1.1" 200 1014 0.014463 10.0.0.240 - - [2026-06-01 02:37:55] "GET /virtual-network/27feb932-2b7d-466a-b617-e9b5baa5e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006231 10.0.0.240 - - [2026-06-01 02:37:55] "DELETE /network-policy/abfa69ec-c6bb-4e01-9b32-1b692be3bf43 HTTP/1.1" 200 115 0.046193 10.0.0.240 - - [2026-06-01 02:37:56] "DELETE /network-policy/8090c38c-4046-4882-86f6-0b82b519332d HTTP/1.1" 200 115 0.039706 10.0.0.240 - - [2026-06-01 02:37:56] "DELETE /network-policy/0fab486c-e46c-4c17-99b3-4662e0b6003b HTTP/1.1" 200 115 0.055754 10.0.0.65 - - [2026-06-01 02:37:56] "DELETE /access-control-list/61fd2e73-4c6f-44bf-a057-422dea87c4ca HTTP/1.1" 200 115 0.045327 10.0.0.65 - - [2026-06-01 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.240 - - [2026-06-01 02:37:56] "POST /neutron/network HTTP/1.1" 200 1014 0.010674 10.0.0.65 - - [2026-06-01 02:37:56] "DELETE /route-target/5df73b1b-275b-44d6-a2f3-7f17d8b1d5d4 HTTP/1.1" 200 115 0.023319 10.0.0.65 - - [2026-06-01 02:37:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004429 10.0.0.65 - - [2026-06-01 02:37:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004179 10.0.0.65 - - [2026-06-01 02:37:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002290 10.0.0.65 - - [2026-06-01 02:37:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.240 - - [2026-06-01 02:37:57] "POST /neutron/network HTTP/1.1" 200 151 0.169402 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.240 - - [2026-06-01 02:37:57] "DELETE /network-ipam/771d5155-54f9-491b-a778-d17ba2ad5307 HTTP/1.1" 200 115 0.038387 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.004080 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.240 - - [2026-06-01 02:37:57] "DELETE /network-ipam/3d848eed-bbb0-4f8b-97e0-ee0a27ae7b53 HTTP/1.1" 200 115 0.045038 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.003591 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.240 - - [2026-06-01 02:37:57] "DELETE /network-ipam/a38517fe-ca06-482d-9bc2-bb096ad26cb9 HTTP/1.1" 200 115 0.042926 10.0.0.240 - - [2026-06-01 02:37:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.004213 10.0.0.65 - - [2026-06-01 02:38:00] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.240 - - [2026-06-01 02:38:00] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054898 10.0.0.65 - - [2026-06-01 02:38:00] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001041 10.0.0.240 - - [2026-06-01 02:38:00] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?fields=virtual_networks HTTP/1.1" 200 1045 0.065090 10.0.0.65 - - [2026-06-01 02:38:00] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001046 10.0.0.240 - - [2026-06-01 02:38:00] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.050762 10.0.0.65 - - [2026-06-01 02:38:00] "GET /projects?obj_uuids=8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001380 10.0.0.240 - - [2026-06-01 02:38:00] "GET /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3?fields=security_groups HTTP/1.1" 200 1277 0.050954 10.0.0.240 - - [2026-06-01 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.027580 10.0.0.65 - - [2026-06-01 02:38:01] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003605 10.0.0.65 - - [2026-06-01 02:38:01] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.65 - - [2026-06-01 02:38:01] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007065 10.0.0.65 - - [2026-06-01 02:38:01] "POST /id-to-fqname HTTP/1.1" 200 192 0.006568 10.0.0.65 - - [2026-06-01 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.003660 10.0.0.65 - - [2026-06-01 02:38:01] "POST /security-groups HTTP/1.1" 200 593 0.086782 10.0.0.65 - - [2026-06-01 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.006143 10.0.0.65 - - [2026-06-01 02:38:02] "POST /projects HTTP/1.1" 200 589 0.316155 10.0.0.65 - - [2026-06-01 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.387083 10.0.0.65 - - [2026-06-01 02:38:02] "POST /access-control-lists HTTP/1.1" 200 596 0.033620 10.0.0.240 - - [2026-06-01 02:38:02] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.554010 10.0.0.240 - - [2026-06-01 02:38:03] "GET / HTTP/1.1" 200 35931 0.001410 10.0.0.240 - - [2026-06-01 02:38:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.240 - - [2026-06-01 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.057896 10.0.0.65 - - [2026-06-01 02:38:05] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001739 10.0.0.240 - - [2026-06-01 02:38:05] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055447 10.0.0.65 - - [2026-06-01 02:38:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008108 10.0.0.240 - - [2026-06-01 02:38:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.228225 10.0.0.240 - - [2026-06-01 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001206 10.0.0.240 - - [2026-06-01 02:38:06] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005154 10.0.0.240 - - [2026-06-01 02:38:06] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005721 10.0.0.240 - - [2026-06-01 02:38:06] "POST /neutron/network HTTP/1.1" 200 828 0.007562 10.0.0.240 - - [2026-06-01 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.65 - - [2026-06-01 02:38:06] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000906 10.0.0.240 - - [2026-06-01 02:38:06] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038267 10.0.0.65 - - [2026-06-01 02:38:06] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.240 - - [2026-06-01 02:38:06] "POST /neutron/network HTTP/1.1" 200 607 0.144583 10.0.0.65 - - [2026-06-01 02:38:06] "POST /route-targets HTTP/1.1" 200 327 0.013215 10.0.0.240 - - [2026-06-01 02:38:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.004562 10.0.0.240 - - [2026-06-01 02:38:06] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005547 10.0.0.240 - - [2026-06-01 02:38:06] "POST /neutron/network HTTP/1.1" 200 825 0.009742 10.0.0.240 - - [2026-06-01 02:38:06] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005465 10.0.0.240 - - [2026-06-01 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.004376 10.0.0.240 - - [2026-06-01 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007097 10.0.0.65 - - [2026-06-01 02:38:06] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001297 10.0.0.240 - - [2026-06-01 02:38:06] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.072909 10.0.0.240 - - [2026-06-01 02:38:07] "POST /network-policys HTTP/1.1" 200 571 0.041538 10.0.0.240 - - [2026-06-01 02:38:07] "GET /network-policy/b28e19f9-7409-41e0-b56d-5eb55cf67ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.012509 10.0.0.240 - - [2026-06-01 02:38:07] "POST /neutron/network HTTP/1.1" 200 828 0.007349 10.0.0.65 - - [2026-06-01 02:38:07] "POST /access-control-lists HTTP/1.1" 200 590 0.048613 10.0.0.240 - - [2026-06-01 02:38:07] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.016274 10.0.0.240 - - [2026-06-01 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.240 - - [2026-06-01 02:38:07] "GET /network-policy/b28e19f9-7409-41e0-b56d-5eb55cf67ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003670 10.0.0.240 - - [2026-06-01 02:38:07] "POST /neutron/network HTTP/1.1" 200 825 0.007718 10.0.0.240 - - [2026-06-01 02:38:07] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.017480 10.0.0.240 - - [2026-06-01 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.240 - - [2026-06-01 02:38:07] "GET /network-policy/b28e19f9-7409-41e0-b56d-5eb55cf67ef2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003863 10.0.0.65 - - [2026-06-01 02:38:07] "POST /ref-update HTTP/1.1" 200 156 0.040689 10.0.0.240 - - [2026-06-01 02:38:08] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005181 10.0.0.65 - - [2026-06-01 02:38:09] "GET /obj-perms HTTP/1.1" 200 5053 0.083845 10.0.0.240 - - [2026-06-01 02:38:09] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005385 10.0.0.249 - - [2026-06-01 02:38:10] "GET /obj-perms HTTP/1.1" 200 5053 0.060815 10.0.0.240 - - [2026-06-01 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001286 10.0.0.240 - - [2026-06-01 02:38:10] "POST /neutron/network HTTP/1.1" 200 940 0.007645 10.0.0.65 - - [2026-06-01 02:38:11] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.240 - - [2026-06-01 02:38:11] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082165 10.0.0.240 - - [2026-06-01 02:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.005977 10.0.0.240 - - [2026-06-01 02:38:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001182 10.0.0.240 - - [2026-06-01 02:38:11] "POST /neutron/network HTTP/1.1" 200 940 0.008831 10.0.0.65 - - [2026-06-01 02:38:12] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.240 - - [2026-06-01 02:38:12] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.076519 10.0.0.240 - - [2026-06-01 02:38:12] "POST /neutron/port HTTP/1.1" 200 1064 0.069334 10.0.0.240 - - [2026-06-01 02:38:12] "POST /neutron/port HTTP/1.1" 200 1128 0.018277 10.0.0.240 - - [2026-06-01 02:38:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.009135 10.0.0.240 - - [2026-06-01 02:38:12] "POST /neutron/network HTTP/1.1" 200 930 0.007421 10.0.0.240 - - [2026-06-01 02:38:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008046 10.0.0.240 - - [2026-06-01 02:38:13] "POST /neutron/port HTTP/1.1" 200 1061 0.052354 10.0.0.240 - - [2026-06-01 02:38:14] "POST /neutron/port HTTP/1.1" 200 1125 0.023383 10.0.0.240 - - [2026-06-01 02:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.240 - - [2026-06-01 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009429 10.0.0.240 - - [2026-06-01 02:38:18] "POST /neutron/port HTTP/1.1" 200 1128 0.019283 10.0.0.240 - - [2026-06-01 02:38:18] "GET /virtual-machine/f33c8754-b9dd-4842-b31b-58f73dc07f90 HTTP/1.1" 401 293 0.000510 10.0.0.240 - - [2026-06-01 02:38:18] "GET /virtual-machine/f33c8754-b9dd-4842-b31b-58f73dc07f90 HTTP/1.1" 200 1295 0.030495 10.0.0.240 - - [2026-06-01 02:38:18] "GET /virtual-machine-interface/ea9016fe-6489-44eb-80e2-d60da1e79de0 HTTP/1.1" 200 2951 0.006053 10.0.0.240 - - [2026-06-01 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.240 - - [2026-06-01 02:38:18] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.240 - - [2026-06-01 02:38:18] "GET /virtual-networks?parent_id=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003200 10.0.0.240 - - [2026-06-01 02:38:18] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006911 10.0.0.240 - - [2026-06-01 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.240 - - [2026-06-01 02:38:21] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006824 10.0.0.240 - - [2026-06-01 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.240 - - [2026-06-01 02:38:26] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005893 10.0.0.240 - - [2026-06-01 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.240 - - [2026-06-01 02:38:30] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005547 10.0.0.240 - - [2026-06-01 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.240 - - [2026-06-01 02:38:34] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005512 10.0.0.240 - - [2026-06-01 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.240 - - [2026-06-01 02:38:38] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005855 10.0.0.240 - - [2026-06-01 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.240 - - [2026-06-01 02:38:42] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006928 10.0.0.65 - - [2026-06-01 02:38:44] "DELETE /project/4695aaa1620e42c9895d9609236f0e28 HTTP/1.1" 404 173 0.002947 10.0.0.65 - - [2026-06-01 02:38:44] "DELETE /project/8d6a7b33-5a9f-4cbd-bd86-bb9f9a5936f3 HTTP/1.1" 404 177 0.005235 10.0.0.240 - - [2026-06-01 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.240 - - [2026-06-01 02:38:46] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006161 10.0.0.240 - - [2026-06-01 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.240 - - [2026-06-01 02:38:50] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006591 10.0.0.240 - - [2026-06-01 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.240 - - [2026-06-01 02:38:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004874 10.0.0.240 - - [2026-06-01 02:38:52] "GET /virtual-networks?parent_id=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003626 10.0.0.240 - - [2026-06-01 02:38:52] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007451 10.0.0.240 - - [2026-06-01 02:38:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009437 10.0.0.240 - - [2026-06-01 02:39:00] "GET /obj-perms HTTP/1.1" 200 5075 0.060633 10.0.0.240 - - [2026-06-01 02:39:01] "POST /neutron/port HTTP/1.1" 200 1128 0.048013 10.0.0.240 - - [2026-06-01 02:39:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007460 10.0.0.240 - - [2026-06-01 02:39:08] "POST /neutron/port HTTP/1.1" 200 1128 0.019851 10.0.0.240 - - [2026-06-01 02:39:09] "POST /neutron/port HTTP/1.1" 200 1128 0.019889 10.0.0.240 - - [2026-06-01 02:39:09] "POST /neutron/subnet HTTP/1.1" 200 708 0.009995 10.0.0.240 - - [2026-06-01 02:39:12] "POST /neutron/port HTTP/1.1" 200 1125 0.020920 10.0.0.240 - - [2026-06-01 02:39:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.240 - - [2026-06-01 02:39:12] "POST /neutron/network HTTP/1.1" 200 927 0.007304 10.0.0.240 - - [2026-06-01 02:39:13] "POST /neutron/port HTTP/1.1" 200 1125 0.023597 10.0.0.240 - - [2026-06-01 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008624 10.0.0.240 - - [2026-06-01 02:39:13] "GET /virtual-machine/22c30ac8-056a-4db7-9fc2-e34c1a01e67a HTTP/1.1" 200 1294 0.006866 10.0.0.240 - - [2026-06-01 02:39:13] "GET /virtual-machine-interface/a711701e-97c8-4a53-83fd-2aeb7f91cfee HTTP/1.1" 200 2951 0.006452 10.0.0.240 - - [2026-06-01 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006307 10.0.0.240 - - [2026-06-01 02:39:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004018 10.0.0.240 - - [2026-06-01 02:39:13] "GET /virtual-networks?parent_id=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003627 10.0.0.240 - - [2026-06-01 02:39:13] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005806 10.0.0.240 - - [2026-06-01 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.240 - - [2026-06-01 02:39:14] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004653 10.0.0.240 - - [2026-06-01 02:39:15] "GET /virtual-networks?parent_id=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003786 10.0.0.240 - - [2026-06-01 02:39:15] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005441 10.0.0.240 - - [2026-06-01 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.65 - - [2026-06-01 02:39:34] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.032693 10.0.0.240 - - [2026-06-01 02:39:34] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.077082 10.0.0.240 - - [2026-06-01 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-06-01 02:39:35] "PUT /network-policy/b28e19f9-7409-41e0-b56d-5eb55cf67ef2 HTTP/1.1" 200 262 0.016809 10.0.0.65 - - [2026-06-01 02:39:35] "PUT /access-control-list/4c08ac58-9dd4-46bd-9f81-cb45bad049e6 HTTP/1.1" 200 272 0.082678 10.0.0.65 - - [2026-06-01 02:39:35] "POST /ref-update HTTP/1.1" 200 156 0.027138 10.0.0.65 - - [2026-06-01 02:39:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.65 - - [2026-06-01 02:39:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000707 10.0.0.240 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.249 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.65 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.65 - - [2026-06-01 02:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.249 - - [2026-06-01 02:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.249 - - [2026-06-01 02:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.240 - - [2026-06-01 02:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.240 - - [2026-06-01 02:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.240 - - [2026-06-01 02:39:39] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005801 10.0.0.240 - - [2026-06-01 02:39:39] "POST /neutron/network HTTP/1.1" 200 825 0.021014 10.0.0.240 - - [2026-06-01 02:39:39] "GET /virtual-network/70277bfd-d7f3-4a56-85ec-86d4cb88f2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006227 10.0.0.240 - - [2026-06-01 02:39:39] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006328 10.0.0.240 - - [2026-06-01 02:39:39] "POST /neutron/network HTTP/1.1" 200 828 0.018013 10.0.0.240 - - [2026-06-01 02:39:39] "GET /virtual-network/73de1a9f-3ae6-42f1-8bd8-95cc7fccd0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005659 10.0.0.240 - - [2026-06-01 02:39:39] "DELETE /network-policy/b28e19f9-7409-41e0-b56d-5eb55cf67ef2 HTTP/1.1" 200 115 0.040918 10.0.0.240 - - [2026-06-01 02:39:39] "POST /neutron/network HTTP/1.1" 400 204 0.014572 10.0.0.240 - - [2026-06-01 02:39:39] "POST /neutron/port HTTP/1.1" 200 1128 0.017571 10.0.0.240 - - [2026-06-01 02:39:41] "POST /neutron/network HTTP/1.1" 200 825 0.007017 10.0.0.65 - - [2026-06-01 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.65 - - [2026-06-01 02:39:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003771 10.0.0.65 - - [2026-06-01 02:39:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004711 10.0.0.240 - - [2026-06-01 02:39:42] "POST /neutron/network HTTP/1.1" 200 151 0.149333 10.0.0.65 - - [2026-06-01 02:39:42] "DELETE /route-target/39ac30a9-46c0-443b-8885-67b6f57245bc HTTP/1.1" 200 115 0.035492 10.0.0.65 - - [2026-06-01 02:39:43] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001214 10.0.0.240 - - [2026-06-01 02:39:43] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068754 10.0.0.65 - - [2026-06-01 02:39:43] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.240 - - [2026-06-01 02:39:43] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?fields=virtual_networks HTTP/1.1" 200 1035 0.037732 10.0.0.65 - - [2026-06-01 02:39:43] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.240 - - [2026-06-01 02:39:43] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.049783 10.0.0.65 - - [2026-06-01 02:39:43] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000990 10.0.0.240 - - [2026-06-01 02:39:43] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?fields=security_groups HTTP/1.1" 200 1263 0.040687 10.0.0.240 - - [2026-06-01 02:39:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.028076 10.0.0.65 - - [2026-06-01 02:39:44] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004379 10.0.0.65 - - [2026-06-01 02:39:44] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000865 10.0.0.65 - - [2026-06-01 02:39:44] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.65 - - [2026-06-01 02:39:44] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.040921 10.0.0.65 - - [2026-06-01 02:39:44] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001331 10.0.0.65 - - [2026-06-01 02:39:45] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.092967 10.0.0.65 - - [2026-06-01 02:39:45] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?fields=security_groups HTTP/1.1" 200 1368 0.039313 10.0.0.65 - - [2026-06-01 02:39:45] "DELETE /security-group/eb06d505-6c2d-4c88-8111-3d94ec3b4efd HTTP/1.1" 200 115 0.068755 10.0.0.65 - - [2026-06-01 02:39:45] "GET /projects?obj_uuids=4695aaa1-620e-42c9-895d-9609236f0e28&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.65 - - [2026-06-01 02:39:45] "POST /id-to-fqname HTTP/1.1" 200 202 0.002345 10.0.0.65 - - [2026-06-01 02:39:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.005864 10.0.0.65 - - [2026-06-01 02:39:45] "GET /project/4695aaa1-620e-42c9-895d-9609236f0e28?fields=application_policy_sets HTTP/1.1" 200 1407 0.082908 10.0.0.65 - - [2026-06-01 02:39:45] "POST /security-groups HTTP/1.1" 200 603 0.056406 10.0.0.65 - - [2026-06-01 02:39:45] "POST /projects HTTP/1.1" 200 609 0.312217 10.0.0.65 - - [2026-06-01 02:39:45] "POST /fqname-to-id HTTP/1.1" 404 246 0.003279 10.0.0.65 - - [2026-06-01 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.356341 10.0.0.65 - - [2026-06-01 02:39:45] "DELETE /project/4695aaa1-620e-42c9-895d-9609236f0e28 HTTP/1.1" 200 115 0.523816 10.0.0.240 - - [2026-06-01 02:39:45] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.645862 10.0.0.65 - - [2026-06-01 02:39:45] "POST /access-control-lists HTTP/1.1" 200 606 0.057835 10.0.0.240 - - [2026-06-01 02:39:46] "GET / HTTP/1.1" 200 35931 0.001945 10.0.0.240 - - [2026-06-01 02:39:49] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000614 10.0.0.65 - - [2026-06-01 02:39:50] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001957 10.0.0.240 - - [2026-06-01 02:39:50] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.076167 10.0.0.240 - - [2026-06-01 02:39:50] "GET / HTTP/1.1" 200 35931 0.001763 10.0.0.240 - - [2026-06-01 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.65 - - [2026-06-01 02:39:51] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.240 - - [2026-06-01 02:39:51] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006470 10.0.0.240 - - [2026-06-01 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.65 - - [2026-06-01 02:39:51] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.240 - - [2026-06-01 02:39:51] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038406 10.0.0.240 - - [2026-06-01 02:39:52] "GET /domains HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-06-01 02:39:52] "GET /domains HTTP/1.1" 200 280 0.034591 10.0.0.65 - - [2026-06-01 02:39:52] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.240 - - [2026-06-01 02:39:52] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2 HTTP/1.1" 200 2584 0.012486 10.0.0.65 - - [2026-06-01 02:39:52] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.240 - - [2026-06-01 02:39:52] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474 HTTP/1.1" 200 1925 0.095635 10.0.0.240 - - [2026-06-01 02:39:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003284 10.0.0.240 - - [2026-06-01 02:39:52] "POST /network-ipams HTTP/1.1" 200 621 0.035782 10.0.0.240 - - [2026-06-01 02:39:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003269 10.0.0.240 - - [2026-06-01 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.240 - - [2026-06-01 02:39:53] "GET /network-ipam/2389054e-d0a0-4024-a12b-dd5a881c3481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007110 10.0.0.240 - - [2026-06-01 02:39:53] "PUT /network-ipam/2389054e-d0a0-4024-a12b-dd5a881c3481 HTTP/1.1" 200 258 0.014962 10.0.0.240 - - [2026-06-01 02:39:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2026-06-01 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.032616 10.0.0.65 - - [2026-06-01 02:39:53] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.240 - - [2026-06-01 02:39:53] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045007 10.0.0.65 - - [2026-06-01 02:39:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010297 10.0.0.240 - - [2026-06-01 02:39:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.282838 10.0.0.240 - - [2026-06-01 02:39:54] "POST /neutron/network HTTP/1.1" 200 1337 0.014616 10.0.0.240 - - [2026-06-01 02:39:54] "POST /id-to-fqname HTTP/1.1" 200 235 0.001368 10.0.0.240 - - [2026-06-01 02:39:54] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006555 10.0.0.240 - - [2026-06-01 02:39:54] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006441 10.0.0.240 - - [2026-06-01 02:39:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.010140 10.0.0.240 - - [2026-06-01 02:39:55] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006038 10.0.0.240 - - [2026-06-01 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003602 10.0.0.240 - - [2026-06-01 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.65 - - [2026-06-01 02:39:56] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.240 - - [2026-06-01 02:39:56] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049010 10.0.0.240 - - [2026-06-01 02:39:57] "POST /network-policys HTTP/1.1" 200 563 0.035328 10.0.0.240 - - [2026-06-01 02:39:57] "GET /network-policy/dbdfc88c-2000-492e-869f-37547ea9045e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006214 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.006835 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.65 - - [2026-06-01 02:39:57] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.240 - - [2026-06-01 02:39:57] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040350 10.0.0.240 - - [2026-06-01 02:39:57] "POST /network-policys HTTP/1.1" 200 563 0.030536 10.0.0.240 - - [2026-06-01 02:39:57] "GET /network-policy/eba50d2f-1683-4142-9be1-7bdc71bc5677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006692 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003572 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.65 - - [2026-06-01 02:39:57] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001329 10.0.0.240 - - [2026-06-01 02:39:57] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038283 10.0.0.240 - - [2026-06-01 02:39:57] "POST /network-policys HTTP/1.1" 200 563 0.032578 10.0.0.240 - - [2026-06-01 02:39:57] "GET /network-policy/79c8a273-16c6-4424-aa46-c604565112df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006378 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.004001 10.0.0.240 - - [2026-06-01 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.65 - - [2026-06-01 02:39:58] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.240 - - [2026-06-01 02:39:58] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051332 10.0.0.240 - - [2026-06-01 02:39:58] "POST /network-policys HTTP/1.1" 200 563 0.032551 10.0.0.240 - - [2026-06-01 02:39:58] "GET /network-policy/a93c5c86-348b-4f44-b224-0b423946d377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009396 10.0.0.240 - - [2026-06-01 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003652 10.0.0.240 - - [2026-06-01 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.65 - - [2026-06-01 02:39:58] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.240 - - [2026-06-01 02:39:58] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047140 10.0.0.240 - - [2026-06-01 02:39:58] "POST /network-policys HTTP/1.1" 200 563 0.031430 10.0.0.240 - - [2026-06-01 02:39:58] "GET /network-policy/b73b4e3d-0f72-419f-bfe3-9a014850742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007023 10.0.0.240 - - [2026-06-01 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.004092 10.0.0.240 - - [2026-06-01 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.65 - - [2026-06-01 02:39:58] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.240 - - [2026-06-01 02:39:58] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072969 10.0.0.240 - - [2026-06-01 02:39:58] "POST /network-policys HTTP/1.1" 200 563 0.033085 10.0.0.240 - - [2026-06-01 02:39:59] "GET /network-policy/09f39fda-fcfc-4342-bd48-2ba8a653c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007732 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.004933 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.65 - - [2026-06-01 02:39:59] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.240 - - [2026-06-01 02:39:59] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047532 10.0.0.240 - - [2026-06-01 02:39:59] "POST /network-policys HTTP/1.1" 200 563 0.030524 10.0.0.240 - - [2026-06-01 02:39:59] "GET /network-policy/84160108-5237-4e9a-adb3-dd5967d5448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006924 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003884 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.65 - - [2026-06-01 02:39:59] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001350 10.0.0.240 - - [2026-06-01 02:39:59] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047038 10.0.0.240 - - [2026-06-01 02:39:59] "POST /network-policys HTTP/1.1" 200 563 0.031351 10.0.0.240 - - [2026-06-01 02:39:59] "GET /network-policy/0c4ac989-1649-4a42-94ef-ddaad9cb49c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007161 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.003448 10.0.0.240 - - [2026-06-01 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.65 - - [2026-06-01 02:39:59] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.240 - - [2026-06-01 02:40:00] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049984 10.0.0.240 - - [2026-06-01 02:40:00] "POST /network-policys HTTP/1.1" 200 563 0.036985 10.0.0.240 - - [2026-06-01 02:40:00] "GET /network-policy/cd39b51a-91e9-4a88-994b-d4c22c812594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007693 10.0.0.240 - - [2026-06-01 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.004433 10.0.0.240 - - [2026-06-01 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.65 - - [2026-06-01 02:40:00] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002437 10.0.0.240 - - [2026-06-01 02:40:00] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067636 10.0.0.240 - - [2026-06-01 02:40:00] "POST /network-policys HTTP/1.1" 200 563 0.036165 10.0.0.240 - - [2026-06-01 02:40:00] "GET /network-policy/e03fdc2f-9e4e-4e4d-8457-c065b67a723b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007171 10.0.0.240 - - [2026-06-01 02:40:00] "POST /neutron/network HTTP/1.1" 200 1337 0.013179 10.0.0.65 - - [2026-06-01 02:40:01] "GET /obj-perms HTTP/1.1" 200 5075 0.058254 10.0.0.65 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 404 252 0.005222 10.0.0.240 - - [2026-06-01 02:40:01] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.012187 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/09f39fda-fcfc-4342-bd48-2ba8a653c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005554 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/0c4ac989-1649-4a42-94ef-ddaad9cb49c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.014810 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/79c8a273-16c6-4424-aa46-c604565112df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005899 10.0.0.65 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.298131 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/84160108-5237-4e9a-adb3-dd5967d5448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005710 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/a93c5c86-348b-4f44-b224-0b423946d377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005113 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/b73b4e3d-0f72-419f-bfe3-9a014850742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005620 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/cd39b51a-91e9-4a88-994b-d4c22c812594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007857 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/dbdfc88c-2000-492e-869f-37547ea9045e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007038 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/e03fdc2f-9e4e-4e4d-8457-c065b67a723b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004779 10.0.0.240 - - [2026-06-01 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.240 - - [2026-06-01 02:40:01] "GET /network-policy/eba50d2f-1683-4142-9be1-7bdc71bc5677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005566 10.0.0.240 - - [2026-06-01 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001171 10.0.0.240 - - [2026-06-01 02:40:02] "POST /neutron/network HTTP/1.1" 200 2260 0.010796 10.0.0.65 - - [2026-06-01 02:40:02] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.240 - - [2026-06-01 02:40:02] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.081837 10.0.0.240 - - [2026-06-01 02:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.007884 10.0.0.65 - - [2026-06-01 02:40:03] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.240 - - [2026-06-01 02:40:04] "POST /neutron/port HTTP/1.1" 200 1174 0.441531 10.0.0.240 - - [2026-06-01 02:40:04] "POST /neutron/port HTTP/1.1" 200 1228 0.135756 10.0.0.240 - - [2026-06-01 02:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004399 10.0.0.240 - - [2026-06-01 02:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.240 - - [2026-06-01 02:40:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009139 10.0.0.240 - - [2026-06-01 02:40:08] "POST /neutron/port HTTP/1.1" 200 1238 0.020279 10.0.0.240 - - [2026-06-01 02:40:08] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-06-01 02:40:08] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 200 1303 0.036070 10.0.0.240 - - [2026-06-01 02:40:08] "GET /virtual-machine-interface/0fa47056-d34a-4d2c-92b2-7d96240c7688 HTTP/1.1" 200 3169 0.007034 10.0.0.240 - - [2026-06-01 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.240 - - [2026-06-01 02:40:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.240 - - [2026-06-01 02:40:09] "GET /virtual-networks?parent_id=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003785 10.0.0.240 - - [2026-06-01 02:40:09] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.009418 10.0.0.240 - - [2026-06-01 02:40:09] "POST /neutron/port HTTP/1.1" 200 1238 0.019174 10.0.0.240 - - [2026-06-01 02:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.240 - - [2026-06-01 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.240 - - [2026-06-01 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.240 - - [2026-06-01 02:40:12] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007488 10.0.0.240 - - [2026-06-01 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.240 - - [2026-06-01 02:40:16] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006646 10.0.0.240 - - [2026-06-01 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.240 - - [2026-06-01 02:40:20] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006472 10.0.0.240 - - [2026-06-01 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.240 - - [2026-06-01 02:40:24] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006735 10.0.0.240 - - [2026-06-01 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.240 - - [2026-06-01 02:40:28] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006851 10.0.0.240 - - [2026-06-01 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.240 - - [2026-06-01 02:40:32] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007149 10.0.0.240 - - [2026-06-01 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.240 - - [2026-06-01 02:40:36] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005881 10.0.0.240 - - [2026-06-01 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.240 - - [2026-06-01 02:40:41] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007452 10.0.0.240 - - [2026-06-01 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.240 - - [2026-06-01 02:40:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003443 10.0.0.240 - - [2026-06-01 02:40:43] "GET /virtual-networks?parent_id=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003646 10.0.0.240 - - [2026-06-01 02:40:43] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006124 10.0.0.240 - - [2026-06-01 02:40:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007824 10.0.0.240 - - [2026-06-01 02:40:51] "POST /neutron/port HTTP/1.1" 200 1238 0.020213 10.0.0.240 - - [2026-06-01 02:40:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008404 10.0.0.249 - - [2026-06-01 02:41:01] "GET /obj-perms HTTP/1.1" 200 5075 0.051028 10.0.0.240 - - [2026-06-01 02:41:04] "POST /neutron/port HTTP/1.1" 200 1238 0.026321 10.0.0.240 - - [2026-06-01 02:41:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007276 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/dbdfc88c-2000-492e-869f-37547ea9045e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003868 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/eba50d2f-1683-4142-9be1-7bdc71bc5677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006179 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/79c8a273-16c6-4424-aa46-c604565112df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004074 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/a93c5c86-348b-4f44-b224-0b423946d377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004650 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/b73b4e3d-0f72-419f-bfe3-9a014850742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007283 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/09f39fda-fcfc-4342-bd48-2ba8a653c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004138 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/84160108-5237-4e9a-adb3-dd5967d5448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004950 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/0c4ac989-1649-4a42-94ef-ddaad9cb49c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004819 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/cd39b51a-91e9-4a88-994b-d4c22c812594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004142 10.0.0.240 - - [2026-06-01 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.240 - - [2026-06-01 02:41:04] "GET /network-policy/e03fdc2f-9e4e-4e4d-8457-c065b67a723b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005264 10.0.0.240 - - [2026-06-01 02:41:05] "POST /neutron/network HTTP/1.1" 200 1440 0.016955 10.0.0.240 - - [2026-06-01 02:41:05] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005574 10.0.0.240 - - [2026-06-01 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.240 - - [2026-06-01 02:41:05] "GET /network-policy/dbdfc88c-2000-492e-869f-37547ea9045e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008356 10.0.0.65 - - [2026-06-01 02:41:10] "PUT /access-control-list/88a89594-f2f9-4a4f-b35c-7d45a8b4e0d4 HTTP/1.1" 200 272 0.019316 10.0.0.240 - - [2026-06-01 02:41:10] "POST /neutron/network HTTP/1.1" 200 1440 0.014468 10.0.0.240 - - [2026-06-01 02:41:10] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006428 10.0.0.240 - - [2026-06-01 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.240 - - [2026-06-01 02:41:10] "GET /network-policy/eba50d2f-1683-4142-9be1-7bdc71bc5677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004400 10.0.0.240 - - [2026-06-01 02:41:11] "POST /neutron/network HTTP/1.1" 200 1450 0.007093 10.0.0.240 - - [2026-06-01 02:41:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016500 10.0.0.240 - - [2026-06-01 02:41:11] "POST /neutron/network HTTP/1.1" 200 1440 0.013739 10.0.0.65 - - [2026-06-01 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.008032 10.0.0.240 - - [2026-06-01 02:41:15] "POST /neutron/network HTTP/1.1" 200 1440 0.014411 10.0.0.240 - - [2026-06-01 02:41:15] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005825 10.0.0.240 - - [2026-06-01 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.240 - - [2026-06-01 02:41:15] "GET /network-policy/79c8a273-16c6-4424-aa46-c604565112df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004089 10.0.0.240 - - [2026-06-01 02:41:21] "POST /neutron/network HTTP/1.1" 200 1440 0.016099 10.0.0.240 - - [2026-06-01 02:41:21] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005263 10.0.0.240 - - [2026-06-01 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.240 - - [2026-06-01 02:41:21] "GET /network-policy/a93c5c86-348b-4f44-b224-0b423946d377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005365 10.0.0.65 - - [2026-06-01 02:41:26] "PUT /access-control-list/88a89594-f2f9-4a4f-b35c-7d45a8b4e0d4 HTTP/1.1" 200 272 0.028720 10.0.0.240 - - [2026-06-01 02:41:26] "POST /neutron/network HTTP/1.1" 200 1440 0.014936 10.0.0.240 - - [2026-06-01 02:41:26] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006230 10.0.0.240 - - [2026-06-01 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.240 - - [2026-06-01 02:41:26] "GET /network-policy/b73b4e3d-0f72-419f-bfe3-9a014850742d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004365 10.0.0.65 - - [2026-06-01 02:41:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.007724 10.0.0.240 - - [2026-06-01 02:41:31] "POST /neutron/network HTTP/1.1" 200 1440 0.024114 10.0.0.240 - - [2026-06-01 02:41:31] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006880 10.0.0.240 - - [2026-06-01 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.240 - - [2026-06-01 02:41:31] "GET /network-policy/09f39fda-fcfc-4342-bd48-2ba8a653c6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006006 10.0.0.240 - - [2026-06-01 02:41:36] "POST /neutron/network HTTP/1.1" 200 1440 0.021834 10.0.0.240 - - [2026-06-01 02:41:36] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006325 10.0.0.240 - - [2026-06-01 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006038 10.0.0.240 - - [2026-06-01 02:41:36] "GET /network-policy/84160108-5237-4e9a-adb3-dd5967d5448c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004064 10.0.0.65 - - [2026-06-01 02:41:42] "PUT /access-control-list/88a89594-f2f9-4a4f-b35c-7d45a8b4e0d4 HTTP/1.1" 200 272 0.048236 10.0.0.240 - - [2026-06-01 02:41:42] "POST /neutron/network HTTP/1.1" 200 1440 0.016497 10.0.0.240 - - [2026-06-01 02:41:42] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005913 10.0.0.240 - - [2026-06-01 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.240 - - [2026-06-01 02:41:42] "GET /network-policy/0c4ac989-1649-4a42-94ef-ddaad9cb49c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004729 10.0.0.65 - - [2026-06-01 02:41:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.005029 10.0.0.240 - - [2026-06-01 02:41:47] "POST /neutron/network HTTP/1.1" 200 1440 0.016668 10.0.0.240 - - [2026-06-01 02:41:47] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005966 10.0.0.240 - - [2026-06-01 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.240 - - [2026-06-01 02:41:47] "GET /network-policy/cd39b51a-91e9-4a88-994b-d4c22c812594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003991 10.0.0.240 - - [2026-06-01 02:41:52] "POST /neutron/network HTTP/1.1" 200 1440 0.016836 10.0.0.240 - - [2026-06-01 02:41:52] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005476 10.0.0.240 - - [2026-06-01 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.240 - - [2026-06-01 02:41:52] "GET /network-policy/e03fdc2f-9e4e-4e4d-8457-c065b67a723b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004581 10.0.0.240 - - [2026-06-01 02:41:57] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 200 1303 0.004532 10.0.0.240 - - [2026-06-01 02:41:58] "POST /neutron/port HTTP/1.1" 200 151 0.251004 10.0.0.240 - - [2026-06-01 02:41:59] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 404 171 0.003178 10.0.0.240 - - [2026-06-01 02:41:59] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 404 171 0.002980 10.0.0.240 - - [2026-06-01 02:41:59] "GET /virtual-machine/1f6ad00c-5479-41b1-809d-5133fcf0efe2 HTTP/1.1" 404 171 0.002870 10.0.0.240 - - [2026-06-01 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.240 - - [2026-06-01 02:42:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.240 - - [2026-06-01 02:42:00] "GET /virtual-networks?parent_id=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004485 10.0.0.240 - - [2026-06-01 02:42:00] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005922 10.0.0.240 - - [2026-06-01 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.240 - - [2026-06-01 02:42:00] "GET /routing-instance/7c198dec-5dec-4d2a-a4bc-192b48eb5e83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005045 10.0.0.240 - - [2026-06-01 02:42:00] "GET /route-target/06c5cdd2-3146-4f85-8b2d-327750ad1cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004314 10.0.0.240 - - [2026-06-01 02:42:00] "GET /obj-perms HTTP/1.1" 200 5038 0.065781 10.0.0.240 - - [2026-06-01 02:42:03] "GET /obj-perms HTTP/1.1" 200 5038 0.004647 10.0.0.240 - - [2026-06-01 02:42:06] "GET /obj-perms HTTP/1.1" 200 5038 0.004914 10.0.0.240 - - [2026-06-01 02:42:12] "GET /obj-perms HTTP/1.1" 200 5038 0.004336 10.0.0.240 - - [2026-06-01 02:42:16] "GET /obj-perms HTTP/1.1" 200 5038 0.004548 10.0.0.240 - - [2026-06-01 02:42:22] "GET /obj-perms HTTP/1.1" 200 5038 0.004246 10.0.0.240 - - [2026-06-01 02:42:25] "GET /obj-perms HTTP/1.1" 200 5038 0.003835 10.0.0.240 - - [2026-06-01 02:42:25] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006143 10.0.0.65 - - [2026-06-01 02:42:25] "DELETE /access-control-list/88a89594-f2f9-4a4f-b35c-7d45a8b4e0d4 HTTP/1.1" 200 115 0.051088 10.0.0.240 - - [2026-06-01 02:42:25] "POST /neutron/network HTTP/1.1" 200 1337 0.012657 10.0.0.240 - - [2026-06-01 02:42:25] "GET /virtual-network/f847a128-2ecb-456d-bdea-a8f0e7d41090?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005709 10.0.0.240 - - [2026-06-01 02:42:25] "DELETE /network-policy/e03fdc2f-9e4e-4e4d-8457-c065b67a723b HTTP/1.1" 200 115 0.041898 10.0.0.240 - - [2026-06-01 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.65 - - [2026-06-01 02:42:25] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.240 - - [2026-06-01 02:42:25] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043906 10.0.0.240 - - [2026-06-01 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005548 10.0.0.240 - - [2026-06-01 02:42:25] "DELETE /network-policy/cd39b51a-91e9-4a88-994b-d4c22c812594 HTTP/1.1" 200 115 0.040875 10.0.0.240 - - [2026-06-01 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.65 - - [2026-06-01 02:42:25] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.240 - - [2026-06-01 02:42:25] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045690 10.0.0.240 - - [2026-06-01 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005448 10.0.0.240 - - [2026-06-01 02:42:26] "DELETE /network-policy/0c4ac989-1649-4a42-94ef-ddaad9cb49c2 HTTP/1.1" 200 115 0.052881 10.0.0.240 - - [2026-06-01 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.65 - - [2026-06-01 02:42:26] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.240 - - [2026-06-01 02:42:26] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043803 10.0.0.240 - - [2026-06-01 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005532 10.0.0.240 - - [2026-06-01 02:42:26] "DELETE /network-policy/84160108-5237-4e9a-adb3-dd5967d5448c HTTP/1.1" 200 115 0.051443 10.0.0.240 - - [2026-06-01 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.65 - - [2026-06-01 02:42:26] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.240 - - [2026-06-01 02:42:26] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063660 10.0.0.240 - - [2026-06-01 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005556 10.0.0.240 - - [2026-06-01 02:42:26] "DELETE /network-policy/09f39fda-fcfc-4342-bd48-2ba8a653c6fb HTTP/1.1" 200 115 0.041811 10.0.0.240 - - [2026-06-01 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.65 - - [2026-06-01 02:42:26] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.240 - - [2026-06-01 02:42:26] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040999 10.0.0.240 - - [2026-06-01 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005070 10.0.0.240 - - [2026-06-01 02:42:26] "DELETE /network-policy/b73b4e3d-0f72-419f-bfe3-9a014850742d HTTP/1.1" 200 115 0.047313 10.0.0.240 - - [2026-06-01 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.65 - - [2026-06-01 02:42:26] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.240 - - [2026-06-01 02:42:26] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048145 10.0.0.240 - - [2026-06-01 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005319 10.0.0.240 - - [2026-06-01 02:42:26] "DELETE /network-policy/a93c5c86-348b-4f44-b224-0b423946d377 HTTP/1.1" 200 115 0.048634 10.0.0.240 - - [2026-06-01 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009905 10.0.0.65 - - [2026-06-01 02:42:27] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.240 - - [2026-06-01 02:42:27] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048497 10.0.0.240 - - [2026-06-01 02:42:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006329 10.0.0.240 - - [2026-06-01 02:42:27] "DELETE /network-policy/79c8a273-16c6-4424-aa46-c604565112df HTTP/1.1" 200 115 0.059328 10.0.0.240 - - [2026-06-01 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.65 - - [2026-06-01 02:42:27] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.240 - - [2026-06-01 02:42:27] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041922 10.0.0.240 - - [2026-06-01 02:42:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.004789 10.0.0.240 - - [2026-06-01 02:42:27] "DELETE /network-policy/eba50d2f-1683-4142-9be1-7bdc71bc5677 HTTP/1.1" 200 115 0.057679 10.0.0.240 - - [2026-06-01 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.65 - - [2026-06-01 02:42:27] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.240 - - [2026-06-01 02:42:27] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053751 10.0.0.240 - - [2026-06-01 02:42:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004663 10.0.0.240 - - [2026-06-01 02:42:27] "DELETE /network-policy/dbdfc88c-2000-492e-869f-37547ea9045e HTTP/1.1" 200 115 0.044410 10.0.0.240 - - [2026-06-01 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.65 - - [2026-06-01 02:42:27] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.240 - - [2026-06-01 02:42:27] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043290 10.0.0.240 - - [2026-06-01 02:42:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-22971383&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004895 10.0.0.240 - - [2026-06-01 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.240 - - [2026-06-01 02:42:28] "DELETE /network-ipam/2389054e-d0a0-4024-a12b-dd5a881c3481 HTTP/1.1" 200 115 0.051507 10.0.0.240 - - [2026-06-01 02:42:28] "POST /fqname-to-id HTTP/1.1" 404 260 0.003231 10.0.0.65 - - [2026-06-01 02:42:28] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.65 - - [2026-06-01 02:42:28] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.046556 10.0.0.65 - - [2026-06-01 02:42:28] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.65 - - [2026-06-01 02:42:28] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?fields=security_groups HTTP/1.1" 200 1400 0.036319 10.0.0.65 - - [2026-06-01 02:42:28] "DELETE /security-group/f31e286e-2f97-46c2-8792-471db39c57a1 HTTP/1.1" 200 115 0.057205 10.0.0.65 - - [2026-06-01 02:42:28] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001995 10.0.0.65 - - [2026-06-01 02:42:28] "DELETE /access-control-list/66f7e00e-0c20-42b9-8efa-192ced1627e4 HTTP/1.1" 200 115 0.063179 10.0.0.65 - - [2026-06-01 02:42:28] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?fields=application_policy_sets HTTP/1.1" 200 1439 0.080308 10.0.0.240 - - [2026-06-01 02:42:28] "DELETE /project/ad621b91-2d87-45e2-9deb-5bb145f90474 HTTP/1.1" 200 115 0.423707 10.0.0.65 - - [2026-06-01 02:42:28] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.240 - - [2026-06-01 02:42:28] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?fields=projects HTTP/1.1" 200 1243 0.012969 10.0.0.65 - - [2026-06-01 02:42:31] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004789 10.0.0.65 - - [2026-06-01 02:42:31] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.65 - - [2026-06-01 02:42:31] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.048265 10.0.0.65 - - [2026-06-01 02:42:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.006647 10.0.0.65 - - [2026-06-01 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.012447 10.0.0.65 - - [2026-06-01 02:42:31] "POST /security-groups HTTP/1.1" 200 603 0.036124 10.0.0.65 - - [2026-06-01 02:42:31] "POST /projects HTTP/1.1" 200 609 0.264929 10.0.0.65 - - [2026-06-01 02:42:31] "POST /access-control-lists HTTP/1.1" 200 608 0.034241 10.0.0.65 - - [2026-06-01 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.345923 10.0.0.240 - - [2026-06-01 02:42:32] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.522982 10.0.0.65 - - [2026-06-01 02:42:32] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.240 - - [2026-06-01 02:42:32] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?fields=virtual_networks HTTP/1.1" 200 1057 0.055075 10.0.0.65 - - [2026-06-01 02:42:32] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.240 - - [2026-06-01 02:42:32] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.045839 10.0.0.65 - - [2026-06-01 02:42:32] "GET /projects?obj_uuids=ad621b91-2d87-45e2-9deb-5bb145f90474&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.240 - - [2026-06-01 02:42:32] "GET /project/ad621b91-2d87-45e2-9deb-5bb145f90474?fields=security_groups HTTP/1.1" 200 1295 0.044307 10.0.0.240 - - [2026-06-01 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.035727 10.0.0.65 - - [2026-06-01 02:42:33] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.65 - - [2026-06-01 02:42:33] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.65 - - [2026-06-01 02:42:33] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006991 10.0.0.65 - - [2026-06-01 02:42:33] "POST /id-to-fqname HTTP/1.1" 200 196 0.007159 10.0.0.65 - - [2026-06-01 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.003839 10.0.0.65 - - [2026-06-01 02:42:33] "POST /security-groups HTTP/1.1" 200 597 0.035290 10.0.0.65 - - [2026-06-01 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 240 0.005527 10.0.0.65 - - [2026-06-01 02:42:33] "POST /projects HTTP/1.1" 200 597 0.250596 10.0.0.65 - - [2026-06-01 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.322481 10.0.0.65 - - [2026-06-01 02:42:33] "POST /access-control-lists HTTP/1.1" 200 600 0.027243 10.0.0.240 - - [2026-06-01 02:42:33] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.459363 10.0.0.240 - - [2026-06-01 02:42:34] "GET / HTTP/1.1" 200 35931 0.002347 10.0.0.240 - - [2026-06-01 02:42:36] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.65 - - [2026-06-01 02:42:37] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000933 10.0.0.240 - - [2026-06-01 02:42:37] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.080215 10.0.0.240 - - [2026-06-01 02:42:37] "GET / HTTP/1.1" 200 35931 0.002609 10.0.0.240 - - [2026-06-01 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2026-06-01 02:42:38] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.240 - - [2026-06-01 02:42:38] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006529 10.0.0.240 - - [2026-06-01 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.65 - - [2026-06-01 02:42:38] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001410 10.0.0.240 - - [2026-06-01 02:42:38] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043122 10.0.0.240 - - [2026-06-01 02:42:39] "GET /domains HTTP/1.1" 401 293 0.000589 10.0.0.240 - - [2026-06-01 02:42:39] "GET /domains HTTP/1.1" 200 280 0.027517 10.0.0.65 - - [2026-06-01 02:42:39] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.240 - - [2026-06-01 02:42:39] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2 HTTP/1.1" 200 2776 0.009200 10.0.0.65 - - [2026-06-01 02:42:39] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000876 10.0.0.240 - - [2026-06-01 02:42:39] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2 HTTP/1.1" 200 1888 0.092072 10.0.0.240 - - [2026-06-01 02:42:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003119 10.0.0.240 - - [2026-06-01 02:42:39] "POST /network-ipams HTTP/1.1" 200 603 0.030974 10.0.0.240 - - [2026-06-01 02:42:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003720 10.0.0.240 - - [2026-06-01 02:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.240 - - [2026-06-01 02:42:40] "GET /network-ipam/d27d4883-187c-4dab-973d-ccdc9cd0c61d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006373 10.0.0.240 - - [2026-06-01 02:42:40] "PUT /network-ipam/d27d4883-187c-4dab-973d-ccdc9cd0c61d HTTP/1.1" 200 258 0.017132 10.0.0.240 - - [2026-06-01 02:42:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.240 - - [2026-06-01 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026983 10.0.0.65 - - [2026-06-01 02:42:40] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.240 - - [2026-06-01 02:42:40] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038820 10.0.0.240 - - [2026-06-01 02:42:40] "POST /neutron/network HTTP/1.1" 200 117 0.038823 10.0.0.65 - - [2026-06-01 02:42:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010283 10.0.0.240 - - [2026-06-01 02:42:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.223580 10.0.0.240 - - [2026-06-01 02:42:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.001305 10.0.0.240 - - [2026-06-01 02:42:41] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006107 10.0.0.240 - - [2026-06-01 02:42:41] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005086 10.0.0.240 - - [2026-06-01 02:42:41] "POST /neutron/network HTTP/1.1" 200 1074 0.010200 10.0.0.240 - - [2026-06-01 02:42:42] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005804 10.0.0.240 - - [2026-06-01 02:42:42] "GET /obj-perms HTTP/1.1" 200 5032 0.061596 10.0.0.249 - - [2026-06-01 02:42:43] "GET /obj-perms HTTP/1.1" 200 5032 0.050541 10.0.0.65 - - [2026-06-01 02:42:43] "GET /obj-perms HTTP/1.1" 200 5032 0.053262 10.0.0.240 - - [2026-06-01 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.65 - - [2026-06-01 02:42:43] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000921 10.0.0.240 - - [2026-06-01 02:42:43] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045155 10.0.0.240 - - [2026-06-01 02:42:43] "POST /neutron/network HTTP/1.1" 200 117 0.014323 10.0.0.65 - - [2026-06-01 02:42:43] "POST /route-targets HTTP/1.1" 200 327 0.012504 10.0.0.65 - - [2026-06-01 02:42:44] "POST /useragent-kv HTTP/1.1" 200 115 0.011853 10.0.0.240 - - [2026-06-01 02:42:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.200605 10.0.0.240 - - [2026-06-01 02:42:44] "POST /id-to-fqname HTTP/1.1" 200 229 0.001249 10.0.0.240 - - [2026-06-01 02:42:44] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005494 10.0.0.240 - - [2026-06-01 02:42:44] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005931 10.0.0.240 - - [2026-06-01 02:42:44] "POST /neutron/network HTTP/1.1" 200 1074 0.009440 10.0.0.65 - - [2026-06-01 02:42:44] "DELETE /access-control-list/71d9ca82-465b-478d-ad8b-252468864592 HTTP/1.1" 200 115 0.064291 10.0.0.240 - - [2026-06-01 02:42:44] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006831 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002902 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.65 - - [2026-06-01 02:42:45] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001253 10.0.0.240 - - [2026-06-01 02:42:45] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037137 10.0.0.240 - - [2026-06-01 02:42:45] "POST /network-policys HTTP/1.1" 200 527 0.075328 10.0.0.240 - - [2026-06-01 02:42:45] "GET /network-policy/a0cbb54a-2a74-4cca-96c4-d26b41d54b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006091 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.004203 10.0.0.65 - - [2026-06-01 02:42:45] "DELETE /project/2d2a2e7e51ca46bab65e2f6bcafaadb2 HTTP/1.1" 404 173 0.002703 10.0.0.65 - - [2026-06-01 02:42:45] "DELETE /project/ad621b91-2d87-45e2-9deb-5bb145f90474 HTTP/1.1" 404 177 0.006069 10.0.0.65 - - [2026-06-01 02:42:45] "DELETE /project/ad621b912d8745e29deb5bb145f90474 HTTP/1.1" 404 173 0.005007 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.65 - - [2026-06-01 02:42:45] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001237 10.0.0.240 - - [2026-06-01 02:42:45] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047906 10.0.0.240 - - [2026-06-01 02:42:45] "POST /network-policys HTTP/1.1" 200 527 0.071043 10.0.0.240 - - [2026-06-01 02:42:45] "GET /network-policy/0d9e577c-4e93-4179-ba56-0b6198411319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007000 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002701 10.0.0.240 - - [2026-06-01 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.65 - - [2026-06-01 02:42:46] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.240 - - [2026-06-01 02:42:46] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039283 10.0.0.240 - - [2026-06-01 02:42:46] "POST /network-policys HTTP/1.1" 200 527 0.070457 10.0.0.240 - - [2026-06-01 02:42:46] "GET /network-policy/b7728038-da42-49ab-bff8-d9c4dc73f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005735 10.0.0.240 - - [2026-06-01 02:42:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.002992 10.0.0.240 - - [2026-06-01 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.65 - - [2026-06-01 02:42:46] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.240 - - [2026-06-01 02:42:46] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040038 10.0.0.240 - - [2026-06-01 02:42:46] "POST /network-policys HTTP/1.1" 200 527 0.074614 10.0.0.240 - - [2026-06-01 02:42:46] "GET /network-policy/ba5f525c-c3a0-47cd-8f05-ef15849bafa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007359 10.0.0.240 - - [2026-06-01 02:42:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003491 10.0.0.240 - - [2026-06-01 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.65 - - [2026-06-01 02:42:46] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001059 10.0.0.240 - - [2026-06-01 02:42:46] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037220 10.0.0.240 - - [2026-06-01 02:42:46] "POST /network-policys HTTP/1.1" 200 531 0.030989 10.0.0.240 - - [2026-06-01 02:42:46] "GET /network-policy/f44b66e5-1232-45c6-90b3-82406da2fb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005701 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003430 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.65 - - [2026-06-01 02:42:47] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.240 - - [2026-06-01 02:42:47] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043290 10.0.0.240 - - [2026-06-01 02:42:47] "POST /network-policys HTTP/1.1" 200 529 0.074728 10.0.0.240 - - [2026-06-01 02:42:47] "GET /network-policy/56a97601-66db-4d91-8c4a-bfe53d5f5cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006201 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.002924 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.65 - - [2026-06-01 02:42:47] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.240 - - [2026-06-01 02:42:47] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051769 10.0.0.240 - - [2026-06-01 02:42:47] "POST /network-policys HTTP/1.1" 200 529 0.083169 10.0.0.240 - - [2026-06-01 02:42:47] "GET /network-policy/69e1beb9-9026-4c09-a352-787b12bc9cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007048 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.004255 10.0.0.240 - - [2026-06-01 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.65 - - [2026-06-01 02:42:47] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001222 10.0.0.240 - - [2026-06-01 02:42:48] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047794 10.0.0.240 - - [2026-06-01 02:42:48] "POST /network-policys HTTP/1.1" 200 529 0.074887 10.0.0.240 - - [2026-06-01 02:42:48] "GET /network-policy/bfd394df-353a-47a1-8976-892912bc225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006482 10.0.0.240 - - [2026-06-01 02:42:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003428 10.0.0.240 - - [2026-06-01 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.65 - - [2026-06-01 02:42:48] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.240 - - [2026-06-01 02:42:48] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052057 10.0.0.240 - - [2026-06-01 02:42:48] "POST /network-policys HTTP/1.1" 200 529 0.075406 10.0.0.240 - - [2026-06-01 02:42:48] "GET /network-policy/2a9d31b7-d68d-4f84-ad05-eda57038e1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007227 10.0.0.240 - - [2026-06-01 02:42:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.003103 10.0.0.240 - - [2026-06-01 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.65 - - [2026-06-01 02:42:48] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.240 - - [2026-06-01 02:42:48] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041613 10.0.0.240 - - [2026-06-01 02:42:48] "POST /network-policys HTTP/1.1" 200 533 0.034390 10.0.0.240 - - [2026-06-01 02:42:48] "GET /network-policy/c384c084-33e4-402c-8111-dab64fdfbc9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005077 10.0.0.240 - - [2026-06-01 02:42:49] "POST /neutron/network HTTP/1.1" 200 1074 0.008058 10.0.0.240 - - [2026-06-01 02:42:49] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006802 10.0.0.240 - - [2026-06-01 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.240 - - [2026-06-01 02:42:49] "GET /network-policy/a0cbb54a-2a74-4cca-96c4-d26b41d54b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007760 10.0.0.240 - - [2026-06-01 02:42:49] "POST /neutron/network HTTP/1.1" 200 1074 0.008675 10.0.0.65 - - [2026-06-01 02:42:49] "POST /fqname-to-id HTTP/1.1" 404 246 0.004460 10.0.0.240 - - [2026-06-01 02:42:49] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.010414 10.0.0.240 - - [2026-06-01 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006686 10.0.0.240 - - [2026-06-01 02:42:49] "GET /network-policy/f44b66e5-1232-45c6-90b3-82406da2fb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004025 10.0.0.240 - - [2026-06-01 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001338 10.0.0.240 - - [2026-06-01 02:42:50] "POST /neutron/network HTTP/1.1" 200 1167 0.007540 10.0.0.65 - - [2026-06-01 02:42:50] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001322 10.0.0.240 - - [2026-06-01 02:42:50] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.089300 10.0.0.240 - - [2026-06-01 02:42:51] "POST /neutron/port HTTP/1.1" 200 117 0.006879 10.0.0.240 - - [2026-06-01 02:42:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001485 10.0.0.240 - - [2026-06-01 02:42:51] "POST /neutron/network HTTP/1.1" 200 1167 0.007283 10.0.0.240 - - [2026-06-01 02:42:51] "POST /neutron/port HTTP/1.1" 200 1061 0.020118 10.0.0.65 - - [2026-06-01 02:42:52] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000968 10.0.0.240 - - [2026-06-01 02:42:52] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.070574 10.0.0.240 - - [2026-06-01 02:42:52] "POST /neutron/network HTTP/1.1" 200 1159 0.044702 10.0.0.240 - - [2026-06-01 02:42:52] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.240 - - [2026-06-01 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010190 10.0.0.240 - - [2026-06-01 02:42:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010226 10.0.0.240 - - [2026-06-01 02:42:53] "POST /neutron/port HTTP/1.1" 200 1061 0.021280 10.0.0.240 - - [2026-06-01 02:42:53] "POST /neutron/port HTTP/1.1" 200 1125 0.029376 10.0.0.240 - - [2026-06-01 02:42:53] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.240 - - [2026-06-01 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008363 10.0.0.240 - - [2026-06-01 02:42:57] "POST /neutron/port HTTP/1.1" 200 1125 0.023002 10.0.0.240 - - [2026-06-01 02:42:57] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2026-06-01 02:42:58] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 200 1298 0.031321 10.0.0.240 - - [2026-06-01 02:42:58] "GET /virtual-machine-interface/f4f044e4-9e15-49a8-9914-35c30a732816 HTTP/1.1" 200 2952 0.005702 10.0.0.240 - - [2026-06-01 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.240 - - [2026-06-01 02:42:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003451 10.0.0.240 - - [2026-06-01 02:42:58] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003513 10.0.0.240 - - [2026-06-01 02:42:58] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005941 10.0.0.240 - - [2026-06-01 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.240 - - [2026-06-01 02:43:01] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006916 10.0.0.240 - - [2026-06-01 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.240 - - [2026-06-01 02:43:05] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005377 10.0.0.240 - - [2026-06-01 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.240 - - [2026-06-01 02:43:09] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006429 10.0.0.240 - - [2026-06-01 02:43:12] "POST /neutron/port HTTP/1.1" 200 1125 0.044932 10.0.0.240 - - [2026-06-01 02:43:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.013372 10.0.0.240 - - [2026-06-01 02:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.240 - - [2026-06-01 02:43:13] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005836 10.0.0.240 - - [2026-06-01 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.240 - - [2026-06-01 02:43:17] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005520 10.0.0.240 - - [2026-06-01 02:43:18] "POST /neutron/port HTTP/1.1" 200 1125 0.045576 10.0.0.240 - - [2026-06-01 02:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005312 10.0.0.240 - - [2026-06-01 02:43:19] "POST /neutron/network HTTP/1.1" 200 1159 0.012024 10.0.0.240 - - [2026-06-01 02:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.240 - - [2026-06-01 02:43:21] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005649 10.0.0.240 - - [2026-06-01 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.240 - - [2026-06-01 02:43:25] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006004 10.0.0.240 - - [2026-06-01 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.240 - - [2026-06-01 02:43:30] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005882 10.0.0.240 - - [2026-06-01 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.240 - - [2026-06-01 02:43:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003324 10.0.0.240 - - [2026-06-01 02:43:32] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004842 10.0.0.240 - - [2026-06-01 02:43:32] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006083 10.0.0.240 - - [2026-06-01 02:43:37] "POST /neutron/port HTTP/1.1" 200 1125 0.017005 10.0.0.240 - - [2026-06-01 02:43:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006961 10.0.0.240 - - [2026-06-01 02:43:43] "POST /neutron/port HTTP/1.1" 200 1125 0.017627 10.0.0.240 - - [2026-06-01 02:43:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010577 10.0.0.240 - - [2026-06-01 02:43:58] "POST /neutron/port HTTP/1.1" 200 1125 0.021271 10.0.0.240 - - [2026-06-01 02:43:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008607 10.0.0.240 - - [2026-06-01 02:43:58] "GET /virtual-machine/0a727c35-52f3-446d-803f-60c091e46e52 HTTP/1.1" 200 1296 0.006576 10.0.0.240 - - [2026-06-01 02:43:58] "GET /virtual-machine-interface/11b0f499-1775-48da-bfa9-5945475b1946 HTTP/1.1" 200 2951 0.006343 10.0.0.240 - - [2026-06-01 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.240 - - [2026-06-01 02:43:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004566 10.0.0.240 - - [2026-06-01 02:43:58] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003870 10.0.0.240 - - [2026-06-01 02:43:58] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005512 10.0.0.240 - - [2026-06-01 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.240 - - [2026-06-01 02:43:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.240 - - [2026-06-01 02:43:59] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003167 10.0.0.240 - - [2026-06-01 02:43:59] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006077 10.0.0.240 - - [2026-06-01 02:43:59] "POST /neutron/port HTTP/1.1" 200 2098 0.020739 10.0.0.240 - - [2026-06-01 02:44:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009917 10.0.0.240 - - [2026-06-01 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.240 - - [2026-06-01 02:44:00] "GET /network-policy/f44b66e5-1232-45c6-90b3-82406da2fb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004056 10.0.0.240 - - [2026-06-01 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.240 - - [2026-06-01 02:44:00] "GET /network-policy/a0cbb54a-2a74-4cca-96c4-d26b41d54b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005464 10.0.0.240 - - [2026-06-01 02:44:00] "POST /neutron/network HTTP/1.1" 200 1157 0.009940 10.0.0.65 - - [2026-06-01 02:44:00] "PUT /access-control-list/482365cd-e12f-40b3-8a75-0055eb2b368d HTTP/1.1" 200 272 0.022671 10.0.0.240 - - [2026-06-01 02:44:00] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014657 10.0.0.240 - - [2026-06-01 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.240 - - [2026-06-01 02:44:00] "GET /network-policy/0d9e577c-4e93-4179-ba56-0b6198411319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005954 10.0.0.65 - - [2026-06-01 02:44:04] "GET /obj-perms HTTP/1.1" 200 5075 0.053165 10.0.0.240 - - [2026-06-01 02:44:14] "POST /neutron/port HTTP/1.1" 200 1125 0.026214 10.0.0.240 - - [2026-06-01 02:44:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.240 - - [2026-06-01 02:44:14] "POST /neutron/network HTTP/1.1" 200 1157 0.010933 10.0.0.240 - - [2026-06-01 02:44:20] "POST /neutron/network HTTP/1.1" 200 1169 0.006926 10.0.0.240 - - [2026-06-01 02:44:20] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.240 - - [2026-06-01 02:44:24] "POST /neutron/network HTTP/1.1" 200 1160 0.083284 10.0.0.240 - - [2026-06-01 02:44:24] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006161 10.0.0.240 - - [2026-06-01 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010333 10.0.0.240 - - [2026-06-01 02:44:24] "GET /network-policy/c384c084-33e4-402c-8111-dab64fdfbc9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.003873 10.0.0.240 - - [2026-06-01 02:44:33] "POST /neutron/network HTTP/1.1" 200 1157 0.085179 10.0.0.65 - - [2026-06-01 02:44:33] "PUT /access-control-list/482365cd-e12f-40b3-8a75-0055eb2b368d HTTP/1.1" 200 272 0.055619 10.0.0.240 - - [2026-06-01 02:44:33] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008268 10.0.0.240 - - [2026-06-01 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.240 - - [2026-06-01 02:44:33] "GET /network-policy/b7728038-da42-49ab-bff8-d9c4dc73f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005132 10.0.0.65 - - [2026-06-01 02:44:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.65 - - [2026-06-01 02:44:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.249 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.65 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.65 - - [2026-06-01 02:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-06-01 02:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2026-06-01 02:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.240 - - [2026-06-01 02:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-06-01 02:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.240 - - [2026-06-01 02:44:41] "POST /neutron/network HTTP/1.1" 200 1157 0.081807 10.0.0.240 - - [2026-06-01 02:44:42] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.012293 10.0.0.240 - - [2026-06-01 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.240 - - [2026-06-01 02:44:42] "GET /network-policy/ba5f525c-c3a0-47cd-8f05-ef15849bafa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003844 10.0.0.240 - - [2026-06-01 02:44:49] "POST /neutron/network HTTP/1.1" 200 1158 0.087426 10.0.0.240 - - [2026-06-01 02:44:49] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007078 10.0.0.240 - - [2026-06-01 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.65 - - [2026-06-01 02:44:49] "PUT /access-control-list/482365cd-e12f-40b3-8a75-0055eb2b368d HTTP/1.1" 200 272 0.096257 10.0.0.240 - - [2026-06-01 02:44:49] "GET /network-policy/56a97601-66db-4d91-8c4a-bfe53d5f5cbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004891 10.0.0.240 - - [2026-06-01 02:44:58] "POST /neutron/network HTTP/1.1" 200 1158 0.107538 10.0.0.65 - - [2026-06-01 02:44:58] "POST /ref-update HTTP/1.1" 200 156 0.042436 10.0.0.240 - - [2026-06-01 02:44:58] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.010797 10.0.0.240 - - [2026-06-01 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007903 10.0.0.240 - - [2026-06-01 02:44:58] "GET /network-policy/69e1beb9-9026-4c09-a352-787b12bc9cf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004649 10.0.0.240 - - [2026-06-01 02:45:04] "GET /obj-perms HTTP/1.1" 200 5075 0.052720 10.0.0.249 - - [2026-06-01 02:45:05] "GET /obj-perms HTTP/1.1" 200 5075 0.053693 10.0.0.240 - - [2026-06-01 02:45:06] "POST /neutron/network HTTP/1.1" 200 1158 0.107821 10.0.0.240 - - [2026-06-01 02:45:06] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006318 10.0.0.240 - - [2026-06-01 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.240 - - [2026-06-01 02:45:06] "GET /network-policy/bfd394df-353a-47a1-8976-892912bc225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005824 10.0.0.240 - - [2026-06-01 02:45:14] "POST /neutron/network HTTP/1.1" 200 1158 0.093743 10.0.0.240 - - [2026-06-01 02:45:14] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006081 10.0.0.240 - - [2026-06-01 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.240 - - [2026-06-01 02:45:14] "GET /network-policy/2a9d31b7-d68d-4f84-ad05-eda57038e1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005898 10.0.0.240 - - [2026-06-01 02:45:15] "POST /neutron/port HTTP/1.1" 200 1125 0.020285 10.0.0.240 - - [2026-06-01 02:45:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.011840 10.0.0.240 - - [2026-06-01 02:45:21] "POST /neutron/port HTTP/1.1" 200 1125 0.023349 10.0.0.240 - - [2026-06-01 02:45:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004086 10.0.0.240 - - [2026-06-01 02:45:21] "POST /neutron/network HTTP/1.1" 200 1159 0.011064 10.0.0.240 - - [2026-06-01 02:45:22] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007013 10.0.0.65 - - [2026-06-01 02:45:22] "DELETE /access-control-list/482365cd-e12f-40b3-8a75-0055eb2b368d HTTP/1.1" 200 115 0.073875 10.0.0.240 - - [2026-06-01 02:45:22] "POST /neutron/network HTTP/1.1" 200 1074 0.021646 10.0.0.240 - - [2026-06-01 02:45:22] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.009491 10.0.0.240 - - [2026-06-01 02:45:22] "GET /virtual-machine/0a727c35-52f3-446d-803f-60c091e46e52 HTTP/1.1" 200 1296 0.004101 10.0.0.240 - - [2026-06-01 02:45:23] "POST /neutron/port HTTP/1.1" 200 151 0.192786 10.0.0.240 - - [2026-06-01 02:45:24] "GET /virtual-machine/0a727c35-52f3-446d-803f-60c091e46e52 HTTP/1.1" 404 171 0.003589 10.0.0.240 - - [2026-06-01 02:45:24] "GET /virtual-machine/0a727c35-52f3-446d-803f-60c091e46e52 HTTP/1.1" 404 171 0.004875 10.0.0.240 - - [2026-06-01 02:45:24] "GET /virtual-machine/0a727c35-52f3-446d-803f-60c091e46e52 HTTP/1.1" 404 171 0.005851 10.0.0.240 - - [2026-06-01 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.240 - - [2026-06-01 02:45:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004074 10.0.0.240 - - [2026-06-01 02:45:24] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003150 10.0.0.240 - - [2026-06-01 02:45:25] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006365 10.0.0.240 - - [2026-06-01 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.240 - - [2026-06-01 02:45:25] "GET /routing-instance/f4789ba3-bf3c-43a6-8e4a-6b12a896b1d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005275 10.0.0.240 - - [2026-06-01 02:45:25] "GET /route-target/8b645d6c-16a9-4db3-9429-55ae66f8c3a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003892 10.0.0.240 - - [2026-06-01 02:45:28] "GET /obj-perms HTTP/1.1" 200 5032 0.005470 10.0.0.240 - - [2026-06-01 02:45:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004055 10.0.0.240 - - [2026-06-01 02:45:28] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 200 1298 0.003842 10.0.0.240 - - [2026-06-01 02:45:29] "POST /neutron/port HTTP/1.1" 200 151 0.215178 10.0.0.240 - - [2026-06-01 02:45:30] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 404 171 0.003509 10.0.0.240 - - [2026-06-01 02:45:30] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 404 171 0.003030 10.0.0.240 - - [2026-06-01 02:45:30] "GET /virtual-machine/b30472ed-db6c-4283-8988-fecbcc6a6c8a HTTP/1.1" 404 171 0.004091 10.0.0.240 - - [2026-06-01 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.240 - - [2026-06-01 02:45:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004602 10.0.0.240 - - [2026-06-01 02:45:30] "GET /virtual-networks?parent_id=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006353 10.0.0.240 - - [2026-06-01 02:45:30] "GET /virtual-network/b4d478bd-8dbd-4c76-a209-374be2f3e53c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005680 10.0.0.240 - - [2026-06-01 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.240 - - [2026-06-01 02:45:30] "GET /routing-instance/432bf989-6891-4b55-ba88-b997a75403d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005249 10.0.0.240 - - [2026-06-01 02:45:30] "GET /route-target/2ecf3669-b2b1-492b-b717-a5cade890490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003728 10.0.0.240 - - [2026-06-01 02:45:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005111 10.0.0.240 - - [2026-06-01 02:45:37] "GET /obj-perms HTTP/1.1" 200 5032 0.006348 10.0.0.240 - - [2026-06-01 02:45:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004439 10.0.0.240 - - [2026-06-01 02:45:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004340 10.0.0.240 - - [2026-06-01 02:45:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004941 10.0.0.240 - - [2026-06-01 02:45:55] "GET /obj-perms HTTP/1.1" 200 5032 0.008191 10.0.0.240 - - [2026-06-01 02:45:56] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006030 10.0.0.240 - - [2026-06-01 02:45:56] "POST /neutron/network HTTP/1.1" 200 1074 0.014243 10.0.0.240 - - [2026-06-01 02:45:56] "GET /virtual-network/c26613cf-5caa-4743-a369-856557d81188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008974 10.0.0.65 - - [2026-06-01 02:45:56] "POST /ref-update HTTP/1.1" 200 156 0.029627 10.0.0.240 - - [2026-06-01 02:45:56] "DELETE /network-policy/c384c084-33e4-402c-8111-dab64fdfbc9a HTTP/1.1" 200 115 0.030509 10.0.0.240 - - [2026-06-01 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006438 10.0.0.65 - - [2026-06-01 02:45:56] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.025998 10.0.0.240 - - [2026-06-01 02:45:56] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071223 10.0.0.240 - - [2026-06-01 02:45:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006096 10.0.0.240 - - [2026-06-01 02:45:56] "DELETE /network-policy/2a9d31b7-d68d-4f84-ad05-eda57038e1b8 HTTP/1.1" 200 115 0.046067 10.0.0.240 - - [2026-06-01 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2026-06-01 02:45:56] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001539 10.0.0.240 - - [2026-06-01 02:45:56] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043765 10.0.0.240 - - [2026-06-01 02:45:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006318 10.0.0.240 - - [2026-06-01 02:45:56] "DELETE /network-policy/bfd394df-353a-47a1-8976-892912bc225a HTTP/1.1" 200 115 0.050817 10.0.0.240 - - [2026-06-01 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.65 - - [2026-06-01 02:45:56] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.240 - - [2026-06-01 02:45:56] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045915 10.0.0.240 - - [2026-06-01 02:45:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005853 10.0.0.240 - - [2026-06-01 02:45:57] "DELETE /network-policy/69e1beb9-9026-4c09-a352-787b12bc9cf8 HTTP/1.1" 200 115 0.043512 10.0.0.240 - - [2026-06-01 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010337 10.0.0.65 - - [2026-06-01 02:45:57] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001619 10.0.0.240 - - [2026-06-01 02:45:57] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.059415 10.0.0.240 - - [2026-06-01 02:45:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006376 10.0.0.240 - - [2026-06-01 02:45:57] "DELETE /network-policy/56a97601-66db-4d91-8c4a-bfe53d5f5cbf HTTP/1.1" 200 115 0.037816 10.0.0.240 - - [2026-06-01 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016430 10.0.0.65 - - [2026-06-01 02:45:57] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.240 - - [2026-06-01 02:45:57] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051480 10.0.0.240 - - [2026-06-01 02:45:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005726 10.0.0.240 - - [2026-06-01 02:45:57] "DELETE /network-policy/f44b66e5-1232-45c6-90b3-82406da2fb45 HTTP/1.1" 200 115 0.037047 10.0.0.240 - - [2026-06-01 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.65 - - [2026-06-01 02:45:57] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.240 - - [2026-06-01 02:45:57] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044538 10.0.0.240 - - [2026-06-01 02:45:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005684 10.0.0.240 - - [2026-06-01 02:45:57] "DELETE /network-policy/ba5f525c-c3a0-47cd-8f05-ef15849bafa6 HTTP/1.1" 200 115 0.039344 10.0.0.240 - - [2026-06-01 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.65 - - [2026-06-01 02:45:57] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.240 - - [2026-06-01 02:45:57] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040201 10.0.0.240 - - [2026-06-01 02:45:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005382 10.0.0.240 - - [2026-06-01 02:45:57] "DELETE /network-policy/b7728038-da42-49ab-bff8-d9c4dc73f143 HTTP/1.1" 200 115 0.034892 10.0.0.240 - - [2026-06-01 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.65 - - [2026-06-01 02:45:58] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.240 - - [2026-06-01 02:45:58] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036114 10.0.0.240 - - [2026-06-01 02:45:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005768 10.0.0.240 - - [2026-06-01 02:45:58] "DELETE /network-policy/0d9e577c-4e93-4179-ba56-0b6198411319 HTTP/1.1" 200 115 0.036033 10.0.0.240 - - [2026-06-01 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.65 - - [2026-06-01 02:45:58] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.240 - - [2026-06-01 02:45:58] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037113 10.0.0.240 - - [2026-06-01 02:45:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006362 10.0.0.240 - - [2026-06-01 02:45:58] "DELETE /network-policy/a0cbb54a-2a74-4cca-96c4-d26b41d54b73 HTTP/1.1" 200 115 0.041050 10.0.0.240 - - [2026-06-01 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.65 - - [2026-06-01 02:45:58] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.240 - - [2026-06-01 02:45:58] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039442 10.0.0.240 - - [2026-06-01 02:45:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-14144758&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006374 10.0.0.240 - - [2026-06-01 02:45:59] "POST /neutron/network HTTP/1.1" 200 1074 0.008874 10.0.0.65 - - [2026-06-01 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.240 - - [2026-06-01 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.240 - - [2026-06-01 02:45:59] "DELETE /network-ipam/d27d4883-187c-4dab-973d-ccdc9cd0c61d HTTP/1.1" 200 115 0.035768 10.0.0.240 - - [2026-06-01 02:45:59] "POST /fqname-to-id HTTP/1.1" 404 248 0.003469 10.0.0.65 - - [2026-06-01 02:45:59] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.65 - - [2026-06-01 02:45:59] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.052284 10.0.0.65 - - [2026-06-01 02:45:59] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.65 - - [2026-06-01 02:45:59] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?fields=security_groups HTTP/1.1" 200 1381 0.041382 10.0.0.65 - - [2026-06-01 02:45:59] "DELETE /security-group/1bd70d45-eaae-4200-970b-329e2b565bba HTTP/1.1" 200 115 0.054997 10.0.0.65 - - [2026-06-01 02:45:59] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.65 - - [2026-06-01 02:45:59] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?fields=application_policy_sets HTTP/1.1" 200 1420 0.055847 10.0.0.65 - - [2026-06-01 02:45:59] "DELETE /access-control-list/42e2d755-2662-48a9-9311-1820ce9b3b86 HTTP/1.1" 200 115 0.059617 10.0.0.240 - - [2026-06-01 02:45:59] "DELETE /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2 HTTP/1.1" 200 115 0.413509 10.0.0.65 - - [2026-06-01 02:45:59] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.240 - - [2026-06-01 02:45:59] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?fields=projects HTTP/1.1" 200 1243 0.010470 10.0.0.65 - - [2026-06-01 02:46:01] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004247 10.0.0.65 - - [2026-06-01 02:46:01] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.65 - - [2026-06-01 02:46:01] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038223 10.0.0.65 - - [2026-06-01 02:46:01] "POST /id-to-fqname HTTP/1.1" 200 196 0.007185 10.0.0.65 - - [2026-06-01 02:46:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.006665 10.0.0.65 - - [2026-06-01 02:46:01] "POST /security-groups HTTP/1.1" 200 597 0.049882 10.0.0.65 - - [2026-06-01 02:46:01] "POST /projects HTTP/1.1" 200 597 0.287318 10.0.0.65 - - [2026-06-01 02:46:01] "POST /fqname-to-id HTTP/1.1" 404 239 0.011035 10.0.0.65 - - [2026-06-01 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.369693 10.0.0.240 - - [2026-06-01 02:46:01] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.568653 10.0.0.65 - - [2026-06-01 02:46:01] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001846 10.0.0.240 - - [2026-06-01 02:46:01] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?fields=virtual_networks HTTP/1.1" 200 1044 0.062542 10.0.0.65 - - [2026-06-01 02:46:02] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001353 10.0.0.240 - - [2026-06-01 02:46:02] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.053147 10.0.0.65 - - [2026-06-01 02:46:02] "GET /projects?obj_uuids=2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002146 10.0.0.240 - - [2026-06-01 02:46:02] "GET /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2?fields=security_groups HTTP/1.1" 200 1276 0.051661 10.0.0.240 - - [2026-06-01 02:46:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.029448 10.0.0.65 - - [2026-06-01 02:46:03] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003028 10.0.0.65 - - [2026-06-01 02:46:03] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.65 - - [2026-06-01 02:46:03] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008134 10.0.0.65 - - [2026-06-01 02:46:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.002026 10.0.0.65 - - [2026-06-01 02:46:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.008035 10.0.0.65 - - [2026-06-01 02:46:03] "POST /security-groups HTTP/1.1" 200 603 0.037389 10.0.0.65 - - [2026-06-01 02:46:03] "POST /projects HTTP/1.1" 200 609 0.263348 10.0.0.65 - - [2026-06-01 02:46:03] "POST /access-control-lists HTTP/1.1" 200 608 0.040170 10.0.0.65 - - [2026-06-01 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.340809 10.0.0.240 - - [2026-06-01 02:46:03] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.509938 10.0.0.240 - - [2026-06-01 02:46:04] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.65 - - [2026-06-01 02:46:05] "GET /obj-perms HTTP/1.1" 200 5075 0.055499 10.0.0.240 - - [2026-06-01 02:46:06] "GET /obj-perms HTTP/1.1" 200 5075 0.045772 10.0.0.240 - - [2026-06-01 02:46:06] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000543 10.0.0.65 - - [2026-06-01 02:46:07] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001566 10.0.0.240 - - [2026-06-01 02:46:07] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.105260 10.0.0.240 - - [2026-06-01 02:46:07] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.240 - - [2026-06-01 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2026-06-01 02:46:08] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.240 - - [2026-06-01 02:46:08] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007588 10.0.0.240 - - [2026-06-01 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009931 10.0.0.65 - - [2026-06-01 02:46:08] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.240 - - [2026-06-01 02:46:08] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064066 10.0.0.240 - - [2026-06-01 02:46:09] "GET /domains HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2026-06-01 02:46:09] "GET /domains HTTP/1.1" 200 280 0.035864 10.0.0.65 - - [2026-06-01 02:46:09] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.240 - - [2026-06-01 02:46:09] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2 HTTP/1.1" 200 2776 0.011435 10.0.0.65 - - [2026-06-01 02:46:09] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001285 10.0.0.240 - - [2026-06-01 02:46:09] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1 HTTP/1.1" 200 1925 0.085461 10.0.0.240 - - [2026-06-01 02:46:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003223 10.0.0.240 - - [2026-06-01 02:46:09] "POST /network-ipams HTTP/1.1" 200 621 0.031328 10.0.0.240 - - [2026-06-01 02:46:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003125 10.0.0.240 - - [2026-06-01 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.240 - - [2026-06-01 02:46:10] "GET /network-ipam/26b5e740-af24-4330-90d0-88e431511a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006625 10.0.0.240 - - [2026-06-01 02:46:10] "PUT /network-ipam/26b5e740-af24-4330-90d0-88e431511a39 HTTP/1.1" 200 258 0.017296 10.0.0.240 - - [2026-06-01 02:46:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-06-01 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.025687 10.0.0.65 - - [2026-06-01 02:46:10] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.240 - - [2026-06-01 02:46:10] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043679 10.0.0.65 - - [2026-06-01 02:46:10] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001703 10.0.0.240 - - [2026-06-01 02:46:10] "POST /neutron/network HTTP/1.1" 200 623 0.191451 10.0.0.65 - - [2026-06-01 02:46:11] "POST /route-targets HTTP/1.1" 200 327 0.016932 10.0.0.65 - - [2026-06-01 02:46:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009569 10.0.0.65 - - [2026-06-01 02:46:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.040705 10.0.0.240 - - [2026-06-01 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.215314 10.0.0.240 - - [2026-06-01 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 235 0.002217 10.0.0.240 - - [2026-06-01 02:46:11] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.007462 10.0.0.240 - - [2026-06-01 02:46:11] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005338 10.0.0.240 - - [2026-06-01 02:46:11] "POST /neutron/network HTTP/1.1" 200 1336 0.011862 10.0.0.240 - - [2026-06-01 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.009088 10.0.0.240 - - [2026-06-01 02:46:12] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005779 10.0.0.249 - - [2026-06-01 02:46:13] "GET /obj-perms HTTP/1.1" 200 5038 0.048803 10.0.0.240 - - [2026-06-01 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.65 - - [2026-06-01 02:46:13] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.240 - - [2026-06-01 02:46:13] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043443 10.0.0.65 - - [2026-06-01 02:46:14] "POST /ref-update HTTP/1.1" 200 156 0.025753 10.0.0.65 - - [2026-06-01 02:46:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007649 10.0.0.240 - - [2026-06-01 02:46:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.224747 10.0.0.240 - - [2026-06-01 02:46:14] "POST /neutron/network HTTP/1.1" 200 1335 0.014464 10.0.0.240 - - [2026-06-01 02:46:14] "POST /id-to-fqname HTTP/1.1" 200 235 0.001360 10.0.0.240 - - [2026-06-01 02:46:14] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.005831 10.0.0.240 - - [2026-06-01 02:46:14] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.005633 10.0.0.240 - - [2026-06-01 02:46:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.014592 10.0.0.240 - - [2026-06-01 02:46:15] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.006983 10.0.0.240 - - [2026-06-01 02:46:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.003526 10.0.0.240 - - [2026-06-01 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.65 - - [2026-06-01 02:46:15] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.240 - - [2026-06-01 02:46:15] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052330 10.0.0.240 - - [2026-06-01 02:46:15] "POST /network-policys HTTP/1.1" 200 533 0.031284 10.0.0.240 - - [2026-06-01 02:46:15] "GET /network-policy/b8afe1fc-d9b1-4343-9754-3175c71842e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007592 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003454 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.65 - - [2026-06-01 02:46:16] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.240 - - [2026-06-01 02:46:16] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041167 10.0.0.240 - - [2026-06-01 02:46:16] "POST /network-policys HTTP/1.1" 200 533 0.030720 10.0.0.240 - - [2026-06-01 02:46:16] "GET /network-policy/b1d33303-8ff6-47a4-82cb-f55316ba9f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.012672 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003306 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.65 - - [2026-06-01 02:46:16] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000997 10.0.0.240 - - [2026-06-01 02:46:16] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049939 10.0.0.240 - - [2026-06-01 02:46:16] "POST /network-policys HTTP/1.1" 200 533 0.032171 10.0.0.240 - - [2026-06-01 02:46:16] "GET /network-policy/ca4725ec-2938-490a-ad53-22ee70578d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007322 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.004105 10.0.0.240 - - [2026-06-01 02:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.65 - - [2026-06-01 02:46:16] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.240 - - [2026-06-01 02:46:16] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054857 10.0.0.240 - - [2026-06-01 02:46:16] "POST /network-policys HTTP/1.1" 200 533 0.030740 10.0.0.240 - - [2026-06-01 02:46:17] "GET /network-policy/a90d1203-41ff-4f13-bce7-9a4b339c866e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007089 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 404 213 0.007775 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.65 - - [2026-06-01 02:46:17] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.240 - - [2026-06-01 02:46:17] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047018 10.0.0.240 - - [2026-06-01 02:46:17] "POST /network-policys HTTP/1.1" 200 537 0.028867 10.0.0.240 - - [2026-06-01 02:46:17] "GET /network-policy/b04b8b2c-1307-4ff6-87bb-476ef674a42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006845 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.005773 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.65 - - [2026-06-01 02:46:17] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.240 - - [2026-06-01 02:46:17] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052885 10.0.0.240 - - [2026-06-01 02:46:17] "POST /network-policys HTTP/1.1" 200 535 0.036956 10.0.0.240 - - [2026-06-01 02:46:17] "GET /network-policy/c0ff812f-43be-4939-bd8b-77cbdb8d7efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006864 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.002906 10.0.0.240 - - [2026-06-01 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.65 - - [2026-06-01 02:46:18] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.240 - - [2026-06-01 02:46:18] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042762 10.0.0.240 - - [2026-06-01 02:46:18] "POST /network-policys HTTP/1.1" 200 535 0.030188 10.0.0.240 - - [2026-06-01 02:46:18] "GET /network-policy/e0d3c26a-07a8-410e-ac4d-d82836ba1a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007608 10.0.0.240 - - [2026-06-01 02:46:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.003098 10.0.0.240 - - [2026-06-01 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.65 - - [2026-06-01 02:46:18] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.240 - - [2026-06-01 02:46:18] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041510 10.0.0.240 - - [2026-06-01 02:46:18] "POST /network-policys HTTP/1.1" 200 535 0.031168 10.0.0.240 - - [2026-06-01 02:46:18] "GET /network-policy/3844a96d-b0f5-4e66-886a-110199154026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007067 10.0.0.240 - - [2026-06-01 02:46:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.003123 10.0.0.240 - - [2026-06-01 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.65 - - [2026-06-01 02:46:18] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001401 10.0.0.240 - - [2026-06-01 02:46:18] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045517 10.0.0.240 - - [2026-06-01 02:46:18] "POST /network-policys HTTP/1.1" 200 535 0.044123 10.0.0.240 - - [2026-06-01 02:46:18] "GET /network-policy/adb8defe-d99f-43d2-b25d-e0fc83235606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007261 10.0.0.240 - - [2026-06-01 02:46:19] "POST /fqname-to-id HTTP/1.1" 404 214 0.002972 10.0.0.240 - - [2026-06-01 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.65 - - [2026-06-01 02:46:19] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.240 - - [2026-06-01 02:46:19] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041184 10.0.0.240 - - [2026-06-01 02:46:19] "POST /network-policys HTTP/1.1" 200 539 0.028372 10.0.0.240 - - [2026-06-01 02:46:19] "GET /network-policy/0fbfe02b-cc48-458b-93aa-eb56fbcb501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005879 10.0.0.240 - - [2026-06-01 02:46:19] "POST /neutron/network HTTP/1.1" 200 1336 0.011686 10.0.0.240 - - [2026-06-01 02:46:19] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008063 10.0.0.240 - - [2026-06-01 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.240 - - [2026-06-01 02:46:19] "GET /network-policy/b8afe1fc-d9b1-4343-9754-3175c71842e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004106 10.0.0.240 - - [2026-06-01 02:46:19] "POST /neutron/network HTTP/1.1" 200 1335 0.013366 10.0.0.65 - - [2026-06-01 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 252 0.015876 10.0.0.65 - - [2026-06-01 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006917 10.0.0.240 - - [2026-06-01 02:46:20] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.014619 10.0.0.240 - - [2026-06-01 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010374 10.0.0.240 - - [2026-06-01 02:46:20] "GET /network-policy/b04b8b2c-1307-4ff6-87bb-476ef674a42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004406 10.0.0.240 - - [2026-06-01 02:46:20] "POST /id-to-fqname HTTP/1.1" 200 235 0.001346 10.0.0.240 - - [2026-06-01 02:46:20] "POST /neutron/network HTTP/1.1" 200 1434 0.009500 10.0.0.65 - - [2026-06-01 02:46:21] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.240 - - [2026-06-01 02:46:21] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073204 10.0.0.240 - - [2026-06-01 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.007807 10.0.0.240 - - [2026-06-01 02:46:21] "POST /id-to-fqname HTTP/1.1" 200 235 0.001250 10.0.0.240 - - [2026-06-01 02:46:21] "POST /neutron/network HTTP/1.1" 200 1434 0.007515 10.0.0.240 - - [2026-06-01 02:46:22] "POST /neutron/port HTTP/1.1" 200 1173 0.024963 10.0.0.65 - - [2026-06-01 02:46:22] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001478 10.0.0.240 - - [2026-06-01 02:46:22] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.105208 10.0.0.240 - - [2026-06-01 02:46:22] "POST /neutron/port HTTP/1.1" 200 1237 0.022135 10.0.0.240 - - [2026-06-01 02:46:22] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015892 10.0.0.240 - - [2026-06-01 02:46:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009197 10.0.0.240 - - [2026-06-01 02:46:22] "POST /neutron/port HTTP/1.1" 200 117 0.007290 10.0.0.240 - - [2026-06-01 02:46:23] "POST /neutron/network HTTP/1.1" 200 1435 0.011325 10.0.0.240 - - [2026-06-01 02:46:23] "POST /neutron/port HTTP/1.1" 200 1172 0.025069 10.0.0.240 - - [2026-06-01 02:46:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.240 - - [2026-06-01 02:46:24] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.240 - - [2026-06-01 02:46:28] "POST /neutron/port HTTP/1.1" 200 1237 0.017877 10.0.0.240 - - [2026-06-01 02:46:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007532 10.0.0.240 - - [2026-06-01 02:46:28] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 401 293 0.000388 10.0.0.240 - - [2026-06-01 02:46:28] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 200 1304 0.031755 10.0.0.240 - - [2026-06-01 02:46:28] "GET /virtual-machine-interface/72a32506-a6fb-4608-9a7f-d62706e756ef HTTP/1.1" 200 3169 0.005717 10.0.0.240 - - [2026-06-01 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.240 - - [2026-06-01 02:46:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004512 10.0.0.240 - - [2026-06-01 02:46:28] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002770 10.0.0.240 - - [2026-06-01 02:46:28] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005993 10.0.0.240 - - [2026-06-01 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.240 - - [2026-06-01 02:46:31] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.004845 10.0.0.65 - - [2026-06-01 02:46:31] "DELETE /access-control-list/1c2874bc-ad58-4dd1-b6a6-739f059b13d5 HTTP/1.1" 200 115 0.048690 10.0.0.240 - - [2026-06-01 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.240 - - [2026-06-01 02:46:35] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006186 10.0.0.240 - - [2026-06-01 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.240 - - [2026-06-01 02:46:40] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005657 10.0.0.240 - - [2026-06-01 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.240 - - [2026-06-01 02:46:44] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006326 10.0.0.65 - - [2026-06-01 02:46:45] "DELETE /project/2d2a2e7e-51ca-46ba-b65e-2f6bcafaadb2 HTTP/1.1" 404 177 0.005537 10.0.0.65 - - [2026-06-01 02:46:45] "DELETE /project/2d2a2e7e51ca46bab65e2f6bcafaadb2 HTTP/1.1" 404 173 0.004674 10.0.0.65 - - [2026-06-01 02:46:45] "DELETE /project/f8a697091c994228b5d9e4f09a8db6c1 HTTP/1.1" 404 173 0.003865 10.0.0.240 - - [2026-06-01 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.240 - - [2026-06-01 02:46:48] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005657 10.0.0.240 - - [2026-06-01 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.240 - - [2026-06-01 02:46:52] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005188 10.0.0.240 - - [2026-06-01 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.240 - - [2026-06-01 02:46:56] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005893 10.0.0.240 - - [2026-06-01 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.240 - - [2026-06-01 02:47:00] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007259 10.0.0.240 - - [2026-06-01 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.240 - - [2026-06-01 02:47:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003772 10.0.0.240 - - [2026-06-01 02:47:02] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002648 10.0.0.240 - - [2026-06-01 02:47:02] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005830 10.0.0.240 - - [2026-06-01 02:47:02] "POST /neutron/port HTTP/1.1" 200 1237 0.023164 10.0.0.65 - - [2026-06-01 02:47:06] "GET /obj-perms HTTP/1.1" 200 5075 0.058560 10.0.0.240 - - [2026-06-01 02:47:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008524 10.0.0.240 - - [2026-06-01 02:47:13] "POST /neutron/port HTTP/1.1" 200 1237 0.023697 10.0.0.240 - - [2026-06-01 02:47:16] "POST /neutron/port HTTP/1.1" 200 1237 0.020536 10.0.0.240 - - [2026-06-01 02:47:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005059 10.0.0.240 - - [2026-06-01 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.240 - - [2026-06-01 02:47:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008258 10.0.0.240 - - [2026-06-01 02:47:23] "POST /neutron/port HTTP/1.1" 200 1236 0.028200 10.0.0.240 - - [2026-06-01 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009343 10.0.0.240 - - [2026-06-01 02:47:23] "GET /virtual-machine/92357490-2943-4e46-8e91-57841b5ec034 HTTP/1.1" 200 1305 0.007603 10.0.0.240 - - [2026-06-01 02:47:23] "GET /virtual-machine-interface/abdbf437-6c32-4bd7-8b8f-9cb740a1c3ca HTTP/1.1" 200 3170 0.007522 10.0.0.240 - - [2026-06-01 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005614 10.0.0.240 - - [2026-06-01 02:47:23] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004948 10.0.0.240 - - [2026-06-01 02:47:23] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003206 10.0.0.240 - - [2026-06-01 02:47:23] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008068 10.0.0.240 - - [2026-06-01 02:47:24] "POST /neutron/network HTTP/1.1" 200 1435 0.010569 10.0.0.240 - - [2026-06-01 02:47:24] "POST /neutron/subnet HTTP/1.1" 200 1351 0.024908 10.0.0.240 - - [2026-06-01 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.240 - - [2026-06-01 02:47:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003470 10.0.0.240 - - [2026-06-01 02:47:24] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003246 10.0.0.240 - - [2026-06-01 02:47:24] "POST /neutron/network HTTP/1.1" 200 1425 0.012593 10.0.0.240 - - [2026-06-01 02:47:25] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006437 10.0.0.240 - - [2026-06-01 02:47:27] "POST /neutron/port HTTP/1.1" 200 1236 0.050608 10.0.0.240 - - [2026-06-01 02:47:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009355 10.0.0.240 - - [2026-06-01 02:47:40] "POST /neutron/port HTTP/1.1" 200 2319 0.025557 10.0.0.240 - - [2026-06-01 02:47:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006522 10.0.0.240 - - [2026-06-01 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.240 - - [2026-06-01 02:47:41] "GET /network-policy/b04b8b2c-1307-4ff6-87bb-476ef674a42f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003923 10.0.0.240 - - [2026-06-01 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.240 - - [2026-06-01 02:47:41] "GET /network-policy/b8afe1fc-d9b1-4343-9754-3175c71842e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004245 10.0.0.240 - - [2026-06-01 02:47:41] "POST /neutron/network HTTP/1.1" 200 1424 0.011982 10.0.0.240 - - [2026-06-01 02:47:41] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007882 10.0.0.240 - - [2026-06-01 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007742 10.0.0.240 - - [2026-06-01 02:47:41] "GET /network-policy/b1d33303-8ff6-47a4-82cb-f55316ba9f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004311 10.0.0.240 - - [2026-06-01 02:48:07] "GET /obj-perms HTTP/1.1" 200 5075 0.060958 10.0.0.249 - - [2026-06-01 02:48:07] "GET /obj-perms HTTP/1.1" 200 5075 0.063828 10.0.0.240 - - [2026-06-01 02:48:16] "POST /neutron/port HTTP/1.1" 200 1237 0.049428 10.0.0.240 - - [2026-06-01 02:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004640 10.0.0.240 - - [2026-06-01 02:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.240 - - [2026-06-01 02:48:26] "POST /neutron/port HTTP/1.1" 200 1236 0.049894 10.0.0.240 - - [2026-06-01 02:48:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.240 - - [2026-06-01 02:48:27] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.240 - - [2026-06-01 02:48:29] "POST /neutron/network HTTP/1.1" 200 1424 0.013490 10.0.0.65 - - [2026-06-01 02:48:30] "PUT /access-control-list/68d35ec2-2a54-4032-888d-c9246eb50702 HTTP/1.1" 200 272 0.023885 10.0.0.240 - - [2026-06-01 02:48:30] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010030 10.0.0.240 - - [2026-06-01 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.240 - - [2026-06-01 02:48:30] "GET /network-policy/0fbfe02b-cc48-458b-93aa-eb56fbcb501b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004113 10.0.0.240 - - [2026-06-01 02:48:42] "POST /neutron/network HTTP/1.1" 200 1427 0.011964 10.0.0.65 - - [2026-06-01 02:48:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004307 10.0.0.240 - - [2026-06-01 02:48:42] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.016055 10.0.0.240 - - [2026-06-01 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.65 - - [2026-06-01 02:48:42] "POST /ref-update HTTP/1.1" 200 156 0.018865 10.0.0.240 - - [2026-06-01 02:48:42] "GET /network-policy/ca4725ec-2938-490a-ad53-22ee70578d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005414 10.0.0.240 - - [2026-06-01 02:48:54] "POST /neutron/network HTTP/1.1" 200 1424 0.014088 10.0.0.240 - - [2026-06-01 02:48:54] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008853 10.0.0.240 - - [2026-06-01 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.240 - - [2026-06-01 02:48:54] "GET /network-policy/a90d1203-41ff-4f13-bce7-9a4b339c866e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004732 10.0.0.240 - - [2026-06-01 02:49:04] "POST /neutron/network HTTP/1.1" 200 1424 0.016702 10.0.0.240 - - [2026-06-01 02:49:05] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006802 10.0.0.240 - - [2026-06-01 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.65 - - [2026-06-01 02:49:05] "POST /ref-update HTTP/1.1" 200 156 0.030877 10.0.0.240 - - [2026-06-01 02:49:05] "GET /network-policy/c0ff812f-43be-4939-bd8b-77cbdb8d7efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004886 10.0.0.240 - - [2026-06-01 02:49:17] "POST /neutron/network HTTP/1.1" 200 1425 0.014252 10.0.0.65 - - [2026-06-01 02:49:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.005834 10.0.0.240 - - [2026-06-01 02:49:17] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.013291 10.0.0.240 - - [2026-06-01 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.240 - - [2026-06-01 02:49:17] "GET /network-policy/e0d3c26a-07a8-410e-ac4d-d82836ba1a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003925 10.0.0.240 - - [2026-06-01 02:49:18] "POST /neutron/port HTTP/1.1" 200 1237 0.017987 10.0.0.240 - - [2026-06-01 02:49:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006590 10.0.0.240 - - [2026-06-01 02:49:18] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.240 - - [2026-06-01 02:49:27] "POST /neutron/port HTTP/1.1" 200 1236 0.019145 10.0.0.240 - - [2026-06-01 02:49:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.240 - - [2026-06-01 02:49:27] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.65 - - [2026-06-01 02:49:28] "PUT /access-control-list/68d35ec2-2a54-4032-888d-c9246eb50702 HTTP/1.1" 200 272 0.027136 10.0.0.240 - - [2026-06-01 02:49:28] "POST /neutron/network HTTP/1.1" 200 1425 0.132567 10.0.0.240 - - [2026-06-01 02:49:28] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006553 10.0.0.240 - - [2026-06-01 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.240 - - [2026-06-01 02:49:28] "GET /network-policy/3844a96d-b0f5-4e66-886a-110199154026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003906 10.0.0.65 - - [2026-06-01 02:49:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-06-01 02:49:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.249 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.240 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.65 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.65 - - [2026-06-01 02:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.001034 10.0.0.249 - - [2026-06-01 02:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2026-06-01 02:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2026-06-01 02:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.240 - - [2026-06-01 02:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-06-01 02:49:40] "POST /neutron/network HTTP/1.1" 200 1425 0.012394 10.0.0.240 - - [2026-06-01 02:49:40] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.010740 10.0.0.240 - - [2026-06-01 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.240 - - [2026-06-01 02:49:40] "GET /network-policy/adb8defe-d99f-43d2-b25d-e0fc83235606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004403 10.0.0.240 - - [2026-06-01 02:49:50] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006015 10.0.0.240 - - [2026-06-01 02:49:50] "POST /neutron/network HTTP/1.1" 200 1425 0.012716 10.0.0.65 - - [2026-06-01 02:49:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.007559 10.0.0.240 - - [2026-06-01 02:49:50] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.010710 10.0.0.65 - - [2026-06-01 02:49:50] "POST /ref-update HTTP/1.1" 200 156 0.052127 10.0.0.240 - - [2026-06-01 02:49:50] "GET /virtual-machine/92357490-2943-4e46-8e91-57841b5ec034 HTTP/1.1" 200 1305 0.004169 10.0.0.240 - - [2026-06-01 02:49:51] "POST /neutron/port HTTP/1.1" 200 1236 0.026130 10.0.0.240 - - [2026-06-01 02:49:52] "GET /virtual-machine/92357490-2943-4e46-8e91-57841b5ec034 HTTP/1.1" 404 171 0.004122 10.0.0.240 - - [2026-06-01 02:49:52] "GET /virtual-machine/92357490-2943-4e46-8e91-57841b5ec034 HTTP/1.1" 404 171 0.002933 10.0.0.240 - - [2026-06-01 02:49:52] "GET /virtual-machine/92357490-2943-4e46-8e91-57841b5ec034 HTTP/1.1" 404 171 0.003247 10.0.0.240 - - [2026-06-01 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.240 - - [2026-06-01 02:49:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003478 10.0.0.240 - - [2026-06-01 02:49:52] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004097 10.0.0.240 - - [2026-06-01 02:49:53] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008232 10.0.0.240 - - [2026-06-01 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.240 - - [2026-06-01 02:49:53] "GET /routing-instance/e07177a2-b5c9-40fa-a265-452ef53cfca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005075 10.0.0.240 - - [2026-06-01 02:49:53] "GET /route-target/a9c5e5a1-35c9-4ac5-8429-002b430d8143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004738 10.0.0.240 - - [2026-06-01 02:49:53] "GET /obj-perms HTTP/1.1" 200 5038 0.068017 10.0.0.240 - - [2026-06-01 02:49:56] "GET /obj-perms HTTP/1.1" 200 5038 0.004969 10.0.0.240 - - [2026-06-01 02:49:56] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 200 1304 0.005977 10.0.0.240 - - [2026-06-01 02:49:57] "POST /neutron/port HTTP/1.1" 200 1237 0.017599 10.0.0.240 - - [2026-06-01 02:49:58] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 404 171 0.003083 10.0.0.240 - - [2026-06-01 02:49:58] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 404 171 0.002817 10.0.0.240 - - [2026-06-01 02:49:58] "GET /virtual-machine/139faf43-3123-4b1e-a5af-d89325836305 HTTP/1.1" 404 171 0.003427 10.0.0.240 - - [2026-06-01 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.240 - - [2026-06-01 02:49:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003198 10.0.0.240 - - [2026-06-01 02:49:58] "GET /virtual-networks?parent_id=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004044 10.0.0.240 - - [2026-06-01 02:49:58] "GET /virtual-network/a0c2b7f7-6408-4071-bb50-78d8d3221eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005880 10.0.0.240 - - [2026-06-01 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.240 - - [2026-06-01 02:49:58] "GET /routing-instance/066a4b8b-4e1d-4a8e-bed9-2fa07d1002e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.006115 10.0.0.240 - - [2026-06-01 02:49:58] "GET /route-target/c8e62999-66a9-44e0-affd-57f48aaf4d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004706 10.0.0.240 - - [2026-06-01 02:49:59] "GET /obj-perms HTTP/1.1" 200 5038 0.003714 10.0.0.240 - - [2026-06-01 02:50:05] "GET /obj-perms HTTP/1.1" 200 5038 0.005497 10.0.0.240 - - [2026-06-01 02:50:08] "GET /obj-perms HTTP/1.1" 200 5038 0.004852 10.0.0.65 - - [2026-06-01 02:50:09] "GET /obj-perms HTTP/1.1" 200 5075 0.046369 10.0.0.240 - - [2026-06-01 02:50:14] "GET /obj-perms HTTP/1.1" 200 5038 0.004205 10.0.0.240 - - [2026-06-01 02:50:17] "GET /obj-perms HTTP/1.1" 200 5038 0.003653 10.0.0.240 - - [2026-06-01 02:50:23] "GET /obj-perms HTTP/1.1" 200 5038 0.003493 10.0.0.240 - - [2026-06-01 02:50:26] "GET /obj-perms HTTP/1.1" 200 5038 0.007175 10.0.0.249 - - [2026-06-01 02:50:26] "GET /obj-perms HTTP/1.1" 200 5038 0.003770 10.0.0.240 - - [2026-06-01 02:50:26] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006279 10.0.0.240 - - [2026-06-01 02:50:27] "POST /neutron/network HTTP/1.1" 200 1425 0.015063 10.0.0.240 - - [2026-06-01 02:50:27] "GET /virtual-network/ed1efa50-7be9-4ee8-b883-e40cdcb51b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.006965 10.0.0.240 - - [2026-06-01 02:50:27] "DELETE /network-policy/0fbfe02b-cc48-458b-93aa-eb56fbcb501b HTTP/1.1" 200 115 0.032501 10.0.0.240 - - [2026-06-01 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.65 - - [2026-06-01 02:50:27] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.240 - - [2026-06-01 02:50:27] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034444 10.0.0.240 - - [2026-06-01 02:50:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005891 10.0.0.240 - - [2026-06-01 02:50:27] "DELETE /network-policy/adb8defe-d99f-43d2-b25d-e0fc83235606 HTTP/1.1" 200 115 0.033561 10.0.0.240 - - [2026-06-01 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.067583 10.0.0.65 - - [2026-06-01 02:50:27] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.240 - - [2026-06-01 02:50:27] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037712 10.0.0.240 - - [2026-06-01 02:50:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005523 10.0.0.240 - - [2026-06-01 02:50:27] "DELETE /network-policy/3844a96d-b0f5-4e66-886a-110199154026 HTTP/1.1" 200 115 0.039831 10.0.0.240 - - [2026-06-01 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.65 - - [2026-06-01 02:50:27] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.240 - - [2026-06-01 02:50:27] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036229 10.0.0.240 - - [2026-06-01 02:50:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005497 10.0.0.240 - - [2026-06-01 02:50:27] "DELETE /network-policy/e0d3c26a-07a8-410e-ac4d-d82836ba1a8a HTTP/1.1" 200 115 0.039332 10.0.0.240 - - [2026-06-01 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.65 - - [2026-06-01 02:50:28] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.240 - - [2026-06-01 02:50:28] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041840 10.0.0.240 - - [2026-06-01 02:50:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005326 10.0.0.240 - - [2026-06-01 02:50:28] "DELETE /network-policy/c0ff812f-43be-4939-bd8b-77cbdb8d7efb HTTP/1.1" 200 115 0.043538 10.0.0.240 - - [2026-06-01 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.65 - - [2026-06-01 02:50:28] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.240 - - [2026-06-01 02:50:28] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040790 10.0.0.240 - - [2026-06-01 02:50:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005576 10.0.0.240 - - [2026-06-01 02:50:28] "DELETE /network-policy/b04b8b2c-1307-4ff6-87bb-476ef674a42f HTTP/1.1" 200 115 0.037881 10.0.0.240 - - [2026-06-01 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.65 - - [2026-06-01 02:50:28] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.240 - - [2026-06-01 02:50:28] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041568 10.0.0.240 - - [2026-06-01 02:50:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005853 10.0.0.240 - - [2026-06-01 02:50:28] "DELETE /network-policy/a90d1203-41ff-4f13-bce7-9a4b339c866e HTTP/1.1" 200 115 0.058551 10.0.0.240 - - [2026-06-01 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.65 - - [2026-06-01 02:50:28] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.240 - - [2026-06-01 02:50:28] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041223 10.0.0.240 - - [2026-06-01 02:50:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005771 10.0.0.240 - - [2026-06-01 02:50:28] "DELETE /network-policy/ca4725ec-2938-490a-ad53-22ee70578d00 HTTP/1.1" 200 115 0.045184 10.0.0.240 - - [2026-06-01 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.65 - - [2026-06-01 02:50:28] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.240 - - [2026-06-01 02:50:29] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041826 10.0.0.240 - - [2026-06-01 02:50:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005447 10.0.0.240 - - [2026-06-01 02:50:29] "DELETE /network-policy/b1d33303-8ff6-47a4-82cb-f55316ba9f39 HTTP/1.1" 200 115 0.042723 10.0.0.240 - - [2026-06-01 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.65 - - [2026-06-01 02:50:29] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.240 - - [2026-06-01 02:50:29] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040674 10.0.0.240 - - [2026-06-01 02:50:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006247 10.0.0.240 - - [2026-06-01 02:50:29] "DELETE /network-policy/b8afe1fc-d9b1-4343-9754-3175c71842e5 HTTP/1.1" 200 115 0.047976 10.0.0.240 - - [2026-06-01 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.65 - - [2026-06-01 02:50:29] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.240 - - [2026-06-01 02:50:29] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036956 10.0.0.240 - - [2026-06-01 02:50:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-64305629&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005752 10.0.0.240 - - [2026-06-01 02:50:29] "POST /neutron/network HTTP/1.1" 200 1335 0.011003 10.0.0.65 - - [2026-06-01 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003126 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002411 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001936 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001824 10.0.0.65 - - [2026-06-01 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002299 10.0.0.65 - - [2026-06-01 02:50:30] "DELETE /route-target/c8e62999-66a9-44e0-affd-57f48aaf4d6c HTTP/1.1" 200 115 0.029408 10.0.0.240 - - [2026-06-01 02:50:30] "POST /neutron/network HTTP/1.1" 200 151 0.202625 10.0.0.240 - - [2026-06-01 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.240 - - [2026-06-01 02:50:30] "DELETE /network-ipam/26b5e740-af24-4330-90d0-88e431511a39 HTTP/1.1" 200 115 0.042579 10.0.0.240 - - [2026-06-01 02:50:30] "POST /fqname-to-id HTTP/1.1" 404 260 0.003583 10.0.0.65 - - [2026-06-01 02:50:30] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.65 - - [2026-06-01 02:50:30] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.048529 10.0.0.65 - - [2026-06-01 02:50:30] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000866 10.0.0.65 - - [2026-06-01 02:50:30] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?fields=security_groups HTTP/1.1" 200 1400 0.042315 10.0.0.65 - - [2026-06-01 02:50:30] "DELETE /security-group/f239cb84-ca44-42d4-829f-d3515cd9a571 HTTP/1.1" 200 115 0.058377 10.0.0.65 - - [2026-06-01 02:50:30] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002234 10.0.0.65 - - [2026-06-01 02:50:30] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?fields=application_policy_sets HTTP/1.1" 200 1439 0.092213 10.0.0.240 - - [2026-06-01 02:50:31] "DELETE /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1 HTTP/1.1" 200 115 0.476836 10.0.0.65 - - [2026-06-01 02:50:31] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.240 - - [2026-06-01 02:50:31] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?fields=projects HTTP/1.1" 200 1243 0.009556 10.0.0.65 - - [2026-06-01 02:50:32] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003431 10.0.0.65 - - [2026-06-01 02:50:32] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.65 - - [2026-06-01 02:50:32] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008622 10.0.0.65 - - [2026-06-01 02:50:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.004653 10.0.0.65 - - [2026-06-01 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.007467 10.0.0.65 - - [2026-06-01 02:50:32] "POST /security-groups HTTP/1.1" 200 603 0.074074 10.0.0.65 - - [2026-06-01 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 246 0.004006 10.0.0.65 - - [2026-06-01 02:50:32] "POST /projects HTTP/1.1" 200 609 0.280421 10.0.0.65 - - [2026-06-01 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.323456 10.0.0.65 - - [2026-06-01 02:50:32] "POST /access-control-lists HTTP/1.1" 200 606 0.026955 10.0.0.240 - - [2026-06-01 02:50:32] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.445002 10.0.0.65 - - [2026-06-01 02:50:32] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.240 - - [2026-06-01 02:50:32] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?fields=virtual_networks HTTP/1.1" 200 1057 0.070410 10.0.0.65 - - [2026-06-01 02:50:32] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.240 - - [2026-06-01 02:50:32] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035617 10.0.0.65 - - [2026-06-01 02:50:33] "GET /projects?obj_uuids=f8a69709-1c99-4228-b5d9-e4f09a8db6c1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.240 - - [2026-06-01 02:50:33] "GET /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1?fields=security_groups HTTP/1.1" 200 1295 0.065631 10.0.0.240 - - [2026-06-01 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.027262 10.0.0.65 - - [2026-06-01 02:50:34] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004148 10.0.0.65 - - [2026-06-01 02:50:34] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.65 - - [2026-06-01 02:50:34] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007533 10.0.0.65 - - [2026-06-01 02:50:34] "POST /id-to-fqname HTTP/1.1" 200 184 0.001335 10.0.0.65 - - [2026-06-01 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.006038 10.0.0.65 - - [2026-06-01 02:50:34] "POST /security-groups HTTP/1.1" 200 585 0.086902 10.0.0.65 - - [2026-06-01 02:50:34] "POST /projects HTTP/1.1" 200 573 0.308978 10.0.0.65 - - [2026-06-01 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.009202 10.0.0.65 - - [2026-06-01 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.381145 10.0.0.240 - - [2026-06-01 02:50:34] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.538388 10.0.0.240 - - [2026-06-01 02:50:35] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.240 - - [2026-06-01 02:50:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2026-06-01 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.067192 10.0.0.65 - - [2026-06-01 02:50:36] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000885 10.0.0.240 - - [2026-06-01 02:50:36] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.041348 10.0.0.65 - - [2026-06-01 02:50:37] "POST /ref-update HTTP/1.1" 200 156 0.026833 10.0.0.65 - - [2026-06-01 02:50:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011478 10.0.0.240 - - [2026-06-01 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.286951 10.0.0.240 - - [2026-06-01 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001290 10.0.0.240 - - [2026-06-01 02:50:37] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007098 10.0.0.240 - - [2026-06-01 02:50:37] "POST /neutron/network HTTP/1.1" 200 990 0.009066 10.0.0.240 - - [2026-06-01 02:50:37] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005391 10.0.0.240 - - [2026-06-01 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.012282 10.0.0.240 - - [2026-06-01 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.65 - - [2026-06-01 02:50:37] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000922 10.0.0.240 - - [2026-06-01 02:50:37] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.040244 10.0.0.65 - - [2026-06-01 02:50:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009149 10.0.0.240 - - [2026-06-01 02:50:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.192261 10.0.0.65 - - [2026-06-01 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.008750 10.0.0.240 - - [2026-06-01 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001644 10.0.0.240 - - [2026-06-01 02:50:38] "GET /virtual-network/831f1156-a8b6-4aa6-abcc-27cdd0fbc239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007899 10.0.0.240 - - [2026-06-01 02:50:38] "POST /neutron/network HTTP/1.1" 200 992 0.010800 10.0.0.240 - - [2026-06-01 02:50:38] "GET /virtual-network/831f1156-a8b6-4aa6-abcc-27cdd0fbc239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005256 10.0.0.240 - - [2026-06-01 02:50:38] "POST /neutron/subnet HTTP/1.1" 200 823 0.010778 10.0.0.240 - - [2026-06-01 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001021 10.0.0.65 - - [2026-06-01 02:50:39] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000943 10.0.0.240 - - [2026-06-01 02:50:39] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.075689 10.0.0.240 - - [2026-06-01 02:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.006593 10.0.0.240 - - [2026-06-01 02:50:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001325 10.0.0.240 - - [2026-06-01 02:50:40] "POST /neutron/network HTTP/1.1" 200 1000 0.007297 10.0.0.240 - - [2026-06-01 02:50:40] "POST /neutron/port HTTP/1.1" 200 1159 0.021404 10.0.0.65 - - [2026-06-01 02:50:40] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001027 10.0.0.240 - - [2026-06-01 02:50:41] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.091143 10.0.0.240 - - [2026-06-01 02:50:41] "POST /neutron/port HTTP/1.1" 200 1223 0.038545 10.0.0.240 - - [2026-06-01 02:50:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004505 10.0.0.240 - - [2026-06-01 02:50:41] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.240 - - [2026-06-01 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009457 10.0.0.240 - - [2026-06-01 02:50:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.001206 10.0.0.240 - - [2026-06-01 02:50:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008524 10.0.0.65 - - [2026-06-01 02:50:41] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001136 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/port HTTP/1.1" 200 1159 0.384719 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/port HTTP/1.1" 200 1213 0.109148 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.65 - - [2026-06-01 02:50:42] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001109 10.0.0.240 - - [2026-06-01 02:50:42] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.082240 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/port HTTP/1.1" 200 2292 0.034266 10.0.0.240 - - [2026-06-01 02:50:42] "POST /neutron/port HTTP/1.1" 200 1223 0.024918 10.0.0.240 - - [2026-06-01 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007306 10.0.0.240 - - [2026-06-01 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011721 10.0.0.240 - - [2026-06-01 02:50:43] "GET /virtual-machine/6c8d01e3-e895-48fd-bd16-f26a0b1c6816 HTTP/1.1" 401 293 0.000522 10.0.0.240 - - [2026-06-01 02:50:43] "POST /neutron/port HTTP/1.1" 200 1161 0.025224 10.0.0.240 - - [2026-06-01 02:50:43] "GET /virtual-machine/6c8d01e3-e895-48fd-bd16-f26a0b1c6816 HTTP/1.1" 200 1286 0.043074 10.0.0.240 - - [2026-06-01 02:50:43] "GET /virtual-machine-interface/47ec5de6-b522-43f7-88a9-9bb850c1f26c HTTP/1.1" 200 3104 0.006232 10.0.0.240 - - [2026-06-01 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.240 - - [2026-06-01 02:50:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004105 10.0.0.240 - - [2026-06-01 02:50:43] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004524 10.0.0.240 - - [2026-06-01 02:50:43] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007448 10.0.0.240 - - [2026-06-01 02:50:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003697 10.0.0.240 - - [2026-06-01 02:50:44] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.65 - - [2026-06-01 02:50:45] "DELETE /access-control-list/26c8e5ab-1bf4-43cb-9057-68f6f8e1425c HTTP/1.1" 200 115 0.039045 10.0.0.65 - - [2026-06-01 02:50:46] "DELETE /project/048f92ec93034e3480084b9510bbded7 HTTP/1.1" 404 173 0.004323 10.0.0.65 - - [2026-06-01 02:50:46] "DELETE /project/f8a69709-1c99-4228-b5d9-e4f09a8db6c1 HTTP/1.1" 404 177 0.004464 10.0.0.65 - - [2026-06-01 02:50:46] "DELETE /project/f8a697091c994228b5d9e4f09a8db6c1 HTTP/1.1" 404 173 0.007737 10.0.0.240 - - [2026-06-01 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.240 - - [2026-06-01 02:50:47] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005401 10.0.0.240 - - [2026-06-01 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.240 - - [2026-06-01 02:50:51] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005881 10.0.0.240 - - [2026-06-01 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.240 - - [2026-06-01 02:50:55] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005829 10.0.0.240 - - [2026-06-01 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.240 - - [2026-06-01 02:50:59] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.008025 10.0.0.240 - - [2026-06-01 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.240 - - [2026-06-01 02:51:03] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007426 10.0.0.240 - - [2026-06-01 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.240 - - [2026-06-01 02:51:07] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.007334 10.0.0.240 - - [2026-06-01 02:51:09] "GET /obj-perms HTTP/1.1" 200 5075 0.058731 10.0.0.240 - - [2026-06-01 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.240 - - [2026-06-01 02:51:11] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005969 10.0.0.240 - - [2026-06-01 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.240 - - [2026-06-01 02:51:15] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006386 10.0.0.240 - - [2026-06-01 02:51:18] "POST /neutron/port HTTP/1.1" 200 1223 0.019561 10.0.0.240 - - [2026-06-01 02:51:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005702 10.0.0.240 - - [2026-06-01 02:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.240 - - [2026-06-01 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.240 - - [2026-06-01 02:51:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005684 10.0.0.240 - - [2026-06-01 02:51:19] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003269 10.0.0.240 - - [2026-06-01 02:51:19] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006813 10.0.0.240 - - [2026-06-01 02:51:19] "POST /neutron/port HTTP/1.1" 200 1223 0.019156 10.0.0.240 - - [2026-06-01 02:51:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007848 10.0.0.240 - - [2026-06-01 02:51:29] "POST /neutron/network HTTP/1.1" 200 1000 0.007594 10.0.0.240 - - [2026-06-01 02:51:29] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015763 10.0.0.240 - - [2026-06-01 02:51:29] "POST /neutron/network HTTP/1.1" 200 990 0.009491 10.0.0.240 - - [2026-06-01 02:51:30] "POST /neutron/port HTTP/1.1" 200 1223 0.021441 10.0.0.240 - - [2026-06-01 02:51:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008250 10.0.0.240 - - [2026-06-01 02:51:39] "POST /neutron/port HTTP/1.1" 200 1225 0.034986 10.0.0.240 - - [2026-06-01 02:51:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007041 10.0.0.240 - - [2026-06-01 02:51:40] "POST /neutron/port HTTP/1.1" 200 1223 0.018324 10.0.0.240 - - [2026-06-01 02:51:40] "GET /virtual-machine/39201b51-92b6-4b4d-9ec6-dff169ae7028 HTTP/1.1" 200 1286 0.007110 10.0.0.240 - - [2026-06-01 02:51:40] "GET /virtual-machine-interface/29deb135-df52-46df-9017-6d51087886dd HTTP/1.1" 200 3105 0.005673 10.0.0.240 - - [2026-06-01 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.240 - - [2026-06-01 02:51:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004361 10.0.0.240 - - [2026-06-01 02:51:41] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003396 10.0.0.240 - - [2026-06-01 02:51:41] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.005625 10.0.0.240 - - [2026-06-01 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.240 - - [2026-06-01 02:51:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003666 10.0.0.240 - - [2026-06-01 02:51:42] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003884 10.0.0.240 - - [2026-06-01 02:51:42] "GET /virtual-network/b1b8d8b7-b2e7-451c-bf2b-e0ac27520b30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006200 10.0.0.240 - - [2026-06-01 02:51:42] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012753 10.0.0.240 - - [2026-06-01 02:51:52] "POST /neutron/port HTTP/1.1" 200 1225 0.026294 10.0.0.240 - - [2026-06-01 02:51:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007548 10.0.0.240 - - [2026-06-01 02:51:52] "GET /virtual-machine/1f8834f1-5cdd-4412-b511-e29575b8b8a2 HTTP/1.1" 200 1286 0.006408 10.0.0.240 - - [2026-06-01 02:51:53] "GET /virtual-machine-interface/71cb3ead-7937-43ec-9763-0d31137186ea HTTP/1.1" 200 3105 0.007162 10.0.0.240 - - [2026-06-01 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.240 - - [2026-06-01 02:51:53] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.240 - - [2026-06-01 02:51:53] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004845 10.0.0.240 - - [2026-06-01 02:51:53] "GET /virtual-network/831f1156-a8b6-4aa6-abcc-27cdd0fbc239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007605 10.0.0.240 - - [2026-06-01 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.240 - - [2026-06-01 02:51:54] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004716 10.0.0.240 - - [2026-06-01 02:51:54] "GET /virtual-networks?parent_id=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003842 10.0.0.240 - - [2026-06-01 02:51:54] "GET /virtual-network/831f1156-a8b6-4aa6-abcc-27cdd0fbc239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005761 10.0.0.240 - - [2026-06-01 02:51:55] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003345 10.0.0.240 - - [2026-06-01 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.240 - - [2026-06-01 02:51:55] "GET /global-qos-config/bd9093dc-6725-46ee-82f1-a40bcf27f8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.003714 10.0.0.240 - - [2026-06-01 02:51:55] "POST /fqname-to-id HTTP/1.1" 404 222 0.003756 10.0.0.240 - - [2026-06-01 02:51:55] "POST /forwarding-classs HTTP/1.1" 200 576 0.031983 10.0.0.240 - - [2026-06-01 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 232 0.003006 10.0.0.240 - - [2026-06-01 02:51:55] "GET /forwarding-class/49bdc148-083d-4a68-b722-8652da20dba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005338 10.0.0.65 - - [2026-06-01 02:51:56] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.043684 10.0.0.240 - - [2026-06-01 02:51:56] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.087380 10.0.0.240 - - [2026-06-01 02:51:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.009454 10.0.0.240 - - [2026-06-01 02:51:56] "POST /qos-configs HTTP/1.1" 200 543 0.036626 10.0.0.240 - - [2026-06-01 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 217 0.003114 10.0.0.240 - - [2026-06-01 02:51:56] "GET /qos-config/8622b6a9-827a-424a-be08-71c9ab0bbda2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004817 10.0.0.240 - - [2026-06-01 02:51:56] "GET /virtual-machine-interface/47ec5de6-b522-43f7-88a9-9bb850c1f26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.005614 10.0.0.240 - - [2026-06-01 02:51:56] "POST /ref-update HTTP/1.1" 200 156 0.014688 10.0.0.240 - - [2026-06-01 02:51:56] "POST /neutron/port HTTP/1.1" 200 1223 0.023231 10.0.0.240 - - [2026-06-01 02:51:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007473 10.0.0.240 - - [2026-06-01 02:51:56] "POST /neutron/port HTTP/1.1" 200 1223 0.025133 10.0.0.240 - - [2026-06-01 02:51:56] "POST /neutron/network HTTP/1.1" 200 990 0.011941 10.0.0.240 - - [2026-06-01 02:51:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001577 10.0.0.240 - - [2026-06-01 02:51:56] "GET /virtual-machine/6c8d01e3-e895-48fd-bd16-f26a0b1c6816 HTTP/1.1" 200 1286 0.004530 10.0.0.240 - - [2026-06-01 02:51:56] "GET /virtual-machine-interface/47ec5de6-b522-43f7-88a9-9bb850c1f26c HTTP/1.1" 200 3351 0.009077 10.0.0.240 - - [2026-06-01 02:51:56] "GET /instance-ip/44021bd5-1947-45f4-8601-2708b59787d4 HTTP/1.1" 200 1606 0.007558 10.0.0.240 - - [2026-06-01 02:51:56] "GET /instance-ip/6d155e22-c681-4d85-b757-a0ffef48f930 HTTP/1.1" 200 1627 0.007674 10.0.0.240 - - [2026-06-01 02:51:57] "POST /neutron/port HTTP/1.1" 200 1223 0.018705 10.0.0.240 - - [2026-06-01 02:51:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007123 10.0.0.240 - - [2026-06-01 02:51:57] "POST /neutron/network HTTP/1.1" 200 964 0.019865 10.0.0.240 - - [2026-06-01 02:51:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001203 10.0.0.240 - - [2026-06-01 02:51:57] "GET /virtual-machine/39201b51-92b6-4b4d-9ec6-dff169ae7028 HTTP/1.1" 200 1286 0.003915 10.0.0.240 - - [2026-06-01 02:51:57] "GET /virtual-machine-interface/29deb135-df52-46df-9017-6d51087886dd HTTP/1.1" 200 3105 0.006960 10.0.0.240 - - [2026-06-01 02:51:57] "GET /instance-ip/40d0327f-ff42-4acc-a8e8-b28491ac7a20 HTTP/1.1" 200 1607 0.007687 10.0.0.240 - - [2026-06-01 02:51:57] "GET /instance-ip/793a5d7c-b656-42f5-9b65-6a931fec1a7c HTTP/1.1" 200 1627 0.007527 10.0.0.240 - - [2026-06-01 02:52:20] "POST /neutron/port HTTP/1.1" 200 1225 0.020351 10.0.0.240 - - [2026-06-01 02:52:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.240 - - [2026-06-01 02:52:20] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.240 - - [2026-06-01 02:52:21] "GET /virtual-machine-interface/47ec5de6-b522-43f7-88a9-9bb850c1f26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.007461 10.0.0.240 - - [2026-06-01 02:52:21] "POST /ref-update HTTP/1.1" 200 156 0.018286 10.0.0.240 - - [2026-06-01 02:52:22] "DELETE /qos-config/8622b6a9-827a-424a-be08-71c9ab0bbda2 HTTP/1.1" 200 115 0.050608 10.0.0.240 - - [2026-06-01 02:52:22] "POST /id-to-fqname HTTP/1.1" 200 232 0.001126 10.0.0.240 - - [2026-06-01 02:52:22] "DELETE /forwarding-class/49bdc148-083d-4a68-b722-8652da20dba0 HTTP/1.1" 200 115 0.030874 10.0.0.240 - - [2026-06-01 02:52:23] "POST /neutron/network HTTP/1.1" 400 204 0.022208 10.0.0.240 - - [2026-06-01 02:52:24] "POST /neutron/port HTTP/1.1" 200 1215 0.022695 10.0.0.240 - - [2026-06-01 02:52:24] "POST /neutron/port HTTP/1.1" 200 1223 0.054094 10.0.0.240 - - [2026-06-01 02:52:24] "POST /neutron/port HTTP/1.1" 200 151 0.340608 10.0.0.65 - - [2026-06-01 02:52:25] "DELETE /route-target/975b85cd-c2a4-490e-b988-42c4fbe4ada2 HTTP/1.1" 200 115 0.024379 10.0.0.240 - - [2026-06-01 02:52:25] "POST /neutron/network HTTP/1.1" 200 990 0.009880 10.0.0.65 - - [2026-06-01 02:52:26] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001058 10.0.0.240 - - [2026-06-01 02:52:26] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.081537 10.0.0.65 - - [2026-06-01 02:52:26] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001400 10.0.0.240 - - [2026-06-01 02:52:26] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?fields=virtual_networks HTTP/1.1" 200 1018 0.039484 10.0.0.65 - - [2026-06-01 02:52:26] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001030 10.0.0.240 - - [2026-06-01 02:52:26] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.047862 10.0.0.65 - - [2026-06-01 02:52:26] "GET /projects?obj_uuids=048f92ec-9303-4e34-8008-4b9510bbded7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001186 10.0.0.240 - - [2026-06-01 02:52:26] "GET /project/048f92ec-9303-4e34-8008-4b9510bbded7?fields=security_groups HTTP/1.1" 200 1238 0.049161 10.0.0.240 - - [2026-06-01 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.027130 10.0.0.65 - - [2026-06-01 02:52:27] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003192 10.0.0.65 - - [2026-06-01 02:52:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002102 10.0.0.65 - - [2026-06-01 02:52:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.044715 10.0.0.65 - - [2026-06-01 02:52:27] "POST /id-to-fqname HTTP/1.1" 200 183 0.004863 10.0.0.65 - - [2026-06-01 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.009537 10.0.0.65 - - [2026-06-01 02:52:27] "POST /security-groups HTTP/1.1" 200 584 0.077825 10.0.0.65 - - [2026-06-01 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.006070 10.0.0.65 - - [2026-06-01 02:52:27] "POST /projects HTTP/1.1" 200 571 0.308300 10.0.0.65 - - [2026-06-01 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.389789 10.0.0.65 - - [2026-06-01 02:52:27] "POST /access-control-lists HTTP/1.1" 200 587 0.039038 10.0.0.240 - - [2026-06-01 02:52:28] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.562869 10.0.0.240 - - [2026-06-01 02:52:29] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.240 - - [2026-06-01 02:52:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.240 - - [2026-06-01 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.055234 10.0.0.65 - - [2026-06-01 02:52:31] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000907 10.0.0.240 - - [2026-06-01 02:52:31] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.040921 10.0.0.65 - - [2026-06-01 02:52:31] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000933 10.0.0.240 - - [2026-06-01 02:52:31] "POST /neutron/network HTTP/1.1" 200 612 0.179922 10.0.0.240 - - [2026-06-01 02:52:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.003243 10.0.0.240 - - [2026-06-01 02:52:31] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004987 10.0.0.240 - - [2026-06-01 02:52:31] "POST /neutron/network HTTP/1.1" 200 833 0.007034 10.0.0.240 - - [2026-06-01 02:52:31] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004953 10.0.0.240 - - [2026-06-01 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.240 - - [2026-06-01 02:52:31] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005232 10.0.0.240 - - [2026-06-01 02:52:31] "PUT /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8 HTTP/1.1" 200 264 0.050232 10.0.0.65 - - [2026-06-01 02:52:31] "POST /route-targets HTTP/1.1" 200 323 0.014184 10.0.0.240 - - [2026-06-01 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.65 - - [2026-06-01 02:52:32] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001021 10.0.0.240 - - [2026-06-01 02:52:32] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045013 10.0.0.240 - - [2026-06-01 02:52:32] "POST /neutron/network HTTP/1.1" 200 117 0.014956 10.0.0.65 - - [2026-06-01 02:52:32] "POST /ref-update HTTP/1.1" 200 156 0.019740 10.0.0.240 - - [2026-06-01 02:52:32] "POST /neutron/network HTTP/1.1" 200 828 0.008534 10.0.0.240 - - [2026-06-01 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001064 10.0.0.240 - - [2026-06-01 02:52:32] "GET /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006383 10.0.0.240 - - [2026-06-01 02:52:32] "GET /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.012156 10.0.0.240 - - [2026-06-01 02:52:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.008765 10.0.0.240 - - [2026-06-01 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.240 - - [2026-06-01 02:52:32] "GET /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.013625 10.0.0.240 - - [2026-06-01 02:52:32] "PUT /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0 HTTP/1.1" 200 264 0.064517 10.0.0.240 - - [2026-06-01 02:52:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.65 - - [2026-06-01 02:52:32] "DELETE /access-control-list/add9c870-6350-4546-bac7-fb6d6154c25b HTTP/1.1" 200 115 0.048683 10.0.0.65 - - [2026-06-01 02:52:33] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000915 10.0.0.240 - - [2026-06-01 02:52:33] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.084531 10.0.0.240 - - [2026-06-01 02:52:34] "POST /neutron/port HTTP/1.1" 200 117 0.006064 10.0.0.240 - - [2026-06-01 02:52:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001188 10.0.0.240 - - [2026-06-01 02:52:34] "POST /neutron/network HTTP/1.1" 200 838 0.008591 10.0.0.240 - - [2026-06-01 02:52:34] "POST /neutron/port HTTP/1.1" 200 1055 0.019537 10.0.0.65 - - [2026-06-01 02:52:35] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000965 10.0.0.240 - - [2026-06-01 02:52:35] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.098706 10.0.0.240 - - [2026-06-01 02:52:35] "POST /neutron/network HTTP/1.1" 200 828 0.050738 10.0.0.240 - - [2026-06-01 02:52:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.009829 10.0.0.240 - - [2026-06-01 02:52:35] "POST /neutron/network HTTP/1.1" 200 833 0.007607 10.0.0.240 - - [2026-06-01 02:52:35] "POST /neutron/port HTTP/1.1" 200 1119 0.023354 10.0.0.65 - - [2026-06-01 02:52:35] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001837 10.0.0.240 - - [2026-06-01 02:52:36] "POST /neutron/port HTTP/1.1" 200 1050 0.351084 10.0.0.240 - - [2026-06-01 02:52:36] "POST /neutron/port HTTP/1.1" 200 1104 0.116033 10.0.0.240 - - [2026-06-01 02:52:36] "POST /neutron/subnet HTTP/1.1" 200 684 0.009224 10.0.0.240 - - [2026-06-01 02:52:40] "POST /neutron/port HTTP/1.1" 200 1119 0.025341 10.0.0.240 - - [2026-06-01 02:52:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010469 10.0.0.240 - - [2026-06-01 02:52:40] "GET /virtual-machine/c9bcbe91-318d-459f-802a-a15848c57485 HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-06-01 02:52:41] "GET /virtual-machine/c9bcbe91-318d-459f-802a-a15848c57485 HTTP/1.1" 200 1285 0.028920 10.0.0.240 - - [2026-06-01 02:52:41] "GET /virtual-machine-interface/054b0066-c352-46ee-98bd-533964008c52 HTTP/1.1" 200 2926 0.006037 10.0.0.240 - - [2026-06-01 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.240 - - [2026-06-01 02:52:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.240 - - [2026-06-01 02:52:41] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004364 10.0.0.240 - - [2026-06-01 02:52:41] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006881 10.0.0.240 - - [2026-06-01 02:52:43] "POST /neutron/port HTTP/1.1" 200 1119 0.045445 10.0.0.240 - - [2026-06-01 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.240 - - [2026-06-01 02:52:44] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007644 10.0.0.240 - - [2026-06-01 02:52:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006789 10.0.0.65 - - [2026-06-01 02:52:46] "DELETE /project/28b94c7205f34cd99f34b94f6f72930b HTTP/1.1" 404 173 0.005544 10.0.0.65 - - [2026-06-01 02:52:46] "DELETE /project/048f92ec-9303-4e34-8008-4b9510bbded7 HTTP/1.1" 404 177 0.004905 10.0.0.240 - - [2026-06-01 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.240 - - [2026-06-01 02:52:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.240 - - [2026-06-01 02:52:46] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003205 10.0.0.240 - - [2026-06-01 02:52:46] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007913 10.0.0.240 - - [2026-06-01 02:52:46] "POST /neutron/port HTTP/1.1" 200 1114 0.017286 10.0.0.240 - - [2026-06-01 02:52:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006972 10.0.0.240 - - [2026-06-01 02:52:46] "GET /virtual-machine/731bf74b-b703-4b1c-960c-eff3ae83f42a HTTP/1.1" 200 1285 0.005994 10.0.0.240 - - [2026-06-01 02:52:46] "GET /virtual-machine-interface/6d8b9135-e1cf-4483-8d84-c98df9b4e230 HTTP/1.1" 200 2927 0.006011 10.0.0.240 - - [2026-06-01 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-06-01 02:52:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.240 - - [2026-06-01 02:52:47] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003460 10.0.0.240 - - [2026-06-01 02:52:47] "GET /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006125 10.0.0.240 - - [2026-06-01 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.240 - - [2026-06-01 02:52:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004726 10.0.0.240 - - [2026-06-01 02:52:48] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003099 10.0.0.240 - - [2026-06-01 02:52:48] "GET /virtual-network/b549fddc-8e19-4a87-a5f8-2a6882ff8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006051 10.0.0.240 - - [2026-06-01 02:52:48] "POST /routing-policys HTTP/1.1" 200 534 0.036736 10.0.0.240 - - [2026-06-01 02:52:48] "GET /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.018647 10.0.0.240 - - [2026-06-01 02:52:48] "PUT /virtual-network/b95f4aea-5a71-4d67-9968-5d06775905b8 HTTP/1.1" 200 264 0.067734 10.0.0.240 - - [2026-06-01 02:52:52] "POST /ref-update HTTP/1.1" 200 156 0.049557 10.0.0.240 - - [2026-06-01 02:52:52] "DELETE /routing-policy/f9e81f25-f360-4f04-8c39-f4e0ad9e1ff4 HTTP/1.1" 200 115 0.057946 10.0.0.240 - - [2026-06-01 02:52:53] "POST /neutron/port HTTP/1.1" 200 1114 0.020610 10.0.0.240 - - [2026-06-01 02:52:53] "POST /neutron/port HTTP/1.1" 200 1119 0.021380 10.0.0.240 - - [2026-06-01 02:52:54] "POST /neutron/network HTTP/1.1" 200 828 0.007517 10.0.0.65 - - [2026-06-01 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.65 - - [2026-06-01 02:52:54] "DELETE /route-target/2fef1cb5-cb5b-4f7b-ae2b-bcc692a3fa44 HTTP/1.1" 409 239 0.007450 10.0.0.65 - - [2026-06-01 02:52:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003416 10.0.0.65 - - [2026-06-01 02:52:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003564 10.0.0.240 - - [2026-06-01 02:52:54] "POST /neutron/network HTTP/1.1" 200 151 0.147082 10.0.0.65 - - [2026-06-01 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.240 - - [2026-06-01 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.65 - - [2026-06-01 02:52:57] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001619 10.0.0.240 - - [2026-06-01 02:52:57] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.064985 10.0.0.65 - - [2026-06-01 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.028157 10.0.0.65 - - [2026-06-01 02:52:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009518 10.0.0.240 - - [2026-06-01 02:52:58] "POST /neutron/subnet HTTP/1.1" 200 710 0.205645 10.0.0.240 - - [2026-06-01 02:52:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001268 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005245 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006160 10.0.0.240 - - [2026-06-01 02:52:58] "POST /neutron/network HTTP/1.1" 200 828 0.006278 10.0.0.240 - - [2026-06-01 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004960 10.0.0.240 - - [2026-06-01 02:52:58] "PUT /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260 HTTP/1.1" 200 264 0.077813 10.0.0.240 - - [2026-06-01 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.65 - - [2026-06-01 02:52:58] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.240 - - [2026-06-01 02:52:58] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.041979 10.0.0.65 - - [2026-06-01 02:52:58] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.240 - - [2026-06-01 02:52:58] "POST /neutron/network HTTP/1.1" 200 612 0.130131 10.0.0.65 - - [2026-06-01 02:52:58] "POST /route-targets HTTP/1.1" 200 327 0.016818 10.0.0.240 - - [2026-06-01 02:52:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.004051 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007458 10.0.0.240 - - [2026-06-01 02:52:58] "POST /neutron/network HTTP/1.1" 200 832 0.008058 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005885 10.0.0.240 - - [2026-06-01 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.240 - - [2026-06-01 02:52:58] "GET /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005380 10.0.0.240 - - [2026-06-01 02:52:59] "PUT /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14 HTTP/1.1" 200 264 0.053520 10.0.0.240 - - [2026-06-01 02:52:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001296 10.0.0.240 - - [2026-06-01 02:52:59] "POST /neutron/network HTTP/1.1" 200 838 0.008266 10.0.0.65 - - [2026-06-01 02:52:59] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001236 10.0.0.240 - - [2026-06-01 02:52:59] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.076637 10.0.0.240 - - [2026-06-01 02:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.006562 10.0.0.240 - - [2026-06-01 02:53:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001426 10.0.0.240 - - [2026-06-01 02:53:00] "POST /neutron/network HTTP/1.1" 200 838 0.011676 10.0.0.240 - - [2026-06-01 02:53:01] "POST /neutron/port HTTP/1.1" 200 1050 0.022257 10.0.0.65 - - [2026-06-01 02:53:01] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001408 10.0.0.240 - - [2026-06-01 02:53:01] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.105691 10.0.0.240 - - [2026-06-01 02:53:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006636 10.0.0.240 - - [2026-06-01 02:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.240 - - [2026-06-01 02:53:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009219 10.0.0.240 - - [2026-06-01 02:53:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009706 10.0.0.240 - - [2026-06-01 02:53:02] "POST /neutron/port HTTP/1.1" 200 1054 0.019033 10.0.0.240 - - [2026-06-01 02:53:02] "POST /neutron/port HTTP/1.1" 200 1118 0.020688 10.0.0.240 - - [2026-06-01 02:53:02] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.240 - - [2026-06-01 02:53:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006944 10.0.0.240 - - [2026-06-01 02:53:06] "POST /neutron/port HTTP/1.1" 200 1114 0.020248 10.0.0.240 - - [2026-06-01 02:53:06] "GET /virtual-machine/b9b66470-eded-43e7-9b53-30823715785c HTTP/1.1" 200 1286 0.006860 10.0.0.240 - - [2026-06-01 02:53:06] "GET /virtual-machine-interface/cf3252bb-89c2-4644-8ff0-0cbd8462daae HTTP/1.1" 200 2928 0.009451 10.0.0.240 - - [2026-06-01 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.240 - - [2026-06-01 02:53:06] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006370 10.0.0.240 - - [2026-06-01 02:53:07] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004581 10.0.0.240 - - [2026-06-01 02:53:07] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006087 10.0.0.240 - - [2026-06-01 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.240 - - [2026-06-01 02:53:10] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005342 10.0.0.240 - - [2026-06-01 02:53:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007658 10.0.0.65 - - [2026-06-01 02:53:11] "GET /obj-perms HTTP/1.1" 200 5075 0.051881 10.0.0.240 - - [2026-06-01 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.240 - - [2026-06-01 02:53:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004379 10.0.0.240 - - [2026-06-01 02:53:12] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003240 10.0.0.240 - - [2026-06-01 02:53:12] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006220 10.0.0.240 - - [2026-06-01 02:53:12] "POST /neutron/port HTTP/1.1" 200 1114 0.026757 10.0.0.240 - - [2026-06-01 02:53:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010392 10.0.0.240 - - [2026-06-01 02:53:17] "POST /neutron/port HTTP/1.1" 200 1118 0.018857 10.0.0.240 - - [2026-06-01 02:53:17] "GET /virtual-machine/97f2e1b4-74db-4dbd-96c5-030efc04bf06 HTTP/1.1" 200 1286 0.007342 10.0.0.240 - - [2026-06-01 02:53:17] "GET /virtual-machine-interface/f00bef25-c725-401c-bb1c-b5ed1cada81b HTTP/1.1" 200 2928 0.007008 10.0.0.240 - - [2026-06-01 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.240 - - [2026-06-01 02:53:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.240 - - [2026-06-01 02:53:17] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004867 10.0.0.240 - - [2026-06-01 02:53:17] "GET /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007362 10.0.0.240 - - [2026-06-01 02:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.240 - - [2026-06-01 02:53:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003990 10.0.0.240 - - [2026-06-01 02:53:19] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003084 10.0.0.240 - - [2026-06-01 02:53:19] "GET /virtual-network/2e6d0801-2a2c-4413-a693-f85d1bae3a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005713 10.0.0.240 - - [2026-06-01 02:53:19] "POST /routing-policys HTTP/1.1" 200 534 0.034310 10.0.0.240 - - [2026-06-01 02:53:19] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.015853 10.0.0.65 - - [2026-06-01 02:53:19] "POST /ref-update HTTP/1.1" 200 156 0.030276 10.0.0.240 - - [2026-06-01 02:53:19] "PUT /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260 HTTP/1.1" 200 264 0.082700 10.0.0.240 - - [2026-06-01 02:53:21] "POST /neutron/port HTTP/1.1" 200 1114 0.043041 10.0.0.240 - - [2026-06-01 02:53:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.008908 10.0.0.240 - - [2026-06-01 02:53:23] "POST /routing-policys HTTP/1.1" 200 534 0.027407 10.0.0.240 - - [2026-06-01 02:53:23] "GET /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.006650 10.0.0.240 - - [2026-06-01 02:53:23] "PUT /virtual-network/205c64b1-8066-46d6-aaf2-0a3f062d1260 HTTP/1.1" 200 264 0.075044 10.0.0.240 - - [2026-06-01 02:53:23] "POST /ref-update HTTP/1.1" 200 156 0.056589 10.0.0.65 - - [2026-06-01 02:53:23] "POST /ref-update HTTP/1.1" 200 156 0.034495 10.0.0.240 - - [2026-06-01 02:53:23] "DELETE /routing-policy/de08f43f-9388-4bef-bdda-e77146b8b3ec HTTP/1.1" 200 115 0.057166 10.0.0.240 - - [2026-06-01 02:53:23] "POST /ref-update HTTP/1.1" 200 156 0.057369 10.0.0.240 - - [2026-06-01 02:53:23] "DELETE /routing-policy/13a4b431-3bc6-48c5-882c-4dd4f679e635 HTTP/1.1" 200 115 0.037781 10.0.0.240 - - [2026-06-01 02:53:23] "POST /neutron/network HTTP/1.1" 200 832 0.008024 10.0.0.240 - - [2026-06-01 02:53:24] "POST /neutron/port HTTP/1.1" 200 1108 0.014402 10.0.0.240 - - [2026-06-01 02:53:24] "POST /neutron/port HTTP/1.1" 200 1104 0.016393 10.0.0.65 - - [2026-06-01 02:53:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004018 10.0.0.65 - - [2026-06-01 02:53:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004862 10.0.0.240 - - [2026-06-01 02:53:26] "POST /neutron/network HTTP/1.1" 200 151 0.135435 10.0.0.65 - - [2026-06-01 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.65 - - [2026-06-01 02:53:26] "DELETE /route-target/e2728a85-b341-4e80-9486-c5c68638d146 HTTP/1.1" 200 115 0.027784 10.0.0.240 - - [2026-06-01 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.65 - - [2026-06-01 02:53:28] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000955 10.0.0.240 - - [2026-06-01 02:53:28] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.036288 10.0.0.240 - - [2026-06-01 02:53:28] "POST /neutron/network HTTP/1.1" 200 117 0.011631 10.0.0.240 - - [2026-06-01 02:53:29] "POST /neutron/network HTTP/1.1" 200 830 0.008969 10.0.0.240 - - [2026-06-01 02:53:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001319 10.0.0.240 - - [2026-06-01 02:53:29] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005949 10.0.0.240 - - [2026-06-01 02:53:29] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006363 10.0.0.240 - - [2026-06-01 02:53:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.009806 10.0.0.240 - - [2026-06-01 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.240 - - [2026-06-01 02:53:29] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006016 10.0.0.240 - - [2026-06-01 02:53:29] "PUT /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0 HTTP/1.1" 200 264 0.067966 10.0.0.240 - - [2026-06-01 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.65 - - [2026-06-01 02:53:29] "POST /route-targets HTTP/1.1" 200 327 0.022776 10.0.0.65 - - [2026-06-01 02:53:29] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002757 10.0.0.240 - - [2026-06-01 02:53:29] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067799 10.0.0.65 - - [2026-06-01 02:53:29] "POST /ref-update HTTP/1.1" 200 156 0.049062 10.0.0.65 - - [2026-06-01 02:53:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009700 10.0.0.240 - - [2026-06-01 02:53:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.207432 10.0.0.240 - - [2026-06-01 02:53:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001363 10.0.0.240 - - [2026-06-01 02:53:30] "GET /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007566 10.0.0.240 - - [2026-06-01 02:53:30] "GET /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006464 10.0.0.240 - - [2026-06-01 02:53:30] "POST /neutron/network HTTP/1.1" 200 829 0.008597 10.0.0.240 - - [2026-06-01 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.240 - - [2026-06-01 02:53:30] "GET /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005700 10.0.0.65 - - [2026-06-01 02:53:30] "POST /ref-update HTTP/1.1" 200 156 0.034897 10.0.0.240 - - [2026-06-01 02:53:30] "PUT /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8 HTTP/1.1" 200 264 0.079113 10.0.0.240 - - [2026-06-01 02:53:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001314 10.0.0.65 - - [2026-06-01 02:53:31] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001022 10.0.0.240 - - [2026-06-01 02:53:31] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062669 10.0.0.240 - - [2026-06-01 02:53:31] "POST /neutron/network HTTP/1.1" 200 830 0.006310 10.0.0.240 - - [2026-06-01 02:53:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001209 10.0.0.240 - - [2026-06-01 02:53:31] "POST /neutron/port HTTP/1.1" 200 117 0.007315 10.0.0.65 - - [2026-06-01 02:53:31] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.240 - - [2026-06-01 02:53:32] "POST /neutron/port HTTP/1.1" 200 1052 0.304447 10.0.0.240 - - [2026-06-01 02:53:32] "POST /neutron/port HTTP/1.1" 200 1106 0.160773 10.0.0.65 - - [2026-06-01 02:53:32] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001062 10.0.0.240 - - [2026-06-01 02:53:32] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.105064 10.0.0.240 - - [2026-06-01 02:53:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.240 - - [2026-06-01 02:53:32] "POST /neutron/network HTTP/1.1" 200 830 0.006736 10.0.0.240 - - [2026-06-01 02:53:32] "POST /neutron/port HTTP/1.1" 200 117 0.005854 10.0.0.240 - - [2026-06-01 02:53:33] "POST /neutron/network HTTP/1.1" 200 839 0.008000 10.0.0.240 - - [2026-06-01 02:53:33] "POST /neutron/port HTTP/1.1" 200 1051 0.055329 10.0.0.240 - - [2026-06-01 02:53:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004574 10.0.0.240 - - [2026-06-01 02:53:33] "POST /neutron/network HTTP/1.1" 200 829 0.005911 10.0.0.240 - - [2026-06-01 02:53:38] "POST /neutron/port HTTP/1.1" 200 1116 0.019743 10.0.0.240 - - [2026-06-01 02:53:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006917 10.0.0.240 - - [2026-06-01 02:53:38] "GET /virtual-machine/8b11e5ec-9929-4e96-9877-323d4a5c36f6 HTTP/1.1" 200 1286 0.006468 10.0.0.240 - - [2026-06-01 02:53:38] "GET /virtual-machine-interface/dbdc1441-0526-4e2c-8256-a9984512597a HTTP/1.1" 200 2927 0.007051 10.0.0.240 - - [2026-06-01 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.240 - - [2026-06-01 02:53:38] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004950 10.0.0.240 - - [2026-06-01 02:53:38] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004123 10.0.0.240 - - [2026-06-01 02:53:38] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006176 10.0.0.240 - - [2026-06-01 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.240 - - [2026-06-01 02:53:41] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006062 10.0.0.240 - - [2026-06-01 02:53:42] "POST /neutron/port HTTP/1.1" 200 1115 0.020573 10.0.0.240 - - [2026-06-01 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.240 - - [2026-06-01 02:53:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.240 - - [2026-06-01 02:53:43] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002784 10.0.0.240 - - [2026-06-01 02:53:43] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006280 10.0.0.240 - - [2026-06-01 02:53:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009606 10.0.0.240 - - [2026-06-01 02:53:43] "POST /neutron/port HTTP/1.1" 200 1115 0.022737 10.0.0.240 - - [2026-06-01 02:53:43] "GET /virtual-machine/6da072b3-7537-4d77-866d-671965f8c5ac HTTP/1.1" 200 1284 0.007724 10.0.0.240 - - [2026-06-01 02:53:43] "GET /virtual-machine-interface/3b0fff8e-7a50-4feb-b960-ef33bc31fe11 HTTP/1.1" 200 2927 0.006114 10.0.0.240 - - [2026-06-01 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.240 - - [2026-06-01 02:53:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003639 10.0.0.240 - - [2026-06-01 02:53:43] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002915 10.0.0.240 - - [2026-06-01 02:53:44] "GET /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007620 10.0.0.240 - - [2026-06-01 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.240 - - [2026-06-01 02:53:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.240 - - [2026-06-01 02:53:45] "GET /virtual-networks?parent_id=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004583 10.0.0.240 - - [2026-06-01 02:53:45] "GET /virtual-network/28519836-89ec-4d2f-9d02-a2bb309ff0e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005774 10.0.0.240 - - [2026-06-01 02:53:45] "POST /interface-route-tables HTTP/1.1" 200 574 0.030501 10.0.0.240 - - [2026-06-01 02:53:45] "GET /interface-route-table/b9e03ae8-4397-4586-b576-480214ce0f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.019069 10.0.0.240 - - [2026-06-01 02:53:45] "GET /virtual-machine-interface/dbdc1441-0526-4e2c-8256-a9984512597a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.007088 10.0.0.240 - - [2026-06-01 02:53:45] "POST /ref-update HTTP/1.1" 200 156 0.017549 10.0.0.240 - - [2026-06-01 02:53:45] "POST /routing-policys HTTP/1.1" 200 534 0.043133 10.0.0.240 - - [2026-06-01 02:53:45] "GET /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005462 10.0.0.240 - - [2026-06-01 02:53:45] "PUT /virtual-network/a2deb152-e0b9-4e56-9e25-e995c0f366f0 HTTP/1.1" 200 264 0.070073 10.0.0.240 - - [2026-06-01 02:53:49] "POST /ref-update HTTP/1.1" 200 156 0.054713 10.0.0.240 - - [2026-06-01 02:53:49] "DELETE /routing-policy/235f79cf-9371-4a7a-9061-f7eafa6d9dd2 HTTP/1.1" 200 115 0.057955 10.0.0.240 - - [2026-06-01 02:53:49] "POST /neutron/network HTTP/1.1" 400 204 0.017188 10.0.0.240 - - [2026-06-01 02:53:50] "POST /neutron/port HTTP/1.1" 200 151 0.200270 10.0.0.240 - - [2026-06-01 02:53:50] "POST /neutron/port HTTP/1.1" 200 151 0.266298 10.0.0.65 - - [2026-06-01 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.240 - - [2026-06-01 02:53:51] "POST /neutron/network HTTP/1.1" 200 830 0.012652 10.0.0.65 - - [2026-06-01 02:53:51] "DELETE /route-target/f451776a-9daa-49aa-8481-bc957d16ab09 HTTP/1.1" 409 239 0.006758 10.0.0.65 - - [2026-06-01 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589 10.0.0.65 - - [2026-06-01 02:53:53] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 10.0.0.240 - - [2026-06-01 02:53:53] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046473 10.0.0.65 - - [2026-06-01 02:53:53] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001404 10.0.0.240 - - [2026-06-01 02:53:53] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=virtual_networks HTTP/1.1" 200 1018 0.047316 10.0.0.65 - - [2026-06-01 02:53:53] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028 10.0.0.240 - - [2026-06-01 02:53:53] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.045554 10.0.0.65 - - [2026-06-01 02:53:53] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000931 10.0.0.240 - - [2026-06-01 02:53:53] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=security_groups HTTP/1.1" 200 1237 0.061172 10.0.0.240 - - [2026-06-01 02:53:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.030124 10.0.0.65 - - [2026-06-01 02:53:54] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004524 10.0.0.65 - - [2026-06-01 02:53:54] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.65 - - [2026-06-01 02:53:54] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008994 10.0.0.65 - - [2026-06-01 02:53:54] "POST /id-to-fqname HTTP/1.1" 200 194 0.003829 10.0.0.65 - - [2026-06-01 02:53:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.002213 10.0.0.65 - - [2026-06-01 02:53:54] "POST /security-groups HTTP/1.1" 200 595 0.082075 10.0.0.65 - - [2026-06-01 02:53:54] "POST /projects HTTP/1.1" 200 593 0.293332 10.0.0.65 - - [2026-06-01 02:53:54] "POST /access-control-lists HTTP/1.1" 200 600 0.027667 10.0.0.65 - - [2026-06-01 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.368251 10.0.0.240 - - [2026-06-01 02:53:55] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.522602 10.0.0.240 - - [2026-06-01 02:53:56] "GET / HTTP/1.1" 200 35931 0.001702 10.0.0.240 - - [2026-06-01 02:53:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000526 10.0.0.240 - - [2026-06-01 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.057101 10.0.0.65 - - [2026-06-01 02:53:58] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.240 - - [2026-06-01 02:53:58] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.037276 10.0.0.65 - - [2026-06-01 02:53:58] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.240 - - [2026-06-01 02:53:58] "POST /neutron/network HTTP/1.1" 200 613 0.140360 10.0.0.65 - - [2026-06-01 02:53:58] "POST /route-targets HTTP/1.1" 200 327 0.013582 10.0.0.240 - - [2026-06-01 02:53:58] "POST /id-to-fqname HTTP/1.1" 200 226 0.004477 10.0.0.240 - - [2026-06-01 02:53:58] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006870 10.0.0.240 - - [2026-06-01 02:53:58] "POST /neutron/network HTTP/1.1" 200 833 0.008147 10.0.0.240 - - [2026-06-01 02:53:58] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006125 10.0.0.240 - - [2026-06-01 02:53:59] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007249 10.0.0.249 - - [2026-06-01 02:54:00] "GET /obj-perms HTTP/1.1" 200 5057 0.054281 10.0.0.240 - - [2026-06-01 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.240 - - [2026-06-01 02:54:00] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006543 10.0.0.240 - - [2026-06-01 02:54:00] "PUT /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647 HTTP/1.1" 200 264 0.067182 10.0.0.65 - - [2026-06-01 02:54:00] "POST /ref-update HTTP/1.1" 200 156 0.030674 10.0.0.240 - - [2026-06-01 02:54:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001365 10.0.0.240 - - [2026-06-01 02:54:06] "POST /neutron/network HTTP/1.1" 200 843 0.007502 10.0.0.65 - - [2026-06-01 02:54:06] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.240 - - [2026-06-01 02:54:06] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.090421 10.0.0.240 - - [2026-06-01 02:54:07] "POST /neutron/port HTTP/1.1" 200 117 0.007991 10.0.0.65 - - [2026-06-01 02:54:07] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001098 10.0.0.240 - - [2026-06-01 02:54:07] "POST /neutron/port HTTP/1.1" 200 1065 0.373252 10.0.0.240 - - [2026-06-01 02:54:08] "POST /neutron/port HTTP/1.1" 200 1119 0.144537 10.0.0.240 - - [2026-06-01 02:54:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.010291 10.0.0.240 - - [2026-06-01 02:54:11] "GET /obj-perms HTTP/1.1" 200 5075 0.048263 10.0.0.240 - - [2026-06-01 02:54:12] "POST /neutron/port HTTP/1.1" 200 1129 0.020107 10.0.0.240 - - [2026-06-01 02:54:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013305 10.0.0.240 - - [2026-06-01 02:54:12] "GET /virtual-machine/b38e9f3a-09df-4c71-b656-6e06b103aa8d HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2026-06-01 02:54:12] "GET /virtual-machine/b38e9f3a-09df-4c71-b656-6e06b103aa8d HTTP/1.1" 200 1297 0.027231 10.0.0.240 - - [2026-06-01 02:54:12] "GET /virtual-machine-interface/53d633c6-579b-4b91-b2b7-dd91ab992cc2 HTTP/1.1" 200 2967 0.005355 10.0.0.240 - - [2026-06-01 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.240 - - [2026-06-01 02:54:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.240 - - [2026-06-01 02:54:12] "GET /virtual-networks?parent_id=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003614 10.0.0.240 - - [2026-06-01 02:54:12] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008061 10.0.0.240 - - [2026-06-01 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.240 - - [2026-06-01 02:54:15] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006108 10.0.0.240 - - [2026-06-01 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.240 - - [2026-06-01 02:54:20] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005312 10.0.0.240 - - [2026-06-01 02:54:23] "POST /neutron/port HTTP/1.1" 200 1129 0.018460 10.0.0.240 - - [2026-06-01 02:54:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004256 10.0.0.240 - - [2026-06-01 02:54:23] "POST /neutron/network HTTP/1.1" 200 833 0.006471 10.0.0.240 - - [2026-06-01 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.240 - - [2026-06-01 02:54:24] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005183 10.0.0.240 - - [2026-06-01 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.240 - - [2026-06-01 02:54:28] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005898 10.0.0.240 - - [2026-06-01 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.240 - - [2026-06-01 02:54:32] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006061 10.0.0.65 - - [2026-06-01 02:54:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.65 - - [2026-06-01 02:54:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.240 - - [2026-06-01 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.240 - - [2026-06-01 02:54:36] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006072 10.0.0.249 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.240 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.240 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.65 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.65 - - [2026-06-01 02:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000969 10.0.0.249 - - [2026-06-01 02:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.249 - - [2026-06-01 02:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.240 - - [2026-06-01 02:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.240 - - [2026-06-01 02:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-06-01 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.240 - - [2026-06-01 02:54:40] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006570 10.0.0.240 - - [2026-06-01 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.240 - - [2026-06-01 02:54:44] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007005 10.0.0.65 - - [2026-06-01 02:54:46] "DELETE /project/ab74db790e2b446c978a31fdca592bc8 HTTP/1.1" 404 173 0.006613 10.0.0.65 - - [2026-06-01 02:54:46] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001094 10.0.0.65 - - [2026-06-01 02:54:46] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.050959 10.0.0.65 - - [2026-06-01 02:54:46] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.65 - - [2026-06-01 02:54:46] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=security_groups HTTP/1.1" 200 1088 0.046074 10.0.0.65 - - [2026-06-01 02:54:46] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001312 10.0.0.65 - - [2026-06-01 02:54:46] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=application_policy_sets HTTP/1.1" 200 1381 0.045743 10.0.0.65 - - [2026-06-01 02:54:46] "DELETE /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b HTTP/1.1" 409 278 0.245960 10.0.0.240 - - [2026-06-01 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.240 - - [2026-06-01 02:54:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003454 10.0.0.240 - - [2026-06-01 02:54:46] "GET /virtual-networks?parent_id=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007479 10.0.0.240 - - [2026-06-01 02:54:46] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005391 10.0.0.240 - - [2026-06-01 02:54:52] "POST /neutron/port HTTP/1.1" 200 1129 0.020883 10.0.0.240 - - [2026-06-01 02:54:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006742 10.0.0.240 - - [2026-06-01 02:55:02] "POST /neutron/port HTTP/1.1" 200 1129 0.027806 10.0.0.240 - - [2026-06-01 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.240 - - [2026-06-01 02:55:07] "GET /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007056 10.0.0.240 - - [2026-06-01 02:55:07] "PUT /virtual-network/5405c4f9-c0fd-4ab2-822e-d518b5e33647 HTTP/1.1" 200 264 0.087277 10.0.0.65 - - [2026-06-01 02:55:07] "POST /ref-update HTTP/1.1" 200 156 0.103937 10.0.0.240 - - [2026-06-01 02:55:12] "POST /neutron/network HTTP/1.1" 400 204 0.015158 10.0.0.240 - - [2026-06-01 02:55:13] "POST /neutron/port HTTP/1.1" 200 151 0.188218 10.0.0.65 - - [2026-06-01 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.240 - - [2026-06-01 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.65 - - [2026-06-01 02:55:17] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.240 - - [2026-06-01 02:55:17] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049533 10.0.0.240 - - [2026-06-01 02:55:18] "POST /neutron/network HTTP/1.1" 200 117 0.013277 10.0.0.65 - - [2026-06-01 02:55:18] "POST /ref-update HTTP/1.1" 200 156 0.028086 10.0.0.240 - - [2026-06-01 02:55:18] "POST /neutron/network HTTP/1.1" 200 833 0.009722 10.0.0.240 - - [2026-06-01 02:55:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001243 10.0.0.240 - - [2026-06-01 02:55:18] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005937 10.0.0.240 - - [2026-06-01 02:55:18] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005297 10.0.0.240 - - [2026-06-01 02:55:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.010494 10.0.0.240 - - [2026-06-01 02:55:18] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005891 10.0.0.65 - - [2026-06-01 02:55:19] "GET /obj-perms HTTP/1.1" 200 5057 0.062838 10.0.0.240 - - [2026-06-01 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.240 - - [2026-06-01 02:55:19] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005838 10.0.0.240 - - [2026-06-01 02:55:19] "PUT /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab HTTP/1.1" 200 264 0.074360 10.0.0.240 - - [2026-06-01 02:55:24] "POST /id-to-fqname HTTP/1.1" 200 226 0.001874 10.0.0.65 - - [2026-06-01 02:55:25] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000965 10.0.0.240 - - [2026-06-01 02:55:25] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071340 10.0.0.240 - - [2026-06-01 02:55:25] "POST /neutron/port HTTP/1.1" 200 117 0.007681 10.0.0.240 - - [2026-06-01 02:55:25] "POST /neutron/network HTTP/1.1" 200 843 0.008731 10.0.0.240 - - [2026-06-01 02:55:26] "POST /neutron/port HTTP/1.1" 200 1065 0.017592 10.0.0.240 - - [2026-06-01 02:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016799 10.0.0.240 - - [2026-06-01 02:55:26] "POST /neutron/network HTTP/1.1" 200 833 0.007151 10.0.0.240 - - [2026-06-01 02:55:30] "POST /neutron/port HTTP/1.1" 200 1129 0.020334 10.0.0.240 - - [2026-06-01 02:55:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007737 10.0.0.240 - - [2026-06-01 02:55:30] "GET /virtual-machine/aa7972b7-f894-4e04-817c-f1b920bd65a1 HTTP/1.1" 200 1296 0.006141 10.0.0.240 - - [2026-06-01 02:55:30] "GET /virtual-machine-interface/172be734-200a-4bd0-a6b9-f5d169eafc23 HTTP/1.1" 200 2967 0.005400 10.0.0.240 - - [2026-06-01 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.240 - - [2026-06-01 02:55:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.240 - - [2026-06-01 02:55:30] "GET /virtual-networks?parent_id=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002984 10.0.0.240 - - [2026-06-01 02:55:30] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007642 10.0.0.240 - - [2026-06-01 02:55:32] "POST /neutron/network HTTP/1.1" 200 843 0.009620 10.0.0.240 - - [2026-06-01 02:55:32] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-06-01 02:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.240 - - [2026-06-01 02:55:33] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005622 10.0.0.240 - - [2026-06-01 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.240 - - [2026-06-01 02:55:38] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006480 10.0.0.240 - - [2026-06-01 02:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.240 - - [2026-06-01 02:55:42] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005234 10.0.0.240 - - [2026-06-01 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.240 - - [2026-06-01 02:55:46] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005528 10.0.0.240 - - [2026-06-01 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.240 - - [2026-06-01 02:55:50] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005809 10.0.0.240 - - [2026-06-01 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.240 - - [2026-06-01 02:55:54] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005654 10.0.0.240 - - [2026-06-01 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.240 - - [2026-06-01 02:55:58] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005517 10.0.0.240 - - [2026-06-01 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.240 - - [2026-06-01 02:56:02] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006182 10.0.0.240 - - [2026-06-01 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.240 - - [2026-06-01 02:56:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003435 10.0.0.240 - - [2026-06-01 02:56:04] "GET /virtual-networks?parent_id=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004136 10.0.0.240 - - [2026-06-01 02:56:04] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005810 10.0.0.240 - - [2026-06-01 02:56:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007807 10.0.0.249 - - [2026-06-01 02:56:13] "GET /obj-perms HTTP/1.1" 200 5075 0.049552 10.0.0.240 - - [2026-06-01 02:56:15] "POST /neutron/port HTTP/1.1" 200 1129 0.027092 10.0.0.240 - - [2026-06-01 02:56:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009012 10.0.0.240 - - [2026-06-01 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.240 - - [2026-06-01 02:56:25] "GET /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005523 10.0.0.240 - - [2026-06-01 02:56:25] "PUT /virtual-network/37b6a955-8fa7-4ae1-bdb9-ef04a1ebdcab HTTP/1.1" 200 264 0.058116 10.0.0.65 - - [2026-06-01 02:56:25] "POST /ref-update HTTP/1.1" 200 156 0.039250 10.0.0.240 - - [2026-06-01 02:56:30] "POST /neutron/network HTTP/1.1" 200 833 0.008866 10.0.0.240 - - [2026-06-01 02:56:31] "POST /neutron/port HTTP/1.1" 200 1119 0.014236 10.0.0.65 - - [2026-06-01 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.65 - - [2026-06-01 02:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.65 - - [2026-06-01 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007013 10.0.0.240 - - [2026-06-01 02:56:33] "POST /neutron/network HTTP/1.1" 200 151 0.140258 10.0.0.65 - - [2026-06-01 02:56:34] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000923 10.0.0.240 - - [2026-06-01 02:56:34] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.058646 10.0.0.65 - - [2026-06-01 02:56:34] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001252 10.0.0.240 - - [2026-06-01 02:56:34] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?fields=virtual_networks HTTP/1.1" 200 1041 0.049829 10.0.0.65 - - [2026-06-01 02:56:34] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000892 10.0.0.240 - - [2026-06-01 02:56:34] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044970 10.0.0.65 - - [2026-06-01 02:56:34] "GET /projects?obj_uuids=ab74db79-0e2b-446c-978a-31fdca592bc8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001327 10.0.0.240 - - [2026-06-01 02:56:34] "GET /project/ab74db79-0e2b-446c-978a-31fdca592bc8?fields=security_groups HTTP/1.1" 200 1271 0.045642 10.0.0.240 - - [2026-06-01 02:56:35] "POST /fqname-to-id HTTP/1.1" 404 213 0.027611 10.0.0.65 - - [2026-06-01 02:56:35] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003624 10.0.0.65 - - [2026-06-01 02:56:35] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.65 - - [2026-06-01 02:56:35] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007107 10.0.0.65 - - [2026-06-01 02:56:36] "POST /id-to-fqname HTTP/1.1" 200 216 0.001168 10.0.0.65 - - [2026-06-01 02:56:36] "POST /fqname-to-id HTTP/1.1" 404 227 0.007704 10.0.0.65 - - [2026-06-01 02:56:36] "POST /security-groups HTTP/1.1" 200 616 0.082323 10.0.0.65 - - [2026-06-01 02:56:36] "POST /projects HTTP/1.1" 200 635 0.311848 10.0.0.65 - - [2026-06-01 02:56:36] "POST /access-control-lists HTTP/1.1" 200 621 0.030345 10.0.0.65 - - [2026-06-01 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.385742 10.0.0.240 - - [2026-06-01 02:56:36] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.550810 10.0.0.240 - - [2026-06-01 02:56:37] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.240 - - [2026-06-01 02:56:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443 10.0.0.240 - - [2026-06-01 02:56:39] "POST /fqname-to-id HTTP/1.1" 404 249 0.065697 10.0.0.65 - - [2026-06-01 02:56:39] "POST /fqname-to-id HTTP/1.1" 404 281 0.004880 10.0.0.65 - - [2026-06-01 02:56:39] "POST /access-control-lists HTTP/1.1" 200 641 0.034043 10.0.0.240 - - [2026-06-01 02:56:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.045166 10.0.0.65 - - [2026-06-01 02:56:40] "PUT /access-control-list/35aebf35-87ea-4cd9-a343-b9796a8589c0 HTTP/1.1" 200 272 0.016569 10.0.0.240 - - [2026-06-01 02:56:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168378 10.0.0.240 - - [2026-06-01 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.240 - - [2026-06-01 02:56:40] "GET /security-group/14722586-cf1a-424d-9352-6e1c66fdc8cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004731 10.0.0.240 - - [2026-06-01 02:56:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.058955 10.0.0.240 - - [2026-06-01 02:56:41] "POST /fqname-to-id HTTP/1.1" 404 249 0.003015 10.0.0.65 - - [2026-06-01 02:56:41] "DELETE /access-control-list/23bbc44c-12ac-4eae-aeb5-0d12b3ade85f HTTP/1.1" 200 115 0.042225 10.0.0.240 - - [2026-06-01 02:56:41] "POST /fqname-to-id HTTP/1.1" 404 249 0.003656 10.0.0.65 - - [2026-06-01 02:56:41] "POST /access-control-lists HTTP/1.1" 200 643 0.028383 10.0.0.65 - - [2026-06-01 02:56:42] "PUT /access-control-list/c1737fff-296e-46a9-97da-25d6db333789 HTTP/1.1" 200 272 0.015889 10.0.0.240 - - [2026-06-01 02:56:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010711 10.0.0.240 - - [2026-06-01 02:56:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126424 10.0.0.65 - - [2026-06-01 02:56:42] "PUT /access-control-list/c1737fff-296e-46a9-97da-25d6db333789 HTTP/1.1" 200 272 0.018297 10.0.0.240 - - [2026-06-01 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.240 - - [2026-06-01 02:56:42] "GET /security-group/3870364b-96d5-4d3c-bc4a-cfd0fe75fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004240 10.0.0.240 - - [2026-06-01 02:56:43] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.009557 10.0.0.65 - - [2026-06-01 02:56:43] "PUT /access-control-list/c1737fff-296e-46a9-97da-25d6db333789 HTTP/1.1" 200 272 0.016457 10.0.0.240 - - [2026-06-01 02:56:43] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.163624 10.0.0.240 - - [2026-06-01 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006224 10.0.0.65 - - [2026-06-01 02:56:43] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000950 10.0.0.240 - - [2026-06-01 02:56:43] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.059423 10.0.0.65 - - [2026-06-01 02:56:44] "POST /ref-update HTTP/1.1" 200 156 0.023252 10.0.0.65 - - [2026-06-01 02:56:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009115 10.0.0.240 - - [2026-06-01 02:56:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.203777 10.0.0.240 - - [2026-06-01 02:56:44] "POST /id-to-fqname HTTP/1.1" 200 290 0.001565 10.0.0.240 - - [2026-06-01 02:56:44] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007015 10.0.0.240 - - [2026-06-01 02:56:44] "POST /neutron/network HTTP/1.1" 200 1111 0.009200 10.0.0.240 - - [2026-06-01 02:56:44] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006054 10.0.0.240 - - [2026-06-01 02:56:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.009454 10.0.0.240 - - [2026-06-01 02:56:44] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006591 10.0.0.240 - - [2026-06-01 02:56:45] "GET /obj-perms HTTP/1.1" 200 5099 0.054649 10.0.0.240 - - [2026-06-01 02:56:46] "POST /id-to-fqname HTTP/1.1" 200 290 0.001744 10.0.0.65 - - [2026-06-01 02:56:46] "DELETE /project/82430961a9594279be77a0313abafe68 HTTP/1.1" 404 173 0.005345 10.0.0.65 - - [2026-06-01 02:56:46] "DELETE /project/ab74db79-0e2b-446c-978a-31fdca592bc8 HTTP/1.1" 404 177 0.004880 10.0.0.65 - - [2026-06-01 02:56:47] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001449 10.0.0.240 - - [2026-06-01 02:56:47] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.080216 10.0.0.240 - - [2026-06-01 02:56:47] "POST /neutron/network HTTP/1.1" 200 1111 0.009336 10.0.0.240 - - [2026-06-01 02:56:47] "POST /id-to-fqname HTTP/1.1" 200 290 0.001489 10.0.0.240 - - [2026-06-01 02:56:47] "POST /neutron/port HTTP/1.1" 200 117 0.006477 10.0.0.240 - - [2026-06-01 02:56:48] "POST /neutron/network HTTP/1.1" 200 1121 0.007222 10.0.0.240 - - [2026-06-01 02:56:48] "POST /neutron/port HTTP/1.1" 200 1190 0.033719 10.0.0.65 - - [2026-06-01 02:56:48] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071 10.0.0.240 - - [2026-06-01 02:56:48] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.089248 10.0.0.240 - - [2026-06-01 02:56:48] "POST /neutron/network HTTP/1.1" 200 1111 0.008687 10.0.0.240 - - [2026-06-01 02:56:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006523 10.0.0.240 - - [2026-06-01 02:56:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007894 10.0.0.240 - - [2026-06-01 02:56:49] "POST /neutron/port HTTP/1.1" 200 117 0.006316 10.0.0.240 - - [2026-06-01 02:56:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007121 10.0.0.65 - - [2026-06-01 02:56:49] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000974 10.0.0.240 - - [2026-06-01 02:56:50] "POST /neutron/port HTTP/1.1" 200 1190 0.348119 10.0.0.240 - - [2026-06-01 02:56:50] "POST /neutron/port HTTP/1.1" 200 1244 0.139936 10.0.0.240 - - [2026-06-01 02:56:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.240 - - [2026-06-01 02:56:50] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.240 - - [2026-06-01 02:56:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006817 10.0.0.240 - - [2026-06-01 02:56:54] "POST /neutron/port HTTP/1.1" 200 1254 0.019469 10.0.0.240 - - [2026-06-01 02:56:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007024 10.0.0.240 - - [2026-06-01 02:56:54] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.038831 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.003638 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.005070 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.003677 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.005395 10.0.0.240 - - [2026-06-01 02:56:55] "GET /instance-ip/3fb08558-2ffa-4f5a-9615-02d8a75f334f HTTP/1.1" 200 1735 0.006000 10.0.0.240 - - [2026-06-01 02:56:55] "GET /instance-ip/66ae9254-4236-4157-8dba-d3abed4b73ed HTTP/1.1" 200 1713 0.005848 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.003586 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.008568 10.0.0.240 - - [2026-06-01 02:56:55] "GET /instance-ip/3fb08558-2ffa-4f5a-9615-02d8a75f334f HTTP/1.1" 200 1735 0.004040 10.0.0.240 - - [2026-06-01 02:56:55] "GET /instance-ip/66ae9254-4236-4157-8dba-d3abed4b73ed HTTP/1.1" 200 1713 0.004015 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002541 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006843 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004822 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004155 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006375 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004729 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002951 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006049 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004571 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002714 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005972 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006991 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003710 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006151 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003002 10.0.0.240 - - [2026-06-01 02:56:55] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005820 10.0.0.240 - - [2026-06-01 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.240 - - [2026-06-01 02:56:55] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004082 10.0.0.240 - - [2026-06-01 02:56:56] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004216 10.0.0.240 - - [2026-06-01 02:56:56] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.009637 10.0.0.240 - - [2026-06-01 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.240 - - [2026-06-01 02:56:59] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006027 10.0.0.240 - - [2026-06-01 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.240 - - [2026-06-01 02:57:03] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005369 10.0.0.240 - - [2026-06-01 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-06-01 02:57:07] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006267 10.0.0.240 - - [2026-06-01 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.240 - - [2026-06-01 02:57:11] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005855 10.0.0.240 - - [2026-06-01 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.240 - - [2026-06-01 02:57:15] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005475 10.0.0.240 - - [2026-06-01 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.240 - - [2026-06-01 02:57:19] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007660 10.0.0.240 - - [2026-06-01 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.240 - - [2026-06-01 02:57:23] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005755 10.0.0.240 - - [2026-06-01 02:57:27] "POST /neutron/network HTTP/1.1" 200 1121 0.008184 10.0.0.240 - - [2026-06-01 02:57:27] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014957 10.0.0.240 - - [2026-06-01 02:57:27] "POST /neutron/network HTTP/1.1" 200 1111 0.010844 10.0.0.240 - - [2026-06-01 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.240 - - [2026-06-01 02:57:27] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005216 10.0.0.240 - - [2026-06-01 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.240 - - [2026-06-01 02:57:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004381 10.0.0.240 - - [2026-06-01 02:57:29] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003046 10.0.0.240 - - [2026-06-01 02:57:29] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006847 10.0.0.240 - - [2026-06-01 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.240 - - [2026-06-01 02:57:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004107 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.009051 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006293 10.0.0.240 - - [2026-06-01 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.240 - - [2026-06-01 02:57:30] "GET /routing-instance/5c9c3f92-e944-42e1-bcf7-6c6fd0b5f20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005348 10.0.0.240 - - [2026-06-01 02:57:30] "GET /route-target/519ec028-4f95-43f4-af69-977907c3455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003964 10.0.0.240 - - [2026-06-01 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.240 - - [2026-06-01 02:57:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005306 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003754 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006086 10.0.0.240 - - [2026-06-01 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.240 - - [2026-06-01 02:57:30] "GET /routing-instance/5c9c3f92-e944-42e1-bcf7-6c6fd0b5f20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004644 10.0.0.240 - - [2026-06-01 02:57:30] "GET /route-target/519ec028-4f95-43f4-af69-977907c3455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003590 10.0.0.240 - - [2026-06-01 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.240 - - [2026-06-01 02:57:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004342 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003657 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006048 10.0.0.240 - - [2026-06-01 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.240 - - [2026-06-01 02:57:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.008441 10.0.0.240 - - [2026-06-01 02:57:30] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005413 10.0.0.65 - - [2026-06-01 02:57:30] "GET /obj-perms HTTP/1.1" 200 5099 0.079900 10.0.0.240 - - [2026-06-01 02:57:30] "GET /obj-perms HTTP/1.1" 200 5099 0.004344 10.0.0.240 - - [2026-06-01 02:57:31] "GET /obj-perms HTTP/1.1" 200 5099 0.004554 10.0.0.240 - - [2026-06-01 02:57:31] "GET /obj-perms HTTP/1.1" 200 5099 0.004490 10.0.0.249 - - [2026-06-01 02:57:31] "GET /obj-perms HTTP/1.1" 200 5099 0.052238 10.0.0.65 - - [2026-06-01 02:57:31] "GET /obj-perms HTTP/1.1" 200 5099 0.003661 10.0.0.240 - - [2026-06-01 02:57:31] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.004241 10.0.0.240 - - [2026-06-01 02:57:31] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.006429 10.0.0.240 - - [2026-06-01 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.240 - - [2026-06-01 02:57:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003969 10.0.0.240 - - [2026-06-01 02:57:31] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004187 10.0.0.240 - - [2026-06-01 02:57:31] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005464 10.0.0.240 - - [2026-06-01 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.240 - - [2026-06-01 02:57:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.240 - - [2026-06-01 02:57:32] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002934 10.0.0.240 - - [2026-06-01 02:57:32] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007128 10.0.0.240 - - [2026-06-01 02:57:36] "POST /neutron/port HTTP/1.1" 200 1254 0.021676 10.0.0.240 - - [2026-06-01 02:57:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.240 - - [2026-06-01 02:57:36] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.240 - - [2026-06-01 02:57:37] "POST /neutron/port HTTP/1.1" 200 1254 0.024056 10.0.0.240 - - [2026-06-01 02:57:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008065 10.0.0.240 - - [2026-06-01 02:57:43] "POST /neutron/port HTTP/1.1" 200 1254 0.020258 10.0.0.240 - - [2026-06-01 02:57:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007935 10.0.0.240 - - [2026-06-01 02:57:48] "POST /neutron/port HTTP/1.1" 200 1254 0.024095 10.0.0.240 - - [2026-06-01 02:57:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009061 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine/283d6be6-0d4a-49b4-a3f5-84046a6221f6 HTTP/1.1" 200 1317 0.007960 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine/283d6be6-0d4a-49b4-a3f5-84046a6221f6 HTTP/1.1" 200 1317 0.004997 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine-interface/f72f4213-7dc0-4238-802b-e0fc448371d2 HTTP/1.1" 200 3417 0.006422 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine/283d6be6-0d4a-49b4-a3f5-84046a6221f6 HTTP/1.1" 200 1317 0.003759 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine-interface/f72f4213-7dc0-4238-802b-e0fc448371d2 HTTP/1.1" 200 3417 0.005235 10.0.0.240 - - [2026-06-01 02:57:48] "GET /instance-ip/159e2936-378b-413b-a8cb-439b90965e29 HTTP/1.1" 200 1735 0.006704 10.0.0.240 - - [2026-06-01 02:57:48] "GET /instance-ip/5252d06a-3358-4cf3-b010-facfda6348d6 HTTP/1.1" 200 1713 0.006173 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine/283d6be6-0d4a-49b4-a3f5-84046a6221f6 HTTP/1.1" 200 1317 0.003766 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-machine-interface/f72f4213-7dc0-4238-802b-e0fc448371d2 HTTP/1.1" 200 3417 0.005810 10.0.0.240 - - [2026-06-01 02:57:48] "GET /instance-ip/159e2936-378b-413b-a8cb-439b90965e29 HTTP/1.1" 200 1735 0.004751 10.0.0.240 - - [2026-06-01 02:57:48] "GET /instance-ip/5252d06a-3358-4cf3-b010-facfda6348d6 HTTP/1.1" 200 1713 0.004453 10.0.0.240 - - [2026-06-01 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.240 - - [2026-06-01 02:57:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004849 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003007 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007478 10.0.0.240 - - [2026-06-01 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.240 - - [2026-06-01 02:57:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004041 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003036 10.0.0.240 - - [2026-06-01 02:57:48] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006500 10.0.0.240 - - [2026-06-01 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.240 - - [2026-06-01 02:57:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003718 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006356 10.0.0.240 - - [2026-06-01 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.240 - - [2026-06-01 02:57:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003302 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006092 10.0.0.240 - - [2026-06-01 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.240 - - [2026-06-01 02:57:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003228 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006282 10.0.0.240 - - [2026-06-01 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.240 - - [2026-06-01 02:57:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003739 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003997 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006526 10.0.0.240 - - [2026-06-01 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.240 - - [2026-06-01 02:57:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003173 10.0.0.240 - - [2026-06-01 02:57:49] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006270 10.0.0.240 - - [2026-06-01 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.240 - - [2026-06-01 02:57:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005543 10.0.0.240 - - [2026-06-01 02:57:50] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004041 10.0.0.240 - - [2026-06-01 02:57:50] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006967 10.0.0.240 - - [2026-06-01 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.240 - - [2026-06-01 02:57:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005314 10.0.0.240 - - [2026-06-01 02:57:50] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004683 10.0.0.240 - - [2026-06-01 02:57:50] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006388 10.0.0.240 - - [2026-06-01 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.240 - - [2026-06-01 02:57:50] "GET /routing-instance/5c9c3f92-e944-42e1-bcf7-6c6fd0b5f20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007144 10.0.0.240 - - [2026-06-01 02:57:50] "GET /route-target/519ec028-4f95-43f4-af69-977907c3455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004728 10.0.0.240 - - [2026-06-01 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.240 - - [2026-06-01 02:57:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005312 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003425 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007169 10.0.0.240 - - [2026-06-01 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.240 - - [2026-06-01 02:57:51] "GET /routing-instance/5c9c3f92-e944-42e1-bcf7-6c6fd0b5f20d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004917 10.0.0.240 - - [2026-06-01 02:57:51] "GET /route-target/519ec028-4f95-43f4-af69-977907c3455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003483 10.0.0.240 - - [2026-06-01 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.240 - - [2026-06-01 02:57:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004317 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003245 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006268 10.0.0.240 - - [2026-06-01 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.240 - - [2026-06-01 02:57:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004178 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003844 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006102 10.0.0.240 - - [2026-06-01 02:57:51] "GET /obj-perms HTTP/1.1" 200 5099 0.003673 10.0.0.65 - - [2026-06-01 02:57:51] "GET /obj-perms HTTP/1.1" 200 5099 0.004284 10.0.0.240 - - [2026-06-01 02:57:51] "GET /obj-perms HTTP/1.1" 200 5099 0.003944 10.0.0.240 - - [2026-06-01 02:57:51] "GET /obj-perms HTTP/1.1" 200 5099 0.004514 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-machine/283d6be6-0d4a-49b4-a3f5-84046a6221f6 HTTP/1.1" 200 1317 0.005064 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-machine-interface/f72f4213-7dc0-4238-802b-e0fc448371d2 HTTP/1.1" 200 3417 0.007568 10.0.0.240 - - [2026-06-01 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.240 - - [2026-06-01 02:57:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003011 10.0.0.240 - - [2026-06-01 02:57:51] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005647 10.0.0.240 - - [2026-06-01 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.240 - - [2026-06-01 02:57:53] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003781 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-networks?parent_id=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003020 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-network/54d09778-d08d-4687-9c91-7569fd5b4918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006918 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.005658 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.006897 10.0.0.240 - - [2026-06-01 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.240 - - [2026-06-01 02:57:53] "GET /security-group/3870364b-96d5-4d3c-bc4a-cfd0fe75fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004156 10.0.0.240 - - [2026-06-01 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006036 10.0.0.240 - - [2026-06-01 02:57:53] "GET /security-group/3870364b-96d5-4d3c-bc4a-cfd0fe75fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004937 10.0.0.240 - - [2026-06-01 02:57:53] "POST /neutron/port HTTP/1.1" 200 1254 0.023162 10.0.0.240 - - [2026-06-01 02:57:53] "POST /neutron/port HTTP/1.1" 200 1206 0.106818 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.004924 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3362 0.005038 10.0.0.240 - - [2026-06-01 02:57:53] "POST /neutron/port HTTP/1.1" 200 1206 0.016147 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine/2e2bd548-0bd8-48c2-b0f2-6a0e2c8c144f HTTP/1.1" 200 1317 0.004995 10.0.0.240 - - [2026-06-01 02:57:53] "GET /virtual-machine-interface/d7c3c603-8f3a-457c-985e-643ec6ad8a49 HTTP/1.1" 200 3418 0.008133 10.0.0.240 - - [2026-06-01 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.240 - - [2026-06-01 02:57:53] "GET /security-group/3870364b-96d5-4d3c-bc4a-cfd0fe75fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003874 10.0.0.240 - - [2026-06-01 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.240 - - [2026-06-01 02:57:54] "GET /security-group/3870364b-96d5-4d3c-bc4a-cfd0fe75fdf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.011205 10.0.0.240 - - [2026-06-01 02:57:54] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004940 10.0.0.240 - - [2026-06-01 02:57:54] "POST /fqname-to-id HTTP/1.1" 404 249 0.003388 10.0.0.65 - - [2026-06-01 02:57:54] "DELETE /access-control-list/9663e66b-3fb0-411b-bd37-8051348e4c7c HTTP/1.1" 200 115 0.057585 10.0.0.240 - - [2026-06-01 02:57:54] "POST /fqname-to-id HTTP/1.1" 404 249 0.003916 10.0.0.240 - - [2026-06-01 02:57:54] "POST /neutron/security_group HTTP/1.1" 200 117 0.008078 10.0.0.65 - - [2026-06-01 02:57:54] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.033174 10.0.0.240 - - [2026-06-01 02:57:54] "POST /neutron/security_group HTTP/1.1" 200 153 0.087523 10.0.0.240 - - [2026-06-01 02:57:56] "POST /neutron/network HTTP/1.1" 200 1111 0.009445 10.0.0.240 - - [2026-06-01 02:57:59] "POST /neutron/network HTTP/1.1" 400 204 0.015374 10.0.0.240 - - [2026-06-01 02:58:03] "POST /neutron/network HTTP/1.1" 200 1111 0.010738 10.0.0.240 - - [2026-06-01 02:58:05] "POST /neutron/network HTTP/1.1" 400 204 0.015933 10.0.0.240 - - [2026-06-01 02:58:09] "POST /neutron/network HTTP/1.1" 200 1111 0.012520 10.0.0.240 - - [2026-06-01 02:58:11] "POST /neutron/network HTTP/1.1" 400 204 0.014221 10.0.0.240 - - [2026-06-01 02:58:15] "POST /neutron/network HTTP/1.1" 200 1111 0.010486 10.0.0.240 - - [2026-06-01 02:58:17] "POST /neutron/network HTTP/1.1" 400 204 0.014043 10.0.0.240 - - [2026-06-01 02:58:21] "POST /neutron/network HTTP/1.1" 200 1111 0.012137 10.0.0.240 - - [2026-06-01 02:58:23] "POST /neutron/network HTTP/1.1" 400 204 0.018579 10.0.0.240 - - [2026-06-01 02:58:27] "POST /neutron/network HTTP/1.1" 200 1111 0.011493 10.0.0.240 - - [2026-06-01 02:58:29] "POST /neutron/port HTTP/1.1" 200 1216 0.048434 10.0.0.240 - - [2026-06-01 02:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.240 - - [2026-06-01 02:58:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012770 10.0.0.240 - - [2026-06-01 02:58:29] "POST /neutron/network HTTP/1.1" 200 1111 0.009248 10.0.0.240 - - [2026-06-01 02:58:33] "POST /neutron/network HTTP/1.1" 200 1111 0.009718 10.0.0.240 - - [2026-06-01 02:58:35] "POST /neutron/network HTTP/1.1" 400 204 0.013425 10.0.0.240 - - [2026-06-01 02:58:38] "POST /neutron/network HTTP/1.1" 200 1121 0.036519 10.0.0.240 - - [2026-06-01 02:58:38] "POST /neutron/network HTTP/1.1" 400 204 0.014783 10.0.0.240 - - [2026-06-01 02:58:38] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.240 - - [2026-06-01 02:58:40] "POST /neutron/network HTTP/1.1" 200 1111 0.015210 10.0.0.240 - - [2026-06-01 02:58:42] "POST /neutron/network HTTP/1.1" 400 204 0.017176 10.0.0.240 - - [2026-06-01 02:58:46] "POST /neutron/network HTTP/1.1" 200 1111 0.010767 10.0.0.65 - - [2026-06-01 02:59:15] "GET /obj-perms HTTP/1.1" 200 5075 0.090547 10.0.0.240 - - [2026-06-01 02:59:29] "POST /neutron/port HTTP/1.1" 200 1216 0.017572 10.0.0.240 - - [2026-06-01 02:59:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003756 10.0.0.240 - - [2026-06-01 02:59:29] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.65 - - [2026-06-01 02:59:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.65 - - [2026-06-01 02:59:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.240 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.240 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.65 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.65 - - [2026-06-01 02:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-06-01 02:59:37] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001369 10.0.0.240 - - [2026-06-01 02:59:37] "POST /neutron/port HTTP/1.1" 200 1216 0.027245 10.0.0.240 - - [2026-06-01 02:59:37] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.094430 10.0.0.65 - - [2026-06-01 02:59:37] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.240 - - [2026-06-01 02:59:37] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.049870 10.0.0.240 - - [2026-06-01 02:59:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004263 10.0.0.240 - - [2026-06-01 02:59:37] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.249 - - [2026-06-01 02:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.249 - - [2026-06-01 02:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.240 - - [2026-06-01 02:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-06-01 02:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.65 - - [2026-06-01 02:59:39] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000930 10.0.0.240 - - [2026-06-01 02:59:39] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.044080 10.0.0.65 - - [2026-06-01 02:59:39] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000847 10.0.0.240 - - [2026-06-01 02:59:39] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.044286 10.0.0.65 - - [2026-06-01 02:59:42] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001459 10.0.0.240 - - [2026-06-01 02:59:42] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054782 10.0.0.65 - - [2026-06-01 02:59:42] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001011 10.0.0.240 - - [2026-06-01 02:59:42] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.045332 10.0.0.65 - - [2026-06-01 02:59:44] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000976 10.0.0.240 - - [2026-06-01 02:59:44] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.042145 10.0.0.65 - - [2026-06-01 02:59:44] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001350 10.0.0.240 - - [2026-06-01 02:59:44] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.051078 10.0.0.65 - - [2026-06-01 02:59:46] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001202 10.0.0.240 - - [2026-06-01 02:59:46] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046301 10.0.0.65 - - [2026-06-01 02:59:46] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001288 10.0.0.240 - - [2026-06-01 02:59:46] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.041966 10.0.0.65 - - [2026-06-01 02:59:48] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001377 10.0.0.240 - - [2026-06-01 02:59:48] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054727 10.0.0.65 - - [2026-06-01 02:59:48] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001132 10.0.0.240 - - [2026-06-01 02:59:48] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.048442 10.0.0.65 - - [2026-06-01 02:59:50] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002166 10.0.0.240 - - [2026-06-01 02:59:50] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052206 10.0.0.65 - - [2026-06-01 02:59:50] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001005 10.0.0.240 - - [2026-06-01 02:59:50] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.055686 10.0.0.65 - - [2026-06-01 02:59:52] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001286 10.0.0.240 - - [2026-06-01 02:59:52] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055345 10.0.0.65 - - [2026-06-01 02:59:52] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001289 10.0.0.240 - - [2026-06-01 02:59:52] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.054712 10.0.0.65 - - [2026-06-01 02:59:54] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001084 10.0.0.240 - - [2026-06-01 02:59:54] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054140 10.0.0.65 - - [2026-06-01 02:59:54] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001265 10.0.0.240 - - [2026-06-01 02:59:55] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.038628 10.0.0.65 - - [2026-06-01 02:59:57] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001144 10.0.0.240 - - [2026-06-01 02:59:57] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050035 10.0.0.65 - - [2026-06-01 02:59:57] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001111 10.0.0.240 - - [2026-06-01 02:59:57] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.046067 10.0.0.65 - - [2026-06-01 02:59:59] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001001 10.0.0.240 - - [2026-06-01 02:59:59] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038242 10.0.0.65 - - [2026-06-01 02:59:59] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001222 10.0.0.240 - - [2026-06-01 02:59:59] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.035815 10.0.0.65 - - [2026-06-01 03:00:01] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001828 10.0.0.240 - - [2026-06-01 03:00:01] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.059830 10.0.0.65 - - [2026-06-01 03:00:01] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001630 10.0.0.240 - - [2026-06-01 03:00:01] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.068591 10.0.0.65 - - [2026-06-01 03:00:03] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001732 10.0.0.240 - - [2026-06-01 03:00:03] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.069007 10.0.0.65 - - [2026-06-01 03:00:03] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000953 10.0.0.240 - - [2026-06-01 03:00:03] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.049448 10.0.0.65 - - [2026-06-01 03:00:05] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001261 10.0.0.240 - - [2026-06-01 03:00:05] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040514 10.0.0.65 - - [2026-06-01 03:00:05] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000937 10.0.0.240 - - [2026-06-01 03:00:05] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.044445 10.0.0.65 - - [2026-06-01 03:00:07] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000931 10.0.0.240 - - [2026-06-01 03:00:07] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.075356 10.0.0.65 - - [2026-06-01 03:00:07] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001345 10.0.0.240 - - [2026-06-01 03:00:07] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.061379 10.0.0.65 - - [2026-06-01 03:00:09] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001020 10.0.0.240 - - [2026-06-01 03:00:10] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.053142 10.0.0.65 - - [2026-06-01 03:00:10] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001416 10.0.0.240 - - [2026-06-01 03:00:10] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.060654 10.0.0.65 - - [2026-06-01 03:00:12] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001671 10.0.0.240 - - [2026-06-01 03:00:12] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.045334 10.0.0.65 - - [2026-06-01 03:00:12] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000987 10.0.0.240 - - [2026-06-01 03:00:12] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.043913 10.0.0.65 - - [2026-06-01 03:00:14] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001243 10.0.0.240 - - [2026-06-01 03:00:14] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048327 10.0.0.65 - - [2026-06-01 03:00:14] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001118 10.0.0.240 - - [2026-06-01 03:00:14] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.049688 10.0.0.240 - - [2026-06-01 03:00:16] "GET /obj-perms HTTP/1.1" 200 5075 0.061252 10.0.0.65 - - [2026-06-01 03:00:16] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001405 10.0.0.240 - - [2026-06-01 03:00:16] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052795 10.0.0.65 - - [2026-06-01 03:00:16] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000897 10.0.0.249 - - [2026-06-01 03:00:16] "GET /obj-perms HTTP/1.1" 200 5075 0.073683 10.0.0.240 - - [2026-06-01 03:00:16] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.053360 10.0.0.65 - - [2026-06-01 03:00:18] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000988 10.0.0.240 - - [2026-06-01 03:00:18] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047922 10.0.0.65 - - [2026-06-01 03:00:18] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000909 10.0.0.240 - - [2026-06-01 03:00:18] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.040120 10.0.0.65 - - [2026-06-01 03:00:20] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001844 10.0.0.240 - - [2026-06-01 03:00:20] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052413 10.0.0.65 - - [2026-06-01 03:00:20] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000973 10.0.0.240 - - [2026-06-01 03:00:20] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.044426 10.0.0.65 - - [2026-06-01 03:00:22] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001579 10.0.0.240 - - [2026-06-01 03:00:22] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055213 10.0.0.65 - - [2026-06-01 03:00:22] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001012 10.0.0.240 - - [2026-06-01 03:00:22] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.045215 10.0.0.65 - - [2026-06-01 03:00:25] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.240 - - [2026-06-01 03:00:25] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.045207 10.0.0.65 - - [2026-06-01 03:00:25] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001154 10.0.0.240 - - [2026-06-01 03:00:25] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.044547 10.0.0.65 - - [2026-06-01 03:00:27] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001877 10.0.0.240 - - [2026-06-01 03:00:27] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.063215 10.0.0.65 - - [2026-06-01 03:00:27] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001144 10.0.0.240 - - [2026-06-01 03:00:27] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.066203 10.0.0.65 - - [2026-06-01 03:00:29] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000957 10.0.0.240 - - [2026-06-01 03:00:29] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040005 10.0.0.65 - - [2026-06-01 03:00:29] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001024 10.0.0.240 - - [2026-06-01 03:00:29] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.040159 10.0.0.65 - - [2026-06-01 03:00:31] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001647 10.0.0.240 - - [2026-06-01 03:00:31] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055957 10.0.0.65 - - [2026-06-01 03:00:31] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001092 10.0.0.240 - - [2026-06-01 03:00:31] "POST /neutron/port HTTP/1.1" 200 1216 0.037402 10.0.0.240 - - [2026-06-01 03:00:31] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.047703 10.0.0.240 - - [2026-06-01 03:00:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.240 - - [2026-06-01 03:00:31] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.65 - - [2026-06-01 03:00:33] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001180 10.0.0.240 - - [2026-06-01 03:00:33] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052777 10.0.0.65 - - [2026-06-01 03:00:33] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001175 10.0.0.240 - - [2026-06-01 03:00:33] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.045605 10.0.0.65 - - [2026-06-01 03:00:35] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001355 10.0.0.240 - - [2026-06-01 03:00:35] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054112 10.0.0.65 - - [2026-06-01 03:00:35] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000922 10.0.0.240 - - [2026-06-01 03:00:35] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.045909 10.0.0.240 - - [2026-06-01 03:00:37] "POST /neutron/port HTTP/1.1" 200 1216 0.025676 10.0.0.240 - - [2026-06-01 03:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004892 10.0.0.65 - - [2026-06-01 03:00:37] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001182 10.0.0.240 - - [2026-06-01 03:00:37] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050479 10.0.0.65 - - [2026-06-01 03:00:37] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001493 10.0.0.240 - - [2026-06-01 03:00:37] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.240 - - [2026-06-01 03:00:38] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.067797 10.0.0.65 - - [2026-06-01 03:00:40] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001073 10.0.0.240 - - [2026-06-01 03:00:40] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.043971 10.0.0.65 - - [2026-06-01 03:00:40] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003800 10.0.0.240 - - [2026-06-01 03:00:40] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.047533 10.0.0.65 - - [2026-06-01 03:00:42] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001526 10.0.0.240 - - [2026-06-01 03:00:42] "GET /project/82430961-a959-4279-be77-a0313abafe68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040452 10.0.0.65 - - [2026-06-01 03:00:42] "GET /projects?obj_uuids=82430961-a959-4279-be77-a0313abafe68&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001601 10.0.0.240 - - [2026-06-01 03:00:42] "GET /project/82430961-a959-4279-be77-a0313abafe68?fields=virtual_networks HTTP/1.1" 200 1390 0.044881 10.0.0.240 - - [2026-06-01 03:00:42] "POST /fqname-to-id HTTP/1.1" 404 218 0.026711 10.0.0.65 - - [2026-06-01 03:00:42] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003529 10.0.0.65 - - [2026-06-01 03:00:42] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.65 - - [2026-06-01 03:00:42] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.038574 10.0.0.65 - - [2026-06-01 03:00:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.003955 10.0.0.65 - - [2026-06-01 03:00:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.008195 10.0.0.65 - - [2026-06-01 03:00:43] "POST /security-groups HTTP/1.1" 200 621 0.033570 10.0.0.65 - - [2026-06-01 03:00:43] "POST /projects HTTP/1.1" 200 645 0.242811 10.0.0.65 - - [2026-06-01 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.316478 10.0.0.65 - - [2026-06-01 03:00:43] "POST /access-control-lists HTTP/1.1" 200 626 0.054715 10.0.0.240 - - [2026-06-01 03:00:43] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.526930 10.0.0.240 - - [2026-06-01 03:00:44] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.240 - - [2026-06-01 03:00:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.240 - - [2026-06-01 03:00:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.072267 10.0.0.240 - - [2026-06-01 03:00:46] "POST /security-groups HTTP/1.1" 200 595 0.037816 10.0.0.65 - - [2026-06-01 03:00:46] "POST /fqname-to-id HTTP/1.1" 404 286 0.005751 10.0.0.240 - - [2026-06-01 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.240 - - [2026-06-01 03:00:46] "GET /security-group/fc9df539-9f66-4991-8b6f-3c41f42e691b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005193 10.0.0.240 - - [2026-06-01 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.65 - - [2026-06-01 03:00:46] "POST /access-control-lists HTTP/1.1" 200 646 0.035996 10.0.0.240 - - [2026-06-01 03:00:46] "GET /security-group/fc9df539-9f66-4991-8b6f-3c41f42e691b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004056 10.0.0.65 - - [2026-06-01 03:00:47] "DELETE /project/36cd018b7cc84ebab017e4f2aafb436c HTTP/1.1" 404 173 0.004233 10.0.0.240 - - [2026-06-01 03:00:47] "DELETE /security-group/fc9df539-9f66-4991-8b6f-3c41f42e691b HTTP/1.1" 200 115 0.056618 10.0.0.240 - - [2026-06-01 03:00:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.003386 10.0.0.240 - - [2026-06-01 03:00:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.004316 10.0.0.240 - - [2026-06-01 03:00:47] "POST /security-groups HTTP/1.1" 200 595 0.036872 10.0.0.65 - - [2026-06-01 03:00:47] "POST /fqname-to-id HTTP/1.1" 404 286 0.006501 10.0.0.240 - - [2026-06-01 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.240 - - [2026-06-01 03:00:47] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009015 10.0.0.240 - - [2026-06-01 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.65 - - [2026-06-01 03:00:47] "POST /access-control-lists HTTP/1.1" 200 646 0.031065 10.0.0.240 - - [2026-06-01 03:00:47] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004777 10.0.0.240 - - [2026-06-01 03:00:48] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004877 10.0.0.240 - - [2026-06-01 03:00:48] "PUT /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b HTTP/1.1" 200 262 0.019974 10.0.0.240 - - [2026-06-01 03:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006794 10.0.0.65 - - [2026-06-01 03:00:48] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002655 10.0.0.240 - - [2026-06-01 03:00:48] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.060411 10.0.0.240 - - [2026-06-01 03:00:48] "POST /neutron/network HTTP/1.1" 200 117 0.042969 10.0.0.65 - - [2026-06-01 03:00:48] "POST /route-targets HTTP/1.1" 200 327 0.029208 10.0.0.240 - - [2026-06-01 03:00:49] "POST /neutron/network HTTP/1.1" 200 954 0.009821 10.0.0.240 - - [2026-06-01 03:00:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001115 10.0.0.240 - - [2026-06-01 03:00:49] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006169 10.0.0.240 - - [2026-06-01 03:00:49] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008409 10.0.0.240 - - [2026-06-01 03:00:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.009529 10.0.0.240 - - [2026-06-01 03:00:49] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007773 10.0.0.240 - - [2026-06-01 03:00:50] "POST /id-to-fqname HTTP/1.1" 200 300 0.001512 10.0.0.240 - - [2026-06-01 03:00:50] "POST /neutron/network HTTP/1.1" 200 964 0.007427 10.0.0.65 - - [2026-06-01 03:00:51] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001111 10.0.0.240 - - [2026-06-01 03:00:51] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.078281 10.0.0.240 - - [2026-06-01 03:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.010628 10.0.0.240 - - [2026-06-01 03:00:52] "POST /id-to-fqname HTTP/1.1" 200 300 0.001831 10.0.0.240 - - [2026-06-01 03:00:52] "POST /neutron/network HTTP/1.1" 200 964 0.008214 10.0.0.65 - - [2026-06-01 03:00:52] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001125 10.0.0.240 - - [2026-06-01 03:00:52] "POST /neutron/port HTTP/1.1" 200 1090 0.344229 10.0.0.65 - - [2026-06-01 03:00:53] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001012 10.0.0.240 - - [2026-06-01 03:00:53] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.136861 10.0.0.240 - - [2026-06-01 03:00:53] "POST /neutron/port HTTP/1.1" 200 1144 0.147704 10.0.0.240 - - [2026-06-01 03:00:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008056 10.0.0.240 - - [2026-06-01 03:00:53] "POST /neutron/network HTTP/1.1" 200 954 0.008378 10.0.0.240 - - [2026-06-01 03:00:53] "POST /neutron/port HTTP/1.1" 200 117 0.007009 10.0.0.240 - - [2026-06-01 03:00:53] "POST /neutron/network HTTP/1.1" 200 964 0.007723 10.0.0.240 - - [2026-06-01 03:00:54] "POST /neutron/port HTTP/1.1" 200 1090 0.020131 10.0.0.240 - - [2026-06-01 03:00:54] "POST /neutron/port HTTP/1.1" 200 1155 0.020481 10.0.0.240 - - [2026-06-01 03:00:54] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.240 - - [2026-06-01 03:00:58] "POST /neutron/security_group HTTP/1.1" 200 1292 0.010805 10.0.0.240 - - [2026-06-01 03:00:58] "POST /neutron/port HTTP/1.1" 200 1155 0.020969 10.0.0.240 - - [2026-06-01 03:00:58] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009022 10.0.0.240 - - [2026-06-01 03:00:58] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.029698 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004980 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.006569 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004632 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.006288 10.0.0.240 - - [2026-06-01 03:00:59] "GET /instance-ip/3435dbcb-03d2-436e-91bd-791db250cfec HTTP/1.1" 200 1730 0.007844 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.003942 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.005367 10.0.0.240 - - [2026-06-01 03:00:59] "GET /instance-ip/3435dbcb-03d2-436e-91bd-791db250cfec HTTP/1.1" 200 1730 0.004851 10.0.0.240 - - [2026-06-01 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.240 - - [2026-06-01 03:00:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003449 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003462 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006153 10.0.0.240 - - [2026-06-01 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.240 - - [2026-06-01 03:00:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005044 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003877 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006060 10.0.0.240 - - [2026-06-01 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.240 - - [2026-06-01 03:00:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004053 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003840 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006191 10.0.0.240 - - [2026-06-01 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-06-01 03:00:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003816 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004004 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005866 10.0.0.240 - - [2026-06-01 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.240 - - [2026-06-01 03:00:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007806 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003130 10.0.0.240 - - [2026-06-01 03:00:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006265 10.0.0.240 - - [2026-06-01 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.240 - - [2026-06-01 03:01:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004217 10.0.0.240 - - [2026-06-01 03:01:00] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004421 10.0.0.240 - - [2026-06-01 03:01:00] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007911 10.0.0.240 - - [2026-06-01 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.240 - - [2026-06-01 03:01:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004089 10.0.0.240 - - [2026-06-01 03:01:00] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004877 10.0.0.240 - - [2026-06-01 03:01:00] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009100 10.0.0.240 - - [2026-06-01 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.240 - - [2026-06-01 03:01:03] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006463 10.0.0.240 - - [2026-06-01 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.240 - - [2026-06-01 03:01:07] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.017769 10.0.0.240 - - [2026-06-01 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.240 - - [2026-06-01 03:01:11] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006199 10.0.0.240 - - [2026-06-01 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.240 - - [2026-06-01 03:01:15] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005862 10.0.0.240 - - [2026-06-01 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.240 - - [2026-06-01 03:01:19] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008340 10.0.0.240 - - [2026-06-01 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.240 - - [2026-06-01 03:01:23] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007157 10.0.0.240 - - [2026-06-01 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.240 - - [2026-06-01 03:01:27] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008512 10.0.0.240 - - [2026-06-01 03:01:31] "POST /neutron/network HTTP/1.1" 200 1121 0.008270 10.0.0.240 - - [2026-06-01 03:01:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016116 10.0.0.240 - - [2026-06-01 03:01:31] "POST /neutron/network HTTP/1.1" 200 1111 0.010954 10.0.0.240 - - [2026-06-01 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2026-06-01 03:01:32] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006594 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.240 - - [2026-06-01 03:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004158 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004329 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006468 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.240 - - [2026-06-01 03:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005348 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003505 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006816 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.240 - - [2026-06-01 03:01:34] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.008778 10.0.0.240 - - [2026-06-01 03:01:34] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007403 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.240 - - [2026-06-01 03:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004952 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004803 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006517 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.240 - - [2026-06-01 03:01:34] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006263 10.0.0.240 - - [2026-06-01 03:01:34] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004839 10.0.0.240 - - [2026-06-01 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.240 - - [2026-06-01 03:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006881 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004569 10.0.0.240 - - [2026-06-01 03:01:34] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009631 10.0.0.240 - - [2026-06-01 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.240 - - [2026-06-01 03:01:35] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004787 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004435 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009775 10.0.0.65 - - [2026-06-01 03:01:35] "GET /obj-perms HTTP/1.1" 200 5109 0.059923 10.0.0.240 - - [2026-06-01 03:01:35] "GET /obj-perms HTTP/1.1" 200 5109 0.052839 10.0.0.240 - - [2026-06-01 03:01:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004595 10.0.0.240 - - [2026-06-01 03:01:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004346 10.0.0.65 - - [2026-06-01 03:01:35] "GET /obj-perms HTTP/1.1" 200 5109 0.004787 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004520 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.005669 10.0.0.240 - - [2026-06-01 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.240 - - [2026-06-01 03:01:35] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003989 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003130 10.0.0.240 - - [2026-06-01 03:01:35] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005943 10.0.0.240 - - [2026-06-01 03:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006312 10.0.0.240 - - [2026-06-01 03:01:36] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006405 10.0.0.240 - - [2026-06-01 03:01:36] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005424 10.0.0.240 - - [2026-06-01 03:01:37] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008286 10.0.0.240 - - [2026-06-01 03:01:37] "POST /neutron/port HTTP/1.1" 200 1216 0.021675 10.0.0.240 - - [2026-06-01 03:01:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005203 10.0.0.240 - - [2026-06-01 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.240 - - [2026-06-01 03:01:42] "POST /neutron/port HTTP/1.1" 200 1155 0.020110 10.0.0.240 - - [2026-06-01 03:01:44] "POST /neutron/security_group HTTP/1.1" 200 1292 0.039306 10.0.0.240 - - [2026-06-01 03:01:47] "POST /neutron/port HTTP/1.1" 200 1155 0.021320 10.0.0.240 - - [2026-06-01 03:01:52] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007241 10.0.0.240 - - [2026-06-01 03:01:58] "POST /neutron/port HTTP/1.1" 200 1155 0.019587 10.0.0.240 - - [2026-06-01 03:01:58] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008657 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.008023 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.003965 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine-interface/e61ff6cb-984a-4116-a643-f88409f950e4 HTTP/1.1" 200 3264 0.005733 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.003865 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine-interface/e61ff6cb-984a-4116-a643-f88409f950e4 HTTP/1.1" 200 3264 0.005450 10.0.0.240 - - [2026-06-01 03:01:58] "GET /instance-ip/2caefbac-09e3-4d4a-8f8c-3e9963a6e6dd HTTP/1.1" 200 1730 0.006862 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.004704 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-machine-interface/e61ff6cb-984a-4116-a643-f88409f950e4 HTTP/1.1" 200 3264 0.006412 10.0.0.240 - - [2026-06-01 03:01:58] "GET /instance-ip/2caefbac-09e3-4d4a-8f8c-3e9963a6e6dd HTTP/1.1" 200 1730 0.004399 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.240 - - [2026-06-01 03:01:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002932 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007216 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.240 - - [2026-06-01 03:01:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004102 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003688 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005955 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.240 - - [2026-06-01 03:01:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004841 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003987 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006009 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.240 - - [2026-06-01 03:01:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004222 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003560 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006640 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.240 - - [2026-06-01 03:01:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003417 10.0.0.240 - - [2026-06-01 03:01:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005864 10.0.0.240 - - [2026-06-01 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.240 - - [2026-06-01 03:01:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005084 10.0.0.240 - - [2026-06-01 03:01:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003341 10.0.0.240 - - [2026-06-01 03:01:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006633 10.0.0.240 - - [2026-06-01 03:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.240 - - [2026-06-01 03:01:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.240 - - [2026-06-01 03:01:59] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003381 10.0.0.240 - - [2026-06-01 03:01:59] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005894 10.0.0.240 - - [2026-06-01 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.240 - - [2026-06-01 03:02:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003703 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005263 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006922 10.0.0.240 - - [2026-06-01 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.240 - - [2026-06-01 03:02:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004851 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003790 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006312 10.0.0.240 - - [2026-06-01 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.240 - - [2026-06-01 03:02:00] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004817 10.0.0.240 - - [2026-06-01 03:02:00] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007715 10.0.0.240 - - [2026-06-01 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.240 - - [2026-06-01 03:02:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003484 10.0.0.240 - - [2026-06-01 03:02:00] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007244 10.0.0.240 - - [2026-06-01 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.240 - - [2026-06-01 03:02:00] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004436 10.0.0.240 - - [2026-06-01 03:02:01] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005172 10.0.0.240 - - [2026-06-01 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.240 - - [2026-06-01 03:02:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004163 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004047 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006687 10.0.0.240 - - [2026-06-01 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.240 - - [2026-06-01 03:02:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005485 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004028 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006793 10.0.0.240 - - [2026-06-01 03:02:01] "GET /obj-perms HTTP/1.1" 200 5109 0.005305 10.0.0.240 - - [2026-06-01 03:02:01] "GET /obj-perms HTTP/1.1" 200 5109 0.004994 10.0.0.65 - - [2026-06-01 03:02:01] "GET /obj-perms HTTP/1.1" 200 5109 0.003730 10.0.0.240 - - [2026-06-01 03:02:01] "GET /obj-perms HTTP/1.1" 200 5109 0.004895 10.0.0.249 - - [2026-06-01 03:02:01] "GET /obj-perms HTTP/1.1" 200 5109 0.060523 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.004584 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-machine-interface/e61ff6cb-984a-4116-a643-f88409f950e4 HTTP/1.1" 200 3264 0.006392 10.0.0.240 - - [2026-06-01 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.240 - - [2026-06-01 03:02:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004413 10.0.0.240 - - [2026-06-01 03:02:01] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006868 10.0.0.240 - - [2026-06-01 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.240 - - [2026-06-01 03:02:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.240 - - [2026-06-01 03:02:02] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003505 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005779 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.005508 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.006349 10.0.0.240 - - [2026-06-01 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.240 - - [2026-06-01 03:02:03] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004747 10.0.0.240 - - [2026-06-01 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.240 - - [2026-06-01 03:02:03] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.006739 10.0.0.240 - - [2026-06-01 03:02:03] "POST /neutron/security_group HTTP/1.1" 200 1318 0.006050 10.0.0.240 - - [2026-06-01 03:02:03] "POST /neutron/port HTTP/1.1" 200 1144 0.018390 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004270 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3202 0.008916 10.0.0.240 - - [2026-06-01 03:02:03] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007622 10.0.0.240 - - [2026-06-01 03:02:03] "POST /neutron/port HTTP/1.1" 200 1106 0.016426 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004348 10.0.0.240 - - [2026-06-01 03:02:03] "GET /virtual-machine-interface/62cc972c-9e99-4455-a409-0979b709195e HTTP/1.1" 200 3263 0.008401 10.0.0.240 - - [2026-06-01 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.240 - - [2026-06-01 03:02:03] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004539 10.0.0.240 - - [2026-06-01 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.240 - - [2026-06-01 03:02:03] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004834 10.0.0.240 - - [2026-06-01 03:02:04] "DELETE /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b HTTP/1.1" 409 336 0.011955 10.0.0.240 - - [2026-06-01 03:02:33] "POST /neutron/port HTTP/1.1" 200 1155 0.022977 10.0.0.240 - - [2026-06-01 03:02:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.240 - - [2026-06-01 03:02:33] "POST /neutron/network HTTP/1.1" 200 954 0.007540 10.0.0.240 - - [2026-06-01 03:02:37] "POST /neutron/network HTTP/1.1" 200 964 0.006616 10.0.0.240 - - [2026-06-01 03:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.240 - - [2026-06-01 03:03:18] "GET /obj-perms HTTP/1.1" 200 5075 0.048117 10.0.0.240 - - [2026-06-01 03:03:34] "POST /neutron/port HTTP/1.1" 200 1216 0.054181 10.0.0.240 - - [2026-06-01 03:03:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.240 - - [2026-06-01 03:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.240 - - [2026-06-01 03:03:35] "GET /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.005643 10.0.0.240 - - [2026-06-01 03:03:35] "PUT /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b HTTP/1.1" 200 262 0.018979 10.0.0.65 - - [2026-06-01 03:03:35] "PUT /access-control-list/75d14348-6c5f-4019-878c-b23fac64aa83 HTTP/1.1" 200 272 0.024988 10.0.0.240 - - [2026-06-01 03:03:37] "POST /neutron/port HTTP/1.1" 200 1155 0.020869 10.0.0.240 - - [2026-06-01 03:03:37] "POST /neutron/port HTTP/1.1" 200 1106 0.070438 10.0.0.240 - - [2026-06-01 03:03:38] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 200 1322 0.004150 10.0.0.240 - - [2026-06-01 03:03:38] "POST /neutron/port HTTP/1.1" 200 151 0.212578 10.0.0.240 - - [2026-06-01 03:03:39] "POST /neutron/network HTTP/1.1" 200 1121 0.031570 10.0.0.240 - - [2026-06-01 03:03:40] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 404 171 0.004428 10.0.0.240 - - [2026-06-01 03:03:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018742 10.0.0.240 - - [2026-06-01 03:03:40] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 404 171 0.003022 10.0.0.240 - - [2026-06-01 03:03:40] "GET /virtual-machine/81398fa7-7f72-459d-8e93-2876284b18c4 HTTP/1.1" 404 171 0.003313 10.0.0.240 - - [2026-06-01 03:03:40] "POST /neutron/network HTTP/1.1" 200 1111 0.011599 10.0.0.240 - - [2026-06-01 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.240 - - [2026-06-01 03:03:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003697 10.0.0.240 - - [2026-06-01 03:03:40] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003017 10.0.0.240 - - [2026-06-01 03:03:40] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007200 10.0.0.240 - - [2026-06-01 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.240 - - [2026-06-01 03:03:40] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004956 10.0.0.240 - - [2026-06-01 03:03:40] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005391 10.0.0.240 - - [2026-06-01 03:03:43] "GET /obj-perms HTTP/1.1" 200 5109 0.004577 10.0.0.240 - - [2026-06-01 03:03:46] "GET /obj-perms HTTP/1.1" 200 5109 0.003787 10.0.0.240 - - [2026-06-01 03:03:52] "GET /obj-perms HTTP/1.1" 200 5109 0.005207 10.0.0.240 - - [2026-06-01 03:03:56] "GET /obj-perms HTTP/1.1" 200 5109 0.004429 10.0.0.249 - - [2026-06-01 03:03:56] "GET /obj-perms HTTP/1.1" 200 5109 0.003831 10.0.0.65 - - [2026-06-01 03:03:56] "GET /obj-perms HTTP/1.1" 200 5109 0.004165 10.0.0.240 - - [2026-06-01 03:03:56] "POST /neutron/port HTTP/1.1" 200 1144 0.013878 10.0.0.240 - - [2026-06-01 03:03:56] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 200 1322 0.004208 10.0.0.240 - - [2026-06-01 03:03:56] "POST /neutron/port HTTP/1.1" 200 1116 0.021977 10.0.0.240 - - [2026-06-01 03:03:58] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 404 171 0.003729 10.0.0.240 - - [2026-06-01 03:03:58] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 404 171 0.003025 10.0.0.240 - - [2026-06-01 03:03:58] "GET /virtual-machine/76f51b72-5d46-4dc7-b4ba-10dd4635546e HTTP/1.1" 404 171 0.003418 10.0.0.240 - - [2026-06-01 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.240 - - [2026-06-01 03:03:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.240 - - [2026-06-01 03:03:58] "GET /virtual-networks?parent_id=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002912 10.0.0.240 - - [2026-06-01 03:03:58] "GET /virtual-network/63a1ff1d-fa40-4f56-9364-7742443692c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.023008 10.0.0.240 - - [2026-06-01 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.240 - - [2026-06-01 03:03:58] "GET /routing-instance/fc02d733-7076-47c6-869a-09afc0fea79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.003967 10.0.0.240 - - [2026-06-01 03:03:58] "GET /route-target/c71e7452-eea2-49f9-a172-566808d96357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004012 10.0.0.240 - - [2026-06-01 03:03:58] "GET /obj-perms HTTP/1.1" 200 5109 0.003937 10.0.0.240 - - [2026-06-01 03:04:01] "GET /obj-perms HTTP/1.1" 200 5109 0.004241 10.0.0.240 - - [2026-06-01 03:04:08] "GET /obj-perms HTTP/1.1" 200 5109 0.018188 10.0.0.240 - - [2026-06-01 03:04:11] "GET /obj-perms HTTP/1.1" 200 5109 0.004365 10.0.0.240 - - [2026-06-01 03:04:17] "GET /obj-perms HTTP/1.1" 200 5109 0.003595 10.0.0.240 - - [2026-06-01 03:04:20] "GET /obj-perms HTTP/1.1" 200 5109 0.005883 10.0.0.240 - - [2026-06-01 03:04:23] "GET /obj-perms HTTP/1.1" 200 5109 0.003973 10.0.0.240 - - [2026-06-01 03:04:26] "GET /obj-perms HTTP/1.1" 200 5109 0.004487 10.0.0.240 - - [2026-06-01 03:04:26] "POST /neutron/network HTTP/1.1" 200 954 0.008454 10.0.0.240 - - [2026-06-01 03:04:27] "DELETE /security-group/a61f2246-87f0-41d8-97cd-05c70e1b4c2b HTTP/1.1" 200 115 0.054151 10.0.0.240 - - [2026-06-01 03:04:27] "POST /fqname-to-id HTTP/1.1" 404 254 0.004268 10.0.0.65 - - [2026-06-01 03:04:27] "DELETE /access-control-list/e6998943-2368-42b8-93db-05dbf6321fe7 HTTP/1.1" 200 115 0.044326 10.0.0.65 - - [2026-06-01 03:04:28] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.027707 10.0.0.240 - - [2026-06-01 03:04:28] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.068601 10.0.0.65 - - [2026-06-01 03:04:28] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001059 10.0.0.240 - - [2026-06-01 03:04:28] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?fields=virtual_networks HTTP/1.1" 200 1092 0.050801 10.0.0.65 - - [2026-06-01 03:04:29] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001533 10.0.0.240 - - [2026-06-01 03:04:29] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.053165 10.0.0.65 - - [2026-06-01 03:04:29] "GET /projects?obj_uuids=36cd018b-7cc8-4eba-b017-e4f2aafb436c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000999 10.0.0.240 - - [2026-06-01 03:04:29] "GET /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c?fields=security_groups HTTP/1.1" 200 1348 0.049948 10.0.0.240 - - [2026-06-01 03:04:29] "POST /fqname-to-id HTTP/1.1" 404 209 0.029038 10.0.0.65 - - [2026-06-01 03:04:30] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003694 10.0.0.65 - - [2026-06-01 03:04:30] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.65 - - [2026-06-01 03:04:30] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008288 10.0.0.65 - - [2026-06-01 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 212 0.004272 10.0.0.65 - - [2026-06-01 03:04:30] "POST /fqname-to-id HTTP/1.1" 404 222 0.006134 10.0.0.65 - - [2026-06-01 03:04:30] "POST /security-groups HTTP/1.1" 200 612 0.078519 10.0.0.65 - - [2026-06-01 03:04:30] "POST /projects HTTP/1.1" 200 627 0.301734 10.0.0.65 - - [2026-06-01 03:04:30] "POST /access-control-lists HTTP/1.1" 200 617 0.031156 10.0.0.65 - - [2026-06-01 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.374311 10.0.0.240 - - [2026-06-01 03:04:30] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.550676 10.0.0.240 - - [2026-06-01 03:04:31] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.240 - - [2026-06-01 03:04:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.240 - - [2026-06-01 03:04:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.064192 10.0.0.65 - - [2026-06-01 03:04:33] "POST /fqname-to-id HTTP/1.1" 404 277 0.005050 10.0.0.65 - - [2026-06-01 03:04:34] "POST /access-control-lists HTTP/1.1" 200 637 0.047120 10.0.0.65 - - [2026-06-01 03:04:34] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000986 10.0.0.240 - - [2026-06-01 03:04:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.122871 10.0.0.65 - - [2026-06-01 03:04:34] "DELETE /access-control-list/4156a783-7516-491d-9d03-3ddd358875f7 HTTP/1.1" 200 115 0.046454 10.0.0.240 - - [2026-06-01 03:04:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028026 10.0.0.65 - - [2026-06-01 03:04:34] "PUT /access-control-list/cea612cf-760a-488f-860e-162ea1273129 HTTP/1.1" 200 272 0.017035 10.0.0.240 - - [2026-06-01 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.240 - - [2026-06-01 03:04:35] "GET /security-group/cec2cd41-e1ce-4c8f-b132-6f28b3684249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007203 10.0.0.240 - - [2026-06-01 03:04:35] "POST /neutron/security_group HTTP/1.1" 200 1003 0.004873 10.0.0.240 - - [2026-06-01 03:04:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.003649 10.0.0.65 - - [2026-06-01 03:04:35] "DELETE /access-control-list/cea612cf-760a-488f-860e-162ea1273129 HTTP/1.1" 200 115 0.036030 10.0.0.240 - - [2026-06-01 03:04:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.005440 10.0.0.65 - - [2026-06-01 03:04:36] "POST /fqname-to-id HTTP/1.1" 404 276 0.009975 10.0.0.65 - - [2026-06-01 03:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.65 - - [2026-06-01 03:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.65 - - [2026-06-01 03:04:36] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001407 10.0.0.240 - - [2026-06-01 03:04:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.072456 10.0.0.240 - - [2026-06-01 03:04:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012689 10.0.0.65 - - [2026-06-01 03:04:37] "PUT /access-control-list/8ffd2b47-55dc-4064-9795-9c7a7c65f090 HTTP/1.1" 200 272 0.016523 10.0.0.249 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.240 - - [2026-06-01 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.240 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000356 10.0.0.240 - - [2026-06-01 03:04:37] "GET /security-group/059befd2-9eb7-4d03-babf-6d4280451db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008320 10.0.0.65 - - [2026-06-01 03:04:37] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.240 - - [2026-06-01 03:04:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.048786 10.0.0.65 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.65 - - [2026-06-01 03:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-06-01 03:04:38] "POST /neutron/security_group_rule HTTP/1.1" 200 579 0.144232 10.0.0.65 - - [2026-06-01 03:04:38] "PUT /access-control-list/8ffd2b47-55dc-4064-9795-9c7a7c65f090 HTTP/1.1" 200 272 0.018781 10.0.0.249 - - [2026-06-01 03:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2026-06-01 03:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-06-01 03:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.65 - - [2026-06-01 03:04:38] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000813 10.0.0.240 - - [2026-06-01 03:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.240 - - [2026-06-01 03:04:38] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055856 10.0.0.240 - - [2026-06-01 03:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000657 10.0.0.65 - - [2026-06-01 03:04:38] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001891 10.0.0.240 - - [2026-06-01 03:04:38] "POST /neutron/network HTTP/1.1" 200 708 0.157561 10.0.0.65 - - [2026-06-01 03:04:38] "POST /ref-update HTTP/1.1" 200 156 0.029162 10.0.0.240 - - [2026-06-01 03:04:38] "POST /id-to-fqname HTTP/1.1" 200 282 0.006645 10.0.0.240 - - [2026-06-01 03:04:38] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.009993 10.0.0.240 - - [2026-06-01 03:04:38] "POST /neutron/network HTTP/1.1" 200 924 0.008985 10.0.0.240 - - [2026-06-01 03:04:38] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006427 10.0.0.240 - - [2026-06-01 03:04:39] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006847 10.0.0.65 - - [2026-06-01 03:04:40] "GET /obj-perms HTTP/1.1" 200 5091 0.062865 10.0.0.240 - - [2026-06-01 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 282 0.001421 10.0.0.240 - - [2026-06-01 03:04:40] "POST /neutron/port HTTP/1.1" 200 1216 0.019290 10.0.0.240 - - [2026-06-01 03:04:40] "POST /neutron/network HTTP/1.1" 200 1121 0.007593 10.0.0.240 - - [2026-06-01 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013943 10.0.0.240 - - [2026-06-01 03:04:40] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.65 - - [2026-06-01 03:04:41] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001486 10.0.0.240 - - [2026-06-01 03:04:41] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.088770 10.0.0.240 - - [2026-06-01 03:04:41] "POST /neutron/network HTTP/1.1" 200 924 0.050388 10.0.0.240 - - [2026-06-01 03:04:42] "POST /id-to-fqname HTTP/1.1" 200 282 0.001171 10.0.0.240 - - [2026-06-01 03:04:42] "POST /neutron/port HTTP/1.1" 200 2278 0.041686 10.0.0.65 - - [2026-06-01 03:04:42] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002103 10.0.0.240 - - [2026-06-01 03:04:42] "POST /neutron/security_group HTTP/1.1" 200 3408 0.051134 10.0.0.240 - - [2026-06-01 03:04:42] "POST /neutron/port HTTP/1.1" 200 1078 0.020158 10.0.0.240 - - [2026-06-01 03:04:43] "POST /neutron/port HTTP/1.1" 200 1142 0.025662 10.0.0.240 - - [2026-06-01 03:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.65 - - [2026-06-01 03:04:43] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001493 10.0.0.240 - - [2026-06-01 03:04:43] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.086887 10.0.0.240 - - [2026-06-01 03:04:43] "POST /neutron/port HTTP/1.1" 200 3267 0.041814 10.0.0.240 - - [2026-06-01 03:04:43] "POST /neutron/port HTTP/1.1" 200 1142 0.022358 10.0.0.65 - - [2026-06-01 03:04:44] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001038 10.0.0.240 - - [2026-06-01 03:04:44] "POST /neutron/security_group HTTP/1.1" 200 3408 0.057236 10.0.0.240 - - [2026-06-01 03:04:44] "POST /neutron/port HTTP/1.1" 200 1078 0.021244 10.0.0.240 - - [2026-06-01 03:04:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004779 10.0.0.240 - - [2026-06-01 03:04:44] "POST /neutron/network HTTP/1.1" 200 924 0.007133 10.0.0.65 - - [2026-06-01 03:04:47] "DELETE /project/36cd018b-7cc8-4eba-b017-e4f2aafb436c HTTP/1.1" 404 177 0.003023 10.0.0.65 - - [2026-06-01 03:04:47] "DELETE /project/fd6e724094af49c88f477f93d49d1220 HTTP/1.1" 404 173 0.005811 10.0.0.240 - - [2026-06-01 03:04:49] "POST /neutron/port HTTP/1.1" 200 1142 0.019176 10.0.0.240 - - [2026-06-01 03:04:49] "POST /neutron/security_group HTTP/1.1" 200 1411 0.009028 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 401 293 0.000510 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.032381 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.003575 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.005563 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.003897 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.007393 10.0.0.240 - - [2026-06-01 03:04:49] "GET /instance-ip/91537e44-ca93-4f51-89a5-a4186039a4ca HTTP/1.1" 200 1700 0.006931 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.005474 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.006436 10.0.0.240 - - [2026-06-01 03:04:49] "GET /instance-ip/91537e44-ca93-4f51-89a5-a4186039a4ca HTTP/1.1" 200 1700 0.005890 10.0.0.240 - - [2026-06-01 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.240 - - [2026-06-01 03:04:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004631 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003933 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006018 10.0.0.240 - - [2026-06-01 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.240 - - [2026-06-01 03:04:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005357 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003143 10.0.0.240 - - [2026-06-01 03:04:49] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006876 10.0.0.240 - - [2026-06-01 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.240 - - [2026-06-01 03:04:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004330 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003221 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006089 10.0.0.240 - - [2026-06-01 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.240 - - [2026-06-01 03:04:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004493 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004759 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007344 10.0.0.240 - - [2026-06-01 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.240 - - [2026-06-01 03:04:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004840 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003487 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005685 10.0.0.240 - - [2026-06-01 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-06-01 03:04:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004200 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003486 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006686 10.0.0.240 - - [2026-06-01 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.240 - - [2026-06-01 03:04:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003954 10.0.0.240 - - [2026-06-01 03:04:50] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006052 10.0.0.240 - - [2026-06-01 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.240 - - [2026-06-01 03:04:53] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005783 10.0.0.240 - - [2026-06-01 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.240 - - [2026-06-01 03:04:57] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006319 10.0.0.240 - - [2026-06-01 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006689 10.0.0.240 - - [2026-06-01 03:05:01] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.008147 10.0.0.240 - - [2026-06-01 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.240 - - [2026-06-01 03:05:05] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006329 10.0.0.240 - - [2026-06-01 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.240 - - [2026-06-01 03:05:10] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007481 10.0.0.240 - - [2026-06-01 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.240 - - [2026-06-01 03:05:14] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005438 10.0.0.240 - - [2026-06-01 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.240 - - [2026-06-01 03:05:18] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.008258 10.0.0.249 - - [2026-06-01 03:05:19] "GET /obj-perms HTTP/1.1" 200 5075 0.060467 10.0.0.240 - - [2026-06-01 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.240 - - [2026-06-01 03:05:22] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006694 10.0.0.240 - - [2026-06-01 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-06-01 03:05:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.240 - - [2026-06-01 03:05:24] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004041 10.0.0.240 - - [2026-06-01 03:05:24] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006026 10.0.0.240 - - [2026-06-01 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-06-01 03:05:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004250 10.0.0.240 - - [2026-06-01 03:05:24] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003440 10.0.0.240 - - [2026-06-01 03:05:24] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005569 10.0.0.240 - - [2026-06-01 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.240 - - [2026-06-01 03:05:24] "GET /routing-instance/e3c73bdc-46cc-43d3-bf17-331832e7b677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004956 10.0.0.240 - - [2026-06-01 03:05:24] "GET /route-target/38dc4e05-444e-4d5c-a086-5c46d5326503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003767 10.0.0.240 - - [2026-06-01 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.240 - - [2026-06-01 03:05:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.240 - - [2026-06-01 03:05:24] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004791 10.0.0.240 - - [2026-06-01 03:05:25] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006189 10.0.0.240 - - [2026-06-01 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.240 - - [2026-06-01 03:05:25] "GET /routing-instance/e3c73bdc-46cc-43d3-bf17-331832e7b677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004317 10.0.0.240 - - [2026-06-01 03:05:25] "GET /route-target/38dc4e05-444e-4d5c-a086-5c46d5326503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005415 10.0.0.240 - - [2026-06-01 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2026-06-01 03:05:25] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.240 - - [2026-06-01 03:05:25] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004104 10.0.0.240 - - [2026-06-01 03:05:25] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006196 10.0.0.240 - - [2026-06-01 03:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.240 - - [2026-06-01 03:05:25] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005207 10.0.0.240 - - [2026-06-01 03:05:25] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004303 10.0.0.240 - - [2026-06-01 03:05:25] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005826 10.0.0.240 - - [2026-06-01 03:05:25] "GET /obj-perms HTTP/1.1" 200 5091 0.058171 10.0.0.65 - - [2026-06-01 03:05:25] "GET /obj-perms HTTP/1.1" 200 5091 0.003914 10.0.0.240 - - [2026-06-01 03:05:25] "GET /obj-perms HTTP/1.1" 200 5091 0.004336 10.0.0.240 - - [2026-06-01 03:05:25] "GET /obj-perms HTTP/1.1" 200 5091 0.004757 10.0.0.240 - - [2026-06-01 03:05:26] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.005010 10.0.0.240 - - [2026-06-01 03:05:26] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.005225 10.0.0.240 - - [2026-06-01 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.240 - - [2026-06-01 03:05:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004550 10.0.0.240 - - [2026-06-01 03:05:26] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.009253 10.0.0.240 - - [2026-06-01 03:05:26] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006037 10.0.0.240 - - [2026-06-01 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.240 - - [2026-06-01 03:05:27] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003492 10.0.0.240 - - [2026-06-01 03:05:27] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003285 10.0.0.240 - - [2026-06-01 03:05:27] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006021 10.0.0.240 - - [2026-06-01 03:05:27] "POST /neutron/port HTTP/1.1" 200 1142 0.019759 10.0.0.240 - - [2026-06-01 03:05:32] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008913 10.0.0.240 - - [2026-06-01 03:05:33] "POST /neutron/port HTTP/1.1" 200 1142 0.019570 10.0.0.240 - - [2026-06-01 03:05:36] "POST /neutron/port HTTP/1.1" 200 1216 0.027651 10.0.0.240 - - [2026-06-01 03:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005682 10.0.0.240 - - [2026-06-01 03:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.001886 10.0.0.240 - - [2026-06-01 03:05:37] "POST /neutron/security_group HTTP/1.1" 200 1411 0.007996 10.0.0.240 - - [2026-06-01 03:05:42] "POST /neutron/network HTTP/1.1" 200 1121 0.009015 10.0.0.240 - - [2026-06-01 03:05:42] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019437 10.0.0.240 - - [2026-06-01 03:05:42] "POST /neutron/network HTTP/1.1" 200 1111 0.012152 10.0.0.240 - - [2026-06-01 03:05:43] "POST /neutron/port HTTP/1.1" 200 1142 0.023555 10.0.0.240 - - [2026-06-01 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008377 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine/8e2169b9-149d-4493-86ba-d5174c774436 HTTP/1.1" 200 1313 0.006248 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine/8e2169b9-149d-4493-86ba-d5174c774436 HTTP/1.1" 200 1313 0.004298 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine-interface/9d197517-7eb0-4acd-b3d1-7a4e3cd58a11 HTTP/1.1" 200 3192 0.007220 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine/8e2169b9-149d-4493-86ba-d5174c774436 HTTP/1.1" 200 1313 0.004830 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine-interface/9d197517-7eb0-4acd-b3d1-7a4e3cd58a11 HTTP/1.1" 200 3192 0.008159 10.0.0.240 - - [2026-06-01 03:05:43] "GET /instance-ip/d84e0565-c921-41a9-abec-f634ac684e02 HTTP/1.1" 200 1701 0.008148 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine/8e2169b9-149d-4493-86ba-d5174c774436 HTTP/1.1" 200 1313 0.004920 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-machine-interface/9d197517-7eb0-4acd-b3d1-7a4e3cd58a11 HTTP/1.1" 200 3192 0.006085 10.0.0.240 - - [2026-06-01 03:05:43] "GET /instance-ip/d84e0565-c921-41a9-abec-f634ac684e02 HTTP/1.1" 200 1701 0.004499 10.0.0.240 - - [2026-06-01 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.240 - - [2026-06-01 03:05:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002742 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006302 10.0.0.240 - - [2026-06-01 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.240 - - [2026-06-01 03:05:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004130 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003388 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006155 10.0.0.240 - - [2026-06-01 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.240 - - [2026-06-01 03:05:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004836 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003387 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005477 10.0.0.240 - - [2026-06-01 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.240 - - [2026-06-01 03:05:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004358 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003812 10.0.0.240 - - [2026-06-01 03:05:43] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006002 10.0.0.240 - - [2026-06-01 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.240 - - [2026-06-01 03:05:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003931 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003452 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006885 10.0.0.240 - - [2026-06-01 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-06-01 03:05:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003098 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006259 10.0.0.240 - - [2026-06-01 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.240 - - [2026-06-01 03:05:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004161 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003277 10.0.0.240 - - [2026-06-01 03:05:44] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006421 10.0.0.240 - - [2026-06-01 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.240 - - [2026-06-01 03:05:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003459 10.0.0.240 - - [2026-06-01 03:05:45] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003681 10.0.0.240 - - [2026-06-01 03:05:45] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006099 10.0.0.240 - - [2026-06-01 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.240 - - [2026-06-01 03:05:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.240 - - [2026-06-01 03:05:45] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003123 10.0.0.240 - - [2026-06-01 03:05:45] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005952 10.0.0.240 - - [2026-06-01 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.240 - - [2026-06-01 03:05:45] "GET /routing-instance/e3c73bdc-46cc-43d3-bf17-331832e7b677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005133 10.0.0.240 - - [2026-06-01 03:05:45] "GET /route-target/38dc4e05-444e-4d5c-a086-5c46d5326503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003510 10.0.0.240 - - [2026-06-01 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.240 - - [2026-06-01 03:05:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003885 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003658 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006372 10.0.0.240 - - [2026-06-01 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.240 - - [2026-06-01 03:05:46] "GET /routing-instance/e3c73bdc-46cc-43d3-bf17-331832e7b677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004395 10.0.0.240 - - [2026-06-01 03:05:46] "GET /route-target/38dc4e05-444e-4d5c-a086-5c46d5326503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004214 10.0.0.240 - - [2026-06-01 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.240 - - [2026-06-01 03:05:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003899 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003909 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007103 10.0.0.240 - - [2026-06-01 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.240 - - [2026-06-01 03:05:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005436 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003166 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.005394 10.0.0.65 - - [2026-06-01 03:05:46] "GET /obj-perms HTTP/1.1" 200 5091 0.004795 10.0.0.240 - - [2026-06-01 03:05:46] "GET /obj-perms HTTP/1.1" 200 5091 0.003981 10.0.0.240 - - [2026-06-01 03:05:46] "GET /obj-perms HTTP/1.1" 200 5091 0.003566 10.0.0.240 - - [2026-06-01 03:05:46] "GET /obj-perms HTTP/1.1" 200 5091 0.004347 10.0.0.65 - - [2026-06-01 03:05:46] "GET /obj-perms HTTP/1.1" 200 5091 0.003993 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-machine/8e2169b9-149d-4493-86ba-d5174c774436 HTTP/1.1" 200 1313 0.004725 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-machine-interface/9d197517-7eb0-4acd-b3d1-7a4e3cd58a11 HTTP/1.1" 200 3192 0.005988 10.0.0.240 - - [2026-06-01 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.240 - - [2026-06-01 03:05:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003842 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004555 10.0.0.240 - - [2026-06-01 03:05:46] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006178 10.0.0.240 - - [2026-06-01 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.240 - - [2026-06-01 03:05:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005005 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-networks?parent_id=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003040 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-network/6f2c174e-47bf-4561-8ed1-e28d22eab842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006181 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.004430 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.005790 10.0.0.240 - - [2026-06-01 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.240 - - [2026-06-01 03:05:48] "GET /security-group/059befd2-9eb7-4d03-babf-6d4280451db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004730 10.0.0.240 - - [2026-06-01 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.240 - - [2026-06-01 03:05:48] "GET /security-group/059befd2-9eb7-4d03-babf-6d4280451db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004642 10.0.0.240 - - [2026-06-01 03:05:48] "POST /neutron/security_group HTTP/1.1" 200 1437 0.004963 10.0.0.240 - - [2026-06-01 03:05:48] "POST /neutron/port HTTP/1.1" 200 1132 0.015442 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.004155 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3138 0.008663 10.0.0.240 - - [2026-06-01 03:05:48] "POST /neutron/security_group HTTP/1.1" 200 1411 0.008642 10.0.0.240 - - [2026-06-01 03:05:48] "POST /neutron/port HTTP/1.1" 200 1094 0.019809 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine/50520956-45d7-455e-ab41-aeb73042463d HTTP/1.1" 200 1313 0.005077 10.0.0.240 - - [2026-06-01 03:05:48] "GET /virtual-machine-interface/0f818c11-e489-4d8e-80dd-f7f162a93d38 HTTP/1.1" 200 3190 0.008638 10.0.0.240 - - [2026-06-01 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.240 - - [2026-06-01 03:05:49] "GET /security-group/059befd2-9eb7-4d03-babf-6d4280451db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004323 10.0.0.240 - - [2026-06-01 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.240 - - [2026-06-01 03:05:49] "GET /security-group/059befd2-9eb7-4d03-babf-6d4280451db1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004976 10.0.0.240 - - [2026-06-01 03:05:49] "POST /neutron/security_group HTTP/1.1" 200 1437 0.005246 10.0.0.240 - - [2026-06-01 03:05:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003276 10.0.0.240 - - [2026-06-01 03:05:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003808 10.0.0.65 - - [2026-06-01 03:05:49] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029 10.0.0.240 - - [2026-06-01 03:05:49] "POST /neutron/security_group HTTP/1.1" 200 153 0.046384 10.0.0.240 - - [2026-06-01 03:05:49] "POST /neutron/network HTTP/1.1" 200 924 0.009595 10.0.0.240 - - [2026-06-01 03:05:51] "POST /neutron/network HTTP/1.1" 400 204 0.022950 10.0.0.240 - - [2026-06-01 03:05:56] "POST /neutron/network HTTP/1.1" 200 924 0.007305 10.0.0.240 - - [2026-06-01 03:05:58] "POST /neutron/network HTTP/1.1" 400 204 0.017434 10.0.0.240 - - [2026-06-01 03:06:02] "POST /neutron/network HTTP/1.1" 200 924 0.008167 10.0.0.240 - - [2026-06-01 03:06:04] "POST /neutron/network HTTP/1.1" 400 204 0.014112 10.0.0.240 - - [2026-06-01 03:06:08] "POST /neutron/network HTTP/1.1" 200 924 0.007839 10.0.0.240 - - [2026-06-01 03:06:10] "POST /neutron/network HTTP/1.1" 400 204 0.015341 10.0.0.240 - - [2026-06-01 03:06:14] "POST /neutron/network HTTP/1.1" 200 924 0.008738 10.0.0.240 - - [2026-06-01 03:06:16] "POST /neutron/network HTTP/1.1" 400 204 0.014905 10.0.0.240 - - [2026-06-01 03:06:20] "POST /neutron/network HTTP/1.1" 200 924 0.009203 10.0.0.240 - - [2026-06-01 03:06:20] "GET /obj-perms HTTP/1.1" 200 5075 0.055822 10.0.0.249 - - [2026-06-01 03:06:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052100 10.0.0.240 - - [2026-06-01 03:06:22] "POST /neutron/network HTTP/1.1" 400 204 0.013513 10.0.0.240 - - [2026-06-01 03:06:26] "POST /neutron/network HTTP/1.1" 200 924 0.009133 10.0.0.240 - - [2026-06-01 03:06:28] "POST /neutron/network HTTP/1.1" 400 204 0.014874 10.0.0.240 - - [2026-06-01 03:06:32] "POST /neutron/network HTTP/1.1" 200 924 0.007054 10.0.0.240 - - [2026-06-01 03:06:34] "POST /neutron/network HTTP/1.1" 400 204 0.013349 10.0.0.240 - - [2026-06-01 03:06:36] "POST /neutron/network HTTP/1.1" 200 934 0.009246 10.0.0.240 - - [2026-06-01 03:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.240 - - [2026-06-01 03:06:37] "POST /neutron/network HTTP/1.1" 400 204 0.013810 10.0.0.240 - - [2026-06-01 03:06:41] "POST /neutron/network HTTP/1.1" 200 924 0.007811 10.0.0.240 - - [2026-06-01 03:06:43] "POST /neutron/port HTTP/1.1" 200 1104 0.021844 10.0.0.240 - - [2026-06-01 03:06:43] "POST /neutron/subnet HTTP/1.1" 200 684 0.011388 10.0.0.240 - - [2026-06-01 03:07:31] "POST /neutron/security_group HTTP/1.1" 400 209 0.003939 10.0.0.65 - - [2026-06-01 03:07:32] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001347 10.0.0.240 - - [2026-06-01 03:07:32] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076828 10.0.0.65 - - [2026-06-01 03:07:32] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000954 10.0.0.240 - - [2026-06-01 03:07:32] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.056239 10.0.0.65 - - [2026-06-01 03:07:34] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.240 - - [2026-06-01 03:07:34] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041486 10.0.0.65 - - [2026-06-01 03:07:34] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001166 10.0.0.240 - - [2026-06-01 03:07:34] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.039871 10.0.0.240 - - [2026-06-01 03:07:36] "POST /neutron/network HTTP/1.1" 200 1121 0.008477 10.0.0.240 - - [2026-06-01 03:07:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017742 10.0.0.240 - - [2026-06-01 03:07:36] "POST /neutron/network HTTP/1.1" 200 1111 0.011816 10.0.0.65 - - [2026-06-01 03:07:36] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000989 10.0.0.240 - - [2026-06-01 03:07:36] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052400 10.0.0.65 - - [2026-06-01 03:07:36] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001295 10.0.0.240 - - [2026-06-01 03:07:36] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.059204 10.0.0.65 - - [2026-06-01 03:07:39] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001495 10.0.0.240 - - [2026-06-01 03:07:39] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.054884 10.0.0.65 - - [2026-06-01 03:07:39] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001266 10.0.0.240 - - [2026-06-01 03:07:39] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.049730 10.0.0.65 - - [2026-06-01 03:07:41] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001024 10.0.0.240 - - [2026-06-01 03:07:41] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.036491 10.0.0.65 - - [2026-06-01 03:07:41] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000863 10.0.0.240 - - [2026-06-01 03:07:41] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.093367 10.0.0.65 - - [2026-06-01 03:07:43] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046 10.0.0.240 - - [2026-06-01 03:07:43] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050149 10.0.0.65 - - [2026-06-01 03:07:43] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001273 10.0.0.240 - - [2026-06-01 03:07:43] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.042077 10.0.0.65 - - [2026-06-01 03:07:45] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029 10.0.0.240 - - [2026-06-01 03:07:45] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039145 10.0.0.65 - - [2026-06-01 03:07:45] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001071 10.0.0.240 - - [2026-06-01 03:07:45] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.043313 10.0.0.240 - - [2026-06-01 03:07:45] "POST /neutron/network HTTP/1.1" 200 1121 0.007451 10.0.0.240 - - [2026-06-01 03:07:45] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016144 10.0.0.240 - - [2026-06-01 03:07:45] "POST /neutron/network HTTP/1.1" 200 1111 0.010740 10.0.0.65 - - [2026-06-01 03:07:47] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000956 10.0.0.240 - - [2026-06-01 03:07:47] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.049973 10.0.0.65 - - [2026-06-01 03:07:47] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001333 10.0.0.240 - - [2026-06-01 03:07:47] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.051068 10.0.0.65 - - [2026-06-01 03:07:49] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001130 10.0.0.240 - - [2026-06-01 03:07:49] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043065 10.0.0.65 - - [2026-06-01 03:07:49] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000985 10.0.0.240 - - [2026-06-01 03:07:49] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.055169 10.0.0.65 - - [2026-06-01 03:07:51] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000998 10.0.0.240 - - [2026-06-01 03:07:51] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044740 10.0.0.65 - - [2026-06-01 03:07:51] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000916 10.0.0.240 - - [2026-06-01 03:07:52] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.046016 10.0.0.65 - - [2026-06-01 03:07:54] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001372 10.0.0.240 - - [2026-06-01 03:07:54] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043455 10.0.0.65 - - [2026-06-01 03:07:54] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000992 10.0.0.240 - - [2026-06-01 03:07:54] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.033922 10.0.0.65 - - [2026-06-01 03:07:56] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001322 10.0.0.240 - - [2026-06-01 03:07:56] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.046019 10.0.0.65 - - [2026-06-01 03:07:56] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000988 10.0.0.240 - - [2026-06-01 03:07:56] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.048734 10.0.0.65 - - [2026-06-01 03:07:58] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001115 10.0.0.240 - - [2026-06-01 03:07:58] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043276 10.0.0.65 - - [2026-06-01 03:07:58] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001343 10.0.0.240 - - [2026-06-01 03:07:58] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.040453 10.0.0.65 - - [2026-06-01 03:08:00] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001510 10.0.0.240 - - [2026-06-01 03:08:00] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.060548 10.0.0.65 - - [2026-06-01 03:08:00] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001093 10.0.0.240 - - [2026-06-01 03:08:00] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.051209 10.0.0.65 - - [2026-06-01 03:08:02] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001360 10.0.0.240 - - [2026-06-01 03:08:02] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.054678 10.0.0.65 - - [2026-06-01 03:08:02] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001007 10.0.0.240 - - [2026-06-01 03:08:02] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.044838 10.0.0.65 - - [2026-06-01 03:08:04] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001524 10.0.0.240 - - [2026-06-01 03:08:04] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.037535 10.0.0.65 - - [2026-06-01 03:08:04] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001051 10.0.0.240 - - [2026-06-01 03:08:04] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.040857 10.0.0.65 - - [2026-06-01 03:08:06] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001105 10.0.0.240 - - [2026-06-01 03:08:06] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067525 10.0.0.65 - - [2026-06-01 03:08:06] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001286 10.0.0.240 - - [2026-06-01 03:08:07] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.051467 10.0.0.65 - - [2026-06-01 03:08:09] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001002 10.0.0.240 - - [2026-06-01 03:08:09] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047489 10.0.0.65 - - [2026-06-01 03:08:09] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001034 10.0.0.240 - - [2026-06-01 03:08:09] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.069256 10.0.0.65 - - [2026-06-01 03:08:11] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001199 10.0.0.240 - - [2026-06-01 03:08:11] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043319 10.0.0.65 - - [2026-06-01 03:08:11] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001343 10.0.0.240 - - [2026-06-01 03:08:11] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.040690 10.0.0.65 - - [2026-06-01 03:08:13] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001313 10.0.0.240 - - [2026-06-01 03:08:13] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.054694 10.0.0.65 - - [2026-06-01 03:08:13] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001360 10.0.0.240 - - [2026-06-01 03:08:13] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.043288 10.0.0.65 - - [2026-06-01 03:08:15] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001138 10.0.0.240 - - [2026-06-01 03:08:15] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042474 10.0.0.65 - - [2026-06-01 03:08:15] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000974 10.0.0.240 - - [2026-06-01 03:08:15] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.039396 10.0.0.65 - - [2026-06-01 03:08:17] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001004 10.0.0.240 - - [2026-06-01 03:08:17] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039565 10.0.0.65 - - [2026-06-01 03:08:17] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001477 10.0.0.240 - - [2026-06-01 03:08:17] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.041929 10.0.0.65 - - [2026-06-01 03:08:19] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001122 10.0.0.240 - - [2026-06-01 03:08:19] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052608 10.0.0.65 - - [2026-06-01 03:08:19] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001314 10.0.0.240 - - [2026-06-01 03:08:19] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.054073 10.0.0.65 - - [2026-06-01 03:08:21] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001591 10.0.0.240 - - [2026-06-01 03:08:21] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.053143 10.0.0.65 - - [2026-06-01 03:08:21] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000975 10.0.0.240 - - [2026-06-01 03:08:22] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.039962 10.0.0.65 - - [2026-06-01 03:08:24] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001449 10.0.0.240 - - [2026-06-01 03:08:24] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052663 10.0.0.65 - - [2026-06-01 03:08:24] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001197 10.0.0.240 - - [2026-06-01 03:08:24] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.054411 10.0.0.65 - - [2026-06-01 03:08:26] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001014 10.0.0.240 - - [2026-06-01 03:08:26] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042808 10.0.0.65 - - [2026-06-01 03:08:26] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002104 10.0.0.240 - - [2026-06-01 03:08:26] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.044172 10.0.0.65 - - [2026-06-01 03:08:28] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001366 10.0.0.240 - - [2026-06-01 03:08:28] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043162 10.0.0.65 - - [2026-06-01 03:08:28] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002139 10.0.0.240 - - [2026-06-01 03:08:28] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.037428 10.0.0.65 - - [2026-06-01 03:08:30] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000914 10.0.0.240 - - [2026-06-01 03:08:30] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048541 10.0.0.65 - - [2026-06-01 03:08:30] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001241 10.0.0.240 - - [2026-06-01 03:08:30] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.041886 10.0.0.65 - - [2026-06-01 03:08:32] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000990 10.0.0.240 - - [2026-06-01 03:08:32] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.046221 10.0.0.65 - - [2026-06-01 03:08:32] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001062 10.0.0.240 - - [2026-06-01 03:08:32] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.040022 10.0.0.65 - - [2026-06-01 03:08:34] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001220 10.0.0.240 - - [2026-06-01 03:08:34] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039303 10.0.0.65 - - [2026-06-01 03:08:34] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000896 10.0.0.240 - - [2026-06-01 03:08:34] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.042018 10.0.0.65 - - [2026-06-01 03:08:36] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000983 10.0.0.240 - - [2026-06-01 03:08:36] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042300 10.0.0.65 - - [2026-06-01 03:08:36] "GET /projects?obj_uuids=fd6e7240-94af-49c8-8f47-7f93d49d1220&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001039 10.0.0.240 - - [2026-06-01 03:08:36] "GET /project/fd6e7240-94af-49c8-8f47-7f93d49d1220?fields=virtual_networks HTTP/1.1" 200 1375 0.053242 10.0.0.240 - - [2026-06-01 03:08:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.029235 10.0.0.65 - - [2026-06-01 03:08:37] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004150 10.0.0.65 - - [2026-06-01 03:08:37] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.65 - - [2026-06-01 03:08:37] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.041038 10.0.0.65 - - [2026-06-01 03:08:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.002520 10.0.0.65 - - [2026-06-01 03:08:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.021754 10.0.0.65 - - [2026-06-01 03:08:37] "POST /security-groups HTTP/1.1" 200 589 0.034569 10.0.0.65 - - [2026-06-01 03:08:37] "POST /projects HTTP/1.1" 200 581 0.278373 10.0.0.65 - - [2026-06-01 03:08:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.037410 10.0.0.65 - - [2026-06-01 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.362206 10.0.0.65 - - [2026-06-01 03:08:37] "POST /access-control-lists HTTP/1.1" 200 592 0.028449 10.0.0.240 - - [2026-06-01 03:08:37] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.570001 10.0.0.240 - - [2026-06-01 03:08:39] "POST /neutron/network HTTP/1.1" 200 934 0.446882 10.0.0.240 - - [2026-06-01 03:08:39] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.240 - - [2026-06-01 03:08:39] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.240 - - [2026-06-01 03:08:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2026-06-01 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040107 10.0.0.65 - - [2026-06-01 03:08:41] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.240 - - [2026-06-01 03:08:41] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041053 10.0.0.65 - - [2026-06-01 03:08:41] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.240 - - [2026-06-01 03:08:41] "POST /neutron/network HTTP/1.1" 200 615 0.154572 10.0.0.240 - - [2026-06-01 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.003309 10.0.0.240 - - [2026-06-01 03:08:42] "GET /virtual-network/606f837b-1ad5-4b81-80ba-3f2b4b79f269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005108 10.0.0.240 - - [2026-06-01 03:08:42] "POST /neutron/network HTTP/1.1" 200 832 0.008453 10.0.0.240 - - [2026-06-01 03:08:42] "GET /virtual-network/606f837b-1ad5-4b81-80ba-3f2b4b79f269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005450 10.0.0.240 - - [2026-06-01 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001247 10.0.0.240 - - [2026-06-01 03:08:42] "POST /neutron/port HTTP/1.1" 200 4180 0.046993 10.0.0.65 - - [2026-06-01 03:08:43] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.240 - - [2026-06-01 03:08:43] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077873 10.0.0.240 - - [2026-06-01 03:08:43] "POST /neutron/port HTTP/1.1" 200 4180 0.041151 10.0.0.240 - - [2026-06-01 03:08:43] "POST /neutron/network HTTP/1.1" 200 842 0.009032 10.0.0.240 - - [2026-06-01 03:08:44] "POST /neutron/port HTTP/1.1" 200 1056 0.018589 10.0.0.240 - - [2026-06-01 03:08:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003761 10.0.0.240 - - [2026-06-01 03:08:44] "POST /neutron/network HTTP/1.1" 200 832 0.007035 10.0.0.240 - - [2026-06-01 03:08:45] "POST /neutron/network HTTP/1.1" 200 934 0.029755 10.0.0.240 - - [2026-06-01 03:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.65 - - [2026-06-01 03:08:47] "DELETE /project/f0da36ac15d84f41a0d0785095caf57f HTTP/1.1" 404 173 0.003855 10.0.0.240 - - [2026-06-01 03:08:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010380 10.0.0.240 - - [2026-06-01 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.65 - - [2026-06-01 03:08:48] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.240 - - [2026-06-01 03:08:48] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045965 10.0.0.240 - - [2026-06-01 03:08:48] "POST /neutron/network HTTP/1.1" 200 117 0.017603 10.0.0.65 - - [2026-06-01 03:08:49] "POST /route-targets HTTP/1.1" 200 327 0.014886 10.0.0.240 - - [2026-06-01 03:08:49] "POST /neutron/network HTTP/1.1" 200 832 0.009879 10.0.0.240 - - [2026-06-01 03:08:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001428 10.0.0.240 - - [2026-06-01 03:08:49] "GET /virtual-network/a21aac94-14f3-45ae-8348-85e189d5917d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006239 10.0.0.240 - - [2026-06-01 03:08:49] "GET /virtual-network/a21aac94-14f3-45ae-8348-85e189d5917d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005503 10.0.0.240 - - [2026-06-01 03:08:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.009766 10.0.0.240 - - [2026-06-01 03:08:49] "GET /virtual-network/a21aac94-14f3-45ae-8348-85e189d5917d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005630 10.0.0.65 - - [2026-06-01 03:08:51] "GET /obj-perms HTTP/1.1" 200 5045 0.054516 10.0.0.240 - - [2026-06-01 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2026-06-01 03:08:51] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.240 - - [2026-06-01 03:08:51] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050247 10.0.0.65 - - [2026-06-01 03:08:51] "POST /ref-update HTTP/1.1" 200 156 0.023511 10.0.0.65 - - [2026-06-01 03:08:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008208 10.0.0.240 - - [2026-06-01 03:08:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.227513 10.0.0.240 - - [2026-06-01 03:08:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001323 10.0.0.240 - - [2026-06-01 03:08:51] "GET /virtual-network/0b845e62-2882-4cc4-9cd2-fb89041e77d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005179 10.0.0.240 - - [2026-06-01 03:08:51] "GET /virtual-network/0b845e62-2882-4cc4-9cd2-fb89041e77d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005291 10.0.0.240 - - [2026-06-01 03:08:51] "POST /neutron/network HTTP/1.1" 200 833 0.006797 10.0.0.240 - - [2026-06-01 03:08:52] "GET /virtual-network/0b845e62-2882-4cc4-9cd2-fb89041e77d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005946 10.0.0.240 - - [2026-06-01 03:08:52] "GET /obj-perms HTTP/1.1" 200 5045 0.057205 10.0.0.249 - - [2026-06-01 03:08:52] "GET /obj-perms HTTP/1.1" 200 5045 0.051912 10.0.0.240 - - [2026-06-01 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.65 - - [2026-06-01 03:08:52] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.240 - - [2026-06-01 03:08:52] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041264 10.0.0.65 - - [2026-06-01 03:08:52] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.240 - - [2026-06-01 03:08:52] "POST /neutron/network HTTP/1.1" 200 615 0.143210 10.0.0.240 - - [2026-06-01 03:08:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.004284 10.0.0.240 - - [2026-06-01 03:08:53] "GET /virtual-network/c2fb63c9-1ccc-4a72-b32e-6e5e2a402c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007533 10.0.0.240 - - [2026-06-01 03:08:53] "POST /neutron/network HTTP/1.1" 200 832 0.008184 10.0.0.240 - - [2026-06-01 03:08:53] "GET /virtual-network/c2fb63c9-1ccc-4a72-b32e-6e5e2a402c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006584 10.0.0.240 - - [2026-06-01 03:08:53] "GET /virtual-network/c2fb63c9-1ccc-4a72-b32e-6e5e2a402c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006098 10.0.0.240 - - [2026-06-01 03:08:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001835 10.0.0.240 - - [2026-06-01 03:08:54] "POST /neutron/port HTTP/1.1" 200 5147 0.043073 10.0.0.65 - - [2026-06-01 03:08:54] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.240 - - [2026-06-01 03:08:54] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.101512 10.0.0.240 - - [2026-06-01 03:08:54] "POST /neutron/network HTTP/1.1" 200 833 0.010956 10.0.0.240 - - [2026-06-01 03:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.005819 10.0.0.240 - - [2026-06-01 03:08:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001177 10.0.0.240 - - [2026-06-01 03:08:55] "POST /neutron/network HTTP/1.1" 200 842 0.014690 10.0.0.240 - - [2026-06-01 03:08:55] "POST /neutron/port HTTP/1.1" 200 1059 0.020892 10.0.0.240 - - [2026-06-01 03:08:56] "POST /neutron/port HTTP/1.1" 200 1123 0.020893 10.0.0.240 - - [2026-06-01 03:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.65 - - [2026-06-01 03:08:56] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001439 10.0.0.240 - - [2026-06-01 03:08:56] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.084100 10.0.0.240 - - [2026-06-01 03:08:56] "POST /neutron/port HTTP/1.1" 200 6117 0.050917 10.0.0.240 - - [2026-06-01 03:08:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003576 10.0.0.240 - - [2026-06-01 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.65 - - [2026-06-01 03:08:56] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.240 - - [2026-06-01 03:08:56] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.009523 10.0.0.240 - - [2026-06-01 03:08:56] "POST /service-templates HTTP/1.1" 200 543 0.032783 10.0.0.240 - - [2026-06-01 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.240 - - [2026-06-01 03:08:56] "GET /service-template/ba7d4aea-9453-4101-baaa-6d0076307b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006303 10.0.0.240 - - [2026-06-01 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.240 - - [2026-06-01 03:08:56] "GET /service-template/ba7d4aea-9453-4101-baaa-6d0076307b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007082 10.0.0.240 - - [2026-06-01 03:08:57] "POST /neutron/network HTTP/1.1" 200 842 0.011258 10.0.0.240 - - [2026-06-01 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001221 10.0.0.240 - - [2026-06-01 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.004657 10.0.0.240 - - [2026-06-01 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001981 10.0.0.240 - - [2026-06-01 03:08:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011733 10.0.0.240 - - [2026-06-01 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.240 - - [2026-06-01 03:08:57] "POST /neutron/port HTTP/1.1" 200 1110 0.120854 10.0.0.240 - - [2026-06-01 03:08:57] "DELETE /service-template/ba7d4aea-9453-4101-baaa-6d0076307b1a HTTP/1.1" 200 115 0.057671 10.0.0.240 - - [2026-06-01 03:08:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.005554 10.0.0.240 - - [2026-06-01 03:08:57] "POST /neutron/subnet HTTP/1.1" 200 688 0.012236 10.0.0.240 - - [2026-06-01 03:08:57] "POST /neutron/network HTTP/1.1" 200 832 0.008150 10.0.0.240 - - [2026-06-01 03:08:58] "POST /neutron/port HTTP/1.1" 200 1113 0.014710 10.0.0.240 - - [2026-06-01 03:08:59] "POST /neutron/port HTTP/1.1" 200 1110 0.013392 10.0.0.240 - - [2026-06-01 03:08:59] "POST /neutron/network HTTP/1.1" 200 2875 0.011289 10.0.0.65 - - [2026-06-01 03:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005046 10.0.0.65 - - [2026-06-01 03:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004593 10.0.0.65 - - [2026-06-01 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.240 - - [2026-06-01 03:09:00] "POST /neutron/network HTTP/1.1" 200 151 0.145942 10.0.0.65 - - [2026-06-01 03:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012482 10.0.0.65 - - [2026-06-01 03:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.240 - - [2026-06-01 03:09:00] "POST /neutron/network HTTP/1.1" 200 151 0.177047 10.0.0.65 - - [2026-06-01 03:09:00] "DELETE /route-target/15208580-b114-48d2-a183-c7ce56cecef4 HTTP/1.1" 200 115 0.038921 10.0.0.240 - - [2026-06-01 03:09:01] "POST /neutron/network HTTP/1.1" 200 832 0.008863 10.0.0.240 - - [2026-06-01 03:09:01] "POST /neutron/port HTTP/1.1" 200 1110 0.016352 10.0.0.65 - - [2026-06-01 03:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003658 10.0.0.65 - - [2026-06-01 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006893 10.0.0.65 - - [2026-06-01 03:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.240 - - [2026-06-01 03:09:03] "POST /neutron/network HTTP/1.1" 200 151 0.160013 10.0.0.240 - - [2026-06-01 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.65 - - [2026-06-01 03:09:05] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.240 - - [2026-06-01 03:09:06] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043175 10.0.0.65 - - [2026-06-01 03:09:06] "POST /ref-update HTTP/1.1" 200 156 0.039978 10.0.0.65 - - [2026-06-01 03:09:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005461 10.0.0.240 - - [2026-06-01 03:09:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.217135 10.0.0.240 - - [2026-06-01 03:09:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001825 10.0.0.240 - - [2026-06-01 03:09:06] "GET /virtual-network/ca676e43-f9e2-4fd3-bd42-9dd70d589d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006773 10.0.0.240 - - [2026-06-01 03:09:06] "GET /virtual-network/ca676e43-f9e2-4fd3-bd42-9dd70d589d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005717 10.0.0.240 - - [2026-06-01 03:09:06] "POST /neutron/network HTTP/1.1" 200 833 0.006692 10.0.0.240 - - [2026-06-01 03:09:06] "GET /virtual-network/ca676e43-f9e2-4fd3-bd42-9dd70d589d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005750 10.0.0.65 - - [2026-06-01 03:09:07] "GET /obj-perms HTTP/1.1" 200 5045 0.003581 10.0.0.240 - - [2026-06-01 03:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.65 - - [2026-06-01 03:09:07] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.240 - - [2026-06-01 03:09:07] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053849 10.0.0.65 - - [2026-06-01 03:09:07] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.240 - - [2026-06-01 03:09:07] "POST /neutron/network HTTP/1.1" 200 613 0.204005 10.0.0.240 - - [2026-06-01 03:09:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.003179 10.0.0.240 - - [2026-06-01 03:09:07] "GET /virtual-network/427735a2-604d-422d-be2e-8076aeb15fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005540 10.0.0.240 - - [2026-06-01 03:09:07] "POST /neutron/network HTTP/1.1" 200 831 0.008003 10.0.0.240 - - [2026-06-01 03:09:07] "GET /virtual-network/427735a2-604d-422d-be2e-8076aeb15fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005315 10.0.0.240 - - [2026-06-01 03:09:08] "GET /virtual-network/427735a2-604d-422d-be2e-8076aeb15fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004945 10.0.0.240 - - [2026-06-01 03:09:08] "GET /obj-perms HTTP/1.1" 200 5045 0.006679 10.0.0.249 - - [2026-06-01 03:09:08] "GET /obj-perms HTTP/1.1" 200 5045 0.004202 10.0.0.240 - - [2026-06-01 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.65 - - [2026-06-01 03:09:08] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.240 - - [2026-06-01 03:09:08] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049494 10.0.0.240 - - [2026-06-01 03:09:08] "POST /neutron/network HTTP/1.1" 200 117 0.017911 10.0.0.65 - - [2026-06-01 03:09:08] "POST /route-targets HTTP/1.1" 200 327 0.016794 10.0.0.240 - - [2026-06-01 03:09:09] "POST /neutron/network HTTP/1.1" 200 834 0.009533 10.0.0.240 - - [2026-06-01 03:09:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001272 10.0.0.240 - - [2026-06-01 03:09:09] "GET /virtual-network/f8140fce-2a30-414e-a2ef-7eab72229af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005717 10.0.0.240 - - [2026-06-01 03:09:09] "GET /virtual-network/f8140fce-2a30-414e-a2ef-7eab72229af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005632 10.0.0.240 - - [2026-06-01 03:09:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.011813 10.0.0.240 - - [2026-06-01 03:09:09] "GET /virtual-network/f8140fce-2a30-414e-a2ef-7eab72229af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006093 10.0.0.240 - - [2026-06-01 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.65 - - [2026-06-01 03:09:09] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001739 10.0.0.240 - - [2026-06-01 03:09:09] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055148 10.0.0.65 - - [2026-06-01 03:09:10] "POST /ref-update HTTP/1.1" 200 156 0.045685 10.0.0.65 - - [2026-06-01 03:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008297 10.0.0.240 - - [2026-06-01 03:09:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.229884 10.0.0.240 - - [2026-06-01 03:09:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001280 10.0.0.240 - - [2026-06-01 03:09:10] "GET /virtual-network/ce1352c5-ec30-4f19-ad57-913239a149c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005055 10.0.0.240 - - [2026-06-01 03:09:10] "GET /virtual-network/ce1352c5-ec30-4f19-ad57-913239a149c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008099 10.0.0.240 - - [2026-06-01 03:09:10] "POST /neutron/network HTTP/1.1" 200 843 0.007565 10.0.0.240 - - [2026-06-01 03:09:10] "GET /virtual-network/ce1352c5-ec30-4f19-ad57-913239a149c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005514 10.0.0.65 - - [2026-06-01 03:09:10] "GET /obj-perms HTTP/1.1" 200 5045 0.004183 10.0.0.240 - - [2026-06-01 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.65 - - [2026-06-01 03:09:10] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.240 - - [2026-06-01 03:09:10] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047136 10.0.0.65 - - [2026-06-01 03:09:10] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.240 - - [2026-06-01 03:09:11] "POST /neutron/network HTTP/1.1" 200 627 0.153690 10.0.0.240 - - [2026-06-01 03:09:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.004247 10.0.0.240 - - [2026-06-01 03:09:11] "GET /virtual-network/91e91c3f-22df-4a1c-8cbd-1233871dde2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009209 10.0.0.240 - - [2026-06-01 03:09:11] "POST /neutron/network HTTP/1.1" 200 845 0.009106 10.0.0.240 - - [2026-06-01 03:09:11] "GET /virtual-network/91e91c3f-22df-4a1c-8cbd-1233871dde2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006620 10.0.0.240 - - [2026-06-01 03:09:11] "GET /virtual-network/91e91c3f-22df-4a1c-8cbd-1233871dde2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005991 10.0.0.240 - - [2026-06-01 03:09:11] "GET /obj-perms HTTP/1.1" 200 5045 0.004316 10.0.0.249 - - [2026-06-01 03:09:11] "GET /obj-perms HTTP/1.1" 200 5045 0.003787 10.0.0.240 - - [2026-06-01 03:09:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001452 10.0.0.240 - - [2026-06-01 03:09:12] "POST /neutron/port HTTP/1.1" 200 4180 0.032588 10.0.0.65 - - [2026-06-01 03:09:12] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.240 - - [2026-06-01 03:09:12] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077985 10.0.0.240 - - [2026-06-01 03:09:13] "POST /neutron/port HTTP/1.1" 200 4180 0.044648 10.0.0.240 - - [2026-06-01 03:09:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001283 10.0.0.240 - - [2026-06-01 03:09:13] "POST /neutron/network HTTP/1.1" 200 844 0.008615 10.0.0.240 - - [2026-06-01 03:09:13] "POST /neutron/port HTTP/1.1" 200 1057 0.021621 10.0.0.240 - - [2026-06-01 03:09:14] "POST /neutron/port HTTP/1.1" 200 1121 0.021543 10.0.0.240 - - [2026-06-01 03:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.65 - - [2026-06-01 03:09:14] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001044 10.0.0.240 - - [2026-06-01 03:09:14] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069882 10.0.0.240 - - [2026-06-01 03:09:14] "POST /neutron/port HTTP/1.1" 200 5148 0.050623 10.0.0.240 - - [2026-06-01 03:09:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.004101 10.0.0.240 - - [2026-06-01 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.65 - - [2026-06-01 03:09:14] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.240 - - [2026-06-01 03:09:14] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006814 10.0.0.240 - - [2026-06-01 03:09:14] "POST /service-templates HTTP/1.1" 200 543 0.025866 10.0.0.240 - - [2026-06-01 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.240 - - [2026-06-01 03:09:14] "GET /service-template/f8599a0e-7ee1-4e82-b7e2-7c6dd63d2534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007965 10.0.0.240 - - [2026-06-01 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.240 - - [2026-06-01 03:09:14] "POST /neutron/network HTTP/1.1" 200 844 0.007942 10.0.0.240 - - [2026-06-01 03:09:14] "GET /service-template/f8599a0e-7ee1-4e82-b7e2-7c6dd63d2534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004035 10.0.0.240 - - [2026-06-01 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001193 10.0.0.240 - - [2026-06-01 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 229 0.001378 10.0.0.240 - - [2026-06-01 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001327 10.0.0.240 - - [2026-06-01 03:09:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.102983 10.0.0.240 - - [2026-06-01 03:09:15] "POST /neutron/port HTTP/1.1" 200 1112 0.132789 10.0.0.240 - - [2026-06-01 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005634 10.0.0.240 - - [2026-06-01 03:09:15] "DELETE /service-template/f8599a0e-7ee1-4e82-b7e2-7c6dd63d2534 HTTP/1.1" 200 115 0.049542 10.0.0.240 - - [2026-06-01 03:09:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003246 10.0.0.240 - - [2026-06-01 03:09:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.010170 10.0.0.240 - - [2026-06-01 03:09:15] "POST /neutron/network HTTP/1.1" 200 845 0.008301 10.0.0.65 - - [2026-06-01 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.65 - - [2026-06-01 03:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.65 - - [2026-06-01 03:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006707 10.0.0.240 - - [2026-06-01 03:09:16] "POST /neutron/network HTTP/1.1" 200 151 0.148583 10.0.0.65 - - [2026-06-01 03:09:16] "DELETE /route-target/e77a3f59-4f25-4d11-b89c-760b10b4b127 HTTP/1.1" 200 115 0.038512 10.0.0.240 - - [2026-06-01 03:09:16] "POST /neutron/port HTTP/1.1" 200 151 0.221036 10.0.0.240 - - [2026-06-01 03:09:17] "POST /neutron/port HTTP/1.1" 200 1122 0.017225 10.0.0.240 - - [2026-06-01 03:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.006293 10.0.0.240 - - [2026-06-01 03:09:18] "POST /neutron/port HTTP/1.1" 200 117 0.006859 10.0.0.240 - - [2026-06-01 03:09:19] "POST /neutron/network HTTP/1.1" 200 831 0.007134 10.0.0.65 - - [2026-06-01 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006329 10.0.0.65 - - [2026-06-01 03:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.65 - - [2026-06-01 03:09:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.240 - - [2026-06-01 03:09:19] "POST /neutron/network HTTP/1.1" 200 151 0.130842 10.0.0.65 - - [2026-06-01 03:09:19] "DELETE /route-target/482b5320-3f5c-4985-bf97-fc7e8fef7178 HTTP/1.1" 200 115 0.031579 10.0.0.65 - - [2026-06-01 03:09:21] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.240 - - [2026-06-01 03:09:21] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044407 10.0.0.65 - - [2026-06-01 03:09:21] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001945 10.0.0.240 - - [2026-06-01 03:09:21] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?fields=virtual_networks HTTP/1.1" 200 1029 0.063737 10.0.0.65 - - [2026-06-01 03:09:21] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.240 - - [2026-06-01 03:09:21] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.052786 10.0.0.65 - - [2026-06-01 03:09:21] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.240 - - [2026-06-01 03:09:21] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?fields=security_groups HTTP/1.1" 200 1253 0.045387 10.0.0.240 - - [2026-06-01 03:09:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.027764 10.0.0.65 - - [2026-06-01 03:09:22] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003662 10.0.0.65 - - [2026-06-01 03:09:22] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.65 - - [2026-06-01 03:09:22] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008416 10.0.0.65 - - [2026-06-01 03:09:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.010218 10.0.0.65 - - [2026-06-01 03:09:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.003654 10.0.0.65 - - [2026-06-01 03:09:22] "POST /security-groups HTTP/1.1" 200 589 0.035448 10.0.0.65 - - [2026-06-01 03:09:22] "POST /projects HTTP/1.1" 200 581 0.244260 10.0.0.65 - - [2026-06-01 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.281308 10.0.0.65 - - [2026-06-01 03:09:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.008092 10.0.0.240 - - [2026-06-01 03:09:22] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.452295 10.0.0.240 - - [2026-06-01 03:09:24] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.240 - - [2026-06-01 03:09:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.240 - - [2026-06-01 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.058446 10.0.0.65 - - [2026-06-01 03:09:26] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.240 - - [2026-06-01 03:09:26] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.056340 10.0.0.65 - - [2026-06-01 03:09:26] "POST /ref-update HTTP/1.1" 200 156 0.028773 10.0.0.65 - - [2026-06-01 03:09:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007614 10.0.0.240 - - [2026-06-01 03:09:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.245903 10.0.0.240 - - [2026-06-01 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001206 10.0.0.240 - - [2026-06-01 03:09:27] "GET /virtual-network/aa021c84-c8cb-4a50-a21d-4226f33b739f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005454 10.0.0.240 - - [2026-06-01 03:09:27] "GET /virtual-network/aa021c84-c8cb-4a50-a21d-4226f33b739f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006821 10.0.0.240 - - [2026-06-01 03:09:27] "POST /neutron/network HTTP/1.1" 200 831 0.008072 10.0.0.240 - - [2026-06-01 03:09:27] "GET /virtual-network/aa021c84-c8cb-4a50-a21d-4226f33b739f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005713 10.0.0.240 - - [2026-06-01 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.65 - - [2026-06-01 03:09:29] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.026908 10.0.0.240 - - [2026-06-01 03:09:29] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.067946 10.0.0.65 - - [2026-06-01 03:09:29] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001533 10.0.0.240 - - [2026-06-01 03:09:29] "POST /neutron/network HTTP/1.1" 200 617 0.158854 10.0.0.240 - - [2026-06-01 03:09:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.003946 10.0.0.240 - - [2026-06-01 03:09:29] "GET /virtual-network/c32b876b-041b-4ab2-8495-0cb2c8217acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005887 10.0.0.240 - - [2026-06-01 03:09:29] "POST /neutron/network HTTP/1.1" 200 835 0.007553 10.0.0.240 - - [2026-06-01 03:09:29] "GET /virtual-network/c32b876b-041b-4ab2-8495-0cb2c8217acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005860 10.0.0.240 - - [2026-06-01 03:09:29] "GET /virtual-network/c32b876b-041b-4ab2-8495-0cb2c8217acf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005545 10.0.0.240 - - [2026-06-01 03:09:30] "GET /obj-perms HTTP/1.1" 200 5045 0.055659 10.0.0.249 - - [2026-06-01 03:09:30] "GET /obj-perms HTTP/1.1" 200 5045 0.053156 10.0.0.65 - - [2026-06-01 03:09:30] "GET /obj-perms HTTP/1.1" 200 5045 0.046028 10.0.0.240 - - [2026-06-01 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.65 - - [2026-06-01 03:09:30] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.240 - - [2026-06-01 03:09:30] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041046 10.0.0.240 - - [2026-06-01 03:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.023680 10.0.0.65 - - [2026-06-01 03:09:30] "POST /route-targets HTTP/1.1" 200 327 0.014263 10.0.0.240 - - [2026-06-01 03:09:30] "POST /neutron/network HTTP/1.1" 200 837 0.008764 10.0.0.240 - - [2026-06-01 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 226 0.001037 10.0.0.240 - - [2026-06-01 03:09:30] "GET /virtual-network/abd972ed-acd6-468c-a65f-0faf0c23a8a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006286 10.0.0.240 - - [2026-06-01 03:09:30] "GET /virtual-network/abd972ed-acd6-468c-a65f-0faf0c23a8a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005577 10.0.0.240 - - [2026-06-01 03:09:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.008613 10.0.0.240 - - [2026-06-01 03:09:31] "GET /virtual-network/abd972ed-acd6-468c-a65f-0faf0c23a8a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005618 10.0.0.240 - - [2026-06-01 03:09:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001951 10.0.0.65 - - [2026-06-01 03:09:32] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.240 - - [2026-06-01 03:09:32] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.074601 10.0.0.240 - - [2026-06-01 03:09:32] "POST /neutron/network HTTP/1.1" 200 835 0.008925 10.0.0.240 - - [2026-06-01 03:09:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001617 10.0.0.240 - - [2026-06-01 03:09:33] "POST /neutron/port HTTP/1.1" 200 4180 0.034699 10.0.0.65 - - [2026-06-01 03:09:33] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.240 - - [2026-06-01 03:09:33] "POST /neutron/port HTTP/1.1" 200 1057 0.328782 10.0.0.240 - - [2026-06-01 03:09:33] "POST /neutron/port HTTP/1.1" 200 1111 0.106385 10.0.0.240 - - [2026-06-01 03:09:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.020054 10.0.0.65 - - [2026-06-01 03:09:34] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.240 - - [2026-06-01 03:09:34] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.086745 10.0.0.240 - - [2026-06-01 03:09:34] "POST /neutron/network HTTP/1.1" 200 837 0.008568 10.0.0.240 - - [2026-06-01 03:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.006084 10.0.0.240 - - [2026-06-01 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003979 10.0.0.240 - - [2026-06-01 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.65 - - [2026-06-01 03:09:34] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.240 - - [2026-06-01 03:09:34] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007801 10.0.0.240 - - [2026-06-01 03:09:34] "POST /service-templates HTTP/1.1" 200 543 0.050427 10.0.0.240 - - [2026-06-01 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.240 - - [2026-06-01 03:09:34] "GET /service-template/3ebbaaab-427c-4bf5-902b-96ac381b97f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006719 10.0.0.240 - - [2026-06-01 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.240 - - [2026-06-01 03:09:34] "GET /service-template/3ebbaaab-427c-4bf5-902b-96ac381b97f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.019781 10.0.0.240 - - [2026-06-01 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001513 10.0.0.240 - - [2026-06-01 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001186 10.0.0.240 - - [2026-06-01 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.001249 10.0.0.240 - - [2026-06-01 03:09:35] "POST /neutron/port HTTP/1.1" 200 6062 0.047665 10.0.0.240 - - [2026-06-01 03:09:35] "POST /neutron/port HTTP/1.1" 200 1057 0.024492 10.0.0.240 - - [2026-06-01 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.240 - - [2026-06-01 03:09:35] "DELETE /service-template/3ebbaaab-427c-4bf5-902b-96ac381b97f5 HTTP/1.1" 200 115 0.047795 10.0.0.240 - - [2026-06-01 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003865 10.0.0.240 - - [2026-06-01 03:09:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004500 10.0.0.240 - - [2026-06-01 03:09:35] "POST /neutron/network HTTP/1.1" 200 837 0.007879 10.0.0.240 - - [2026-06-01 03:09:36] "POST /neutron/port HTTP/1.1" 200 1121 0.019055 10.0.0.65 - - [2026-06-01 03:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.65 - - [2026-06-01 03:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.240 - - [2026-06-01 03:09:36] "POST /neutron/port HTTP/1.1" 200 1121 0.019301 10.0.0.249 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.249 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.240 - - [2026-06-01 03:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.006408 10.0.0.240 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.65 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000553 10.0.0.240 - - [2026-06-01 03:09:37] "POST /neutron/network HTTP/1.1" 200 837 0.007609 10.0.0.65 - - [2026-06-01 03:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.65 - - [2026-06-01 03:09:37] "DELETE /route-target/53fdb183-76fd-4d03-a189-317ba16223c5 HTTP/1.1" 200 115 0.021003 10.0.0.240 - - [2026-06-01 03:09:38] "POST /neutron/network HTTP/1.1" 200 835 0.007537 10.0.0.249 - - [2026-06-01 03:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2026-06-01 03:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2026-06-01 03:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.240 - - [2026-06-01 03:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.65 - - [2026-06-01 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003623 10.0.0.65 - - [2026-06-01 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008073 10.0.0.65 - - [2026-06-01 03:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004472 10.0.0.240 - - [2026-06-01 03:09:38] "POST /neutron/network HTTP/1.1" 200 151 0.154228 10.0.0.240 - - [2026-06-01 03:09:39] "POST /neutron/network HTTP/1.1" 200 1121 0.006972 10.0.0.240 - - [2026-06-01 03:09:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013082 10.0.0.240 - - [2026-06-01 03:09:39] "POST /neutron/network HTTP/1.1" 200 1111 0.009515 10.0.0.240 - - [2026-06-01 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.65 - - [2026-06-01 03:09:41] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.240 - - [2026-06-01 03:09:41] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053664 10.0.0.65 - - [2026-06-01 03:09:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009065 10.0.0.240 - - [2026-06-01 03:09:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.220572 10.0.0.240 - - [2026-06-01 03:09:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387 10.0.0.240 - - [2026-06-01 03:09:42] "GET /virtual-network/75076727-7340-43c6-b62d-0db0760d082c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005839 10.0.0.240 - - [2026-06-01 03:09:42] "GET /virtual-network/75076727-7340-43c6-b62d-0db0760d082c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005520 10.0.0.240 - - [2026-06-01 03:09:42] "POST /neutron/network HTTP/1.1" 200 832 0.007045 10.0.0.65 - - [2026-06-01 03:09:42] "POST /ref-update HTTP/1.1" 200 156 0.033507 10.0.0.240 - - [2026-06-01 03:09:45] "POST /neutron/port HTTP/1.1" 200 1216 0.024297 10.0.0.240 - - [2026-06-01 03:09:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.240 - - [2026-06-01 03:09:45] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.65 - - [2026-06-01 03:09:47] "DELETE /project/e8617e39f15f45c195e938a5587a0387 HTTP/1.1" 404 173 0.005602 10.0.0.65 - - [2026-06-01 03:09:47] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.240 - - [2026-06-01 03:09:47] "GET /virtual-network/75076727-7340-43c6-b62d-0db0760d082c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.015089 10.0.0.65 - - [2026-06-01 03:09:47] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.056757 10.0.0.65 - - [2026-06-01 03:09:47] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.65 - - [2026-06-01 03:09:47] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?fields=security_groups HTTP/1.1" 200 1358 0.054293 10.0.0.65 - - [2026-06-01 03:09:47] "DELETE /security-group/1a4ad6b8-8455-4372-9a1c-87d63241ac56 HTTP/1.1" 200 115 0.089286 10.0.0.65 - - [2026-06-01 03:09:47] "GET /projects?obj_uuids=f0da36ac-15d8-4f41-a0d0-785095caf57f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.65 - - [2026-06-01 03:09:47] "GET /project/f0da36ac-15d8-4f41-a0d0-785095caf57f?fields=application_policy_sets HTTP/1.1" 200 1397 0.061368 10.0.0.240 - - [2026-06-01 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012182 10.0.0.65 - - [2026-06-01 03:09:48] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.240 - - [2026-06-01 03:09:48] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.074798 10.0.0.65 - - [2026-06-01 03:09:48] "DELETE /project/f0da36ac-15d8-4f41-a0d0-785095caf57f HTTP/1.1" 200 115 0.569804 10.0.0.65 - - [2026-06-01 03:09:48] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.240 - - [2026-06-01 03:09:48] "POST /neutron/network HTTP/1.1" 200 613 0.125565 10.0.0.65 - - [2026-06-01 03:09:48] "POST /route-targets HTTP/1.1" 200 327 0.014497 10.0.0.240 - - [2026-06-01 03:09:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.003909 10.0.0.240 - - [2026-06-01 03:09:48] "GET /virtual-network/9c917d48-0ea1-43d5-b983-cbd77891df78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006779 10.0.0.240 - - [2026-06-01 03:09:48] "POST /neutron/network HTTP/1.1" 200 830 0.006691 10.0.0.240 - - [2026-06-01 03:09:48] "GET /virtual-network/9c917d48-0ea1-43d5-b983-cbd77891df78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005419 10.0.0.240 - - [2026-06-01 03:09:48] "GET /virtual-network/9c917d48-0ea1-43d5-b983-cbd77891df78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007925 10.0.0.240 - - [2026-06-01 03:09:49] "GET /obj-perms HTTP/1.1" 200 5045 0.003954 10.0.0.249 - - [2026-06-01 03:09:49] "GET /obj-perms HTTP/1.1" 200 5045 0.004532 10.0.0.65 - - [2026-06-01 03:09:49] "GET /obj-perms HTTP/1.1" 200 5045 0.004669 10.0.0.240 - - [2026-06-01 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.65 - - [2026-06-01 03:09:49] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.240 - - [2026-06-01 03:09:49] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037086 10.0.0.240 - - [2026-06-01 03:09:49] "POST /neutron/network HTTP/1.1" 200 117 0.017847 10.0.0.65 - - [2026-06-01 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.027040 10.0.0.240 - - [2026-06-01 03:09:49] "POST /neutron/network HTTP/1.1" 200 833 0.011030 10.0.0.240 - - [2026-06-01 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001525 10.0.0.240 - - [2026-06-01 03:09:49] "GET /virtual-network/df83116d-bcf7-4261-a98b-a6f667f095bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006814 10.0.0.240 - - [2026-06-01 03:09:49] "GET /virtual-network/df83116d-bcf7-4261-a98b-a6f667f095bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005316 10.0.0.240 - - [2026-06-01 03:09:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.009393 10.0.0.240 - - [2026-06-01 03:09:50] "GET /virtual-network/df83116d-bcf7-4261-a98b-a6f667f095bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006487 10.0.0.240 - - [2026-06-01 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001727 10.0.0.65 - - [2026-06-01 03:09:51] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001753 10.0.0.240 - - [2026-06-01 03:09:51] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072392 10.0.0.240 - - [2026-06-01 03:09:51] "POST /neutron/network HTTP/1.1" 200 830 0.038570 10.0.0.240 - - [2026-06-01 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001517 10.0.0.240 - - [2026-06-01 03:09:51] "POST /neutron/port HTTP/1.1" 200 4180 0.049578 10.0.0.65 - - [2026-06-01 03:09:52] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.240 - - [2026-06-01 03:09:52] "POST /neutron/port HTTP/1.1" 200 1056 0.328828 10.0.0.240 - - [2026-06-01 03:09:52] "POST /neutron/port HTTP/1.1" 200 1110 0.118417 10.0.0.240 - - [2026-06-01 03:09:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.009861 10.0.0.65 - - [2026-06-01 03:09:52] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.240 - - [2026-06-01 03:09:52] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.080008 10.0.0.240 - - [2026-06-01 03:09:52] "POST /neutron/network HTTP/1.1" 200 833 0.009352 10.0.0.240 - - [2026-06-01 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.007169 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003848 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2026-06-01 03:09:53] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.240 - - [2026-06-01 03:09:53] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007723 10.0.0.240 - - [2026-06-01 03:09:53] "POST /service-templates HTTP/1.1" 200 543 0.042754 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.240 - - [2026-06-01 03:09:53] "GET /service-template/5228895d-45cf-41b0-8457-542979f0d5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006858 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.240 - - [2026-06-01 03:09:53] "GET /service-template/5228895d-45cf-41b0-8457-542979f0d5d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004516 10.0.0.240 - - [2026-06-01 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001139 10.0.0.240 - - [2026-06-01 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001726 10.0.0.240 - - [2026-06-01 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001729 10.0.0.240 - - [2026-06-01 03:09:53] "POST /neutron/port HTTP/1.1" 200 5978 0.092582 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.240 - - [2026-06-01 03:09:53] "DELETE /service-template/5228895d-45cf-41b0-8457-542979f0d5d1 HTTP/1.1" 200 115 0.034074 10.0.0.240 - - [2026-06-01 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004777 10.0.0.240 - - [2026-06-01 03:09:53] "POST /neutron/port HTTP/1.1" 200 1057 0.015311 10.0.0.240 - - [2026-06-01 03:09:54] "POST /neutron/network HTTP/1.1" 200 833 0.006632 10.0.0.240 - - [2026-06-01 03:09:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.008999 10.0.0.240 - - [2026-06-01 03:09:54] "POST /neutron/port HTTP/1.1" 200 1120 0.020916 10.0.0.240 - - [2026-06-01 03:09:55] "POST /neutron/port HTTP/1.1" 200 1121 0.025210 10.0.0.240 - - [2026-06-01 03:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.006931 10.0.0.240 - - [2026-06-01 03:09:56] "POST /neutron/network HTTP/1.1" 200 833 0.007460 10.0.0.240 - - [2026-06-01 03:09:56] "POST /neutron/network HTTP/1.1" 200 830 0.006284 10.0.0.65 - - [2026-06-01 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.65 - - [2026-06-01 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.65 - - [2026-06-01 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.240 - - [2026-06-01 03:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.132833 10.0.0.65 - - [2026-06-01 03:09:57] "DELETE /route-target/f0e04e5a-e5e1-4681-98d7-ae10e5ceb1bc HTTP/1.1" 200 115 0.028271 10.0.0.65 - - [2026-06-01 03:09:58] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001305 10.0.0.240 - - [2026-06-01 03:09:58] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051089 10.0.0.65 - - [2026-06-01 03:09:58] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000866 10.0.0.240 - - [2026-06-01 03:09:58] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?fields=virtual_networks HTTP/1.1" 200 1029 0.038299 10.0.0.65 - - [2026-06-01 03:09:58] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.240 - - [2026-06-01 03:09:58] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.049646 10.0.0.65 - - [2026-06-01 03:09:58] "GET /projects?obj_uuids=e8617e39-f15f-45c1-95e9-38a5587a0387&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002128 10.0.0.240 - - [2026-06-01 03:09:58] "GET /project/e8617e39-f15f-45c1-95e9-38a5587a0387?fields=security_groups HTTP/1.1" 200 1253 0.043748 10.0.0.240 - - [2026-06-01 03:09:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.026408 10.0.0.65 - - [2026-06-01 03:09:59] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.65 - - [2026-06-01 03:09:59] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001696 10.0.0.65 - - [2026-06-01 03:09:59] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009017 10.0.0.65 - - [2026-06-01 03:10:00] "POST /id-to-fqname HTTP/1.1" 200 186 0.008849 10.0.0.65 - - [2026-06-01 03:10:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.011788 10.0.0.65 - - [2026-06-01 03:10:00] "POST /security-groups HTTP/1.1" 200 587 0.036446 10.0.0.65 - - [2026-06-01 03:10:00] "POST /projects HTTP/1.1" 200 577 0.290461 10.0.0.65 - - [2026-06-01 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.368230 10.0.0.65 - - [2026-06-01 03:10:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.008224 10.0.0.240 - - [2026-06-01 03:10:00] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.545649 10.0.0.240 - - [2026-06-01 03:10:01] "GET / HTTP/1.1" 200 35931 0.002867 10.0.0.240 - - [2026-06-01 03:10:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000901 10.0.0.240 - - [2026-06-01 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.060435 10.0.0.65 - - [2026-06-01 03:10:03] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001612 10.0.0.240 - - [2026-06-01 03:10:03] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.058138 10.0.0.65 - - [2026-06-01 03:10:04] "POST /ref-update HTTP/1.1" 200 156 0.025891 10.0.0.65 - - [2026-06-01 03:10:04] "POST /useragent-kv HTTP/1.1" 200 115 0.015498 10.0.0.240 - - [2026-06-01 03:10:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.290967 10.0.0.240 - - [2026-06-01 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001272 10.0.0.240 - - [2026-06-01 03:10:04] "GET /virtual-network/d62b8e9c-1d48-4732-9e51-6900fe0e87c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008777 10.0.0.240 - - [2026-06-01 03:10:04] "GET /virtual-network/d62b8e9c-1d48-4732-9e51-6900fe0e87c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005777 10.0.0.240 - - [2026-06-01 03:10:04] "POST /neutron/network HTTP/1.1" 200 832 0.007131 10.0.0.240 - - [2026-06-01 03:10:04] "GET /virtual-network/d62b8e9c-1d48-4732-9e51-6900fe0e87c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006970 10.0.0.240 - - [2026-06-01 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005958 10.0.0.65 - - [2026-06-01 03:10:06] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001856 10.0.0.240 - - [2026-06-01 03:10:06] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.054508 10.0.0.65 - - [2026-06-01 03:10:06] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001122 10.0.0.240 - - [2026-06-01 03:10:06] "POST /neutron/network HTTP/1.1" 200 611 0.161954 10.0.0.240 - - [2026-06-01 03:10:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.005244 10.0.0.240 - - [2026-06-01 03:10:06] "GET /virtual-network/95e2d1df-1b58-4b42-94eb-6270f989a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007888 10.0.0.240 - - [2026-06-01 03:10:07] "POST /neutron/network HTTP/1.1" 200 830 0.008999 10.0.0.240 - - [2026-06-01 03:10:07] "GET /virtual-network/95e2d1df-1b58-4b42-94eb-6270f989a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007847 10.0.0.240 - - [2026-06-01 03:10:07] "GET /virtual-network/95e2d1df-1b58-4b42-94eb-6270f989a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005643 10.0.0.240 - - [2026-06-01 03:10:07] "GET /obj-perms HTTP/1.1" 200 5041 0.064818 10.0.0.249 - - [2026-06-01 03:10:07] "GET /obj-perms HTTP/1.1" 200 5041 0.059287 10.0.0.65 - - [2026-06-01 03:10:07] "GET /obj-perms HTTP/1.1" 200 5041 0.066103 10.0.0.240 - - [2026-06-01 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.65 - - [2026-06-01 03:10:07] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001142 10.0.0.240 - - [2026-06-01 03:10:07] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.063853 10.0.0.240 - - [2026-06-01 03:10:07] "POST /neutron/network HTTP/1.1" 200 117 0.017702 10.0.0.65 - - [2026-06-01 03:10:08] "POST /route-targets HTTP/1.1" 200 327 0.015656 10.0.0.240 - - [2026-06-01 03:10:08] "POST /neutron/network HTTP/1.1" 200 832 0.012589 10.0.0.240 - - [2026-06-01 03:10:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001115 10.0.0.240 - - [2026-06-01 03:10:08] "GET /virtual-network/ebbd00cd-d003-44a9-8298-297850e1b842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006980 10.0.0.240 - - [2026-06-01 03:10:08] "GET /virtual-network/ebbd00cd-d003-44a9-8298-297850e1b842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.014573 10.0.0.240 - - [2026-06-01 03:10:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.008782 10.0.0.240 - - [2026-06-01 03:10:08] "GET /virtual-network/ebbd00cd-d003-44a9-8298-297850e1b842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006014 10.0.0.240 - - [2026-06-01 03:10:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001379 10.0.0.65 - - [2026-06-01 03:10:10] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001452 10.0.0.240 - - [2026-06-01 03:10:10] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.076288 10.0.0.240 - - [2026-06-01 03:10:10] "POST /neutron/network HTTP/1.1" 200 830 0.007974 10.0.0.240 - - [2026-06-01 03:10:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001202 10.0.0.240 - - [2026-06-01 03:10:10] "POST /neutron/port HTTP/1.1" 200 4180 0.047520 10.0.0.65 - - [2026-06-01 03:10:10] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001004 10.0.0.240 - - [2026-06-01 03:10:11] "POST /neutron/port HTTP/1.1" 200 1056 0.325082 10.0.0.240 - - [2026-06-01 03:10:11] "POST /neutron/port HTTP/1.1" 200 1110 0.113167 10.0.0.240 - - [2026-06-01 03:10:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.011102 10.0.0.65 - - [2026-06-01 03:10:11] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001423 10.0.0.240 - - [2026-06-01 03:10:11] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.085068 10.0.0.240 - - [2026-06-01 03:10:11] "POST /neutron/network HTTP/1.1" 200 832 0.009957 10.0.0.240 - - [2026-06-01 03:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.005866 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004184 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.65 - - [2026-06-01 03:10:12] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.240 - - [2026-06-01 03:10:12] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008067 10.0.0.240 - - [2026-06-01 03:10:12] "POST /service-templates HTTP/1.1" 200 543 0.036156 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.240 - - [2026-06-01 03:10:12] "GET /service-template/e72463a0-87da-4e6e-8924-f6203bb1fb33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008162 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.240 - - [2026-06-01 03:10:12] "GET /service-template/e72463a0-87da-4e6e-8924-f6203bb1fb33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005883 10.0.0.240 - - [2026-06-01 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001259 10.0.0.240 - - [2026-06-01 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001268 10.0.0.240 - - [2026-06-01 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001571 10.0.0.240 - - [2026-06-01 03:10:12] "POST /neutron/port HTTP/1.1" 200 6060 0.092067 10.0.0.240 - - [2026-06-01 03:10:12] "POST /neutron/port HTTP/1.1" 200 1056 0.014463 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.240 - - [2026-06-01 03:10:12] "DELETE /service-template/e72463a0-87da-4e6e-8924-f6203bb1fb33 HTTP/1.1" 200 115 0.030671 10.0.0.240 - - [2026-06-01 03:10:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003407 10.0.0.240 - - [2026-06-01 03:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.240 - - [2026-06-01 03:10:13] "POST /neutron/network HTTP/1.1" 200 832 0.007289 10.0.0.240 - - [2026-06-01 03:10:13] "POST /neutron/port HTTP/1.1" 200 1120 0.018287 10.0.0.240 - - [2026-06-01 03:10:14] "POST /neutron/port HTTP/1.1" 200 1120 0.018459 10.0.0.240 - - [2026-06-01 03:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.007475 10.0.0.240 - - [2026-06-01 03:10:15] "POST /neutron/network HTTP/1.1" 200 832 0.006921 10.0.0.65 - - [2026-06-01 03:10:15] "DELETE /route-target/890e6806-08c5-453e-a107-9c0c15f0d941 HTTP/1.1" 200 115 0.046253 10.0.0.240 - - [2026-06-01 03:10:15] "POST /neutron/network HTTP/1.1" 200 830 0.030461 10.0.0.65 - - [2026-06-01 03:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003863 10.0.0.65 - - [2026-06-01 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.65 - - [2026-06-01 03:10:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003144 10.0.0.240 - - [2026-06-01 03:10:16] "POST /neutron/network HTTP/1.1" 200 151 0.144422 10.0.0.240 - - [2026-06-01 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.65 - - [2026-06-01 03:10:19] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.240 - - [2026-06-01 03:10:19] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.036450 10.0.0.65 - - [2026-06-01 03:10:19] "POST /ref-update HTTP/1.1" 200 156 0.038414 10.0.0.65 - - [2026-06-01 03:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007224 10.0.0.240 - - [2026-06-01 03:10:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.234942 10.0.0.240 - - [2026-06-01 03:10:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001227 10.0.0.240 - - [2026-06-01 03:10:19] "GET /virtual-network/ac6899c1-0594-458d-9dfc-13a76268e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005398 10.0.0.240 - - [2026-06-01 03:10:19] "GET /virtual-network/ac6899c1-0594-458d-9dfc-13a76268e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005793 10.0.0.240 - - [2026-06-01 03:10:19] "POST /neutron/network HTTP/1.1" 200 831 0.007226 10.0.0.240 - - [2026-06-01 03:10:19] "GET /virtual-network/ac6899c1-0594-458d-9dfc-13a76268e31f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006219 10.0.0.240 - - [2026-06-01 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.65 - - [2026-06-01 03:10:20] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000938 10.0.0.240 - - [2026-06-01 03:10:20] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044339 10.0.0.65 - - [2026-06-01 03:10:20] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001104 10.0.0.240 - - [2026-06-01 03:10:20] "POST /neutron/network HTTP/1.1" 200 611 0.146371 10.0.0.240 - - [2026-06-01 03:10:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.003913 10.0.0.240 - - [2026-06-01 03:10:20] "GET /virtual-network/fd7e70dc-dec6-435f-8b8e-94ee1f4ec29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005607 10.0.0.240 - - [2026-06-01 03:10:20] "POST /neutron/network HTTP/1.1" 200 830 0.007102 10.0.0.240 - - [2026-06-01 03:10:20] "GET /virtual-network/fd7e70dc-dec6-435f-8b8e-94ee1f4ec29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005574 10.0.0.240 - - [2026-06-01 03:10:21] "GET /virtual-network/fd7e70dc-dec6-435f-8b8e-94ee1f4ec29b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005383 10.0.0.240 - - [2026-06-01 03:10:21] "GET /obj-perms HTTP/1.1" 200 5041 0.003470 10.0.0.249 - - [2026-06-01 03:10:21] "GET /obj-perms HTTP/1.1" 200 5041 0.004848 10.0.0.65 - - [2026-06-01 03:10:21] "GET /obj-perms HTTP/1.1" 200 5041 0.003696 10.0.0.240 - - [2026-06-01 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.65 - - [2026-06-01 03:10:21] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001265 10.0.0.240 - - [2026-06-01 03:10:21] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.051356 10.0.0.240 - - [2026-06-01 03:10:21] "POST /neutron/network HTTP/1.1" 200 117 0.015538 10.0.0.65 - - [2026-06-01 03:10:21] "POST /route-targets HTTP/1.1" 200 327 0.017954 10.0.0.240 - - [2026-06-01 03:10:21] "POST /neutron/network HTTP/1.1" 200 834 0.010256 10.0.0.240 - - [2026-06-01 03:10:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.240 - - [2026-06-01 03:10:21] "GET /virtual-network/d852a959-b878-467e-a719-4652b1f95d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006509 10.0.0.240 - - [2026-06-01 03:10:21] "GET /virtual-network/d852a959-b878-467e-a719-4652b1f95d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005486 10.0.0.240 - - [2026-06-01 03:10:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.010169 10.0.0.240 - - [2026-06-01 03:10:22] "GET /virtual-network/d852a959-b878-467e-a719-4652b1f95d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007051 10.0.0.240 - - [2026-06-01 03:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.65 - - [2026-06-01 03:10:22] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001263 10.0.0.240 - - [2026-06-01 03:10:22] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052319 10.0.0.65 - - [2026-06-01 03:10:22] "POST /ref-update HTTP/1.1" 200 156 0.023943 10.0.0.65 - - [2026-06-01 03:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.013932 10.0.0.240 - - [2026-06-01 03:10:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.269610 10.0.0.240 - - [2026-06-01 03:10:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001239 10.0.0.240 - - [2026-06-01 03:10:23] "GET /virtual-network/d334f462-9ee1-4472-8a61-b0368fb3f7ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005666 10.0.0.240 - - [2026-06-01 03:10:23] "GET /virtual-network/d334f462-9ee1-4472-8a61-b0368fb3f7ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007436 10.0.0.240 - - [2026-06-01 03:10:23] "POST /neutron/network HTTP/1.1" 200 841 0.009763 10.0.0.240 - - [2026-06-01 03:10:23] "GET /virtual-network/d334f462-9ee1-4472-8a61-b0368fb3f7ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006263 10.0.0.240 - - [2026-06-01 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.65 - - [2026-06-01 03:10:23] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.240 - - [2026-06-01 03:10:23] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.054572 10.0.0.65 - - [2026-06-01 03:10:23] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.240 - - [2026-06-01 03:10:23] "POST /neutron/network HTTP/1.1" 200 625 0.150997 10.0.0.65 - - [2026-06-01 03:10:24] "GET /obj-perms HTTP/1.1" 200 5075 0.051022 10.0.0.240 - - [2026-06-01 03:10:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.003761 10.0.0.240 - - [2026-06-01 03:10:24] "GET /virtual-network/50c720ae-c145-4610-a469-878ca88db44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006192 10.0.0.240 - - [2026-06-01 03:10:24] "POST /neutron/network HTTP/1.1" 200 843 0.007052 10.0.0.240 - - [2026-06-01 03:10:24] "GET /virtual-network/50c720ae-c145-4610-a469-878ca88db44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005475 10.0.0.240 - - [2026-06-01 03:10:24] "GET /obj-perms HTTP/1.1" 200 5075 0.076560 10.0.0.240 - - [2026-06-01 03:10:24] "GET /virtual-network/50c720ae-c145-4610-a469-878ca88db44f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005993 10.0.0.249 - - [2026-06-01 03:10:24] "GET /obj-perms HTTP/1.1" 200 5041 0.004307 10.0.0.240 - - [2026-06-01 03:10:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001234 10.0.0.240 - - [2026-06-01 03:10:24] "POST /neutron/port HTTP/1.1" 200 4180 0.029920 10.0.0.65 - - [2026-06-01 03:10:25] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001534 10.0.0.240 - - [2026-06-01 03:10:25] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.095654 10.0.0.240 - - [2026-06-01 03:10:25] "POST /neutron/port HTTP/1.1" 200 4180 0.037050 10.0.0.240 - - [2026-06-01 03:10:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001658 10.0.0.240 - - [2026-06-01 03:10:26] "POST /neutron/network HTTP/1.1" 200 844 0.009136 10.0.0.240 - - [2026-06-01 03:10:26] "POST /neutron/port HTTP/1.1" 200 1056 0.023493 10.0.0.240 - - [2026-06-01 03:10:27] "POST /neutron/port HTTP/1.1" 200 1120 0.019529 10.0.0.240 - - [2026-06-01 03:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.65 - - [2026-06-01 03:10:27] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001411 10.0.0.240 - - [2026-06-01 03:10:27] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.079477 10.0.0.240 - - [2026-06-01 03:10:27] "POST /neutron/port HTTP/1.1" 200 5147 0.061397 10.0.0.240 - - [2026-06-01 03:10:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.004151 10.0.0.240 - - [2026-06-01 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.65 - - [2026-06-01 03:10:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.240 - - [2026-06-01 03:10:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.006943 10.0.0.240 - - [2026-06-01 03:10:27] "POST /service-templates HTTP/1.1" 200 543 0.038805 10.0.0.240 - - [2026-06-01 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.240 - - [2026-06-01 03:10:27] "GET /service-template/da481e6e-6754-437e-939a-f0d19a692066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007395 10.0.0.240 - - [2026-06-01 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.240 - - [2026-06-01 03:10:27] "POST /neutron/network HTTP/1.1" 200 844 0.007436 10.0.0.240 - - [2026-06-01 03:10:27] "GET /service-template/da481e6e-6754-437e-939a-f0d19a692066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005027 10.0.0.240 - - [2026-06-01 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001578 10.0.0.240 - - [2026-06-01 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001364 10.0.0.240 - - [2026-06-01 03:10:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001367 10.0.0.240 - - [2026-06-01 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009802 10.0.0.240 - - [2026-06-01 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.240 - - [2026-06-01 03:10:28] "DELETE /service-template/da481e6e-6754-437e-939a-f0d19a692066 HTTP/1.1" 200 115 0.041571 10.0.0.240 - - [2026-06-01 03:10:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003299 10.0.0.240 - - [2026-06-01 03:10:28] "POST /neutron/port HTTP/1.1" 200 1112 0.123836 10.0.0.240 - - [2026-06-01 03:10:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.008888 10.0.0.240 - - [2026-06-01 03:10:28] "POST /neutron/network HTTP/1.1" 200 843 0.006593 10.0.0.65 - - [2026-06-01 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.65 - - [2026-06-01 03:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007437 10.0.0.65 - - [2026-06-01 03:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.240 - - [2026-06-01 03:10:29] "POST /neutron/network HTTP/1.1" 200 151 0.138608 10.0.0.65 - - [2026-06-01 03:10:29] "DELETE /route-target/0ca60b3b-786a-4fd6-bc5d-b16a39628f68 HTTP/1.1" 200 115 0.039259 10.0.0.240 - - [2026-06-01 03:10:29] "POST /neutron/port HTTP/1.1" 200 151 0.229978 10.0.0.240 - - [2026-06-01 03:10:30] "POST /neutron/port HTTP/1.1" 200 1122 0.018306 10.0.0.240 - - [2026-06-01 03:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.006603 10.0.0.240 - - [2026-06-01 03:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.240 - - [2026-06-01 03:10:31] "POST /neutron/network HTTP/1.1" 200 830 0.007201 10.0.0.65 - - [2026-06-01 03:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2026-06-01 03:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005251 10.0.0.65 - - [2026-06-01 03:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.240 - - [2026-06-01 03:10:32] "POST /neutron/network HTTP/1.1" 200 151 0.134463 10.0.0.65 - - [2026-06-01 03:10:32] "DELETE /route-target/f67070ce-5eb3-44db-b7f2-6b928b8ee203 HTTP/1.1" 200 115 0.029113 10.0.0.65 - - [2026-06-01 03:10:33] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001468 10.0.0.240 - - [2026-06-01 03:10:33] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.056042 10.0.0.65 - - [2026-06-01 03:10:33] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.240 - - [2026-06-01 03:10:34] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?fields=virtual_networks HTTP/1.1" 200 1025 0.043638 10.0.0.65 - - [2026-06-01 03:10:34] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.240 - - [2026-06-01 03:10:34] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.056289 10.0.0.65 - - [2026-06-01 03:10:34] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001230 10.0.0.240 - - [2026-06-01 03:10:34] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?fields=security_groups HTTP/1.1" 200 1247 0.049988 10.0.0.240 - - [2026-06-01 03:10:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.031993 10.0.0.65 - - [2026-06-01 03:10:35] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008853 10.0.0.65 - - [2026-06-01 03:10:35] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001326 10.0.0.65 - - [2026-06-01 03:10:35] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007722 10.0.0.65 - - [2026-06-01 03:10:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.002104 10.0.0.65 - - [2026-06-01 03:10:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.004206 10.0.0.65 - - [2026-06-01 03:10:35] "POST /security-groups HTTP/1.1" 200 593 0.094218 10.0.0.65 - - [2026-06-01 03:10:35] "POST /projects HTTP/1.1" 200 589 0.319928 10.0.0.65 - - [2026-06-01 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.397932 10.0.0.65 - - [2026-06-01 03:10:35] "POST /fqname-to-id HTTP/1.1" 404 235 0.010278 10.0.0.240 - - [2026-06-01 03:10:35] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.572889 10.0.0.65 - - [2026-06-01 03:10:35] "DELETE /access-control-list/6b6a2ada-703d-48d6-95a1-77b9842390ab HTTP/1.1" 200 115 0.044663 10.0.0.240 - - [2026-06-01 03:10:36] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.240 - - [2026-06-01 03:10:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000453 10.0.0.240 - - [2026-06-01 03:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.066873 10.0.0.65 - - [2026-06-01 03:10:38] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.240 - - [2026-06-01 03:10:38] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.054294 10.0.0.65 - - [2026-06-01 03:10:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006020 10.0.0.240 - - [2026-06-01 03:10:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.334436 10.0.0.240 - - [2026-06-01 03:10:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001219 10.0.0.240 - - [2026-06-01 03:10:39] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005690 10.0.0.240 - - [2026-06-01 03:10:39] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006514 10.0.0.240 - - [2026-06-01 03:10:39] "POST /neutron/network HTTP/1.1" 200 830 0.007769 10.0.0.240 - - [2026-06-01 03:10:40] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005424 10.0.0.240 - - [2026-06-01 03:10:41] "POST /neutron/port HTTP/1.1" 200 1104 0.019783 10.0.0.240 - - [2026-06-01 03:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.65 - - [2026-06-01 03:10:41] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.240 - - [2026-06-01 03:10:41] "POST /neutron/subnet HTTP/1.1" 200 684 0.008548 10.0.0.240 - - [2026-06-01 03:10:41] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046439 10.0.0.240 - - [2026-06-01 03:10:41] "POST /neutron/network HTTP/1.1" 200 117 0.017952 10.0.0.65 - - [2026-06-01 03:10:42] "POST /route-targets HTTP/1.1" 200 327 0.021885 10.0.0.240 - - [2026-06-01 03:10:42] "POST /neutron/network HTTP/1.1" 200 832 0.009522 10.0.0.240 - - [2026-06-01 03:10:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001183 10.0.0.240 - - [2026-06-01 03:10:42] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005924 10.0.0.240 - - [2026-06-01 03:10:42] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006285 10.0.0.240 - - [2026-06-01 03:10:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.011050 10.0.0.240 - - [2026-06-01 03:10:42] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005518 10.0.0.240 - - [2026-06-01 03:10:42] "GET /obj-perms HTTP/1.1" 200 5053 0.051967 10.0.0.65 - - [2026-06-01 03:10:42] "GET /obj-perms HTTP/1.1" 200 5053 0.070711 10.0.0.240 - - [2026-06-01 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.65 - - [2026-06-01 03:10:43] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.240 - - [2026-06-01 03:10:43] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042464 10.0.0.65 - - [2026-06-01 03:10:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007829 10.0.0.240 - - [2026-06-01 03:10:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.232950 10.0.0.240 - - [2026-06-01 03:10:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001201 10.0.0.240 - - [2026-06-01 03:10:43] "GET /virtual-network/16259508-a9a9-4eb0-9453-466517755dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004729 10.0.0.240 - - [2026-06-01 03:10:43] "GET /virtual-network/16259508-a9a9-4eb0-9453-466517755dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005709 10.0.0.240 - - [2026-06-01 03:10:43] "POST /neutron/network HTTP/1.1" 200 835 0.006179 10.0.0.65 - - [2026-06-01 03:10:43] "POST /ref-update HTTP/1.1" 200 156 0.025259 10.0.0.240 - - [2026-06-01 03:10:45] "POST /neutron/port HTTP/1.1" 200 1104 0.019772 10.0.0.240 - - [2026-06-01 03:10:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.011308 10.0.0.65 - - [2026-06-01 03:10:48] "DELETE /project/d394889e4d4942cca82950073d4ae418 HTTP/1.1" 404 173 0.007865 10.0.0.65 - - [2026-06-01 03:10:48] "DELETE /project/e8617e39-f15f-45c1-95e9-38a5587a0387 HTTP/1.1" 404 177 0.007168 10.0.0.65 - - [2026-06-01 03:10:48] "DELETE /project/d2ca33e6722f43afb26be159fd43671d HTTP/1.1" 404 173 0.010404 10.0.0.65 - - [2026-06-01 03:10:48] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.65 - - [2026-06-01 03:10:48] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.045254 10.0.0.65 - - [2026-06-01 03:10:48] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001327 10.0.0.65 - - [2026-06-01 03:10:48] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?fields=security_groups HTTP/1.1" 200 1352 0.041584 10.0.0.65 - - [2026-06-01 03:10:48] "DELETE /security-group/abbce169-6307-4f0e-bfb5-4d4ac0b08f41 HTTP/1.1" 200 115 0.081533 10.0.0.65 - - [2026-06-01 03:10:48] "GET /projects?obj_uuids=d394889e-4d49-42cc-a829-50073d4ae418&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000889 10.0.0.65 - - [2026-06-01 03:10:48] "GET /project/d394889e-4d49-42cc-a829-50073d4ae418?fields=application_policy_sets HTTP/1.1" 200 1391 0.074543 10.0.0.65 - - [2026-06-01 03:10:48] "DELETE /project/d394889e-4d49-42cc-a829-50073d4ae418 HTTP/1.1" 200 115 0.442648 10.0.0.240 - - [2026-06-01 03:10:49] "GET /virtual-network/16259508-a9a9-4eb0-9453-466517755dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006155 10.0.0.249 - - [2026-06-01 03:10:49] "GET /obj-perms HTTP/1.1" 200 5053 0.058902 10.0.0.240 - - [2026-06-01 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.65 - - [2026-06-01 03:10:49] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.240 - - [2026-06-01 03:10:49] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.046574 10.0.0.240 - - [2026-06-01 03:10:49] "POST /neutron/network HTTP/1.1" 200 117 0.016998 10.0.0.65 - - [2026-06-01 03:10:49] "POST /route-targets HTTP/1.1" 200 327 0.016722 10.0.0.240 - - [2026-06-01 03:10:50] "POST /neutron/network HTTP/1.1" 200 850 0.010048 10.0.0.240 - - [2026-06-01 03:10:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001204 10.0.0.240 - - [2026-06-01 03:10:50] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005639 10.0.0.240 - - [2026-06-01 03:10:50] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005857 10.0.0.240 - - [2026-06-01 03:10:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.008661 10.0.0.240 - - [2026-06-01 03:10:50] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005350 10.0.0.240 - - [2026-06-01 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.65 - - [2026-06-01 03:10:50] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.240 - - [2026-06-01 03:10:50] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048974 10.0.0.65 - - [2026-06-01 03:10:51] "POST /ref-update HTTP/1.1" 200 156 0.025200 10.0.0.65 - - [2026-06-01 03:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010264 10.0.0.240 - - [2026-06-01 03:10:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.202017 10.0.0.240 - - [2026-06-01 03:10:51] "POST /id-to-fqname HTTP/1.1" 200 234 0.001286 10.0.0.240 - - [2026-06-01 03:10:51] "GET /virtual-network/066e14f2-96d0-4930-b423-9fb137d8eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007223 10.0.0.240 - - [2026-06-01 03:10:51] "GET /virtual-network/066e14f2-96d0-4930-b423-9fb137d8eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005800 10.0.0.240 - - [2026-06-01 03:10:51] "POST /neutron/network HTTP/1.1" 200 850 0.007869 10.0.0.240 - - [2026-06-01 03:10:51] "GET /virtual-network/066e14f2-96d0-4930-b423-9fb137d8eba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006078 10.0.0.240 - - [2026-06-01 03:10:51] "GET /obj-perms HTTP/1.1" 200 5053 0.004144 10.0.0.65 - - [2026-06-01 03:10:51] "GET /obj-perms HTTP/1.1" 200 5053 0.004977 10.0.0.240 - - [2026-06-01 03:10:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001531 10.0.0.240 - - [2026-06-01 03:10:52] "POST /neutron/network HTTP/1.1" 200 840 0.007505 10.0.0.65 - - [2026-06-01 03:10:52] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.240 - - [2026-06-01 03:10:52] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.073524 10.0.0.240 - - [2026-06-01 03:10:53] "POST /neutron/port HTTP/1.1" 200 117 0.007477 10.0.0.240 - - [2026-06-01 03:10:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001236 10.0.0.240 - - [2026-06-01 03:10:53] "POST /neutron/network HTTP/1.1" 200 840 0.008960 10.0.0.240 - - [2026-06-01 03:10:53] "POST /neutron/port HTTP/1.1" 200 1062 0.018749 10.0.0.240 - - [2026-06-01 03:10:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.65 - - [2026-06-01 03:10:54] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.240 - - [2026-06-01 03:10:54] "POST /neutron/network HTTP/1.1" 200 830 0.005690 10.0.0.240 - - [2026-06-01 03:10:54] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.074559 10.0.0.240 - - [2026-06-01 03:10:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008184 10.0.0.240 - - [2026-06-01 03:10:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003259 10.0.0.240 - - [2026-06-01 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.65 - - [2026-06-01 03:10:54] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.240 - - [2026-06-01 03:10:54] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008467 10.0.0.240 - - [2026-06-01 03:10:54] "POST /service-templates HTTP/1.1" 200 543 0.041281 10.0.0.240 - - [2026-06-01 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.240 - - [2026-06-01 03:10:54] "GET /service-template/2badd7e1-5154-4f0c-a613-ef873e36440d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004985 10.0.0.240 - - [2026-06-01 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.65 - - [2026-06-01 03:10:54] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.240 - - [2026-06-01 03:10:54] "GET /service-template/2badd7e1-5154-4f0c-a613-ef873e36440d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.015185 10.0.0.240 - - [2026-06-01 03:10:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001171 10.0.0.240 - - [2026-06-01 03:10:55] "POST /neutron/port HTTP/1.1" 200 1062 0.343915 10.0.0.240 - - [2026-06-01 03:10:55] "POST /neutron/port HTTP/1.1" 200 1062 0.019970 10.0.0.240 - - [2026-06-01 03:10:55] "POST /neutron/network HTTP/1.1" 200 860 0.033147 10.0.0.240 - - [2026-06-01 03:10:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.009089 10.0.0.65 - - [2026-06-01 03:10:55] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001683 10.0.0.240 - - [2026-06-01 03:10:56] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.078824 10.0.0.240 - - [2026-06-01 03:10:56] "POST /neutron/network HTTP/1.1" 200 850 0.009413 10.0.0.240 - - [2026-06-01 03:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.006214 10.0.0.240 - - [2026-06-01 03:10:56] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 401 293 0.000472 10.0.0.240 - - [2026-06-01 03:10:56] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 404 171 0.034789 10.0.0.240 - - [2026-06-01 03:10:57] "POST /neutron/port HTTP/1.1" 200 1064 0.019684 10.0.0.240 - - [2026-06-01 03:10:57] "POST /neutron/port HTTP/1.1" 200 1128 0.020618 10.0.0.240 - - [2026-06-01 03:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.240 - - [2026-06-01 03:10:58] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 200 1295 0.006349 10.0.0.240 - - [2026-06-01 03:10:58] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 2985 0.006289 10.0.0.240 - - [2026-06-01 03:10:58] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005792 10.0.0.240 - - [2026-06-01 03:10:58] "PUT /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 284 0.015033 10.0.0.240 - - [2026-06-01 03:10:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008087 10.0.0.240 - - [2026-06-01 03:10:59] "POST /neutron/port HTTP/1.1" 200 1128 0.019628 10.0.0.240 - - [2026-06-01 03:10:59] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 200 1295 0.004271 10.0.0.240 - - [2026-06-01 03:10:59] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 3035 0.006071 10.0.0.240 - - [2026-06-01 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.240 - - [2026-06-01 03:10:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003787 10.0.0.240 - - [2026-06-01 03:10:59] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003803 10.0.0.240 - - [2026-06-01 03:10:59] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006226 10.0.0.240 - - [2026-06-01 03:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.240 - - [2026-06-01 03:11:02] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005707 10.0.0.240 - - [2026-06-01 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.240 - - [2026-06-01 03:11:06] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008589 10.0.0.240 - - [2026-06-01 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.240 - - [2026-06-01 03:11:10] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005609 10.0.0.240 - - [2026-06-01 03:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.240 - - [2026-06-01 03:11:14] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005976 10.0.0.240 - - [2026-06-01 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.240 - - [2026-06-01 03:11:18] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006508 10.0.0.240 - - [2026-06-01 03:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.240 - - [2026-06-01 03:11:22] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.004918 10.0.0.249 - - [2026-06-01 03:11:24] "GET /obj-perms HTTP/1.1" 200 5075 0.052161 10.0.0.240 - - [2026-06-01 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.240 - - [2026-06-01 03:11:26] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006533 10.0.0.240 - - [2026-06-01 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008102 10.0.0.240 - - [2026-06-01 03:11:30] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006897 10.0.0.240 - - [2026-06-01 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.240 - - [2026-06-01 03:11:35] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005456 10.0.0.240 - - [2026-06-01 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.240 - - [2026-06-01 03:11:39] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005397 10.0.0.240 - - [2026-06-01 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.240 - - [2026-06-01 03:11:43] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007767 10.0.0.240 - - [2026-06-01 03:11:43] "POST /neutron/port HTTP/1.1" 200 1216 0.027595 10.0.0.240 - - [2026-06-01 03:11:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005419 10.0.0.240 - - [2026-06-01 03:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.001771 10.0.0.240 - - [2026-06-01 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005500 10.0.0.240 - - [2026-06-01 03:11:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005338 10.0.0.240 - - [2026-06-01 03:11:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.042150 10.0.0.240 - - [2026-06-01 03:11:45] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003960 10.0.0.240 - - [2026-06-01 03:11:45] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007543 10.0.0.240 - - [2026-06-01 03:11:45] "POST /neutron/port HTTP/1.1" 200 1216 0.023641 10.0.0.240 - - [2026-06-01 03:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005113 10.0.0.240 - - [2026-06-01 03:11:45] "POST /neutron/port HTTP/1.1" 200 117 0.001529 10.0.0.240 - - [2026-06-01 03:11:50] "POST /neutron/port HTTP/1.1" 200 1128 0.019172 10.0.0.240 - - [2026-06-01 03:11:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009117 10.0.0.240 - - [2026-06-01 03:11:58] "POST /neutron/port HTTP/1.1" 200 1128 0.019083 10.0.0.240 - - [2026-06-01 03:12:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008778 10.0.0.240 - - [2026-06-01 03:12:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.003598 10.0.0.240 - - [2026-06-01 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.65 - - [2026-06-01 03:12:11] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.240 - - [2026-06-01 03:12:11] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048179 10.0.0.240 - - [2026-06-01 03:12:11] "POST /service-instances HTTP/1.1" 200 547 0.042001 10.0.0.240 - - [2026-06-01 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.240 - - [2026-06-01 03:12:11] "GET /service-instance/651fbd81-9d29-47d5-9d39-b834db0e4db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007718 10.0.0.240 - - [2026-06-01 03:12:11] "POST /port-tuples HTTP/1.1" 200 590 0.040315 10.0.0.240 - - [2026-06-01 03:12:11] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006098 10.0.0.240 - - [2026-06-01 03:12:11] "PUT /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 284 0.014400 10.0.0.240 - - [2026-06-01 03:12:11] "POST /ref-update HTTP/1.1" 200 156 0.016895 10.0.0.240 - - [2026-06-01 03:12:11] "POST /neutron/port HTTP/1.1" 200 1126 0.023904 10.0.0.65 - - [2026-06-01 03:12:12] "POST /ref-update HTTP/1.1" 200 156 0.051883 10.0.0.240 - - [2026-06-01 03:12:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006463 10.0.0.65 - - [2026-06-01 03:12:12] "POST /ref-update HTTP/1.1" 200 156 0.024294 10.0.0.240 - - [2026-06-01 03:12:12] "GET /virtual-machine/55812474-6155-4174-9fa7-4559cda0e3fa HTTP/1.1" 200 1294 0.006552 10.0.0.240 - - [2026-06-01 03:12:12] "GET /virtual-machine-interface/3ca3d6cd-2acf-43cc-a3d6-baba52218f10 HTTP/1.1" 200 2957 0.010558 10.0.0.240 - - [2026-06-01 03:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.240 - - [2026-06-01 03:12:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.240 - - [2026-06-01 03:12:12] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003941 10.0.0.240 - - [2026-06-01 03:12:12] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005903 10.0.0.240 - - [2026-06-01 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.240 - - [2026-06-01 03:12:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.240 - - [2026-06-01 03:12:13] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003299 10.0.0.240 - - [2026-06-01 03:12:13] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005917 10.0.0.240 - - [2026-06-01 03:12:13] "POST /neutron/port HTTP/1.1" 200 1126 0.022158 10.0.0.240 - - [2026-06-01 03:12:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007524 10.0.0.240 - - [2026-06-01 03:12:13] "GET /virtual-machine/9d24bf42-3b5d-481a-b129-7ee203da2be8 HTTP/1.1" 200 1295 0.006025 10.0.0.240 - - [2026-06-01 03:12:13] "GET /virtual-machine-interface/b22f7f47-3d6f-4ef0-8932-1901956ae69c HTTP/1.1" 200 2960 0.005315 10.0.0.240 - - [2026-06-01 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.240 - - [2026-06-01 03:12:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003670 10.0.0.240 - - [2026-06-01 03:12:13] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003914 10.0.0.240 - - [2026-06-01 03:12:14] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007657 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.240 - - [2026-06-01 03:12:15] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005488 10.0.0.240 - - [2026-06-01 03:12:15] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003463 10.0.0.240 - - [2026-06-01 03:12:15] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005880 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.003853 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.65 - - [2026-06-01 03:12:15] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001391 10.0.0.240 - - [2026-06-01 03:12:15] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053338 10.0.0.240 - - [2026-06-01 03:12:15] "POST /network-policys HTTP/1.1" 200 551 0.033267 10.0.0.240 - - [2026-06-01 03:12:15] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006365 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.240 - - [2026-06-01 03:12:15] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006094 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.240 - - [2026-06-01 03:12:15] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004748 10.0.0.240 - - [2026-06-01 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.062439 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.240 - - [2026-06-01 03:12:15] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.009379 10.0.0.65 - - [2026-06-01 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.023640 10.0.0.240 - - [2026-06-01 03:12:15] "POST /neutron/network HTTP/1.1" 200 922 0.029508 10.0.0.240 - - [2026-06-01 03:12:15] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007668 10.0.0.240 - - [2026-06-01 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.240 - - [2026-06-01 03:12:15] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004868 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008439 10.0.0.240 - - [2026-06-01 03:12:16] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005313 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.240 - - [2026-06-01 03:12:16] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004468 10.0.0.240 - - [2026-06-01 03:12:16] "POST /ref-update HTTP/1.1" 200 156 0.068290 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.240 - - [2026-06-01 03:12:16] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.011215 10.0.0.65 - - [2026-06-01 03:12:16] "POST /ref-update HTTP/1.1" 200 156 0.036085 10.0.0.240 - - [2026-06-01 03:12:16] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.020498 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.240 - - [2026-06-01 03:12:16] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004802 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006277 10.0.0.240 - - [2026-06-01 03:12:16] "GET /service-template/2badd7e1-5154-4f0c-a613-ef873e36440d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005491 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.65 - - [2026-06-01 03:12:16] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001371 10.0.0.240 - - [2026-06-01 03:12:16] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051223 10.0.0.240 - - [2026-06-01 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.240 - - [2026-06-01 03:12:16] "GET /service-instance/651fbd81-9d29-47d5-9d39-b834db0e4db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007141 10.0.0.240 - - [2026-06-01 03:12:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008257 10.0.0.240 - - [2026-06-01 03:12:17] "POST /neutron/port HTTP/1.1" 200 1386 0.030689 10.0.0.240 - - [2026-06-01 03:12:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008615 10.0.0.240 - - [2026-06-01 03:12:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001427 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 200 1295 0.004144 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 3891 0.006095 10.0.0.240 - - [2026-06-01 03:12:17] "GET /instance-ip/1c314588-0bf3-45d0-9dbd-cf56a3d423d4 HTTP/1.1" 200 1964 0.004871 10.0.0.240 - - [2026-06-01 03:12:17] "GET /instance-ip/75ec8932-a8e1-43e3-8e06-c955e7b751f6 HTTP/1.1" 200 1962 0.004091 10.0.0.240 - - [2026-06-01 03:12:17] "GET /instance-ip/e017b86d-6fd1-4368-8cd1-45344218d6ec HTTP/1.1" 200 1638 0.009477 10.0.0.240 - - [2026-06-01 03:12:17] "POST /neutron/port HTTP/1.1" 200 1386 0.035033 10.0.0.240 - - [2026-06-01 03:12:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009418 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-machine/c393c05c-43d7-4693-bf7b-0f9436267eb0 HTTP/1.1" 200 1295 0.005556 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-machine-interface/b41daf76-87c8-4294-a40f-338ea6e0c4b8 HTTP/1.1" 200 3891 0.007659 10.0.0.240 - - [2026-06-01 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.240 - - [2026-06-01 03:12:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004402 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004350 10.0.0.240 - - [2026-06-01 03:12:17] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006330 10.0.0.240 - - [2026-06-01 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.240 - - [2026-06-01 03:12:18] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003751 10.0.0.240 - - [2026-06-01 03:12:18] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003198 10.0.0.240 - - [2026-06-01 03:12:18] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006478 10.0.0.240 - - [2026-06-01 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.240 - - [2026-06-01 03:12:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004320 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006349 10.0.0.240 - - [2026-06-01 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.240 - - [2026-06-01 03:12:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.013595 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003740 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005489 10.0.0.240 - - [2026-06-01 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.240 - - [2026-06-01 03:12:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-networks?parent_id=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003511 10.0.0.240 - - [2026-06-01 03:12:19] "GET /virtual-network/190af826-43bf-46ac-8509-d299c391da16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006179 10.0.0.240 - - [2026-06-01 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.240 - - [2026-06-01 03:12:19] "GET /routing-instance/06a85b26-b654-44f3-b96d-0ac5e49b6ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004287 10.0.0.240 - - [2026-06-01 03:12:19] "GET /routing-instance/06a85b26-b654-44f3-b96d-0ac5e49b6ed6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1588 0.007552 10.0.0.240 - - [2026-06-01 03:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.240 - - [2026-06-01 03:12:19] "GET /routing-instance/f072e5f6-5634-4553-842a-9bb394bf54ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004511 10.0.0.240 - - [2026-06-01 03:12:19] "GET /routing-instance/f072e5f6-5634-4553-842a-9bb394bf54ab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.018524 10.0.0.240 - - [2026-06-01 03:12:43] "POST /neutron/network HTTP/1.1" 200 934 0.007081 10.0.0.240 - - [2026-06-01 03:12:43] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.240 - - [2026-06-01 03:12:45] "POST /neutron/port HTTP/1.1" 200 1104 0.019114 10.0.0.240 - - [2026-06-01 03:12:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.009351 10.0.0.240 - - [2026-06-01 03:13:09] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004363 10.0.0.240 - - [2026-06-01 03:13:09] "PUT /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280 HTTP/1.1" 200 262 0.025550 10.0.0.240 - - [2026-06-01 03:13:09] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.006866 10.0.0.65 - - [2026-06-01 03:13:09] "PUT /access-control-list/32e20da3-ef91-4fe2-a515-1ecffef397f8 HTTP/1.1" 200 272 0.080718 10.0.0.240 - - [2026-06-01 03:13:09] "POST /neutron/port HTTP/1.1" 200 1386 0.024990 10.0.0.240 - - [2026-06-01 03:13:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006736 10.0.0.240 - - [2026-06-01 03:13:37] "POST /ref-update HTTP/1.1" 200 156 0.060204 10.0.0.240 - - [2026-06-01 03:13:37] "GET /virtual-network/5051cda1-4fa4-48da-9092-7d61d441fd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007544 10.0.0.240 - - [2026-06-01 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.240 - - [2026-06-01 03:13:37] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004347 10.0.0.240 - - [2026-06-01 03:13:37] "POST /ref-update HTTP/1.1" 200 156 0.060451 10.0.0.240 - - [2026-06-01 03:13:37] "GET /virtual-network/7d743e78-034b-4105-b18b-93d0939ea7f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008466 10.0.0.240 - - [2026-06-01 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.240 - - [2026-06-01 03:13:37] "GET /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004729 10.0.0.240 - - [2026-06-01 03:13:38] "DELETE /network-policy/c85fc716-5d60-4af7-92d8-fb5efe297280 HTTP/1.1" 200 115 0.041009 10.0.0.240 - - [2026-06-01 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.240 - - [2026-06-01 03:13:38] "DELETE /service-instance/651fbd81-9d29-47d5-9d39-b834db0e4db3 HTTP/1.1" 200 115 0.051815 10.0.0.65 - - [2026-06-01 03:13:38] "POST /ref-update HTTP/1.1" 200 156 0.051807 10.0.0.240 - - [2026-06-01 03:13:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005530 10.0.0.240 - - [2026-06-01 03:13:38] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002994 10.0.0.65 - - [2026-06-01 03:13:38] "POST /ref-update HTTP/1.1" 200 156 0.073167 10.0.0.65 - - [2026-06-01 03:13:38] "DELETE /instance-ip/1c314588-0bf3-45d0-9dbd-cf56a3d423d4 HTTP/1.1" 200 115 0.067698 10.0.0.240 - - [2026-06-01 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.65 - - [2026-06-01 03:13:38] "POST /ref-update HTTP/1.1" 200 156 0.038405 10.0.0.240 - - [2026-06-01 03:13:38] "DELETE /service-template/2badd7e1-5154-4f0c-a613-ef873e36440d HTTP/1.1" 200 115 0.071086 10.0.0.240 - - [2026-06-01 03:13:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.009972 10.0.0.240 - - [2026-06-01 03:13:38] "POST /neutron/network HTTP/1.1" 200 850 0.007209 10.0.0.65 - - [2026-06-01 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.240 - - [2026-06-01 03:13:39] "POST /neutron/port HTTP/1.1" 200 1116 0.022283 10.0.0.240 - - [2026-06-01 03:13:39] "POST /neutron/network HTTP/1.1" 200 850 0.006779 10.0.0.240 - - [2026-06-01 03:13:39] "POST /neutron/port HTTP/1.1" 200 1126 0.021661 10.0.0.240 - - [2026-06-01 03:13:39] "POST /neutron/port HTTP/1.1" 200 151 0.277330 10.0.0.65 - - [2026-06-01 03:13:41] "DELETE /route-target/a392b335-cce0-49e8-aec5-475aec57f80f HTTP/1.1" 200 115 0.031650 10.0.0.240 - - [2026-06-01 03:13:41] "POST /neutron/network HTTP/1.1" 200 835 0.007078 10.0.0.65 - - [2026-06-01 03:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.65 - - [2026-06-01 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.65 - - [2026-06-01 03:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002434 10.0.0.240 - - [2026-06-01 03:13:42] "POST /neutron/network HTTP/1.1" 200 151 0.129035 10.0.0.65 - - [2026-06-01 03:13:42] "DELETE /route-target/957c58fe-4f05-4d72-b790-88f70a5d13c1 HTTP/1.1" 200 115 0.028880 10.0.0.65 - - [2026-06-01 03:13:44] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.240 - - [2026-06-01 03:13:44] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.071998 10.0.0.65 - - [2026-06-01 03:13:44] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.240 - - [2026-06-01 03:13:44] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?fields=virtual_networks HTTP/1.1" 200 1037 0.040780 10.0.0.65 - - [2026-06-01 03:13:44] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.240 - - [2026-06-01 03:13:44] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.055760 10.0.0.65 - - [2026-06-01 03:13:44] "GET /projects?obj_uuids=d2ca33e6-722f-43af-b26b-e159fd43671d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.240 - - [2026-06-01 03:13:44] "GET /project/d2ca33e6-722f-43af-b26b-e159fd43671d?fields=security_groups HTTP/1.1" 200 1265 0.043601 10.0.0.240 - - [2026-06-01 03:13:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.026599 10.0.0.65 - - [2026-06-01 03:13:45] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003397 10.0.0.65 - - [2026-06-01 03:13:45] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001800 10.0.0.65 - - [2026-06-01 03:13:45] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.043190 10.0.0.65 - - [2026-06-01 03:13:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.009487 10.0.0.65 - - [2026-06-01 03:13:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.004349 10.0.0.65 - - [2026-06-01 03:13:45] "POST /security-groups HTTP/1.1" 200 592 0.034829 10.0.0.65 - - [2026-06-01 03:13:45] "POST /projects HTTP/1.1" 200 587 0.245417 10.0.0.65 - - [2026-06-01 03:13:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.010251 10.0.0.65 - - [2026-06-01 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.320539 10.0.0.240 - - [2026-06-01 03:13:45] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.515813 10.0.0.240 - - [2026-06-01 03:13:46] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.65 - - [2026-06-01 03:13:48] "DELETE /access-control-list/c6515a05-cbe6-41e2-a97a-083dbdd849d4 HTTP/1.1" 200 115 0.075215 10.0.0.65 - - [2026-06-01 03:13:49] "DELETE /project/d2ca33e6-722f-43af-b26b-e159fd43671d HTTP/1.1" 404 177 0.004121 10.0.0.65 - - [2026-06-01 03:13:49] "DELETE /project/50282653e9e1459a9192d70a8eaf6274 HTTP/1.1" 404 173 0.003648 10.0.0.240 - - [2026-06-01 03:13:49] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000404 10.0.0.65 - - [2026-06-01 03:13:49] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.240 - - [2026-06-01 03:13:49] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077699 10.0.0.240 - - [2026-06-01 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.004129 10.0.0.240 - - [2026-06-01 03:13:49] "POST /virtual-DNSs HTTP/1.1" 200 507 0.038678 10.0.0.240 - - [2026-06-01 03:13:49] "GET /virtual-DNS/cab5513e-5eb6-4169-ba08-695a157d2b29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007413 10.0.0.240 - - [2026-06-01 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.240 - - [2026-06-01 03:13:49] "GET /virtual-DNS/cab5513e-5eb6-4169-ba08-695a157d2b29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005298 10.0.0.240 - - [2026-06-01 03:13:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005253 10.0.0.240 - - [2026-06-01 03:13:50] "POST /network-ipams HTTP/1.1" 200 514 0.028471 10.0.0.240 - - [2026-06-01 03:13:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003972 10.0.0.240 - - [2026-06-01 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.240 - - [2026-06-01 03:13:50] "GET /network-ipam/ba0c3573-7fe0-487c-88f1-086be827d1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.009401 10.0.0.240 - - [2026-06-01 03:13:50] "PUT /network-ipam/ba0c3573-7fe0-487c-88f1-086be827d1de HTTP/1.1" 200 258 0.017766 10.0.0.240 - - [2026-06-01 03:13:50] "POST /ref-update HTTP/1.1" 200 156 0.015932 10.0.0.240 - - [2026-06-01 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.65 - - [2026-06-01 03:13:50] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.240 - - [2026-06-01 03:13:50] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044561 10.0.0.240 - - [2026-06-01 03:13:50] "POST /neutron/network HTTP/1.1" 200 117 0.040166 10.0.0.240 - - [2026-06-01 03:13:51] "POST /neutron/network HTTP/1.1" 200 833 0.014660 10.0.0.240 - - [2026-06-01 03:13:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001580 10.0.0.240 - - [2026-06-01 03:13:51] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008631 10.0.0.240 - - [2026-06-01 03:13:51] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005330 10.0.0.240 - - [2026-06-01 03:13:51] "POST /neutron/subnet HTTP/1.1" 200 711 0.010801 10.0.0.240 - - [2026-06-01 03:13:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001175 10.0.0.240 - - [2026-06-01 03:13:51] "POST /neutron/port HTTP/1.1" 200 4180 0.037158 10.0.0.65 - - [2026-06-01 03:13:52] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.240 - - [2026-06-01 03:13:52] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075119 10.0.0.240 - - [2026-06-01 03:13:52] "POST /neutron/port HTTP/1.1" 200 4180 0.040255 10.0.0.240 - - [2026-06-01 03:13:52] "POST /neutron/network HTTP/1.1" 200 843 0.007957 10.0.0.240 - - [2026-06-01 03:13:53] "POST /neutron/port HTTP/1.1" 200 1058 0.043623 10.0.0.240 - - [2026-06-01 03:13:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.240 - - [2026-06-01 03:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.007499 10.0.0.240 - - [2026-06-01 03:13:57] "POST /neutron/port HTTP/1.1" 200 1122 0.018290 10.0.0.240 - - [2026-06-01 03:13:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008974 10.0.0.240 - - [2026-06-01 03:13:57] "GET /virtual-machine/c881925e-0c1c-463e-af4e-757ecb9bd73d HTTP/1.1" 401 293 0.000453 10.0.0.240 - - [2026-06-01 03:13:58] "GET /virtual-machine/c881925e-0c1c-463e-af4e-757ecb9bd73d HTTP/1.1" 200 1294 0.038410 10.0.0.240 - - [2026-06-01 03:13:58] "GET /virtual-machine-interface/1a05fb2b-a2cd-4057-9f4f-3eb5834c0a7b HTTP/1.1" 200 2964 0.005717 10.0.0.240 - - [2026-06-01 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.240 - - [2026-06-01 03:13:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.240 - - [2026-06-01 03:13:58] "GET /virtual-networks?parent_id=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003387 10.0.0.240 - - [2026-06-01 03:13:58] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006124 10.0.0.240 - - [2026-06-01 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.240 - - [2026-06-01 03:14:01] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006449 10.0.0.240 - - [2026-06-01 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.240 - - [2026-06-01 03:14:05] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005929 10.0.0.240 - - [2026-06-01 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.240 - - [2026-06-01 03:14:09] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004885 10.0.0.240 - - [2026-06-01 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.240 - - [2026-06-01 03:14:13] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007812 10.0.0.240 - - [2026-06-01 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.240 - - [2026-06-01 03:14:17] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006272 10.0.0.240 - - [2026-06-01 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.240 - - [2026-06-01 03:14:21] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006867 10.0.0.240 - - [2026-06-01 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.240 - - [2026-06-01 03:14:26] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006695 10.0.0.65 - - [2026-06-01 03:14:27] "GET /obj-perms HTTP/1.1" 200 5075 0.060708 10.0.0.240 - - [2026-06-01 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.240 - - [2026-06-01 03:14:30] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005736 10.0.0.240 - - [2026-06-01 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.240 - - [2026-06-01 03:14:34] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005917 10.0.0.240 - - [2026-06-01 03:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007766 10.0.0.240 - - [2026-06-01 03:14:36] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011303 10.0.0.65 - - [2026-06-01 03:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2026-06-01 03:14:36] "GET /virtual-networks?parent_id=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004483 10.0.0.65 - - [2026-06-01 03:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2026-06-01 03:14:36] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006425 10.0.0.249 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.240 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000335 10.0.0.240 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.001703 10.0.0.65 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.65 - - [2026-06-01 03:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.249 - - [2026-06-01 03:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.249 - - [2026-06-01 03:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.240 - - [2026-06-01 03:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.240 - - [2026-06-01 03:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.240 - - [2026-06-01 03:14:41] "POST /neutron/port HTTP/1.1" 200 1122 0.023028 10.0.0.240 - - [2026-06-01 03:14:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007714 10.0.0.240 - - [2026-06-01 03:14:46] "POST /neutron/network HTTP/1.1" 200 1121 0.008706 10.0.0.240 - - [2026-06-01 03:14:46] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014275 10.0.0.240 - - [2026-06-01 03:14:46] "POST /neutron/network HTTP/1.1" 200 1111 0.012515 10.0.0.240 - - [2026-06-01 03:14:49] "POST /neutron/port HTTP/1.1" 200 1216 0.051207 10.0.0.240 - - [2026-06-01 03:14:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004908 10.0.0.240 - - [2026-06-01 03:14:50] "POST /neutron/port HTTP/1.1" 200 117 0.001848 10.0.0.240 - - [2026-06-01 03:14:51] "POST /neutron/port HTTP/1.1" 200 1122 0.020454 10.0.0.240 - - [2026-06-01 03:15:20] "POST /neutron/network HTTP/1.1" 200 833 0.013419 10.0.0.240 - - [2026-06-01 03:15:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001351 10.0.0.240 - - [2026-06-01 03:15:20] "POST /neutron/network HTTP/1.1" 200 843 0.008014 10.0.0.65 - - [2026-06-01 03:15:21] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.036503 10.0.0.240 - - [2026-06-01 03:15:21] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.114172 10.0.0.240 - - [2026-06-01 03:15:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010648 10.0.0.240 - - [2026-06-01 03:15:22] "POST /neutron/network HTTP/1.1" 200 843 0.007621 10.0.0.240 - - [2026-06-01 03:15:22] "POST /neutron/port HTTP/1.1" 200 1058 0.021448 10.0.0.240 - - [2026-06-01 03:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.240 - - [2026-06-01 03:15:22] "POST /neutron/network HTTP/1.1" 200 833 0.007583 10.0.0.240 - - [2026-06-01 03:15:27] "POST /neutron/port HTTP/1.1" 200 1122 0.026468 10.0.0.240 - - [2026-06-01 03:15:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007674 10.0.0.240 - - [2026-06-01 03:15:27] "GET /virtual-machine/d09fa687-a907-4095-a8a9-837b0a8474ac HTTP/1.1" 200 1294 0.005866 10.0.0.240 - - [2026-06-01 03:15:27] "GET /virtual-machine-interface/6276dca3-c1ba-46ef-a5ba-0264f34d1b49 HTTP/1.1" 200 2964 0.006088 10.0.0.240 - - [2026-06-01 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.240 - - [2026-06-01 03:15:27] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003324 10.0.0.240 - - [2026-06-01 03:15:27] "GET /virtual-networks?parent_id=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003720 10.0.0.240 - - [2026-06-01 03:15:27] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008324 10.0.0.240 - - [2026-06-01 03:15:27] "GET /obj-perms HTTP/1.1" 200 5075 0.052623 10.0.0.249 - - [2026-06-01 03:15:28] "GET /obj-perms HTTP/1.1" 200 5075 0.049057 10.0.0.240 - - [2026-06-01 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.240 - - [2026-06-01 03:15:30] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005789 10.0.0.240 - - [2026-06-01 03:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.240 - - [2026-06-01 03:15:34] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006276 10.0.0.240 - - [2026-06-01 03:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.240 - - [2026-06-01 03:15:38] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005845 10.0.0.240 - - [2026-06-01 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.240 - - [2026-06-01 03:15:42] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005306 10.0.0.240 - - [2026-06-01 03:15:46] "POST /neutron/network HTTP/1.1" 200 934 0.007335 10.0.0.240 - - [2026-06-01 03:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.240 - - [2026-06-01 03:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.240 - - [2026-06-01 03:15:46] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006085 10.0.0.240 - - [2026-06-01 03:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.240 - - [2026-06-01 03:15:50] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005471 10.0.0.240 - - [2026-06-01 03:15:51] "POST /neutron/port HTTP/1.1" 200 1104 0.018431 10.0.0.240 - - [2026-06-01 03:15:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.011874 10.0.0.240 - - [2026-06-01 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.240 - - [2026-06-01 03:15:54] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005467 10.0.0.240 - - [2026-06-01 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.240 - - [2026-06-01 03:15:59] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005739 10.0.0.240 - - [2026-06-01 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.240 - - [2026-06-01 03:16:03] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005965 10.0.0.240 - - [2026-06-01 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.240 - - [2026-06-01 03:16:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.240 - - [2026-06-01 03:16:05] "GET /virtual-networks?parent_id=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003908 10.0.0.240 - - [2026-06-01 03:16:05] "GET /virtual-network/58f4912b-bf34-4031-935b-69e70033755a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006252 10.0.0.240 - - [2026-06-01 03:16:05] "POST /neutron/port HTTP/1.1" 200 1122 0.019911 10.0.0.240 - - [2026-06-01 03:16:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008526 10.0.0.240 - - [2026-06-01 03:16:15] "POST /neutron/port HTTP/1.1" 200 1122 0.022259 10.0.0.240 - - [2026-06-01 03:16:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009826 10.0.0.240 - - [2026-06-01 03:16:47] "POST /neutron/network HTTP/1.1" 200 843 0.008539 10.0.0.240 - - [2026-06-01 03:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.240 - - [2026-06-01 03:16:51] "POST /neutron/port HTTP/1.1" 200 1216 0.022858 10.0.0.240 - - [2026-06-01 03:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010179 10.0.0.240 - - [2026-06-01 03:16:51] "POST /neutron/port HTTP/1.1" 200 117 0.001402 10.0.0.240 - - [2026-06-01 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.240 - - [2026-06-01 03:16:55] "DELETE /virtual-DNS/cab5513e-5eb6-4169-ba08-695a157d2b29 HTTP/1.1" 409 235 0.008108 10.0.0.240 - - [2026-06-01 03:16:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.003678 10.0.0.240 - - [2026-06-01 03:16:56] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.044647 10.0.0.240 - - [2026-06-01 03:16:56] "GET /virtual-DNS-record/001582b8-c6df-44e7-ac7d-969cdae8b020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007056 10.0.0.240 - - [2026-06-01 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.240 - - [2026-06-01 03:16:56] "GET /virtual-DNS-record/001582b8-c6df-44e7-ac7d-969cdae8b020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.004410 10.0.0.240 - - [2026-06-01 03:17:03] "DELETE /virtual-DNS-record/001582b8-c6df-44e7-ac7d-969cdae8b020 HTTP/1.1" 200 115 0.037396 10.0.0.240 - - [2026-06-01 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.004833 10.0.0.240 - - [2026-06-01 03:17:03] "POST /neutron/network HTTP/1.1" 400 204 0.015095 10.0.0.240 - - [2026-06-01 03:17:04] "POST /neutron/port HTTP/1.1" 200 151 0.254357 10.0.0.240 - - [2026-06-01 03:17:04] "POST /neutron/port HTTP/1.1" 200 151 0.253077 10.0.0.65 - - [2026-06-01 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.240 - - [2026-06-01 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.240 - - [2026-06-01 03:17:05] "DELETE /network-ipam/ba0c3573-7fe0-487c-88f1-086be827d1de HTTP/1.1" 200 115 0.039687 10.0.0.240 - - [2026-06-01 03:17:05] "DELETE /virtual-DNS/cab5513e-5eb6-4169-ba08-695a157d2b29 HTTP/1.1" 200 115 0.043252 10.0.0.240 - - [2026-06-01 03:17:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.011529 10.0.0.65 - - [2026-06-01 03:17:07] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.240 - - [2026-06-01 03:17:07] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053166 10.0.0.65 - - [2026-06-01 03:17:07] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001803 10.0.0.240 - - [2026-06-01 03:17:07] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?fields=virtual_networks HTTP/1.1" 200 1034 0.054897 10.0.0.65 - - [2026-06-01 03:17:07] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.240 - - [2026-06-01 03:17:07] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051939 10.0.0.65 - - [2026-06-01 03:17:07] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.240 - - [2026-06-01 03:17:07] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?fields=security_groups HTTP/1.1" 200 1261 0.037354 10.0.0.240 - - [2026-06-01 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.026251 10.0.0.65 - - [2026-06-01 03:17:08] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004292 10.0.0.65 - - [2026-06-01 03:17:08] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.65 - - [2026-06-01 03:17:08] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006750 10.0.0.65 - - [2026-06-01 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.005982 10.0.0.65 - - [2026-06-01 03:17:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.009063 10.0.0.65 - - [2026-06-01 03:17:08] "POST /security-groups HTTP/1.1" 200 592 0.083068 10.0.0.65 - - [2026-06-01 03:17:08] "POST /projects HTTP/1.1" 200 587 0.352926 10.0.0.65 - - [2026-06-01 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.428057 10.0.0.65 - - [2026-06-01 03:17:08] "POST /access-control-lists HTTP/1.1" 200 597 0.036731 10.0.0.240 - - [2026-06-01 03:17:09] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.594921 10.0.0.240 - - [2026-06-01 03:17:10] "GET / HTTP/1.1" 200 35931 0.002590 10.0.0.240 - - [2026-06-01 03:17:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.240 - - [2026-06-01 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.059102 10.0.0.65 - - [2026-06-01 03:17:12] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001626 10.0.0.240 - - [2026-06-01 03:17:12] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043014 10.0.0.240 - - [2026-06-01 03:17:12] "POST /neutron/network HTTP/1.1" 200 117 0.035675 10.0.0.65 - - [2026-06-01 03:17:12] "POST /route-targets HTTP/1.1" 200 327 0.019469 10.0.0.240 - - [2026-06-01 03:17:12] "POST /neutron/network HTTP/1.1" 200 825 0.009863 10.0.0.240 - - [2026-06-01 03:17:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001201 10.0.0.240 - - [2026-06-01 03:17:12] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005519 10.0.0.240 - - [2026-06-01 03:17:12] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005298 10.0.0.240 - - [2026-06-01 03:17:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.011269 10.0.0.240 - - [2026-06-01 03:17:13] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005557 10.0.0.240 - - [2026-06-01 03:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.65 - - [2026-06-01 03:17:14] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.240 - - [2026-06-01 03:17:14] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054203 10.0.0.65 - - [2026-06-01 03:17:15] "POST /ref-update HTTP/1.1" 200 156 0.026448 10.0.0.65 - - [2026-06-01 03:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.240 - - [2026-06-01 03:17:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.184903 10.0.0.240 - - [2026-06-01 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001283 10.0.0.240 - - [2026-06-01 03:17:15] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005361 10.0.0.240 - - [2026-06-01 03:17:15] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006197 10.0.0.240 - - [2026-06-01 03:17:15] "POST /neutron/network HTTP/1.1" 200 827 0.007018 10.0.0.240 - - [2026-06-01 03:17:15] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006490 10.0.0.240 - - [2026-06-01 03:17:16] "GET /obj-perms HTTP/1.1" 200 5051 0.068783 10.0.0.65 - - [2026-06-01 03:17:16] "GET /obj-perms HTTP/1.1" 200 5051 0.052308 10.0.0.240 - - [2026-06-01 03:17:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002073 10.0.0.249 - - [2026-06-01 03:17:29] "GET /obj-perms HTTP/1.1" 200 5075 0.063689 10.0.0.240 - - [2026-06-01 03:17:31] "POST /neutron/network HTTP/1.1" 200 837 0.008577 10.0.0.65 - - [2026-06-01 03:17:31] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.240 - - [2026-06-01 03:17:31] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070390 10.0.0.240 - - [2026-06-01 03:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.007507 10.0.0.240 - - [2026-06-01 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001258 10.0.0.240 - - [2026-06-01 03:17:32] "POST /neutron/network HTTP/1.1" 200 837 0.009905 10.0.0.240 - - [2026-06-01 03:17:33] "POST /neutron/port HTTP/1.1" 200 1061 0.042025 10.0.0.65 - - [2026-06-01 03:17:33] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.240 - - [2026-06-01 03:17:33] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.102519 10.0.0.240 - - [2026-06-01 03:17:33] "POST /neutron/port HTTP/1.1" 200 1125 0.042099 10.0.0.240 - - [2026-06-01 03:17:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.016476 10.0.0.240 - - [2026-06-01 03:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009242 10.0.0.240 - - [2026-06-01 03:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013137 10.0.0.240 - - [2026-06-01 03:17:34] "POST /neutron/port HTTP/1.1" 200 1059 0.041778 10.0.0.240 - - [2026-06-01 03:17:35] "POST /neutron/port HTTP/1.1" 200 1123 0.046876 10.0.0.240 - - [2026-06-01 03:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.003719 10.0.0.240 - - [2026-06-01 03:17:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016360 10.0.0.240 - - [2026-06-01 03:17:49] "POST /neutron/port HTTP/1.1" 200 1125 0.027835 10.0.0.65 - - [2026-06-01 03:17:49] "DELETE /project/a3ea5c58a45f456b8c04fb9883c1364f HTTP/1.1" 404 173 0.006622 10.0.0.65 - - [2026-06-01 03:17:49] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000814 10.0.0.65 - - [2026-06-01 03:17:49] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039181 10.0.0.65 - - [2026-06-01 03:17:49] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.65 - - [2026-06-01 03:17:49] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?fields=security_groups HTTP/1.1" 200 1104 0.067429 10.0.0.65 - - [2026-06-01 03:17:49] "GET /projects?obj_uuids=50282653-e9e1-459a-9192-d70a8eaf6274&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002121 10.0.0.65 - - [2026-06-01 03:17:49] "GET /project/50282653-e9e1-459a-9192-d70a8eaf6274?fields=application_policy_sets HTTP/1.1" 200 1405 0.060572 10.0.0.240 - - [2026-06-01 03:17:49] "POST /neutron/port HTTP/1.1" 200 1216 0.047775 10.0.0.65 - - [2026-06-01 03:17:49] "DELETE /project/50282653-e9e1-459a-9192-d70a8eaf6274 HTTP/1.1" 200 115 0.412968 10.0.0.240 - - [2026-06-01 03:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008911 10.0.0.240 - - [2026-06-01 03:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.240 - - [2026-06-01 03:17:51] "POST /neutron/port HTTP/1.1" 200 1104 0.023765 10.0.0.240 - - [2026-06-01 03:17:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.015192 10.0.0.240 - - [2026-06-01 03:17:54] "POST /neutron/port HTTP/1.1" 200 1125 0.017529 10.0.0.240 - - [2026-06-01 03:17:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009600 10.0.0.240 - - [2026-06-01 03:18:09] "POST /neutron/port HTTP/1.1" 200 1125 0.025879 10.0.0.240 - - [2026-06-01 03:18:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010342 10.0.0.240 - - [2026-06-01 03:18:09] "GET /virtual-machine/0eeb8f76-7027-4dcc-bef0-bc02d687e1b7 HTTP/1.1" 401 293 0.000467 10.0.0.240 - - [2026-06-01 03:18:10] "GET /virtual-machine/0eeb8f76-7027-4dcc-bef0-bc02d687e1b7 HTTP/1.1" 200 1293 0.034041 10.0.0.240 - - [2026-06-01 03:18:10] "GET /virtual-machine-interface/d52dc426-589d-4db6-997b-ca32bef01cbf HTTP/1.1" 200 2950 0.006444 10.0.0.240 - - [2026-06-01 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.240 - - [2026-06-01 03:18:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004656 10.0.0.240 - - [2026-06-01 03:18:10] "GET /virtual-networks?parent_id=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003167 10.0.0.240 - - [2026-06-01 03:18:10] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005746 10.0.0.240 - - [2026-06-01 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.240 - - [2026-06-01 03:18:13] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005589 10.0.0.240 - - [2026-06-01 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.240 - - [2026-06-01 03:18:17] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005422 10.0.0.240 - - [2026-06-01 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.240 - - [2026-06-01 03:18:21] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006303 10.0.0.240 - - [2026-06-01 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.240 - - [2026-06-01 03:18:25] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005265 10.0.0.240 - - [2026-06-01 03:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.240 - - [2026-06-01 03:18:29] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007510 10.0.0.240 - - [2026-06-01 03:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.240 - - [2026-06-01 03:18:33] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005914 10.0.0.240 - - [2026-06-01 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.240 - - [2026-06-01 03:18:38] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004967 10.0.0.240 - - [2026-06-01 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.240 - - [2026-06-01 03:18:42] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006432 10.0.0.240 - - [2026-06-01 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.240 - - [2026-06-01 03:18:46] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005424 10.0.0.240 - - [2026-06-01 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.240 - - [2026-06-01 03:18:50] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005489 10.0.0.240 - - [2026-06-01 03:18:50] "POST /neutron/port HTTP/1.1" 200 1104 0.019532 10.0.0.240 - - [2026-06-01 03:18:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006338 10.0.0.240 - - [2026-06-01 03:18:50] "POST /neutron/network HTTP/1.1" 200 924 0.007861 10.0.0.240 - - [2026-06-01 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.240 - - [2026-06-01 03:18:54] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005654 10.0.0.240 - - [2026-06-01 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.240 - - [2026-06-01 03:18:58] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007190 10.0.0.240 - - [2026-06-01 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.240 - - [2026-06-01 03:19:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005167 10.0.0.240 - - [2026-06-01 03:19:00] "GET /virtual-networks?parent_id=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004183 10.0.0.240 - - [2026-06-01 03:19:00] "GET /virtual-network/49610ce7-1756-4a03-9fb5-aa9ebe2761e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007699 10.0.0.240 - - [2026-06-01 03:19:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021137 10.0.0.240 - - [2026-06-01 03:19:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007643 10.0.0.240 - - [2026-06-01 03:19:18] "POST /neutron/port HTTP/1.1" 200 1125 0.045390 10.0.0.240 - - [2026-06-01 03:19:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014197 10.0.0.240 - - [2026-06-01 03:19:26] "POST /neutron/port HTTP/1.1" 200 1125 0.018742 10.0.0.240 - - [2026-06-01 03:19:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007531 10.0.0.65 - - [2026-06-01 03:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000618 10.0.0.65 - - [2026-06-01 03:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000636 10.0.0.249 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.65 - - [2026-06-01 03:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.249 - - [2026-06-01 03:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2026-06-01 03:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.240 - - [2026-06-01 03:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.240 - - [2026-06-01 03:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000491 10.0.0.240 - - [2026-06-01 03:19:42] "POST /neutron/port HTTP/1.1" 200 1125 0.018769 10.0.0.240 - - [2026-06-01 03:19:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007259 10.0.0.240 - - [2026-06-01 03:19:50] "POST /neutron/network HTTP/1.1" 200 1121 0.033784 10.0.0.240 - - [2026-06-01 03:19:50] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014753 10.0.0.240 - - [2026-06-01 03:19:50] "POST /neutron/network HTTP/1.1" 200 1111 0.009954 10.0.0.240 - - [2026-06-01 03:19:53] "POST /neutron/port HTTP/1.1" 200 1216 0.043122 10.0.0.240 - - [2026-06-01 03:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004324 10.0.0.240 - - [2026-06-01 03:19:54] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.240 - - [2026-06-01 03:19:57] "POST /neutron/port HTTP/1.1" 200 1125 0.021973 10.0.0.240 - - [2026-06-01 03:20:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008084 10.0.0.240 - - [2026-06-01 03:20:03] "POST /neutron/port HTTP/1.1" 200 1123 0.021163 10.0.0.240 - - [2026-06-01 03:20:03] "GET /virtual-machine/b04f2f17-2a7f-4e74-bbb2-fbe458913ce4 HTTP/1.1" 200 1294 0.006394 10.0.0.240 - - [2026-06-01 03:20:03] "GET /virtual-machine-interface/7f114385-118c-4e74-bb79-d6a613c7779e HTTP/1.1" 200 2949 0.006112 10.0.0.240 - - [2026-06-01 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2026-06-01 03:20:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003659 10.0.0.240 - - [2026-06-01 03:20:03] "GET /virtual-networks?parent_id=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004738 10.0.0.240 - - [2026-06-01 03:20:03] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006519 10.0.0.240 - - [2026-06-01 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.240 - - [2026-06-01 03:20:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005409 10.0.0.240 - - [2026-06-01 03:20:04] "GET /virtual-networks?parent_id=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004228 10.0.0.240 - - [2026-06-01 03:20:04] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006502 10.0.0.240 - - [2026-06-01 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.65 - - [2026-06-01 03:20:04] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.240 - - [2026-06-01 03:20:04] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043310 10.0.0.240 - - [2026-06-01 03:20:04] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006095 10.0.0.240 - - [2026-06-01 03:20:04] "GET /floating-ip-pools?parent_id=06550ec4-fedd-400b-af54-83ff9b1ad43e&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003394 10.0.0.240 - - [2026-06-01 03:20:04] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005486 10.0.0.240 - - [2026-06-01 03:20:04] "POST /floating-ip-pools HTTP/1.1" 200 598 0.035174 10.0.0.240 - - [2026-06-01 03:20:04] "POST /ref-update HTTP/1.1" 200 156 0.016265 10.0.0.240 - - [2026-06-01 03:20:04] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005586 10.0.0.240 - - [2026-06-01 03:20:05] "GET /virtual-network/06550ec4-fedd-400b-af54-83ff9b1ad43e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005932 10.0.0.240 - - [2026-06-01 03:20:05] "POST /neutron/port HTTP/1.1" 200 1125 0.017817 10.0.0.240 - - [2026-06-01 03:20:05] "POST /neutron/floatingip HTTP/1.1" 200 575 0.020432 10.0.0.240 - - [2026-06-01 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-06-01 03:20:05] "GET /routing-instance/d92681b5-1987-4e37-817a-22a1568bb8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007227 10.0.0.240 - - [2026-06-01 03:20:05] "GET /route-target/236af851-a445-4645-88d6-db0c19abbd3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004423 10.0.0.65 - - [2026-06-01 03:20:32] "GET /obj-perms HTTP/1.1" 200 5075 0.061473 10.0.0.240 - - [2026-06-01 03:20:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.010351 10.0.0.240 - - [2026-06-01 03:20:35] "GET /floating-ip-pool/c64c509b-cb4d-4332-aedb-8ab23cb540c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.005008 10.0.0.240 - - [2026-06-01 03:20:35] "POST /ref-update HTTP/1.1" 200 156 0.015432 10.0.0.240 - - [2026-06-01 03:20:35] "DELETE /floating-ip-pool/c64c509b-cb4d-4332-aedb-8ab23cb540c9 HTTP/1.1" 200 115 0.039434 10.0.0.240 - - [2026-06-01 03:20:35] "POST /neutron/network HTTP/1.1" 400 204 0.016896 10.0.0.240 - - [2026-06-01 03:20:35] "POST /neutron/port HTTP/1.1" 200 1113 0.014200 10.0.0.240 - - [2026-06-01 03:20:36] "POST /neutron/port HTTP/1.1" 200 151 0.279585 10.0.0.65 - - [2026-06-01 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.050519 10.0.0.240 - - [2026-06-01 03:20:37] "POST /neutron/network HTTP/1.1" 200 825 0.007126 10.0.0.65 - - [2026-06-01 03:20:38] "DELETE /route-target/236af851-a445-4645-88d6-db0c19abbd3b HTTP/1.1" 200 115 0.024583 10.0.0.65 - - [2026-06-01 03:20:39] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024776 10.0.0.240 - - [2026-06-01 03:20:39] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.093065 10.0.0.65 - - [2026-06-01 03:20:39] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.240 - - [2026-06-01 03:20:39] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?fields=virtual_networks HTTP/1.1" 200 1035 0.039495 10.0.0.65 - - [2026-06-01 03:20:39] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.240 - - [2026-06-01 03:20:39] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.047211 10.0.0.65 - - [2026-06-01 03:20:39] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.240 - - [2026-06-01 03:20:40] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?fields=security_groups HTTP/1.1" 200 1262 0.056627 10.0.0.240 - - [2026-06-01 03:20:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.039962 10.0.0.65 - - [2026-06-01 03:20:40] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003912 10.0.0.65 - - [2026-06-01 03:20:41] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.65 - - [2026-06-01 03:20:41] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.041183 10.0.0.65 - - [2026-06-01 03:20:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.005120 10.0.0.65 - - [2026-06-01 03:20:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.008907 10.0.0.65 - - [2026-06-01 03:20:41] "POST /security-groups HTTP/1.1" 200 591 0.078320 10.0.0.65 - - [2026-06-01 03:20:41] "POST /projects HTTP/1.1" 200 585 0.318419 10.0.0.65 - - [2026-06-01 03:20:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.007365 10.0.0.65 - - [2026-06-01 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.389118 10.0.0.240 - - [2026-06-01 03:20:41] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.566912 10.0.0.240 - - [2026-06-01 03:20:42] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.240 - - [2026-06-01 03:20:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000546 10.0.0.240 - - [2026-06-01 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.058569 10.0.0.65 - - [2026-06-01 03:20:44] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.240 - - [2026-06-01 03:20:44] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042002 10.0.0.65 - - [2026-06-01 03:20:44] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001274 10.0.0.240 - - [2026-06-01 03:20:44] "POST /neutron/network HTTP/1.1" 200 625 0.171719 10.0.0.65 - - [2026-06-01 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.033636 10.0.0.240 - - [2026-06-01 03:20:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.004013 10.0.0.240 - - [2026-06-01 03:20:45] "GET /virtual-network/98f13a81-077b-4f11-8759-3674cb8b9b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005948 10.0.0.240 - - [2026-06-01 03:20:45] "POST /neutron/network HTTP/1.1" 200 839 0.006945 10.0.0.240 - - [2026-06-01 03:20:45] "GET /virtual-network/98f13a81-077b-4f11-8759-3674cb8b9b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005660 10.0.0.240 - - [2026-06-01 03:20:45] "POST /neutron/network HTTP/1.1" 200 839 0.006899 10.0.0.240 - - [2026-06-01 03:20:45] "POST /id-to-fqname HTTP/1.1" 200 230 0.001248 10.0.0.65 - - [2026-06-01 03:20:46] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.240 - - [2026-06-01 03:20:46] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075342 10.0.0.240 - - [2026-06-01 03:20:46] "POST /neutron/network HTTP/1.1" 200 839 0.032384 10.0.0.240 - - [2026-06-01 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.240 - - [2026-06-01 03:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004766 10.0.0.240 - - [2026-06-01 03:20:46] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.013761 10.0.0.240 - - [2026-06-01 03:20:46] "POST /neutron/port HTTP/1.1" 200 117 0.007435 10.0.0.240 - - [2026-06-01 03:20:47] "POST /neutron/port HTTP/1.1" 200 1055 0.020128 10.0.0.240 - - [2026-06-01 03:20:47] "POST /neutron/port HTTP/1.1" 200 1119 0.028028 10.0.0.240 - - [2026-06-01 03:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.65 - - [2026-06-01 03:20:49] "DELETE /project/9d06d5a246ee4ebaacd24b808fd8c781 HTTP/1.1" 404 173 0.006838 10.0.0.65 - - [2026-06-01 03:20:49] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.65 - - [2026-06-01 03:20:50] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.066983 10.0.0.65 - - [2026-06-01 03:20:50] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.65 - - [2026-06-01 03:20:50] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?fields=security_groups HTTP/1.1" 200 1367 0.054992 10.0.0.65 - - [2026-06-01 03:20:50] "DELETE /security-group/1931dce0-9e08-42c7-8a6d-79a595940b23 HTTP/1.1" 200 115 0.069050 10.0.0.65 - - [2026-06-01 03:20:50] "GET /projects?obj_uuids=a3ea5c58-a45f-456b-8c04-fb9883c1364f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.65 - - [2026-06-01 03:20:50] "GET /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f?fields=application_policy_sets HTTP/1.1" 200 1406 0.052869 10.0.0.65 - - [2026-06-01 03:20:50] "DELETE /project/a3ea5c58-a45f-456b-8c04-fb9883c1364f HTTP/1.1" 200 115 0.482751 10.0.0.240 - - [2026-06-01 03:20:50] "POST /neutron/port HTTP/1.1" 200 1104 0.019217 10.0.0.240 - - [2026-06-01 03:20:50] "POST /neutron/subnet HTTP/1.1" 200 684 0.009819 10.0.0.240 - - [2026-06-01 03:20:51] "POST /neutron/port HTTP/1.1" 200 1119 0.017852 10.0.0.240 - - [2026-06-01 03:20:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008399 10.0.0.240 - - [2026-06-01 03:20:52] "GET /virtual-machine/6ac8ed3c-4905-4c10-99e5-b25e256d3dd2 HTTP/1.1" 401 293 0.000526 10.0.0.240 - - [2026-06-01 03:20:52] "GET /virtual-machine/6ac8ed3c-4905-4c10-99e5-b25e256d3dd2 HTTP/1.1" 200 1292 0.030642 10.0.0.240 - - [2026-06-01 03:20:52] "GET /virtual-machine-interface/1d6af253-9c81-4ddd-ad88-9521e8a82547 HTTP/1.1" 200 2971 0.006003 10.0.0.240 - - [2026-06-01 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-06-01 03:20:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003854 10.0.0.240 - - [2026-06-01 03:20:52] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003225 10.0.0.240 - - [2026-06-01 03:20:52] "GET /virtual-network/98f13a81-077b-4f11-8759-3674cb8b9b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006547 10.0.0.240 - - [2026-06-01 03:20:53] "POST /neutron/port HTTP/1.1" 200 1104 0.019645 10.0.0.240 - - [2026-06-01 03:20:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004782 10.0.0.240 - - [2026-06-01 03:20:53] "POST /neutron/network HTTP/1.1" 200 924 0.010149 10.0.0.240 - - [2026-06-01 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.240 - - [2026-06-01 03:20:56] "GET /virtual-network/98f13a81-077b-4f11-8759-3674cb8b9b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008162 10.0.0.240 - - [2026-06-01 03:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.240 - - [2026-06-01 03:20:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003474 10.0.0.240 - - [2026-06-01 03:20:58] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003945 10.0.0.240 - - [2026-06-01 03:20:58] "GET /virtual-network/98f13a81-077b-4f11-8759-3674cb8b9b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006266 10.0.0.240 - - [2026-06-01 03:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.240 - - [2026-06-01 03:20:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004045 10.0.0.240 - - [2026-06-01 03:20:59] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.014672 10.0.0.240 - - [2026-06-01 03:20:59] "POST /neutron/network HTTP/1.1" 200 839 0.007375 10.0.0.240 - - [2026-06-01 03:20:59] "POST /neutron/port HTTP/1.1" 200 1109 0.015305 10.0.0.65 - - [2026-06-01 03:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005289 10.0.0.65 - - [2026-06-01 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.65 - - [2026-06-01 03:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003387 10.0.0.240 - - [2026-06-01 03:21:01] "POST /neutron/network HTTP/1.1" 200 151 0.167569 10.0.0.240 - - [2026-06-01 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-06-01 03:21:04] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.240 - - [2026-06-01 03:21:04] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051584 10.0.0.65 - - [2026-06-01 03:21:04] "POST /ref-update HTTP/1.1" 200 156 0.032365 10.0.0.65 - - [2026-06-01 03:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007866 10.0.0.240 - - [2026-06-01 03:21:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.193645 10.0.0.240 - - [2026-06-01 03:21:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001538 10.0.0.240 - - [2026-06-01 03:21:05] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005578 10.0.0.240 - - [2026-06-01 03:21:05] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007285 10.0.0.240 - - [2026-06-01 03:21:05] "POST /neutron/network HTTP/1.1" 200 823 0.008370 10.0.0.240 - - [2026-06-01 03:21:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001449 10.0.0.240 - - [2026-06-01 03:21:05] "POST /neutron/network HTTP/1.1" 200 833 0.010149 10.0.0.65 - - [2026-06-01 03:21:06] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.240 - - [2026-06-01 03:21:06] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.123665 10.0.0.240 - - [2026-06-01 03:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.009852 10.0.0.65 - - [2026-06-01 03:21:06] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.240 - - [2026-06-01 03:21:07] "POST /neutron/port HTTP/1.1" 200 1059 0.457116 10.0.0.240 - - [2026-06-01 03:21:07] "POST /neutron/port HTTP/1.1" 200 1113 0.175769 10.0.0.240 - - [2026-06-01 03:21:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.009212 10.0.0.240 - - [2026-06-01 03:21:11] "POST /neutron/port HTTP/1.1" 200 1123 0.020078 10.0.0.240 - - [2026-06-01 03:21:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010262 10.0.0.240 - - [2026-06-01 03:21:11] "GET /virtual-machine/7ad95fa4-3be4-4226-9829-80d3488945ea HTTP/1.1" 200 1292 0.008944 10.0.0.240 - - [2026-06-01 03:21:11] "GET /virtual-machine-interface/36e111a1-97e8-4c57-a199-d9030d61ee2e HTTP/1.1" 200 2941 0.006848 10.0.0.240 - - [2026-06-01 03:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.240 - - [2026-06-01 03:21:11] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004134 10.0.0.240 - - [2026-06-01 03:21:11] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003243 10.0.0.240 - - [2026-06-01 03:21:12] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006709 10.0.0.240 - - [2026-06-01 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.240 - - [2026-06-01 03:21:15] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006318 10.0.0.240 - - [2026-06-01 03:21:17] "POST /neutron/port HTTP/1.1" 200 1123 0.019476 10.0.0.240 - - [2026-06-01 03:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.240 - - [2026-06-01 03:21:19] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006245 10.0.0.240 - - [2026-06-01 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.240 - - [2026-06-01 03:21:21] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003995 10.0.0.240 - - [2026-06-01 03:21:21] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003151 10.0.0.240 - - [2026-06-01 03:21:21] "GET /virtual-network/f92e5dd9-982e-4305-a97a-67898b48a88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007895 10.0.0.240 - - [2026-06-01 03:21:22] "POST /neutron/network HTTP/1.1" 400 204 0.016761 10.0.0.240 - - [2026-06-01 03:21:22] "POST /neutron/port HTTP/1.1" 200 151 0.208068 10.0.0.240 - - [2026-06-01 03:21:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004313 10.0.0.240 - - [2026-06-01 03:21:27] "POST /network-ipams HTTP/1.1" 200 541 0.032363 10.0.0.240 - - [2026-06-01 03:21:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004127 10.0.0.240 - - [2026-06-01 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.240 - - [2026-06-01 03:21:27] "GET /network-ipam/41cd27f3-600a-4782-91a4-56eb16423446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006667 10.0.0.240 - - [2026-06-01 03:21:27] "PUT /network-ipam/41cd27f3-600a-4782-91a4-56eb16423446 HTTP/1.1" 200 258 0.017744 10.0.0.240 - - [2026-06-01 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.65 - - [2026-06-01 03:21:27] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.240 - - [2026-06-01 03:21:27] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047726 10.0.0.240 - - [2026-06-01 03:21:27] "POST /neutron/network HTTP/1.1" 200 117 0.013180 10.0.0.65 - - [2026-06-01 03:21:27] "POST /route-targets HTTP/1.1" 200 327 0.014782 10.0.0.65 - - [2026-06-01 03:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012921 10.0.0.240 - - [2026-06-01 03:21:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.251243 10.0.0.240 - - [2026-06-01 03:21:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001314 10.0.0.240 - - [2026-06-01 03:21:28] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006135 10.0.0.240 - - [2026-06-01 03:21:28] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005567 10.0.0.240 - - [2026-06-01 03:21:28] "POST /neutron/network HTTP/1.1" 200 994 0.009428 10.0.0.240 - - [2026-06-01 03:21:28] "POST /neutron/network HTTP/1.1" 200 994 0.009765 10.0.0.65 - - [2026-06-01 03:21:28] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.240 - - [2026-06-01 03:21:28] "POST /neutron/port HTTP/1.1" 200 1017 0.253333 10.0.0.240 - - [2026-06-01 03:21:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001244 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 1017 0.012342 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 1017 0.012564 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 117 0.011912 10.0.0.240 - - [2026-06-01 03:21:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001340 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 1017 0.017068 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 1017 0.012183 10.0.0.240 - - [2026-06-01 03:21:29] "POST /neutron/port HTTP/1.1" 200 1017 0.013253 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/port HTTP/1.1" 200 5146 0.102237 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004426 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.240 - - [2026-06-01 03:21:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001606 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009924 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/port HTTP/1.1" 200 1017 0.017822 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/port HTTP/1.1" 200 1109 0.157984 10.0.0.240 - - [2026-06-01 03:21:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.012069 10.0.0.65 - - [2026-06-01 03:21:31] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001536 10.0.0.240 - - [2026-06-01 03:21:31] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.097034 10.0.0.240 - - [2026-06-01 03:21:31] "POST /neutron/network HTTP/1.1" 200 994 0.011310 10.0.0.240 - - [2026-06-01 03:21:31] "POST /neutron/port HTTP/1.1" 200 117 0.007025 10.0.0.240 - - [2026-06-01 03:21:31] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005533 10.0.0.240 - - [2026-06-01 03:21:32] "POST /neutron/port HTTP/1.1" 200 1055 0.024311 10.0.0.240 - - [2026-06-01 03:21:32] "POST /neutron/port HTTP/1.1" 200 1119 0.023516 10.0.0.240 - - [2026-06-01 03:21:32] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.240 - - [2026-06-01 03:21:32] "GET /obj-perms HTTP/1.1" 200 5075 0.370487 10.0.0.249 - - [2026-06-01 03:21:33] "GET /obj-perms HTTP/1.1" 200 5075 0.336386 10.0.0.240 - - [2026-06-01 03:21:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007890 10.0.0.240 - - [2026-06-01 03:21:34] "POST /neutron/port HTTP/1.1" 200 1119 0.022680 10.0.0.240 - - [2026-06-01 03:21:34] "GET /virtual-machine/0a14f702-d38f-4067-9189-fcbdb0c832b8 HTTP/1.1" 200 1287 0.008537 10.0.0.240 - - [2026-06-01 03:21:34] "GET /virtual-machine-interface/87cd7048-6b9c-485f-883d-69d879e579a6 HTTP/1.1" 200 2940 0.008179 10.0.0.240 - - [2026-06-01 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.240 - - [2026-06-01 03:21:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003503 10.0.0.240 - - [2026-06-01 03:21:34] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003764 10.0.0.240 - - [2026-06-01 03:21:34] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005812 10.0.0.240 - - [2026-06-01 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.240 - - [2026-06-01 03:21:37] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.013998 10.0.0.240 - - [2026-06-01 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006947 10.0.0.240 - - [2026-06-01 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.240 - - [2026-06-01 03:21:41] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005908 10.0.0.240 - - [2026-06-01 03:21:43] "POST /neutron/port HTTP/1.1" 200 1119 0.022295 10.0.0.240 - - [2026-06-01 03:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.240 - - [2026-06-01 03:21:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005311 10.0.0.240 - - [2026-06-01 03:21:43] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004380 10.0.0.240 - - [2026-06-01 03:21:43] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007470 10.0.0.240 - - [2026-06-01 03:21:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010256 10.0.0.240 - - [2026-06-01 03:21:44] "POST /neutron/port HTTP/1.1" 200 1119 0.024518 10.0.0.240 - - [2026-06-01 03:21:44] "GET /virtual-machine/3ff49ecc-83a9-43e0-94a9-03c412945588 HTTP/1.1" 200 1288 0.006304 10.0.0.240 - - [2026-06-01 03:21:44] "GET /virtual-machine-interface/8581c8e5-e752-48d2-b32f-6f6d3913b7bf HTTP/1.1" 200 2941 0.006844 10.0.0.240 - - [2026-06-01 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.240 - - [2026-06-01 03:21:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004687 10.0.0.240 - - [2026-06-01 03:21:44] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005671 10.0.0.240 - - [2026-06-01 03:21:44] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006929 10.0.0.240 - - [2026-06-01 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.240 - - [2026-06-01 03:21:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005410 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003433 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005804 10.0.0.240 - - [2026-06-01 03:21:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008051 10.0.0.240 - - [2026-06-01 03:21:45] "POST /neutron/port HTTP/1.1" 200 1119 0.018544 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-machine/7750ca62-e0c1-4d72-8ea1-0edea3ded8b5 HTTP/1.1" 200 1292 0.006919 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-machine-interface/89f67b9e-e7dc-40fe-bdec-b7812b71e64f HTTP/1.1" 200 2941 0.005188 10.0.0.240 - - [2026-06-01 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.240 - - [2026-06-01 03:21:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003913 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002870 10.0.0.240 - - [2026-06-01 03:21:45] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008175 10.0.0.240 - - [2026-06-01 03:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.240 - - [2026-06-01 03:21:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003665 10.0.0.240 - - [2026-06-01 03:21:46] "GET /virtual-networks?parent_id=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004081 10.0.0.240 - - [2026-06-01 03:21:47] "GET /virtual-network/8a65937c-f6c9-432b-b7b8-f5e6b02d4fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007839 10.0.0.240 - - [2026-06-01 03:22:03] "POST /neutron/port HTTP/1.1" 200 1109 0.020981 10.0.0.240 - - [2026-06-01 03:22:03] "POST /neutron/port HTTP/1.1" 200 1109 0.019672 10.0.0.240 - - [2026-06-01 03:22:03] "POST /neutron/port HTTP/1.1" 200 1109 0.013935 10.0.0.240 - - [2026-06-01 03:22:03] "POST /neutron/network HTTP/1.1" 400 204 0.015991 10.0.0.65 - - [2026-06-01 03:22:06] "DELETE /route-target/bcbde8f4-1099-4dc5-abd2-e65585a9ef9f HTTP/1.1" 200 115 0.022775 10.0.0.240 - - [2026-06-01 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.240 - - [2026-06-01 03:22:06] "DELETE /network-ipam/41cd27f3-600a-4782-91a4-56eb16423446 HTTP/1.1" 200 115 0.046281 10.0.0.240 - - [2026-06-01 03:22:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003189 10.0.0.65 - - [2026-06-01 03:22:07] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.240 - - [2026-06-01 03:22:07] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066045 10.0.0.65 - - [2026-06-01 03:22:07] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.240 - - [2026-06-01 03:22:08] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?fields=virtual_networks HTTP/1.1" 200 1033 0.076533 10.0.0.65 - - [2026-06-01 03:22:08] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.240 - - [2026-06-01 03:22:08] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048812 10.0.0.65 - - [2026-06-01 03:22:08] "GET /projects?obj_uuids=9d06d5a2-46ee-4eba-acd2-4b808fd8c781&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.240 - - [2026-06-01 03:22:08] "GET /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781?fields=security_groups HTTP/1.1" 200 1259 0.074296 10.0.0.240 - - [2026-06-01 03:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.013686 10.0.0.240 - - [2026-06-01 03:22:08] "POST /neutron/port HTTP/1.1" 400 205 0.004042 10.0.0.240 - - [2026-06-01 03:22:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.032654 10.0.0.65 - - [2026-06-01 03:22:09] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005840 10.0.0.65 - - [2026-06-01 03:22:09] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.65 - - [2026-06-01 03:22:09] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009460 10.0.0.65 - - [2026-06-01 03:22:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.009119 10.0.0.65 - - [2026-06-01 03:22:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004919 10.0.0.65 - - [2026-06-01 03:22:09] "POST /security-groups HTTP/1.1" 200 599 0.077963 10.0.0.65 - - [2026-06-01 03:22:09] "POST /projects HTTP/1.1" 200 601 0.304069 10.0.0.65 - - [2026-06-01 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.354770 10.0.0.240 - - [2026-06-01 03:22:09] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.525993 10.0.0.65 - - [2026-06-01 03:22:09] "POST /fqname-to-id HTTP/1.1" 404 241 0.017498 10.0.0.240 - - [2026-06-01 03:22:10] "GET / HTTP/1.1" 200 35931 0.002638 10.0.0.240 - - [2026-06-01 03:22:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.240 - - [2026-06-01 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.051560 10.0.0.65 - - [2026-06-01 03:22:13] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.240 - - [2026-06-01 03:22:13] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043736 10.0.0.65 - - [2026-06-01 03:22:13] "POST /ref-update HTTP/1.1" 200 156 0.028392 10.0.0.65 - - [2026-06-01 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.039464 10.0.0.65 - - [2026-06-01 03:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004284 10.0.0.240 - - [2026-06-01 03:22:13] "POST /neutron/subnet HTTP/1.1" 200 828 0.313331 10.0.0.240 - - [2026-06-01 03:22:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001523 10.0.0.240 - - [2026-06-01 03:22:14] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012738 10.0.0.240 - - [2026-06-01 03:22:14] "POST /neutron/network HTTP/1.1" 200 1005 0.013210 10.0.0.240 - - [2026-06-01 03:22:14] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007128 10.0.0.240 - - [2026-06-01 03:22:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.011977 10.0.0.240 - - [2026-06-01 03:22:14] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006864 10.0.0.240 - - [2026-06-01 03:22:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001327 10.0.0.65 - - [2026-06-01 03:22:17] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.240 - - [2026-06-01 03:22:17] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064579 10.0.0.240 - - [2026-06-01 03:22:17] "POST /neutron/network HTTP/1.1" 200 1005 0.009322 10.0.0.240 - - [2026-06-01 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001600 10.0.0.240 - - [2026-06-01 03:22:17] "POST /neutron/port HTTP/1.1" 200 4180 0.037668 10.0.0.65 - - [2026-06-01 03:22:17] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.240 - - [2026-06-01 03:22:18] "POST /neutron/port HTTP/1.1" 200 1174 0.387316 10.0.0.240 - - [2026-06-01 03:22:18] "POST /neutron/port HTTP/1.1" 200 1228 0.144825 10.0.0.65 - - [2026-06-01 03:22:18] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.240 - - [2026-06-01 03:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003288 10.0.0.240 - - [2026-06-01 03:22:18] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074542 10.0.0.240 - - [2026-06-01 03:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.240 - - [2026-06-01 03:22:18] "POST /neutron/port HTTP/1.1" 200 5264 0.041034 10.0.0.240 - - [2026-06-01 03:22:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.002050 10.0.0.240 - - [2026-06-01 03:22:19] "POST /neutron/port HTTP/1.1" 200 5264 0.057819 10.0.0.240 - - [2026-06-01 03:22:19] "POST /neutron/network HTTP/1.1" 200 1015 0.007288 10.0.0.240 - - [2026-06-01 03:22:19] "POST /neutron/port HTTP/1.1" 200 1174 0.025321 10.0.0.240 - - [2026-06-01 03:22:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005850 10.0.0.65 - - [2026-06-01 03:22:19] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.240 - - [2026-06-01 03:22:20] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080946 10.0.0.240 - - [2026-06-01 03:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.240 - - [2026-06-01 03:22:20] "POST /neutron/network HTTP/1.1" 200 1005 0.010691 10.0.0.240 - - [2026-06-01 03:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.011258 10.0.0.240 - - [2026-06-01 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001893 10.0.0.240 - - [2026-06-01 03:22:20] "POST /neutron/network HTTP/1.1" 200 1015 0.007901 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/port HTTP/1.1" 200 1174 0.024050 10.0.0.65 - - [2026-06-01 03:22:21] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.240 - - [2026-06-01 03:22:21] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072845 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/port HTTP/1.1" 200 1238 0.025286 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003811 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009260 10.0.0.240 - - [2026-06-01 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008720 10.0.0.240 - - [2026-06-01 03:22:22] "POST /neutron/port HTTP/1.1" 200 1238 0.027082 10.0.0.240 - - [2026-06-01 03:22:22] "GET /virtual-machine/c84a85f9-4afa-443c-9411-c8e35dd377fb HTTP/1.1" 401 293 0.000377 10.0.0.65 - - [2026-06-01 03:22:22] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.240 - - [2026-06-01 03:22:22] "POST /neutron/port HTTP/1.1" 200 1174 0.384411 10.0.0.240 - - [2026-06-01 03:22:22] "GET /virtual-machine/c84a85f9-4afa-443c-9411-c8e35dd377fb HTTP/1.1" 200 1301 0.047091 10.0.0.240 - - [2026-06-01 03:22:22] "GET /virtual-machine-interface/c1096ba7-7cf0-4ed6-87fb-ea20acb3ba89 HTTP/1.1" 200 3175 0.007711 10.0.0.240 - - [2026-06-01 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.240 - - [2026-06-01 03:22:22] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011281 10.0.0.240 - - [2026-06-01 03:22:22] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005568 10.0.0.240 - - [2026-06-01 03:22:22] "POST /neutron/port HTTP/1.1" 200 1228 0.135918 10.0.0.240 - - [2026-06-01 03:22:22] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005479 10.0.0.240 - - [2026-06-01 03:22:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005357 10.0.0.240 - - [2026-06-01 03:22:22] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.240 - - [2026-06-01 03:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.240 - - [2026-06-01 03:22:25] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007198 10.0.0.240 - - [2026-06-01 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.240 - - [2026-06-01 03:22:29] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006779 10.0.0.65 - - [2026-06-01 03:22:33] "GET /obj-perms HTTP/1.1" 200 5075 0.063268 10.0.0.240 - - [2026-06-01 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.240 - - [2026-06-01 03:22:34] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005398 10.0.0.240 - - [2026-06-01 03:22:34] "GET /obj-perms HTTP/1.1" 200 5075 0.045365 10.0.0.240 - - [2026-06-01 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.240 - - [2026-06-01 03:22:38] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006911 10.0.0.240 - - [2026-06-01 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.240 - - [2026-06-01 03:22:42] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006741 10.0.0.240 - - [2026-06-01 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.240 - - [2026-06-01 03:22:46] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006655 10.0.0.240 - - [2026-06-01 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2026-06-01 03:22:50] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005766 10.0.0.65 - - [2026-06-01 03:22:50] "DELETE /project/725dad345e824555b57f479f9e56e235 HTTP/1.1" 404 173 0.006405 10.0.0.65 - - [2026-06-01 03:22:50] "DELETE /project/9d06d5a2-46ee-4eba-acd2-4b808fd8c781 HTTP/1.1" 404 177 0.006504 10.0.0.240 - - [2026-06-01 03:22:51] "POST /neutron/port HTTP/1.1" 200 1216 0.020223 10.0.0.240 - - [2026-06-01 03:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006801 10.0.0.240 - - [2026-06-01 03:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-06-01 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-06-01 03:22:54] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006835 10.0.0.240 - - [2026-06-01 03:22:55] "POST /neutron/port HTTP/1.1" 200 1216 0.018992 10.0.0.240 - - [2026-06-01 03:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004328 10.0.0.240 - - [2026-06-01 03:22:55] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.240 - - [2026-06-01 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.240 - - [2026-06-01 03:22:58] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.012975 10.0.0.240 - - [2026-06-01 03:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.240 - - [2026-06-01 03:23:02] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006115 10.0.0.240 - - [2026-06-01 03:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.240 - - [2026-06-01 03:23:06] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005124 10.0.0.240 - - [2026-06-01 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.240 - - [2026-06-01 03:23:10] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005883 10.0.0.240 - - [2026-06-01 03:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.240 - - [2026-06-01 03:23:15] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007115 10.0.0.240 - - [2026-06-01 03:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.240 - - [2026-06-01 03:23:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003824 10.0.0.240 - - [2026-06-01 03:23:17] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003075 10.0.0.240 - - [2026-06-01 03:23:17] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006164 10.0.0.240 - - [2026-06-01 03:23:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008964 10.0.0.240 - - [2026-06-01 03:23:27] "POST /neutron/port HTTP/1.1" 200 1238 0.023546 10.0.0.240 - - [2026-06-01 03:23:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009428 10.0.0.240 - - [2026-06-01 03:23:31] "POST /neutron/port HTTP/1.1" 200 1238 0.022966 10.0.0.240 - - [2026-06-01 03:23:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008468 10.0.0.249 - - [2026-06-01 03:23:34] "GET /obj-perms HTTP/1.1" 200 5075 0.053407 10.0.0.240 - - [2026-06-01 03:23:38] "POST /neutron/port HTTP/1.1" 200 1238 0.021598 10.0.0.240 - - [2026-06-01 03:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009533 10.0.0.240 - - [2026-06-01 03:23:43] "POST /neutron/port HTTP/1.1" 200 1238 0.019377 10.0.0.240 - - [2026-06-01 03:23:43] "GET /virtual-machine/09a105d3-82e4-40d9-bb5a-89863d72cbb9 HTTP/1.1" 200 1299 0.008243 10.0.0.240 - - [2026-06-01 03:23:43] "GET /virtual-machine-interface/6cc9a2dd-ef4d-49ae-b3f1-19d908b5d673 HTTP/1.1" 200 3175 0.006176 10.0.0.240 - - [2026-06-01 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.240 - - [2026-06-01 03:23:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004842 10.0.0.240 - - [2026-06-01 03:23:43] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003610 10.0.0.240 - - [2026-06-01 03:23:43] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006298 10.0.0.240 - - [2026-06-01 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.240 - - [2026-06-01 03:23:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003619 10.0.0.240 - - [2026-06-01 03:23:44] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003756 10.0.0.240 - - [2026-06-01 03:23:44] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005832 10.0.0.240 - - [2026-06-01 03:23:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007647 10.0.0.240 - - [2026-06-01 03:23:45] "POST /neutron/port HTTP/1.1" 200 1238 0.018416 10.0.0.240 - - [2026-06-01 03:23:45] "GET /virtual-machine/adea83fb-cf61-4830-9eb7-9cc8e3c0790e HTTP/1.1" 200 1301 0.010849 10.0.0.240 - - [2026-06-01 03:23:45] "GET /virtual-machine-interface/6c2b22af-fbe3-4925-b13e-da9d735b27e1 HTTP/1.1" 200 3175 0.005426 10.0.0.240 - - [2026-06-01 03:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356 10.0.0.240 - - [2026-06-01 03:23:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010948 10.0.0.240 - - [2026-06-01 03:23:45] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003582 10.0.0.240 - - [2026-06-01 03:23:45] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007409 10.0.0.240 - - [2026-06-01 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005405 10.0.0.240 - - [2026-06-01 03:23:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003940 10.0.0.240 - - [2026-06-01 03:23:46] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003874 10.0.0.240 - - [2026-06-01 03:23:46] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005749 10.0.0.240 - - [2026-06-01 03:23:51] "POST /neutron/port HTTP/1.1" 200 1104 0.042239 10.0.0.240 - - [2026-06-01 03:23:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.012743 10.0.0.240 - - [2026-06-01 03:23:55] "POST /neutron/port HTTP/1.1" 200 1104 0.032038 10.0.0.240 - - [2026-06-01 03:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004220 10.0.0.240 - - [2026-06-01 03:23:55] "POST /neutron/network HTTP/1.1" 200 924 0.007899 10.0.0.65 - - [2026-06-01 03:24:06] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.240 - - [2026-06-01 03:24:06] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053452 10.0.0.240 - - [2026-06-01 03:24:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.003265 10.0.0.240 - - [2026-06-01 03:24:07] "POST /interface-route-tables HTTP/1.1" 200 575 0.037605 10.0.0.240 - - [2026-06-01 03:24:07] "GET /interface-route-table/7cf971c5-3e73-42f4-86a7-0000969d1b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007159 10.0.0.240 - - [2026-06-01 03:24:07] "GET /virtual-machine-interface/c1096ba7-7cf0-4ed6-87fb-ea20acb3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006006 10.0.0.240 - - [2026-06-01 03:24:07] "POST /ref-update HTTP/1.1" 200 156 0.017019 10.0.0.65 - - [2026-06-01 03:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.65 - - [2026-06-01 03:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.240 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.65 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.65 - - [2026-06-01 03:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2026-06-01 03:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000994 10.0.0.249 - - [2026-06-01 03:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-06-01 03:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2026-06-01 03:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.65 - - [2026-06-01 03:24:50] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.240 - - [2026-06-01 03:24:50] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041725 10.0.0.240 - - [2026-06-01 03:24:50] "POST /fqname-to-id HTTP/1.1" 404 226 0.003793 10.0.0.240 - - [2026-06-01 03:24:51] "POST /interface-route-tables HTTP/1.1" 200 575 0.026164 10.0.0.240 - - [2026-06-01 03:24:51] "GET /interface-route-table/51895382-ca81-4de7-89f3-cb3c44310c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006466 10.0.0.240 - - [2026-06-01 03:24:51] "GET /virtual-machine-interface/6cc9a2dd-ef4d-49ae-b3f1-19d908b5d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005571 10.0.0.240 - - [2026-06-01 03:24:51] "POST /ref-update HTTP/1.1" 200 156 0.015865 10.0.0.240 - - [2026-06-01 03:24:51] "POST /neutron/network HTTP/1.1" 200 1015 0.041644 10.0.0.240 - - [2026-06-01 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015430 10.0.0.240 - - [2026-06-01 03:24:51] "POST /neutron/network HTTP/1.1" 200 1005 0.008485 10.0.0.240 - - [2026-06-01 03:24:52] "GET /virtual-machine-interface/6c2b22af-fbe3-4925-b13e-da9d735b27e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008986 10.0.0.240 - - [2026-06-01 03:24:52] "PUT /virtual-machine-interface/6c2b22af-fbe3-4925-b13e-da9d735b27e1 HTTP/1.1" 200 284 0.019003 10.0.0.240 - - [2026-06-01 03:24:52] "GET /virtual-machine-interface/c1096ba7-7cf0-4ed6-87fb-ea20acb3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008016 10.0.0.240 - - [2026-06-01 03:24:52] "PUT /virtual-machine-interface/c1096ba7-7cf0-4ed6-87fb-ea20acb3ba89 HTTP/1.1" 200 284 0.017496 10.0.0.240 - - [2026-06-01 03:24:52] "GET /virtual-machine-interface/6cc9a2dd-ef4d-49ae-b3f1-19d908b5d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007975 10.0.0.240 - - [2026-06-01 03:24:52] "PUT /virtual-machine-interface/6cc9a2dd-ef4d-49ae-b3f1-19d908b5d673 HTTP/1.1" 200 284 0.014757 10.0.0.240 - - [2026-06-01 03:24:57] "POST /neutron/network HTTP/1.1" 200 1015 0.042473 10.0.0.240 - - [2026-06-01 03:24:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015527 10.0.0.240 - - [2026-06-01 03:24:58] "POST /neutron/network HTTP/1.1" 200 1005 0.011779 10.0.0.240 - - [2026-06-01 03:25:43] "POST /neutron/port HTTP/1.1" 200 1238 0.021859 10.0.0.240 - - [2026-06-01 03:25:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007681 10.0.0.240 - - [2026-06-01 03:25:43] "GET /virtual-machine/d858f86d-d6a9-4866-a733-3e2d2ba8aecf HTTP/1.1" 200 1301 0.005587 10.0.0.240 - - [2026-06-01 03:25:43] "GET /virtual-machine-interface/dd71d810-ad47-40d1-9469-73bc608a1aad HTTP/1.1" 200 3176 0.005576 10.0.0.240 - - [2026-06-01 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.240 - - [2026-06-01 03:25:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003299 10.0.0.240 - - [2026-06-01 03:25:43] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003351 10.0.0.240 - - [2026-06-01 03:25:43] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005612 10.0.0.240 - - [2026-06-01 03:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.240 - - [2026-06-01 03:25:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004699 10.0.0.240 - - [2026-06-01 03:25:44] "GET /virtual-networks?parent_id=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003000 10.0.0.240 - - [2026-06-01 03:25:44] "GET /virtual-network/4be56e7d-de8d-4433-81a2-6951924227c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005925 10.0.0.240 - - [2026-06-01 03:25:45] "GET /virtual-machine-interface/dd71d810-ad47-40d1-9469-73bc608a1aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006163 10.0.0.240 - - [2026-06-01 03:25:45] "PUT /virtual-machine-interface/dd71d810-ad47-40d1-9469-73bc608a1aad HTTP/1.1" 200 284 0.020418 10.0.0.240 - - [2026-06-01 03:25:51] "POST /neutron/network HTTP/1.1" 200 1015 0.011369 10.0.0.240 - - [2026-06-01 03:25:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013931 10.0.0.240 - - [2026-06-01 03:25:51] "POST /neutron/network HTTP/1.1" 200 1005 0.027741 10.0.0.240 - - [2026-06-01 03:25:57] "POST /neutron/network HTTP/1.1" 200 1015 0.007044 10.0.0.240 - - [2026-06-01 03:25:57] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013973 10.0.0.240 - - [2026-06-01 03:25:57] "POST /neutron/network HTTP/1.1" 200 1005 0.008807 10.0.0.65 - - [2026-06-01 03:26:27] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.052791 10.0.0.240 - - [2026-06-01 03:26:27] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.125646 10.0.0.240 - - [2026-06-01 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 226 0.003501 10.0.0.240 - - [2026-06-01 03:26:27] "POST /interface-route-tables HTTP/1.1" 200 575 0.031942 10.0.0.240 - - [2026-06-01 03:26:27] "GET /interface-route-table/9dbedc56-dc11-498f-8123-3b2f4bea2225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005946 10.0.0.240 - - [2026-06-01 03:26:27] "GET /virtual-machine-interface/dd71d810-ad47-40d1-9469-73bc608a1aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006581 10.0.0.240 - - [2026-06-01 03:26:27] "POST /ref-update HTTP/1.1" 200 156 0.016626 10.0.0.240 - - [2026-06-01 03:26:29] "GET /virtual-machine-interface/c1096ba7-7cf0-4ed6-87fb-ea20acb3ba89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007772 10.0.0.240 - - [2026-06-01 03:26:29] "POST /ref-update HTTP/1.1" 200 156 0.015817 10.0.0.240 - - [2026-06-01 03:26:29] "DELETE /interface-route-table/7cf971c5-3e73-42f4-86a7-0000969d1b2c HTTP/1.1" 200 115 0.036657 10.0.0.240 - - [2026-06-01 03:26:29] "POST /neutron/port HTTP/1.1" 200 151 0.224718 10.0.0.65 - - [2026-06-01 03:26:37] "GET /obj-perms HTTP/1.1" 200 5075 0.048037 10.0.0.240 - - [2026-06-01 03:26:51] "POST /neutron/network HTTP/1.1" 200 1121 0.009519 10.0.0.240 - - [2026-06-01 03:26:51] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016362 10.0.0.240 - - [2026-06-01 03:26:51] "POST /neutron/network HTTP/1.1" 200 1111 0.012862 10.0.0.240 - - [2026-06-01 03:26:52] "GET /virtual-machine-interface/dd71d810-ad47-40d1-9469-73bc608a1aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.009537 10.0.0.240 - - [2026-06-01 03:26:52] "POST /ref-update HTTP/1.1" 200 156 0.027633 10.0.0.240 - - [2026-06-01 03:26:52] "DELETE /interface-route-table/9dbedc56-dc11-498f-8123-3b2f4bea2225 HTTP/1.1" 200 115 0.039911 10.0.0.240 - - [2026-06-01 03:26:52] "GET /virtual-machine-interface/6cc9a2dd-ef4d-49ae-b3f1-19d908b5d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007308 10.0.0.240 - - [2026-06-01 03:26:52] "POST /ref-update HTTP/1.1" 200 156 0.018413 10.0.0.240 - - [2026-06-01 03:26:52] "DELETE /interface-route-table/51895382-ca81-4de7-89f3-cb3c44310c14 HTTP/1.1" 200 115 0.032512 10.0.0.240 - - [2026-06-01 03:26:52] "POST /neutron/port HTTP/1.1" 200 1238 0.020289 10.0.0.240 - - [2026-06-01 03:26:52] "POST /neutron/port HTTP/1.1" 200 1238 0.018064 10.0.0.240 - - [2026-06-01 03:26:53] "POST /neutron/port HTTP/1.1" 200 1238 0.043988 10.0.0.240 - - [2026-06-01 03:26:54] "POST /neutron/network HTTP/1.1" 200 1005 0.012775 10.0.0.65 - - [2026-06-01 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.031875 10.0.0.65 - - [2026-06-01 03:26:56] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.240 - - [2026-06-01 03:26:56] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078064 10.0.0.65 - - [2026-06-01 03:26:56] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.240 - - [2026-06-01 03:26:56] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?fields=virtual_networks HTTP/1.1" 200 1048 0.042487 10.0.0.65 - - [2026-06-01 03:26:56] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.240 - - [2026-06-01 03:26:56] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.045390 10.0.0.65 - - [2026-06-01 03:26:56] "GET /projects?obj_uuids=725dad34-5e82-4555-b57f-479f9e56e235&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.240 - - [2026-06-01 03:26:56] "GET /project/725dad34-5e82-4555-b57f-479f9e56e235?fields=security_groups HTTP/1.1" 200 1282 0.044853 10.0.0.240 - - [2026-06-01 03:26:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.036618 10.0.0.65 - - [2026-06-01 03:26:57] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004193 10.0.0.65 - - [2026-06-01 03:26:57] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.65 - - [2026-06-01 03:26:57] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035012 10.0.0.65 - - [2026-06-01 03:26:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001440 10.0.0.65 - - [2026-06-01 03:26:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.007566 10.0.0.65 - - [2026-06-01 03:26:58] "POST /security-groups HTTP/1.1" 200 586 0.042891 10.0.0.65 - - [2026-06-01 03:26:58] "POST /projects HTTP/1.1" 200 575 0.278598 10.0.0.65 - - [2026-06-01 03:26:58] "POST /access-control-lists HTTP/1.1" 200 591 0.031168 10.0.0.65 - - [2026-06-01 03:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.356796 10.0.0.240 - - [2026-06-01 03:26:58] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.535973 10.0.0.240 - - [2026-06-01 03:26:58] "POST /neutron/port HTTP/1.1" 200 1216 0.019727 10.0.0.240 - - [2026-06-01 03:26:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005314 10.0.0.240 - - [2026-06-01 03:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.240 - - [2026-06-01 03:26:59] "GET / HTTP/1.1" 200 35931 0.002655 10.0.0.65 - - [2026-06-01 03:27:02] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.240 - - [2026-06-01 03:27:02] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.043246 10.0.0.65 - - [2026-06-01 03:27:02] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.240 - - [2026-06-01 03:27:02] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?fields=virtual_networks HTTP/1.1" 200 1022 0.041058 10.0.0.65 - - [2026-06-01 03:27:02] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001447 10.0.0.240 - - [2026-06-01 03:27:02] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042123 10.0.0.65 - - [2026-06-01 03:27:02] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.240 - - [2026-06-01 03:27:02] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?fields=security_groups HTTP/1.1" 200 1243 0.040946 10.0.0.240 - - [2026-06-01 03:27:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.027443 10.0.0.65 - - [2026-06-01 03:27:03] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003509 10.0.0.65 - - [2026-06-01 03:27:03] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.65 - - [2026-06-01 03:27:03] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007531 10.0.0.65 - - [2026-06-01 03:27:03] "POST /id-to-fqname HTTP/1.1" 200 195 0.009597 10.0.0.65 - - [2026-06-01 03:27:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.010471 10.0.0.65 - - [2026-06-01 03:27:04] "POST /security-groups HTTP/1.1" 200 596 0.035842 10.0.0.65 - - [2026-06-01 03:27:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.007055 10.0.0.65 - - [2026-06-01 03:27:04] "POST /projects HTTP/1.1" 200 595 0.274204 10.0.0.65 - - [2026-06-01 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.345418 10.0.0.65 - - [2026-06-01 03:27:04] "POST /access-control-lists HTTP/1.1" 200 599 0.036525 10.0.0.240 - - [2026-06-01 03:27:04] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.529197 10.0.0.240 - - [2026-06-01 03:27:05] "GET / HTTP/1.1" 200 35931 0.002868 10.0.0.65 - - [2026-06-01 03:27:08] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001109 10.0.0.240 - - [2026-06-01 03:27:08] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.058818 10.0.0.65 - - [2026-06-01 03:27:08] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000948 10.0.0.240 - - [2026-06-01 03:27:08] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?fields=virtual_networks HTTP/1.1" 200 1043 0.050287 10.0.0.65 - - [2026-06-01 03:27:08] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001874 10.0.0.240 - - [2026-06-01 03:27:08] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.048642 10.0.0.65 - - [2026-06-01 03:27:08] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001142 10.0.0.240 - - [2026-06-01 03:27:08] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?fields=security_groups HTTP/1.1" 200 1274 0.052557 10.0.0.240 - - [2026-06-01 03:27:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.038999 10.0.0.65 - - [2026-06-01 03:27:09] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003943 10.0.0.65 - - [2026-06-01 03:27:09] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.65 - - [2026-06-01 03:27:09] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007368 10.0.0.65 - - [2026-06-01 03:27:09] "POST /id-to-fqname HTTP/1.1" 200 201 0.002515 10.0.0.65 - - [2026-06-01 03:27:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.005611 10.0.0.65 - - [2026-06-01 03:27:09] "POST /security-groups HTTP/1.1" 200 602 0.034852 10.0.0.65 - - [2026-06-01 03:27:10] "POST /projects HTTP/1.1" 200 607 0.250669 10.0.0.65 - - [2026-06-01 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.324228 10.0.0.65 - - [2026-06-01 03:27:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.016579 10.0.0.240 - - [2026-06-01 03:27:10] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.506613 10.0.0.240 - - [2026-06-01 03:27:11] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.65 - - [2026-06-01 03:27:14] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001091 10.0.0.240 - - [2026-06-01 03:27:14] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.045980 10.0.0.65 - - [2026-06-01 03:27:14] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.240 - - [2026-06-01 03:27:14] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?fields=virtual_networks HTTP/1.1" 200 1054 0.051782 10.0.0.65 - - [2026-06-01 03:27:14] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001298 10.0.0.240 - - [2026-06-01 03:27:14] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.052031 10.0.0.65 - - [2026-06-01 03:27:14] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001003 10.0.0.240 - - [2026-06-01 03:27:14] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?fields=security_groups HTTP/1.1" 200 1291 0.039665 10.0.0.240 - - [2026-06-01 03:27:15] "POST /fqname-to-id HTTP/1.1" 404 185 0.027483 10.0.0.65 - - [2026-06-01 03:27:15] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003746 10.0.0.65 - - [2026-06-01 03:27:15] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.65 - - [2026-06-01 03:27:15] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007777 10.0.0.65 - - [2026-06-01 03:27:15] "POST /id-to-fqname HTTP/1.1" 200 187 0.002260 10.0.0.65 - - [2026-06-01 03:27:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.010507 10.0.0.65 - - [2026-06-01 03:27:15] "POST /security-groups HTTP/1.1" 200 588 0.076803 10.0.0.65 - - [2026-06-01 03:27:15] "POST /projects HTTP/1.1" 200 579 0.294245 10.0.0.65 - - [2026-06-01 03:27:15] "POST /access-control-lists HTTP/1.1" 200 593 0.029067 10.0.0.65 - - [2026-06-01 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.372346 10.0.0.240 - - [2026-06-01 03:27:15] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.519819 10.0.0.240 - - [2026-06-01 03:27:17] "GET / HTTP/1.1" 200 35931 0.001522 10.0.0.65 - - [2026-06-01 03:27:20] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000995 10.0.0.240 - - [2026-06-01 03:27:20] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048049 10.0.0.65 - - [2026-06-01 03:27:20] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001405 10.0.0.240 - - [2026-06-01 03:27:20] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?fields=virtual_networks HTTP/1.1" 200 1025 0.053040 10.0.0.65 - - [2026-06-01 03:27:20] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001467 10.0.0.240 - - [2026-06-01 03:27:20] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.050435 10.0.0.65 - - [2026-06-01 03:27:20] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000994 10.0.0.240 - - [2026-06-01 03:27:20] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?fields=security_groups HTTP/1.1" 200 1248 0.038381 10.0.0.240 - - [2026-06-01 03:27:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.027488 10.0.0.65 - - [2026-06-01 03:27:21] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003095 10.0.0.65 - - [2026-06-01 03:27:21] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.65 - - [2026-06-01 03:27:21] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007047 10.0.0.65 - - [2026-06-01 03:27:21] "POST /id-to-fqname HTTP/1.1" 200 184 0.004407 10.0.0.65 - - [2026-06-01 03:27:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.009077 10.0.0.65 - - [2026-06-01 03:27:21] "POST /security-groups HTTP/1.1" 200 585 0.035299 10.0.0.65 - - [2026-06-01 03:27:21] "POST /fqname-to-id HTTP/1.1" 404 228 0.003648 10.0.0.65 - - [2026-06-01 03:27:21] "POST /projects HTTP/1.1" 200 573 0.267657 10.0.0.65 - - [2026-06-01 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.345393 10.0.0.65 - - [2026-06-01 03:27:21] "POST /access-control-lists HTTP/1.1" 200 588 0.033669 10.0.0.240 - - [2026-06-01 03:27:21] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.509008 10.0.0.240 - - [2026-06-01 03:27:22] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.65 - - [2026-06-01 03:27:25] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000987 10.0.0.240 - - [2026-06-01 03:27:25] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.050953 10.0.0.65 - - [2026-06-01 03:27:25] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000871 10.0.0.240 - - [2026-06-01 03:27:25] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?fields=virtual_networks HTTP/1.1" 200 1021 0.052706 10.0.0.65 - - [2026-06-01 03:27:26] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001920 10.0.0.240 - - [2026-06-01 03:27:26] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.051272 10.0.0.65 - - [2026-06-01 03:27:26] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001105 10.0.0.240 - - [2026-06-01 03:27:26] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?fields=security_groups HTTP/1.1" 200 1241 0.043761 10.0.0.240 - - [2026-06-01 03:27:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.026848 10.0.0.65 - - [2026-06-01 03:27:27] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004343 10.0.0.65 - - [2026-06-01 03:27:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.65 - - [2026-06-01 03:27:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007375 10.0.0.65 - - [2026-06-01 03:27:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.006278 10.0.0.65 - - [2026-06-01 03:27:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.006447 10.0.0.65 - - [2026-06-01 03:27:27] "POST /security-groups HTTP/1.1" 200 589 0.082392 10.0.0.65 - - [2026-06-01 03:27:27] "POST /projects HTTP/1.1" 200 581 0.315739 10.0.0.65 - - [2026-06-01 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.388384 10.0.0.65 - - [2026-06-01 03:27:27] "POST /fqname-to-id HTTP/1.1" 404 231 0.011853 10.0.0.240 - - [2026-06-01 03:27:27] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.556367 10.0.0.240 - - [2026-06-01 03:27:28] "GET / HTTP/1.1" 200 35931 0.001615 10.0.0.65 - - [2026-06-01 03:27:31] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001738 10.0.0.240 - - [2026-06-01 03:27:31] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056966 10.0.0.65 - - [2026-06-01 03:27:31] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.240 - - [2026-06-01 03:27:31] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?fields=virtual_networks HTTP/1.1" 200 1027 0.047934 10.0.0.65 - - [2026-06-01 03:27:31] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.240 - - [2026-06-01 03:27:31] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.052802 10.0.0.65 - - [2026-06-01 03:27:31] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.240 - - [2026-06-01 03:27:32] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?fields=security_groups HTTP/1.1" 200 1251 0.045316 10.0.0.240 - - [2026-06-01 03:27:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.028603 10.0.0.65 - - [2026-06-01 03:27:32] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003911 10.0.0.65 - - [2026-06-01 03:27:33] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.65 - - [2026-06-01 03:27:33] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010350 10.0.0.65 - - [2026-06-01 03:27:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.002689 10.0.0.65 - - [2026-06-01 03:27:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.005715 10.0.0.65 - - [2026-06-01 03:27:33] "POST /security-groups HTTP/1.1" 200 589 0.034568 10.0.0.65 - - [2026-06-01 03:27:33] "POST /projects HTTP/1.1" 200 581 0.274520 10.0.0.65 - - [2026-06-01 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.311537 10.0.0.65 - - [2026-06-01 03:27:33] "POST /access-control-lists HTTP/1.1" 200 594 0.033107 10.0.0.240 - - [2026-06-01 03:27:33] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.481670 10.0.0.240 - - [2026-06-01 03:27:34] "GET / HTTP/1.1" 200 35931 0.002664 10.0.0.240 - - [2026-06-01 03:27:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000569 10.0.0.240 - - [2026-06-01 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.071938 10.0.0.65 - - [2026-06-01 03:27:36] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.240 - - [2026-06-01 03:27:36] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048440 10.0.0.65 - - [2026-06-01 03:27:36] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.082640 10.0.0.240 - - [2026-06-01 03:27:37] "POST /neutron/network HTTP/1.1" 200 603 0.240352 10.0.0.65 - - [2026-06-01 03:27:37] "POST /route-targets HTTP/1.1" 200 327 0.016154 10.0.0.240 - - [2026-06-01 03:27:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.006061 10.0.0.240 - - [2026-06-01 03:27:37] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.014441 10.0.0.240 - - [2026-06-01 03:27:37] "POST /neutron/network HTTP/1.1" 200 819 0.006957 10.0.0.240 - - [2026-06-01 03:27:37] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005400 10.0.0.240 - - [2026-06-01 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.240 - - [2026-06-01 03:27:37] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005913 10.0.0.240 - - [2026-06-01 03:27:37] "PUT /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71 HTTP/1.1" 200 264 0.052757 10.0.0.65 - - [2026-06-01 03:27:37] "POST /ref-update HTTP/1.1" 200 156 0.020090 10.0.0.240 - - [2026-06-01 03:27:38] "GET /obj-perms HTTP/1.1" 200 5075 0.344420 10.0.0.240 - - [2026-06-01 03:27:38] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005901 10.0.0.249 - - [2026-06-01 03:27:38] "GET /obj-perms HTTP/1.1" 200 5075 0.067360 10.0.0.240 - - [2026-06-01 03:27:39] "POST /neutron/network HTTP/1.1" 200 819 0.006401 10.0.0.240 - - [2026-06-01 03:27:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001412 10.0.0.240 - - [2026-06-01 03:27:40] "POST /neutron/network HTTP/1.1" 200 829 0.007106 10.0.0.65 - - [2026-06-01 03:27:40] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.240 - - [2026-06-01 03:27:40] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.076887 10.0.0.240 - - [2026-06-01 03:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.009316 10.0.0.65 - - [2026-06-01 03:27:41] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.240 - - [2026-06-01 03:27:41] "POST /neutron/port HTTP/1.1" 200 1055 0.333452 10.0.0.240 - - [2026-06-01 03:27:42] "POST /neutron/port HTTP/1.1" 200 1109 0.136352 10.0.0.240 - - [2026-06-01 03:27:42] "POST /neutron/subnet HTTP/1.1" 200 684 0.009134 10.0.0.240 - - [2026-06-01 03:27:46] "POST /neutron/port HTTP/1.1" 200 1119 0.018443 10.0.0.240 - - [2026-06-01 03:27:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008019 10.0.0.240 - - [2026-06-01 03:27:46] "GET /virtual-machine/1874c1c3-ca1f-4df1-b1dd-f76d84dc01c7 HTTP/1.1" 401 293 0.000425 10.0.0.240 - - [2026-06-01 03:27:46] "GET /virtual-machine/1874c1c3-ca1f-4df1-b1dd-f76d84dc01c7 HTTP/1.1" 200 1290 0.034194 10.0.0.240 - - [2026-06-01 03:27:46] "GET /virtual-machine-interface/9150df0e-6f30-44e8-b98d-fb87527f9a80 HTTP/1.1" 200 2932 0.008145 10.0.0.240 - - [2026-06-01 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.240 - - [2026-06-01 03:27:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.240 - - [2026-06-01 03:27:46] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003552 10.0.0.240 - - [2026-06-01 03:27:46] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007223 10.0.0.240 - - [2026-06-01 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.240 - - [2026-06-01 03:27:50] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005768 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/40f42cf44237493fbaa59129e4da7e31 HTTP/1.1" 404 173 0.027503 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/e596806567c34ba592cf1c4eff4c133b HTTP/1.1" 404 173 0.026492 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/0dd6ef2ad2ee498891e87973ecfbd9d3 HTTP/1.1" 404 173 0.019094 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/0c4a290638de4f32a7ea477c48e84137 HTTP/1.1" 404 173 0.018126 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/725dad34-5e82-4555-b57f-479f9e56e235 HTTP/1.1" 404 177 0.029571 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/9cfca6d927ba4c88a582604626fa8f23 HTTP/1.1" 404 173 0.026041 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001311 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000993 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/7707d1ed2dbd4ab8a2b882a2d2811cdb HTTP/1.1" 404 173 0.017736 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /project/0b1062b912fe4844bb89d68f8bc539d2 HTTP/1.1" 404 173 0.022294 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001266 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001037 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.139078 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.143390 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.157689 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.169023 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001117 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000805 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000968 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.208647 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.225425 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001605 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.006451 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?fields=security_groups HTTP/1.1" 200 1353 0.131531 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?fields=security_groups HTTP/1.1" 200 1348 0.180166 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?fields=security_groups HTTP/1.1" 200 1396 0.199885 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?fields=security_groups HTTP/1.1" 200 1356 0.201875 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?fields=security_groups HTTP/1.1" 200 1379 0.174843 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?fields=security_groups HTTP/1.1" 200 1346 0.201253 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/d7877ef8-665f-432d-bd40-cb619c9b01f8 HTTP/1.1" 200 115 0.173276 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0b1062b9-12fe-4844-bb89-d68f8bc539d2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001150 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/429956de-aad6-48e0-87c9-dab1424864f7 HTTP/1.1" 200 115 0.210893 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/57005196-e549-4147-8c7f-dde9126b8b7f HTTP/1.1" 200 115 0.209249 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/355e68fe-ea83-4d54-89d9-3172b9fb1180 HTTP/1.1" 200 115 0.208761 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=40f42cf4-4237-493f-baa5-9129e4da7e31&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001845 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /access-control-list/81edeafd-c092-4caf-a0ef-5488d44edbbd HTTP/1.1" 200 115 0.137389 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2?fields=application_policy_sets HTTP/1.1" 200 1392 0.100047 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/cd52f5c6-69b6-452e-b7b3-f9577fa0c4a3 HTTP/1.1" 200 115 0.199408 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=9cfca6d9-27ba-4c88-a582-604626fa8f23&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000968 10.0.0.65 - - [2026-06-01 03:27:51] "DELETE /security-group/22472b61-3a0a-4e77-9738-8c3e5d8fee01 HTTP/1.1" 200 115 0.179395 10.0.0.65 - - [2026-06-01 03:27:51] "GET /projects?obj_uuids=e5968065-67c3-4ba5-92cf-1c4eff4c133b&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001022 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb?fields=application_policy_sets HTTP/1.1" 200 1387 0.119526 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3?fields=application_policy_sets HTTP/1.1" 200 1395 0.139408 10.0.0.65 - - [2026-06-01 03:27:51] "GET /project/40f42cf4-4237-493f-baa5-9129e4da7e31?fields=application_policy_sets HTTP/1.1" 200 1435 0.167754 10.0.0.65 - - [2026-06-01 03:27:52] "GET /project/9cfca6d9-27ba-4c88-a582-604626fa8f23?fields=application_policy_sets HTTP/1.1" 200 1418 0.169285 10.0.0.65 - - [2026-06-01 03:27:52] "GET /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b?fields=application_policy_sets HTTP/1.1" 200 1385 0.158086 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /access-control-list/6072877a-6dc4-43a6-9e91-f200285524fa HTTP/1.1" 200 115 0.137969 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/0b1062b9-12fe-4844-bb89-d68f8bc539d2 HTTP/1.1" 200 115 1.093396 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/7707d1ed-2dbd-4ab8-a2b8-82a2d2811cdb HTTP/1.1" 200 115 1.138138 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/0dd6ef2a-d2ee-4988-91e8-7973ecfbd9d3 HTTP/1.1" 200 115 1.201062 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/40f42cf4-4237-493f-baa5-9129e4da7e31 HTTP/1.1" 200 115 1.238945 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/e5968065-67c3-4ba5-92cf-1c4eff4c133b HTTP/1.1" 200 115 1.193156 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /project/9cfca6d9-27ba-4c88-a582-604626fa8f23 HTTP/1.1" 200 115 1.189507 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /access-control-list/fc5378bb-dce3-458d-ae4b-1f36ee2c4349 HTTP/1.1" 200 115 0.051363 10.0.0.240 - - [2026-06-01 03:27:52] "POST /neutron/port HTTP/1.1" 200 1104 0.032488 10.0.0.240 - - [2026-06-01 03:27:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015489 10.0.0.65 - - [2026-06-01 03:27:52] "DELETE /access-control-list/4a654e5e-b36c-4b81-9cba-4ed3c2b9c455 HTTP/1.1" 200 115 0.050003 10.0.0.240 - - [2026-06-01 03:27:52] "POST /neutron/network HTTP/1.1" 200 924 0.008648 10.0.0.240 - - [2026-06-01 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.240 - - [2026-06-01 03:27:54] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005251 10.0.0.240 - - [2026-06-01 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.240 - - [2026-06-01 03:27:58] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006377 10.0.0.240 - - [2026-06-01 03:27:58] "POST /neutron/network HTTP/1.1" 200 934 0.007314 10.0.0.240 - - [2026-06-01 03:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.240 - - [2026-06-01 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.240 - - [2026-06-01 03:28:02] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007187 10.0.0.240 - - [2026-06-01 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.240 - - [2026-06-01 03:28:06] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005875 10.0.0.240 - - [2026-06-01 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006010 10.0.0.240 - - [2026-06-01 03:28:10] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007197 10.0.0.240 - - [2026-06-01 03:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.240 - - [2026-06-01 03:28:14] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008053 10.0.0.240 - - [2026-06-01 03:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.240 - - [2026-06-01 03:28:18] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006640 10.0.0.240 - - [2026-06-01 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.240 - - [2026-06-01 03:28:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003570 10.0.0.240 - - [2026-06-01 03:28:20] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003579 10.0.0.240 - - [2026-06-01 03:28:20] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006745 10.0.0.240 - - [2026-06-01 03:28:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008410 10.0.0.240 - - [2026-06-01 03:28:31] "POST /neutron/port HTTP/1.1" 200 1119 0.020980 10.0.0.240 - - [2026-06-01 03:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.036399 10.0.0.240 - - [2026-06-01 03:28:41] "POST /neutron/port HTTP/1.1" 200 1119 0.021674 10.0.0.240 - - [2026-06-01 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009235 10.0.0.240 - - [2026-06-01 03:28:42] "POST /neutron/port HTTP/1.1" 200 1119 0.018413 10.0.0.240 - - [2026-06-01 03:28:42] "POST /neutron/network HTTP/1.1" 200 819 0.010710 10.0.0.240 - - [2026-06-01 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001373 10.0.0.240 - - [2026-06-01 03:28:42] "GET /virtual-machine/1874c1c3-ca1f-4df1-b1dd-f76d84dc01c7 HTTP/1.1" 200 1290 0.004037 10.0.0.240 - - [2026-06-01 03:28:42] "GET /virtual-machine-interface/9150df0e-6f30-44e8-b98d-fb87527f9a80 HTTP/1.1" 200 2932 0.007329 10.0.0.240 - - [2026-06-01 03:28:42] "GET /instance-ip/f8b651f4-f352-4392-af10-77bdbb8e8925 HTTP/1.1" 200 1614 0.008316 10.0.0.240 - - [2026-06-01 03:28:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003829 10.0.0.240 - - [2026-06-01 03:28:42] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.011877 10.0.0.65 - - [2026-06-01 03:28:42] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.240 - - [2026-06-01 03:28:42] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.064295 10.0.0.240 - - [2026-06-01 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.240 - - [2026-06-01 03:28:42] "GET /security-group/778674d6-e481-4cfe-b86f-92c27c7e4ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.006476 10.0.0.240 - - [2026-06-01 03:28:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.085729 10.0.0.240 - - [2026-06-01 03:28:42] "POST /instance-ips HTTP/1.1" 200 357 0.038908 10.0.0.240 - - [2026-06-01 03:28:42] "GET /instance-ip/f120ebb6-55f3-4637-9143-169bd764df8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006301 10.0.0.240 - - [2026-06-01 03:28:42] "GET /virtual-machine-interface/b5816300-9fd2-4b84-ba22-bc7d630e9169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006448 10.0.0.240 - - [2026-06-01 03:28:42] "GET /virtual-machine-interface/b5816300-9fd2-4b84-ba22-bc7d630e9169?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.008301 10.0.0.240 - - [2026-06-01 03:28:42] "GET /instance-ip/f120ebb6-55f3-4637-9143-169bd764df8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.004971 10.0.0.240 - - [2026-06-01 03:28:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001220 10.0.0.240 - - [2026-06-01 03:28:43] "POST /neutron/port HTTP/1.1" 200 963 0.012072 10.0.0.240 - - [2026-06-01 03:28:43] "POST /neutron/port HTTP/1.1" 200 963 0.015172 10.0.0.240 - - [2026-06-01 03:28:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007397 10.0.0.240 - - [2026-06-01 03:28:43] "POST /neutron/port HTTP/1.1" 200 963 0.018195 10.0.0.240 - - [2026-06-01 03:28:43] "POST /neutron/port HTTP/1.1" 200 963 0.014680 10.0.0.240 - - [2026-06-01 03:28:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004574 10.0.0.240 - - [2026-06-01 03:28:44] "POST /neutron/network HTTP/1.1" 200 819 0.007032 10.0.0.240 - - [2026-06-01 03:28:48] "POST /neutron/port HTTP/1.1" 200 1065 0.025302 10.0.0.240 - - [2026-06-01 03:28:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009912 10.0.0.240 - - [2026-06-01 03:28:48] "GET /virtual-machine/492f416c-583e-4983-8ebe-4d0ddf83dbdf HTTP/1.1" 200 1268 0.009626 10.0.0.240 - - [2026-06-01 03:28:48] "GET /virtual-machine-interface/b5816300-9fd2-4b84-ba22-bc7d630e9169 HTTP/1.1" 200 2982 0.007212 10.0.0.240 - - [2026-06-01 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-06-01 03:28:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004973 10.0.0.240 - - [2026-06-01 03:28:48] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004160 10.0.0.240 - - [2026-06-01 03:28:48] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006835 10.0.0.240 - - [2026-06-01 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.240 - - [2026-06-01 03:28:52] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006091 10.0.0.240 - - [2026-06-01 03:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.240 - - [2026-06-01 03:28:56] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006416 10.0.0.240 - - [2026-06-01 03:28:59] "POST /neutron/network HTTP/1.1" 200 1121 0.007282 10.0.0.240 - - [2026-06-01 03:28:59] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016001 10.0.0.240 - - [2026-06-01 03:28:59] "POST /neutron/network HTTP/1.1" 200 1111 0.009738 10.0.0.240 - - [2026-06-01 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.240 - - [2026-06-01 03:29:00] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006383 10.0.0.240 - - [2026-06-01 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.240 - - [2026-06-01 03:29:04] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006104 10.0.0.240 - - [2026-06-01 03:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.240 - - [2026-06-01 03:29:08] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005176 10.0.0.240 - - [2026-06-01 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.240 - - [2026-06-01 03:29:12] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006487 10.0.0.240 - - [2026-06-01 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.240 - - [2026-06-01 03:29:16] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005767 10.0.0.240 - - [2026-06-01 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.240 - - [2026-06-01 03:29:20] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005808 10.0.0.240 - - [2026-06-01 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.240 - - [2026-06-01 03:29:24] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007454 10.0.0.240 - - [2026-06-01 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.240 - - [2026-06-01 03:29:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004727 10.0.0.240 - - [2026-06-01 03:29:28] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003572 10.0.0.240 - - [2026-06-01 03:29:28] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005929 10.0.0.240 - - [2026-06-01 03:29:34] "POST /neutron/port HTTP/1.1" 200 1065 0.018435 10.0.0.65 - - [2026-06-01 03:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.65 - - [2026-06-01 03:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.249 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000345 10.0.0.240 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.65 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.65 - - [2026-06-01 03:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000653 10.0.0.249 - - [2026-06-01 03:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000695 10.0.0.249 - - [2026-06-01 03:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.240 - - [2026-06-01 03:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000527 10.0.0.240 - - [2026-06-01 03:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.240 - - [2026-06-01 03:29:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007684 10.0.0.65 - - [2026-06-01 03:29:40] "GET /obj-perms HTTP/1.1" 200 5075 0.065707 10.0.0.240 - - [2026-06-01 03:29:44] "POST /neutron/port HTTP/1.1" 200 1065 0.019218 10.0.0.240 - - [2026-06-01 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 218 0.001318 10.0.0.240 - - [2026-06-01 03:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008351 10.0.0.65 - - [2026-06-01 03:29:50] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.240 - - [2026-06-01 03:29:50] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.074258 10.0.0.240 - - [2026-06-01 03:29:50] "POST /neutron/port HTTP/1.1" 200 6058 0.047067 10.0.0.240 - - [2026-06-01 03:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.007248 10.0.0.240 - - [2026-06-01 03:29:51] "POST /neutron/port HTTP/1.1" 200 1055 0.020067 10.0.0.240 - - [2026-06-01 03:29:52] "POST /neutron/port HTTP/1.1" 200 1119 0.024465 10.0.0.240 - - [2026-06-01 03:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.240 - - [2026-06-01 03:29:53] "POST /neutron/port HTTP/1.1" 200 1216 0.049829 10.0.0.240 - - [2026-06-01 03:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.240 - - [2026-06-01 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.240 - - [2026-06-01 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007795 10.0.0.240 - - [2026-06-01 03:29:56] "POST /neutron/port HTTP/1.1" 200 1119 0.018832 10.0.0.240 - - [2026-06-01 03:29:56] "GET /virtual-machine/1d939b2c-22cd-499c-9d10-4abc320c18eb HTTP/1.1" 200 1290 0.006847 10.0.0.240 - - [2026-06-01 03:29:56] "GET /virtual-machine-interface/31902285-f9e5-4105-aa5c-27db3b0cc2c0 HTTP/1.1" 200 2931 0.007188 10.0.0.240 - - [2026-06-01 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.240 - - [2026-06-01 03:29:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004731 10.0.0.240 - - [2026-06-01 03:29:56] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003041 10.0.0.240 - - [2026-06-01 03:29:56] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006280 10.0.0.240 - - [2026-06-01 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.240 - - [2026-06-01 03:29:59] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006876 10.0.0.240 - - [2026-06-01 03:29:59] "POST /neutron/port HTTP/1.1" 200 1104 0.048829 10.0.0.240 - - [2026-06-01 03:29:59] "POST /neutron/subnet HTTP/1.1" 200 684 0.010170 10.0.0.240 - - [2026-06-01 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.240 - - [2026-06-01 03:30:03] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.008249 10.0.0.240 - - [2026-06-01 03:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.240 - - [2026-06-01 03:30:07] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.009625 10.0.0.240 - - [2026-06-01 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.240 - - [2026-06-01 03:30:11] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005850 10.0.0.240 - - [2026-06-01 03:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.240 - - [2026-06-01 03:30:15] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006618 10.0.0.240 - - [2026-06-01 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.240 - - [2026-06-01 03:30:20] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006306 10.0.0.240 - - [2026-06-01 03:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.240 - - [2026-06-01 03:30:24] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005515 10.0.0.240 - - [2026-06-01 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.240 - - [2026-06-01 03:30:28] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.005428 10.0.0.240 - - [2026-06-01 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.240 - - [2026-06-01 03:30:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005724 10.0.0.240 - - [2026-06-01 03:30:32] "GET /virtual-networks?parent_id=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003676 10.0.0.240 - - [2026-06-01 03:30:32] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.007201 10.0.0.240 - - [2026-06-01 03:30:32] "POST /neutron/port HTTP/1.1" 200 1119 0.024249 10.0.0.240 - - [2026-06-01 03:30:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009795 10.0.0.240 - - [2026-06-01 03:30:40] "GET /obj-perms HTTP/1.1" 200 5075 0.054523 10.0.0.249 - - [2026-06-01 03:30:40] "GET /obj-perms HTTP/1.1" 200 5075 0.061061 10.0.0.240 - - [2026-06-01 03:30:42] "POST /neutron/port HTTP/1.1" 200 1119 0.018637 10.0.0.240 - - [2026-06-01 03:30:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008821 10.0.0.240 - - [2026-06-01 03:30:53] "POST /neutron/port HTTP/1.1" 200 1119 0.018781 10.0.0.240 - - [2026-06-01 03:30:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007666 10.0.0.240 - - [2026-06-01 03:30:53] "POST /neutron/network HTTP/1.1" 200 793 0.015824 10.0.0.240 - - [2026-06-01 03:30:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001463 10.0.0.240 - - [2026-06-01 03:30:53] "GET /virtual-machine/1d939b2c-22cd-499c-9d10-4abc320c18eb HTTP/1.1" 200 1290 0.004201 10.0.0.240 - - [2026-06-01 03:30:53] "GET /virtual-machine-interface/31902285-f9e5-4105-aa5c-27db3b0cc2c0 HTTP/1.1" 200 2931 0.005935 10.0.0.240 - - [2026-06-01 03:30:53] "GET /instance-ip/edd83f59-0b83-4422-aa91-38ac27dfdca6 HTTP/1.1" 200 1614 0.007175 10.0.0.240 - - [2026-06-01 03:30:53] "GET /virtual-machine-interface/31902285-f9e5-4105-aa5c-27db3b0cc2c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005963 10.0.0.240 - - [2026-06-01 03:30:53] "PUT /virtual-machine-interface/31902285-f9e5-4105-aa5c-27db3b0cc2c0 HTTP/1.1" 200 284 0.016270 10.0.0.240 - - [2026-06-01 03:30:54] "POST /neutron/port HTTP/1.1" 200 1104 0.017239 10.0.0.240 - - [2026-06-01 03:30:54] "POST /neutron/subnet HTTP/1.1" 200 684 0.009448 10.0.0.240 - - [2026-06-01 03:31:00] "POST /neutron/port HTTP/1.1" 200 1216 0.023398 10.0.0.240 - - [2026-06-01 03:31:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005290 10.0.0.240 - - [2026-06-01 03:31:00] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.240 - - [2026-06-01 03:31:55] "POST /neutron/port HTTP/1.1" 200 1119 0.023092 10.0.0.240 - - [2026-06-01 03:31:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005020 10.0.0.240 - - [2026-06-01 03:31:55] "POST /neutron/network HTTP/1.1" 200 819 0.007215 10.0.0.240 - - [2026-06-01 03:32:00] "POST /neutron/network HTTP/1.1" 200 934 0.013336 10.0.0.240 - - [2026-06-01 03:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.240 - - [2026-06-01 03:32:16] "DELETE /instance-ip/f120ebb6-55f3-4637-9143-169bd764df8b HTTP/1.1" 200 115 0.052081 10.0.0.240 - - [2026-06-01 03:32:17] "DELETE /virtual-machine-interface/b5816300-9fd2-4b84-ba22-bc7d630e9169 HTTP/1.1" 200 115 0.089199 10.0.0.240 - - [2026-06-01 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.240 - - [2026-06-01 03:32:17] "GET /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2090 0.006002 10.0.0.240 - - [2026-06-01 03:32:17] "PUT /virtual-network/3a9fc13c-b4f9-4814-b74b-4771c7c06b71 HTTP/1.1" 200 264 0.055887 10.0.0.240 - - [2026-06-01 03:32:17] "POST /neutron/network HTTP/1.1" 400 204 0.017929 10.0.0.65 - - [2026-06-01 03:32:17] "POST /ref-update HTTP/1.1" 200 156 0.062685 10.0.0.240 - - [2026-06-01 03:32:17] "POST /neutron/port HTTP/1.1" 200 151 0.239097 10.0.0.240 - - [2026-06-01 03:32:18] "POST /neutron/port HTTP/1.1" 200 151 0.217930 10.0.0.65 - - [2026-06-01 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.65 - - [2026-06-01 03:32:21] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.035763 10.0.0.240 - - [2026-06-01 03:32:21] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.106377 10.0.0.65 - - [2026-06-01 03:32:21] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.240 - - [2026-06-01 03:32:21] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?fields=virtual_networks HTTP/1.1" 200 1027 0.052829 10.0.0.65 - - [2026-06-01 03:32:21] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001059 10.0.0.240 - - [2026-06-01 03:32:21] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.038095 10.0.0.65 - - [2026-06-01 03:32:21] "GET /projects?obj_uuids=0c4a2906-38de-4f32-a7ea-477c48e84137&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.240 - - [2026-06-01 03:32:21] "GET /project/0c4a2906-38de-4f32-a7ea-477c48e84137?fields=security_groups HTTP/1.1" 200 1251 0.042547 10.0.0.240 - - [2026-06-01 03:32:22] "POST /fqname-to-id HTTP/1.1" 404 185 0.031563 10.0.0.240 - - [2026-06-01 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.65 - - [2026-06-01 03:32:22] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003651 10.0.0.65 - - [2026-06-01 03:32:22] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.65 - - [2026-06-01 03:32:22] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.041982 10.0.0.65 - - [2026-06-01 03:32:22] "POST /id-to-fqname HTTP/1.1" 200 187 0.009356 10.0.0.65 - - [2026-06-01 03:32:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002992 10.0.0.65 - - [2026-06-01 03:32:22] "POST /security-groups HTTP/1.1" 200 588 0.035570 10.0.0.65 - - [2026-06-01 03:32:22] "POST /projects HTTP/1.1" 200 579 0.272403 10.0.0.65 - - [2026-06-01 03:32:22] "POST /access-control-lists HTTP/1.1" 200 593 0.035521 10.0.0.65 - - [2026-06-01 03:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.345888 10.0.0.240 - - [2026-06-01 03:32:22] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.528947 10.0.0.240 - - [2026-06-01 03:32:23] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.240 - - [2026-06-01 03:32:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000499 10.0.0.240 - - [2026-06-01 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.056942 10.0.0.65 - - [2026-06-01 03:32:26] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001021 10.0.0.240 - - [2026-06-01 03:32:26] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.042768 10.0.0.65 - - [2026-06-01 03:32:26] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001326 10.0.0.240 - - [2026-06-01 03:32:26] "POST /neutron/network HTTP/1.1" 200 610 0.149850 10.0.0.65 - - [2026-06-01 03:32:26] "POST /route-targets HTTP/1.1" 200 327 0.014186 10.0.0.240 - - [2026-06-01 03:32:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.004811 10.0.0.240 - - [2026-06-01 03:32:26] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005989 10.0.0.240 - - [2026-06-01 03:32:26] "POST /neutron/network HTTP/1.1" 200 829 0.014715 10.0.0.240 - - [2026-06-01 03:32:26] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007658 10.0.0.240 - - [2026-06-01 03:32:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002876 10.0.0.240 - - [2026-06-01 03:32:26] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005884 10.0.0.65 - - [2026-06-01 03:32:26] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.240 - - [2026-06-01 03:32:27] "POST /neutron/port HTTP/1.1" 200 983 0.251180 10.0.0.240 - - [2026-06-01 03:32:27] "GET /virtual-machine-interface/bf516800-31b5-4ee7-ae38-385f50d5a6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005275 10.0.0.240 - - [2026-06-01 03:32:27] "GET /virtual-machine-interface/bf516800-31b5-4ee7-ae38-385f50d5a6a8?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004843 10.0.0.240 - - [2026-06-01 03:32:27] "GET /instance-ip/e22c6b5c-fe18-48bc-a8e9-463309f9bc95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.005737 10.0.0.240 - - [2026-06-01 03:32:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001178 10.0.0.65 - - [2026-06-01 03:32:28] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000978 10.0.0.240 - - [2026-06-01 03:32:28] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.065807 10.0.0.240 - - [2026-06-01 03:32:28] "POST /neutron/network HTTP/1.1" 200 829 0.040922 10.0.0.240 - - [2026-06-01 03:32:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001517 10.0.0.240 - - [2026-06-01 03:32:28] "POST /neutron/port HTTP/1.1" 200 4180 0.040322 10.0.0.240 - - [2026-06-01 03:32:28] "POST /neutron/network HTTP/1.1" 200 829 0.007266 10.0.0.65 - - [2026-06-01 03:32:28] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001034 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/port HTTP/1.1" 200 1057 0.344134 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/port HTTP/1.1" 200 1057 0.014704 10.0.0.65 - - [2026-06-01 03:32:29] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001045 10.0.0.240 - - [2026-06-01 03:32:29] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.070169 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/port HTTP/1.1" 200 1111 0.124562 10.0.0.240 - - [2026-06-01 03:32:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.004078 10.0.0.240 - - [2026-06-01 03:32:29] "POST /interface-route-tables HTTP/1.1" 200 556 0.029983 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006127 10.0.0.240 - - [2026-06-01 03:32:29] "GET /interface-route-table/915da29d-ee3f-4429-8771-7a835f0b9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.009225 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/network HTTP/1.1" 200 829 0.007355 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/port HTTP/1.1" 200 983 0.014229 10.0.0.240 - - [2026-06-01 03:32:29] "POST /neutron/port HTTP/1.1" 200 1085 0.025272 10.0.0.240 - - [2026-06-01 03:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.001444 10.0.0.240 - - [2026-06-01 03:32:30] "GET /virtual-machine-interface/bf516800-31b5-4ee7-ae38-385f50d5a6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.006189 10.0.0.240 - - [2026-06-01 03:32:30] "POST /ref-update HTTP/1.1" 200 156 0.018276 10.0.0.240 - - [2026-06-01 03:32:30] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009040 10.0.0.240 - - [2026-06-01 03:32:30] "POST /neutron/port HTTP/1.1" 200 1121 0.018663 10.0.0.240 - - [2026-06-01 03:32:31] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007419 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 401 293 0.000401 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 200 1288 0.032491 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 200 1288 0.004735 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine-interface/1d98e96c-8826-4fe5-80a5-5619af6ffcd2 HTTP/1.1" 200 2937 0.005886 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 200 1288 0.005203 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine-interface/1d98e96c-8826-4fe5-80a5-5619af6ffcd2 HTTP/1.1" 200 2937 0.006366 10.0.0.240 - - [2026-06-01 03:32:31] "GET /instance-ip/2e39726d-1148-4c80-939f-c4f5fc39a079 HTTP/1.1" 200 1618 0.006001 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 200 1288 0.004330 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-machine-interface/1d98e96c-8826-4fe5-80a5-5619af6ffcd2 HTTP/1.1" 200 2937 0.005199 10.0.0.240 - - [2026-06-01 03:32:31] "GET /instance-ip/2e39726d-1148-4c80-939f-c4f5fc39a079 HTTP/1.1" 200 1618 0.003914 10.0.0.240 - - [2026-06-01 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.240 - - [2026-06-01 03:32:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003642 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003055 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007320 10.0.0.240 - - [2026-06-01 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.240 - - [2026-06-01 03:32:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004291 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003676 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006255 10.0.0.240 - - [2026-06-01 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.240 - - [2026-06-01 03:32:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004589 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003195 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005943 10.0.0.240 - - [2026-06-01 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.240 - - [2026-06-01 03:32:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003361 10.0.0.240 - - [2026-06-01 03:32:31] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007501 10.0.0.240 - - [2026-06-01 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.240 - - [2026-06-01 03:32:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003921 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005532 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007346 10.0.0.240 - - [2026-06-01 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.240 - - [2026-06-01 03:32:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006391 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003444 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006922 10.0.0.240 - - [2026-06-01 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007173 10.0.0.240 - - [2026-06-01 03:32:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004050 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002829 10.0.0.240 - - [2026-06-01 03:32:32] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006451 10.0.0.240 - - [2026-06-01 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.240 - - [2026-06-01 03:32:35] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005882 10.0.0.240 - - [2026-06-01 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005602 10.0.0.240 - - [2026-06-01 03:32:39] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005346 10.0.0.65 - - [2026-06-01 03:32:39] "DELETE /access-control-list/6d3468d8-3e6a-48d4-828b-ae55c4938139 HTTP/1.1" 200 115 0.056065 10.0.0.240 - - [2026-06-01 03:32:40] "POST /neutron/port HTTP/1.1" 200 1121 0.021659 10.0.0.240 - - [2026-06-01 03:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.240 - - [2026-06-01 03:32:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008581 10.0.0.240 - - [2026-06-01 03:32:41] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003790 10.0.0.240 - - [2026-06-01 03:32:41] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007902 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.240 - - [2026-06-01 03:32:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004673 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003751 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007447 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.240 - - [2026-06-01 03:32:42] "GET /routing-instance/bbb04992-7530-4127-9705-c47f21d75a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007105 10.0.0.240 - - [2026-06-01 03:32:42] "GET /route-target/bfc66e01-cb48-4109-b864-e7a9a75d6f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004070 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.240 - - [2026-06-01 03:32:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004484 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006444 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011876 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.240 - - [2026-06-01 03:32:42] "GET /routing-instance/bbb04992-7530-4127-9705-c47f21d75a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004455 10.0.0.240 - - [2026-06-01 03:32:42] "GET /route-target/bfc66e01-cb48-4109-b864-e7a9a75d6f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003900 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.240 - - [2026-06-01 03:32:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003808 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004452 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006343 10.0.0.240 - - [2026-06-01 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.240 - - [2026-06-01 03:32:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004968 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004869 10.0.0.240 - - [2026-06-01 03:32:42] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007045 10.0.0.65 - - [2026-06-01 03:32:43] "GET /obj-perms HTTP/1.1" 200 5043 0.057578 10.0.0.65 - - [2026-06-01 03:32:49] "GET /obj-perms HTTP/1.1" 200 5043 0.006103 10.0.0.65 - - [2026-06-01 03:32:52] "DELETE /project/0c4a2906-38de-4f32-a7ea-477c48e84137 HTTP/1.1" 404 177 0.004986 10.0.0.65 - - [2026-06-01 03:32:52] "DELETE /project/e80d6136db0e4acf8d88080f18b7adbc HTTP/1.1" 404 173 0.004051 10.0.0.65 - - [2026-06-01 03:32:55] "GET /obj-perms HTTP/1.1" 200 5043 0.004810 10.0.0.240 - - [2026-06-01 03:32:55] "GET /obj-perms HTTP/1.1" 200 5043 0.054451 10.0.0.240 - - [2026-06-01 03:32:56] "GET /obj-perms HTTP/1.1" 200 5043 0.003762 10.0.0.240 - - [2026-06-01 03:32:56] "GET /obj-perms HTTP/1.1" 200 5043 0.005605 10.0.0.65 - - [2026-06-01 03:32:56] "GET /obj-perms HTTP/1.1" 200 5043 0.005469 10.0.0.240 - - [2026-06-01 03:32:56] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010215 10.0.0.240 - - [2026-06-01 03:32:56] "POST /neutron/port HTTP/1.1" 200 1085 0.037884 10.0.0.240 - - [2026-06-01 03:32:56] "GET /virtual-machine/ca06524d-e8ce-4764-b67e-540c40f8b411 HTTP/1.1" 200 1268 0.007140 10.0.0.240 - - [2026-06-01 03:32:56] "GET /virtual-machine-interface/bf516800-31b5-4ee7-ae38-385f50d5a6a8 HTTP/1.1" 200 3151 0.005898 10.0.0.240 - - [2026-06-01 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.240 - - [2026-06-01 03:32:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.240 - - [2026-06-01 03:32:56] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002990 10.0.0.240 - - [2026-06-01 03:32:57] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007019 10.0.0.240 - - [2026-06-01 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.240 - - [2026-06-01 03:32:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003512 10.0.0.240 - - [2026-06-01 03:32:58] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004034 10.0.0.240 - - [2026-06-01 03:32:58] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005397 10.0.0.240 - - [2026-06-01 03:32:58] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005616 10.0.0.249 - - [2026-06-01 03:32:59] "GET /obj-perms HTTP/1.1" 200 5043 0.051362 10.0.0.240 - - [2026-06-01 03:32:59] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 200 1288 0.005112 10.0.0.240 - - [2026-06-01 03:32:59] "POST /neutron/port HTTP/1.1" 200 1111 0.018851 10.0.0.240 - - [2026-06-01 03:33:01] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 404 171 0.004586 10.0.0.240 - - [2026-06-01 03:33:01] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 404 171 0.004053 10.0.0.240 - - [2026-06-01 03:33:01] "GET /virtual-machine/1be6a5e6-672e-4541-826a-eb7b04969c7c HTTP/1.1" 404 171 0.004240 10.0.0.240 - - [2026-06-01 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.240 - - [2026-06-01 03:33:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004741 10.0.0.240 - - [2026-06-01 03:33:01] "GET /virtual-networks?parent_id=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004169 10.0.0.240 - - [2026-06-01 03:33:01] "GET /virtual-network/d8a42704-cba7-4750-a845-51f2c6cc75fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005621 10.0.0.240 - - [2026-06-01 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.240 - - [2026-06-01 03:33:01] "GET /routing-instance/bbb04992-7530-4127-9705-c47f21d75a6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004795 10.0.0.240 - - [2026-06-01 03:33:01] "GET /route-target/bfc66e01-cb48-4109-b864-e7a9a75d6f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004375 10.0.0.240 - - [2026-06-01 03:33:01] "GET /obj-perms HTTP/1.1" 200 5043 0.005319 10.0.0.240 - - [2026-06-01 03:33:05] "GET /obj-perms HTTP/1.1" 200 5043 0.005189 10.0.0.240 - - [2026-06-01 03:33:11] "GET /obj-perms HTTP/1.1" 200 5043 0.005127 10.0.0.240 - - [2026-06-01 03:33:14] "GET /obj-perms HTTP/1.1" 200 5043 0.003748 10.0.0.240 - - [2026-06-01 03:33:20] "GET /obj-perms HTTP/1.1" 200 5043 0.004883 10.0.0.240 - - [2026-06-01 03:33:23] "GET /obj-perms HTTP/1.1" 200 5043 0.003633 10.0.0.240 - - [2026-06-01 03:33:26] "GET /obj-perms HTTP/1.1" 200 5043 0.003757 10.0.0.240 - - [2026-06-01 03:33:26] "GET /interface-route-table/915da29d-ee3f-4429-8771-7a835f0b9020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004895 10.0.0.240 - - [2026-06-01 03:33:26] "GET /virtual-machine-interface/bf516800-31b5-4ee7-ae38-385f50d5a6a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.006943 10.0.0.240 - - [2026-06-01 03:33:26] "POST /ref-update HTTP/1.1" 200 156 0.016280 10.0.0.240 - - [2026-06-01 03:33:26] "DELETE /interface-route-table/915da29d-ee3f-4429-8771-7a835f0b9020 HTTP/1.1" 200 115 0.036781 10.0.0.240 - - [2026-06-01 03:33:27] "POST /neutron/port HTTP/1.1" 200 151 0.195381 10.0.0.65 - - [2026-06-01 03:33:28] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000943 10.0.0.240 - - [2026-06-01 03:33:28] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.037289 10.0.0.65 - - [2026-06-01 03:33:28] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000978 10.0.0.240 - - [2026-06-01 03:33:28] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?fields=virtual_networks HTTP/1.1" 200 1027 0.050522 10.0.0.65 - - [2026-06-01 03:33:28] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001391 10.0.0.240 - - [2026-06-01 03:33:28] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.039108 10.0.0.65 - - [2026-06-01 03:33:29] "GET /projects?obj_uuids=e80d6136-db0e-4acf-8d88-080f18b7adbc&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001086 10.0.0.240 - - [2026-06-01 03:33:29] "GET /project/e80d6136-db0e-4acf-8d88-080f18b7adbc?fields=security_groups HTTP/1.1" 200 1250 0.050265 10.0.0.240 - - [2026-06-01 03:33:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.027984 10.0.0.65 - - [2026-06-01 03:33:29] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003573 10.0.0.65 - - [2026-06-01 03:33:30] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.65 - - [2026-06-01 03:33:30] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.011125 10.0.0.65 - - [2026-06-01 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 194 0.004462 10.0.0.65 - - [2026-06-01 03:33:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.006602 10.0.0.65 - - [2026-06-01 03:33:30] "POST /security-groups HTTP/1.1" 200 595 0.042096 10.0.0.65 - - [2026-06-01 03:33:30] "POST /projects HTTP/1.1" 200 593 0.297742 10.0.0.65 - - [2026-06-01 03:33:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.006857 10.0.0.65 - - [2026-06-01 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.334702 10.0.0.240 - - [2026-06-01 03:33:30] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.515453 10.0.0.65 - - [2026-06-01 03:33:30] "POST /access-control-lists HTTP/1.1" 200 598 0.063150 10.0.0.240 - - [2026-06-01 03:33:31] "GET / HTTP/1.1" 200 35931 0.002078 10.0.0.240 - - [2026-06-01 03:33:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2026-06-01 03:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.006718 10.0.0.240 - - [2026-06-01 03:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.067136 10.0.0.65 - - [2026-06-01 03:33:32] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.240 - - [2026-06-01 03:33:32] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058227 10.0.0.65 - - [2026-06-01 03:33:32] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.240 - - [2026-06-01 03:33:32] "POST /neutron/network HTTP/1.1" 200 609 0.175925 10.0.0.240 - - [2026-06-01 03:33:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.003093 10.0.0.240 - - [2026-06-01 03:33:33] "GET /virtual-network/ad6e400d-2962-44c1-a1e6-44ff13e98e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006084 10.0.0.240 - - [2026-06-01 03:33:33] "POST /neutron/network HTTP/1.1" 200 830 0.006825 10.0.0.240 - - [2026-06-01 03:33:33] "GET /virtual-network/ad6e400d-2962-44c1-a1e6-44ff13e98e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005999 10.0.0.240 - - [2026-06-01 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.65 - - [2026-06-01 03:33:33] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000984 10.0.0.240 - - [2026-06-01 03:33:33] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059550 10.0.0.240 - - [2026-06-01 03:33:33] "POST /neutron/network HTTP/1.1" 200 117 0.018892 10.0.0.65 - - [2026-06-01 03:33:33] "POST /route-targets HTTP/1.1" 200 327 0.020681 10.0.0.240 - - [2026-06-01 03:33:33] "POST /neutron/network HTTP/1.1" 200 827 0.008385 10.0.0.240 - - [2026-06-01 03:33:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.000995 10.0.0.240 - - [2026-06-01 03:33:33] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005115 10.0.0.240 - - [2026-06-01 03:33:33] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005356 10.0.0.240 - - [2026-06-01 03:33:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009947 10.0.0.240 - - [2026-06-01 03:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.65 - - [2026-06-01 03:33:33] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000953 10.0.0.240 - - [2026-06-01 03:33:33] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040743 10.0.0.65 - - [2026-06-01 03:33:34] "POST /ref-update HTTP/1.1" 200 156 0.031044 10.0.0.65 - - [2026-06-01 03:33:34] "POST /useragent-kv HTTP/1.1" 200 115 0.018467 10.0.0.240 - - [2026-06-01 03:33:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.256646 10.0.0.240 - - [2026-06-01 03:33:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001685 10.0.0.240 - - [2026-06-01 03:33:34] "GET /virtual-network/4b922cdc-0731-4244-ba68-dc8894e770aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005921 10.0.0.240 - - [2026-06-01 03:33:34] "GET /virtual-network/4b922cdc-0731-4244-ba68-dc8894e770aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007203 10.0.0.240 - - [2026-06-01 03:33:34] "POST /neutron/network HTTP/1.1" 200 828 0.006772 10.0.0.240 - - [2026-06-01 03:33:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.003092 10.0.0.240 - - [2026-06-01 03:33:34] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005571 10.0.0.240 - - [2026-06-01 03:33:34] "GET /virtual-machine-interface/53efdf9b-12f6-4661-b6d0-13f594790b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008376 10.0.0.240 - - [2026-06-01 03:33:34] "GET /virtual-machine-interface/53efdf9b-12f6-4661-b6d0-13f594790b8b?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009599 10.0.0.240 - - [2026-06-01 03:33:35] "GET /instance-ip/ab9cefb5-722f-44b0-a7ce-741e501c450a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005092 10.0.0.240 - - [2026-06-01 03:33:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.003197 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-network/ad6e400d-2962-44c1-a1e6-44ff13e98e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007390 10.0.0.65 - - [2026-06-01 03:33:35] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001264 10.0.0.240 - - [2026-06-01 03:33:35] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043885 10.0.0.240 - - [2026-06-01 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009178 10.0.0.240 - - [2026-06-01 03:33:35] "GET /security-group/d2fdcdb9-b54d-44de-8bd9-9d2affab0921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004614 10.0.0.240 - - [2026-06-01 03:33:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.126921 10.0.0.240 - - [2026-06-01 03:33:35] "POST /instance-ips HTTP/1.1" 200 357 0.051102 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-machine-interface/0149a2d8-7a52-4540-9669-60ff21d15460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006375 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-machine-interface/0149a2d8-7a52-4540-9669-60ff21d15460?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.009684 10.0.0.240 - - [2026-06-01 03:33:35] "GET /instance-ip/cfe70dcf-3b72-4fe6-a696-8d0650b53b44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004891 10.0.0.240 - - [2026-06-01 03:33:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.005488 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007229 10.0.0.65 - - [2026-06-01 03:33:35] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001882 10.0.0.240 - - [2026-06-01 03:33:35] "POST /neutron/port HTTP/1.1" 200 989 0.288466 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-machine-interface/7f2d78ba-4d00-46c9-bbe9-62b831104b23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005182 10.0.0.240 - - [2026-06-01 03:33:35] "GET /virtual-machine-interface/7f2d78ba-4d00-46c9-bbe9-62b831104b23?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.005150 10.0.0.240 - - [2026-06-01 03:33:36] "GET /instance-ip/0c0a70e9-8f01-4663-9665-a9892306ec29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.004977 10.0.0.240 - - [2026-06-01 03:33:36] "POST /fqname-to-id HTTP/1.1" 404 214 0.002998 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-network/ad6e400d-2962-44c1-a1e6-44ff13e98e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007488 10.0.0.65 - - [2026-06-01 03:33:36] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001014 10.0.0.240 - - [2026-06-01 03:33:36] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055018 10.0.0.240 - - [2026-06-01 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.240 - - [2026-06-01 03:33:36] "GET /security-group/d2fdcdb9-b54d-44de-8bd9-9d2affab0921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005661 10.0.0.240 - - [2026-06-01 03:33:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.134857 10.0.0.240 - - [2026-06-01 03:33:36] "POST /instance-ips HTTP/1.1" 200 357 0.041634 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-machine-interface/6949e18c-3487-4073-ae2b-67321fc88b8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008735 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-machine-interface/6949e18c-3487-4073-ae2b-67321fc88b8f?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010525 10.0.0.240 - - [2026-06-01 03:33:36] "GET /instance-ip/61424e08-5cf9-45dc-8b29-6c98914b7ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.006938 10.0.0.240 - - [2026-06-01 03:33:36] "POST /fqname-to-id HTTP/1.1" 404 214 0.003858 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007225 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-machine-interface/cdda236c-a85a-4628-b933-9279c44c8831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007700 10.0.0.240 - - [2026-06-01 03:33:36] "GET /virtual-machine-interface/cdda236c-a85a-4628-b933-9279c44c8831?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009310 10.0.0.240 - - [2026-06-01 03:33:37] "GET /instance-ip/a6286983-4ffe-40c1-a91d-d77f2e34b768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004774 10.0.0.240 - - [2026-06-01 03:33:37] "POST /fqname-to-id HTTP/1.1" 404 214 0.002850 10.0.0.240 - - [2026-06-01 03:33:37] "GET /virtual-network/4b922cdc-0731-4244-ba68-dc8894e770aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005890 10.0.0.65 - - [2026-06-01 03:33:37] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001426 10.0.0.240 - - [2026-06-01 03:33:37] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050996 10.0.0.240 - - [2026-06-01 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.240 - - [2026-06-01 03:33:37] "GET /security-group/d2fdcdb9-b54d-44de-8bd9-9d2affab0921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004971 10.0.0.240 - - [2026-06-01 03:33:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.105028 10.0.0.240 - - [2026-06-01 03:33:37] "POST /instance-ips HTTP/1.1" 200 357 0.056629 10.0.0.240 - - [2026-06-01 03:33:37] "GET /virtual-machine-interface/fa8da74a-a02e-41a4-82dc-8908e8482057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006052 10.0.0.240 - - [2026-06-01 03:33:37] "GET /virtual-machine-interface/fa8da74a-a02e-41a4-82dc-8908e8482057?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009209 10.0.0.240 - - [2026-06-01 03:33:37] "GET /instance-ip/6e3717b0-db1f-44b9-bd09-cc9d7a920283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004762 10.0.0.240 - - [2026-06-01 03:33:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001239 10.0.0.240 - - [2026-06-01 03:33:39] "POST /neutron/port HTTP/1.1" 200 989 0.017673 10.0.0.240 - - [2026-06-01 03:33:39] "POST /neutron/port HTTP/1.1" 200 989 0.015245 10.0.0.240 - - [2026-06-01 03:33:39] "POST /neutron/port HTTP/1.1" 200 117 0.007236 10.0.0.240 - - [2026-06-01 03:33:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001251 10.0.0.240 - - [2026-06-01 03:33:40] "POST /neutron/port HTTP/1.1" 200 989 0.021421 10.0.0.240 - - [2026-06-01 03:33:40] "POST /neutron/port HTTP/1.1" 200 989 0.013532 10.0.0.240 - - [2026-06-01 03:33:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012238 10.0.0.240 - - [2026-06-01 03:33:40] "POST /neutron/network HTTP/1.1" 200 827 0.007816 10.0.0.65 - - [2026-06-01 03:33:41] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001216 10.0.0.240 - - [2026-06-01 03:33:41] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.132128 10.0.0.240 - - [2026-06-01 03:33:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007580 10.0.0.240 - - [2026-06-01 03:33:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489 10.0.0.240 - - [2026-06-01 03:33:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008155 10.0.0.240 - - [2026-06-01 03:33:41] "POST /neutron/network HTTP/1.1" 200 827 0.008080 10.0.0.65 - - [2026-06-01 03:33:41] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001391 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/port HTTP/1.1" 200 1064 0.336497 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/port HTTP/1.1" 200 1064 0.021341 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/port HTTP/1.1" 200 1118 0.152475 10.0.0.65 - - [2026-06-01 03:33:42] "POST /route-targets HTTP/1.1" 200 327 0.023214 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/port HTTP/1.1" 200 1128 0.036792 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 10.0.0.240 - - [2026-06-01 03:33:42] "POST /neutron/network HTTP/1.1" 200 837 0.012271 10.0.0.240 - - [2026-06-01 03:33:43] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.240 - - [2026-06-01 03:33:43] "POST /neutron/port HTTP/1.1" 200 1091 0.036978 10.0.0.240 - - [2026-06-01 03:33:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012899 10.0.0.240 - - [2026-06-01 03:33:43] "POST /neutron/network HTTP/1.1" 200 827 0.009235 10.0.0.65 - - [2026-06-01 03:33:43] "POST /ref-update HTTP/1.1" 200 156 0.023600 10.0.0.240 - - [2026-06-01 03:33:44] "POST /neutron/port HTTP/1.1" 200 1091 0.025889 10.0.0.240 - - [2026-06-01 03:33:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013686 10.0.0.240 - - [2026-06-01 03:33:44] "GET /virtual-machine/df3fb9da-b230-41a8-b1e0-994a4e30ef27 HTTP/1.1" 401 293 0.000840 10.0.0.240 - - [2026-06-01 03:33:44] "GET /virtual-machine/df3fb9da-b230-41a8-b1e0-994a4e30ef27 HTTP/1.1" 200 1275 0.032132 10.0.0.240 - - [2026-06-01 03:33:44] "GET /virtual-machine-interface/53efdf9b-12f6-4661-b6d0-13f594790b8b HTTP/1.1" 200 3187 0.006072 10.0.0.240 - - [2026-06-01 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.240 - - [2026-06-01 03:33:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004192 10.0.0.240 - - [2026-06-01 03:33:44] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003257 10.0.0.240 - - [2026-06-01 03:33:44] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006498 10.0.0.240 - - [2026-06-01 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.240 - - [2026-06-01 03:33:47] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005383 10.0.0.240 - - [2026-06-01 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.240 - - [2026-06-01 03:33:51] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006255 10.0.0.65 - - [2026-06-01 03:33:52] "DELETE /project/e80d6136-db0e-4acf-8d88-080f18b7adbc HTTP/1.1" 404 177 0.004166 10.0.0.65 - - [2026-06-01 03:33:52] "DELETE /project/80ffae79a1aa47dfb2ac4b692645fa60 HTTP/1.1" 404 173 0.003715 10.0.0.240 - - [2026-06-01 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.240 - - [2026-06-01 03:33:56] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005262 10.0.0.240 - - [2026-06-01 03:33:57] "POST /neutron/network HTTP/1.1" 200 1121 0.008331 10.0.0.240 - - [2026-06-01 03:33:57] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015121 10.0.0.240 - - [2026-06-01 03:33:57] "POST /neutron/network HTTP/1.1" 200 1111 0.011025 10.0.0.240 - - [2026-06-01 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.240 - - [2026-06-01 03:34:00] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005502 10.0.0.240 - - [2026-06-01 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.240 - - [2026-06-01 03:34:04] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006180 10.0.0.240 - - [2026-06-01 03:34:04] "POST /neutron/network HTTP/1.1" 200 1121 0.010478 10.0.0.240 - - [2026-06-01 03:34:04] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018798 10.0.0.240 - - [2026-06-01 03:34:04] "POST /neutron/network HTTP/1.1" 200 1111 0.013589 10.0.0.240 - - [2026-06-01 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.240 - - [2026-06-01 03:34:08] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005759 10.0.0.240 - - [2026-06-01 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-06-01 03:34:12] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006244 10.0.0.240 - - [2026-06-01 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.240 - - [2026-06-01 03:34:16] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005484 10.0.0.240 - - [2026-06-01 03:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.240 - - [2026-06-01 03:34:20] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006364 10.0.0.240 - - [2026-06-01 03:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.240 - - [2026-06-01 03:34:24] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006199 10.0.0.240 - - [2026-06-01 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.240 - - [2026-06-01 03:34:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.240 - - [2026-06-01 03:34:26] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004402 10.0.0.240 - - [2026-06-01 03:34:26] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007756 10.0.0.240 - - [2026-06-01 03:34:32] "POST /neutron/port HTTP/1.1" 200 1091 0.020933 10.0.0.65 - - [2026-06-01 03:34:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.65 - - [2026-06-01 03:34:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.240 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000313 10.0.0.240 - - [2026-06-01 03:34:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.098612 10.0.0.249 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000316 10.0.0.240 - - [2026-06-01 03:34:37] "POST /neutron/port HTTP/1.1" 200 1128 0.019753 10.0.0.65 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-06-01 03:34:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-06-01 03:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.249 - - [2026-06-01 03:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.240 - - [2026-06-01 03:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-06-01 03:34:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-06-01 03:34:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007617 10.0.0.65 - - [2026-06-01 03:34:44] "GET /obj-perms HTTP/1.1" 200 5075 0.068118 10.0.0.240 - - [2026-06-01 03:34:44] "GET /obj-perms HTTP/1.1" 200 5075 0.059881 10.0.0.240 - - [2026-06-01 03:34:47] "POST /neutron/port HTTP/1.1" 200 1128 0.021337 10.0.0.240 - - [2026-06-01 03:34:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007633 10.0.0.240 - - [2026-06-01 03:34:48] "GET /virtual-machine/67de5b7a-f63f-4c44-8213-a4347e8a6287 HTTP/1.1" 200 1295 0.006150 10.0.0.240 - - [2026-06-01 03:34:48] "GET /virtual-machine-interface/4367ba4c-5237-44c2-a21e-3b49c0e5d23e HTTP/1.1" 200 2961 0.006731 10.0.0.240 - - [2026-06-01 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.240 - - [2026-06-01 03:34:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.240 - - [2026-06-01 03:34:48] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006075 10.0.0.240 - - [2026-06-01 03:34:48] "GET /virtual-network/4b922cdc-0731-4244-ba68-dc8894e770aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006752 10.0.0.240 - - [2026-06-01 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.240 - - [2026-06-01 03:34:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004992 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003876 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-network/4b922cdc-0731-4244-ba68-dc8894e770aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005926 10.0.0.240 - - [2026-06-01 03:34:49] "POST /neutron/port HTTP/1.1" 200 1091 0.026483 10.0.0.240 - - [2026-06-01 03:34:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009300 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-machine/6a2ca147-2d44-4fd2-975b-dcb274dbc184 HTTP/1.1" 200 1274 0.006690 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-machine-interface/cdda236c-a85a-4628-b933-9279c44c8831 HTTP/1.1" 200 3188 0.005949 10.0.0.240 - - [2026-06-01 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.240 - - [2026-06-01 03:34:49] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003644 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003207 10.0.0.240 - - [2026-06-01 03:34:49] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006560 10.0.0.240 - - [2026-06-01 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.240 - - [2026-06-01 03:34:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005487 10.0.0.240 - - [2026-06-01 03:34:51] "GET /virtual-networks?parent_id=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.006042 10.0.0.240 - - [2026-06-01 03:34:51] "GET /virtual-network/385fb61d-5af9-448d-b24c-03d57cb91514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005778 10.0.0.240 - - [2026-06-01 03:34:51] "POST /neutron/port HTTP/1.1" 200 1091 0.019235 10.0.0.240 - - [2026-06-01 03:34:58] "POST /neutron/port HTTP/1.1" 200 1104 0.049572 10.0.0.240 - - [2026-06-01 03:34:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.009819 10.0.0.240 - - [2026-06-01 03:35:04] "POST /neutron/port HTTP/1.1" 200 1104 0.050912 10.0.0.240 - - [2026-06-01 03:35:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.240 - - [2026-06-01 03:35:05] "POST /neutron/network HTTP/1.1" 200 924 0.013333 10.0.0.249 - - [2026-06-01 03:35:45] "GET /obj-perms HTTP/1.1" 200 5075 0.059683 10.0.0.240 - - [2026-06-01 03:35:59] "POST /neutron/network HTTP/1.1" 200 837 0.007389 10.0.0.240 - - [2026-06-01 03:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.240 - - [2026-06-01 03:36:05] "POST /neutron/port HTTP/1.1" 200 1128 0.028007 10.0.0.240 - - [2026-06-01 03:36:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.010796 10.0.0.240 - - [2026-06-01 03:36:17] "POST /neutron/router HTTP/1.1" 200 598 0.010512 10.0.0.240 - - [2026-06-01 03:36:17] "POST /neutron/router HTTP/1.1" 200 344 0.207008 10.0.0.65 - - [2026-06-01 03:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006647 10.0.0.240 - - [2026-06-01 03:36:18] "POST /neutron/port HTTP/1.1" 200 1128 0.024045 10.0.0.240 - - [2026-06-01 03:36:18] "POST /neutron/port HTTP/1.1" 200 1091 0.038172 10.0.0.240 - - [2026-06-01 03:36:19] "POST /neutron/port HTTP/1.1" 200 1081 0.017200 10.0.0.240 - - [2026-06-01 03:36:19] "POST /neutron/port HTTP/1.1" 200 1091 0.028980 10.0.0.240 - - [2026-06-01 03:36:19] "POST /neutron/port HTTP/1.1" 200 1081 0.016459 10.0.0.240 - - [2026-06-01 03:36:19] "DELETE /instance-ip/6e3717b0-db1f-44b9-bd09-cc9d7a920283 HTTP/1.1" 200 115 0.056438 10.0.0.240 - - [2026-06-01 03:36:19] "DELETE /virtual-machine-interface/fa8da74a-a02e-41a4-82dc-8908e8482057 HTTP/1.1" 200 115 0.078844 10.0.0.240 - - [2026-06-01 03:36:19] "POST /neutron/port HTTP/1.1" 200 1012 0.014770 10.0.0.240 - - [2026-06-01 03:36:20] "DELETE /instance-ip/61424e08-5cf9-45dc-8b29-6c98914b7ae6 HTTP/1.1" 200 115 0.054976 10.0.0.240 - - [2026-06-01 03:36:20] "DELETE /virtual-machine-interface/6949e18c-3487-4073-ae2b-67321fc88b8f HTTP/1.1" 200 115 0.074952 10.0.0.240 - - [2026-06-01 03:36:20] "POST /neutron/port HTTP/1.1" 200 151 0.123049 10.0.0.240 - - [2026-06-01 03:36:20] "DELETE /instance-ip/cfe70dcf-3b72-4fe6-a696-8d0650b53b44 HTTP/1.1" 200 115 0.054425 10.0.0.240 - - [2026-06-01 03:36:20] "DELETE /virtual-machine-interface/0149a2d8-7a52-4540-9669-60ff21d15460 HTTP/1.1" 200 115 0.085322 10.0.0.240 - - [2026-06-01 03:36:20] "POST /neutron/network HTTP/1.1" 200 828 0.006989 10.0.0.65 - - [2026-06-01 03:36:20] "DELETE /route-target/45a31c12-e898-4325-905d-3375f4ab3149 HTTP/1.1" 200 115 0.025226 10.0.0.65 - - [2026-06-01 03:36:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005936 10.0.0.65 - - [2026-06-01 03:36:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.240 - - [2026-06-01 03:36:21] "POST /neutron/network HTTP/1.1" 200 151 0.156209 10.0.0.65 - - [2026-06-01 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2026-06-01 03:36:21] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001056 10.0.0.240 - - [2026-06-01 03:36:21] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041339 10.0.0.65 - - [2026-06-01 03:36:21] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001311 10.0.0.240 - - [2026-06-01 03:36:21] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?fields=virtual_networks HTTP/1.1" 200 1040 0.050359 10.0.0.65 - - [2026-06-01 03:36:21] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000989 10.0.0.240 - - [2026-06-01 03:36:21] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.041865 10.0.0.65 - - [2026-06-01 03:36:21] "GET /projects?obj_uuids=80ffae79-a1aa-47df-b2ac-4b692645fa60&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001165 10.0.0.240 - - [2026-06-01 03:36:21] "GET /project/80ffae79-a1aa-47df-b2ac-4b692645fa60?fields=security_groups HTTP/1.1" 200 1270 0.052660 10.0.0.240 - - [2026-06-01 03:36:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.031320 10.0.0.65 - - [2026-06-01 03:36:22] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004453 10.0.0.65 - - [2026-06-01 03:36:22] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.65 - - [2026-06-01 03:36:22] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007956 10.0.0.65 - - [2026-06-01 03:36:22] "POST /id-to-fqname HTTP/1.1" 200 189 0.005819 10.0.0.65 - - [2026-06-01 03:36:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.004075 10.0.0.65 - - [2026-06-01 03:36:22] "POST /security-groups HTTP/1.1" 200 590 0.081861 10.0.0.65 - - [2026-06-01 03:36:22] "POST /projects HTTP/1.1" 200 583 0.295363 10.0.0.65 - - [2026-06-01 03:36:22] "POST /access-control-lists HTTP/1.1" 200 595 0.030742 10.0.0.65 - - [2026-06-01 03:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.369459 10.0.0.240 - - [2026-06-01 03:36:23] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.525083 10.0.0.240 - - [2026-06-01 03:36:24] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.240 - - [2026-06-01 03:36:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000525 10.0.0.240 - - [2026-06-01 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.059326 10.0.0.65 - - [2026-06-01 03:36:26] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000932 10.0.0.240 - - [2026-06-01 03:36:26] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039257 10.0.0.240 - - [2026-06-01 03:36:26] "POST /neutron/network HTTP/1.1" 200 117 0.052639 10.0.0.65 - - [2026-06-01 03:36:26] "POST /route-targets HTTP/1.1" 200 327 0.020783 10.0.0.240 - - [2026-06-01 03:36:26] "POST /neutron/network HTTP/1.1" 200 821 0.009040 10.0.0.240 - - [2026-06-01 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 219 0.001434 10.0.0.240 - - [2026-06-01 03:36:26] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005923 10.0.0.240 - - [2026-06-01 03:36:26] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005358 10.0.0.240 - - [2026-06-01 03:36:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.010473 10.0.0.240 - - [2026-06-01 03:36:27] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005588 10.0.0.240 - - [2026-06-01 03:36:28] "POST /id-to-fqname HTTP/1.1" 200 219 0.001702 10.0.0.65 - - [2026-06-01 03:36:29] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000923 10.0.0.240 - - [2026-06-01 03:36:29] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076685 10.0.0.240 - - [2026-06-01 03:36:29] "POST /neutron/network HTTP/1.1" 200 821 0.006791 10.0.0.240 - - [2026-06-01 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 219 0.001210 10.0.0.240 - - [2026-06-01 03:36:30] "POST /neutron/port HTTP/1.1" 200 4180 0.037679 10.0.0.65 - - [2026-06-01 03:36:30] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001491 10.0.0.240 - - [2026-06-01 03:36:30] "POST /neutron/port HTTP/1.1" 200 1057 0.294808 10.0.0.240 - - [2026-06-01 03:36:31] "POST /neutron/port HTTP/1.1" 200 1111 0.117932 10.0.0.240 - - [2026-06-01 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.009536 10.0.0.65 - - [2026-06-01 03:36:31] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001404 10.0.0.240 - - [2026-06-01 03:36:31] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.083354 10.0.0.240 - - [2026-06-01 03:36:31] "POST /neutron/network HTTP/1.1" 200 821 0.006565 10.0.0.240 - - [2026-06-01 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.006548 10.0.0.240 - - [2026-06-01 03:36:32] "POST /neutron/network HTTP/1.1" 200 831 0.009042 10.0.0.240 - - [2026-06-01 03:36:32] "POST /neutron/port HTTP/1.1" 200 1057 0.019814 10.0.0.240 - - [2026-06-01 03:36:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004692 10.0.0.240 - - [2026-06-01 03:36:32] "POST /neutron/network HTTP/1.1" 200 821 0.008550 10.0.0.240 - - [2026-06-01 03:36:37] "POST /neutron/port HTTP/1.1" 200 1121 0.022119 10.0.0.240 - - [2026-06-01 03:36:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007559 10.0.0.240 - - [2026-06-01 03:36:37] "GET /virtual-machine/161ed30f-aed7-4a3c-9ebb-5342f7179721 HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-06-01 03:36:37] "GET /virtual-machine/161ed30f-aed7-4a3c-9ebb-5342f7179721 HTTP/1.1" 200 1291 0.033046 10.0.0.240 - - [2026-06-01 03:36:37] "GET /virtual-machine-interface/a09f5757-7df7-4862-8740-dda9c12e138e HTTP/1.1" 200 2936 0.005946 10.0.0.240 - - [2026-06-01 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.240 - - [2026-06-01 03:36:37] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003413 10.0.0.240 - - [2026-06-01 03:36:37] "GET /virtual-networks?parent_id=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004308 10.0.0.240 - - [2026-06-01 03:36:37] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.010663 10.0.0.240 - - [2026-06-01 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.240 - - [2026-06-01 03:36:40] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006245 10.0.0.65 - - [2026-06-01 03:36:41] "DELETE /access-control-list/b51b07b9-0ebd-4954-8673-e7cbf166d14b HTTP/1.1" 200 115 0.038642 10.0.0.240 - - [2026-06-01 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.240 - - [2026-06-01 03:36:44] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007530 10.0.0.240 - - [2026-06-01 03:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.240 - - [2026-06-01 03:36:48] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007258 10.0.0.65 - - [2026-06-01 03:36:52] "DELETE /project/80ffae79-a1aa-47df-b2ac-4b692645fa60 HTTP/1.1" 404 177 0.004728 10.0.0.65 - - [2026-06-01 03:36:52] "DELETE /project/6a0ebc5e3cd14713a4851889e1acf699 HTTP/1.1" 404 173 0.005227 10.0.0.240 - - [2026-06-01 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.240 - - [2026-06-01 03:36:52] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006457 10.0.0.240 - - [2026-06-01 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.240 - - [2026-06-01 03:36:57] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006978 10.0.0.240 - - [2026-06-01 03:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.240 - - [2026-06-01 03:37:01] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007978 10.0.0.240 - - [2026-06-01 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.240 - - [2026-06-01 03:37:05] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005507 10.0.0.240 - - [2026-06-01 03:37:06] "POST /neutron/network HTTP/1.1" 200 1121 0.008003 10.0.0.240 - - [2026-06-01 03:37:06] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016022 10.0.0.240 - - [2026-06-01 03:37:07] "POST /neutron/network HTTP/1.1" 200 1111 0.011640 10.0.0.240 - - [2026-06-01 03:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006680 10.0.0.240 - - [2026-06-01 03:37:09] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007703 10.0.0.240 - - [2026-06-01 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.240 - - [2026-06-01 03:37:13] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006326 10.0.0.240 - - [2026-06-01 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.240 - - [2026-06-01 03:37:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004686 10.0.0.240 - - [2026-06-01 03:37:17] "GET /virtual-networks?parent_id=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004894 10.0.0.240 - - [2026-06-01 03:37:17] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007518 10.0.0.240 - - [2026-06-01 03:37:22] "POST /neutron/port HTTP/1.1" 200 1121 0.022551 10.0.0.240 - - [2026-06-01 03:37:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009655 10.0.0.240 - - [2026-06-01 03:37:31] "POST /neutron/port HTTP/1.1" 200 1121 0.020946 10.0.0.240 - - [2026-06-01 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010057 10.0.0.240 - - [2026-06-01 03:37:43] "POST /neutron/port HTTP/1.1" 200 1121 0.019540 10.0.0.240 - - [2026-06-01 03:37:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007218 10.0.0.240 - - [2026-06-01 03:37:43] "GET /virtual-machine/c9f26113-443d-4d0d-b64c-142d40a5f783 HTTP/1.1" 200 1292 0.007749 10.0.0.240 - - [2026-06-01 03:37:43] "GET /virtual-machine-interface/079abcf2-3211-478b-9717-55144e253890 HTTP/1.1" 200 2935 0.005188 10.0.0.240 - - [2026-06-01 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.240 - - [2026-06-01 03:37:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003584 10.0.0.240 - - [2026-06-01 03:37:43] "GET /virtual-networks?parent_id=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002687 10.0.0.240 - - [2026-06-01 03:37:43] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006554 10.0.0.240 - - [2026-06-01 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.240 - - [2026-06-01 03:37:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005265 10.0.0.240 - - [2026-06-01 03:37:44] "GET /virtual-networks?parent_id=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003668 10.0.0.240 - - [2026-06-01 03:37:45] "GET /virtual-network/7461657f-bd9f-4ddf-97c0-e8e478d09785?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006332 10.0.0.65 - - [2026-06-01 03:37:46] "GET /obj-perms HTTP/1.1" 200 5075 0.056670 10.0.0.240 - - [2026-06-01 03:37:47] "GET /obj-perms HTTP/1.1" 200 5075 0.058828 10.0.0.240 - - [2026-06-01 03:38:00] "POST /neutron/port HTTP/1.1" 200 1216 0.021923 10.0.0.240 - - [2026-06-01 03:38:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004995 10.0.0.240 - - [2026-06-01 03:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.240 - - [2026-06-01 03:38:07] "POST /neutron/port HTTP/1.1" 200 1104 0.031788 10.0.0.240 - - [2026-06-01 03:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004692 10.0.0.240 - - [2026-06-01 03:38:07] "POST /neutron/network HTTP/1.1" 200 924 0.011948 10.0.0.249 - - [2026-06-01 03:38:47] "GET /obj-perms HTTP/1.1" 200 5075 0.052556 10.0.0.240 - - [2026-06-01 03:39:01] "POST /neutron/network HTTP/1.1" 200 934 0.009543 10.0.0.240 - - [2026-06-01 03:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.240 - - [2026-06-01 03:39:09] "POST /neutron/port HTTP/1.1" 200 1216 0.038243 10.0.0.240 - - [2026-06-01 03:39:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.240 - - [2026-06-01 03:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.65 - - [2026-06-01 03:39:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.65 - - [2026-06-01 03:39:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.240 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.65 - - [2026-06-01 03:39:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.249 - - [2026-06-01 03:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.249 - - [2026-06-01 03:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.240 - - [2026-06-01 03:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000395 10.0.0.240 - - [2026-06-01 03:39:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.240 - - [2026-06-01 03:39:49] "POST /neutron/network HTTP/1.1" 400 204 0.014205 10.0.0.240 - - [2026-06-01 03:39:49] "POST /neutron/port HTTP/1.1" 200 1121 0.018476 10.0.0.240 - - [2026-06-01 03:39:50] "POST /neutron/port HTTP/1.1" 200 151 0.229677 10.0.0.65 - - [2026-06-01 03:39:53] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.027501 10.0.0.240 - - [2026-06-01 03:39:53] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.114606 10.0.0.65 - - [2026-06-01 03:39:53] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001523 10.0.0.240 - - [2026-06-01 03:39:53] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?fields=virtual_networks HTTP/1.1" 200 1030 0.046633 10.0.0.65 - - [2026-06-01 03:39:53] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001388 10.0.0.240 - - [2026-06-01 03:39:53] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.051298 10.0.0.65 - - [2026-06-01 03:39:53] "GET /projects?obj_uuids=6a0ebc5e-3cd1-4713-a485-1889e1acf699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001352 10.0.0.240 - - [2026-06-01 03:39:53] "GET /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699?fields=security_groups HTTP/1.1" 200 1255 0.061100 10.0.0.240 - - [2026-06-01 03:39:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.032202 10.0.0.65 - - [2026-06-01 03:39:54] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.65 - - [2026-06-01 03:39:54] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001324 10.0.0.65 - - [2026-06-01 03:39:54] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035175 10.0.0.65 - - [2026-06-01 03:39:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.004538 10.0.0.65 - - [2026-06-01 03:39:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.006366 10.0.0.65 - - [2026-06-01 03:39:54] "POST /security-groups HTTP/1.1" 200 590 0.040336 10.0.0.65 - - [2026-06-01 03:39:54] "POST /projects HTTP/1.1" 200 583 0.270402 10.0.0.65 - - [2026-06-01 03:39:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.061789 10.0.0.65 - - [2026-06-01 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.343062 10.0.0.240 - - [2026-06-01 03:39:54] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.524482 10.0.0.65 - - [2026-06-01 03:39:54] "POST /access-control-lists HTTP/1.1" 200 593 0.048714 10.0.0.240 - - [2026-06-01 03:39:55] "GET / HTTP/1.1" 200 35931 0.002600 10.0.0.240 - - [2026-06-01 03:39:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-06-01 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.053521 10.0.0.65 - - [2026-06-01 03:39:58] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001055 10.0.0.240 - - [2026-06-01 03:39:58] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.047927 10.0.0.240 - - [2026-06-01 03:39:58] "POST /neutron/network HTTP/1.1" 200 117 0.044510 10.0.0.240 - - [2026-06-01 03:39:58] "POST /neutron/network HTTP/1.1" 200 824 0.008581 10.0.0.240 - - [2026-06-01 03:39:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001193 10.0.0.240 - - [2026-06-01 03:39:58] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005893 10.0.0.240 - - [2026-06-01 03:39:58] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005831 10.0.0.240 - - [2026-06-01 03:39:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.010517 10.0.0.240 - - [2026-06-01 03:39:59] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005534 10.0.0.240 - - [2026-06-01 03:40:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001700 10.0.0.65 - - [2026-06-01 03:40:01] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001271 10.0.0.240 - - [2026-06-01 03:40:01] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.098889 10.0.0.240 - - [2026-06-01 03:40:01] "POST /neutron/network HTTP/1.1" 200 824 0.038537 10.0.0.240 - - [2026-06-01 03:40:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001384 10.0.0.240 - - [2026-06-01 03:40:02] "POST /neutron/port HTTP/1.1" 200 4180 0.044323 10.0.0.65 - - [2026-06-01 03:40:02] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001186 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/port HTTP/1.1" 200 1060 0.316387 10.0.0.65 - - [2026-06-01 03:40:03] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001036 10.0.0.240 - - [2026-06-01 03:40:03] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.072997 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/network HTTP/1.1" 200 824 0.013709 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/port HTTP/1.1" 200 5151 0.051974 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009870 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/port HTTP/1.1" 200 117 0.007044 10.0.0.240 - - [2026-06-01 03:40:03] "POST /neutron/network HTTP/1.1" 200 834 0.006989 10.0.0.240 - - [2026-06-01 03:40:04] "POST /neutron/port HTTP/1.1" 200 1060 0.049287 10.0.0.240 - - [2026-06-01 03:40:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.240 - - [2026-06-01 03:40:04] "POST /neutron/network HTTP/1.1" 200 824 0.007360 10.0.0.240 - - [2026-06-01 03:40:08] "POST /neutron/port HTTP/1.1" 200 1124 0.019934 10.0.0.240 - - [2026-06-01 03:40:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007704 10.0.0.240 - - [2026-06-01 03:40:09] "GET /virtual-machine/5ed00394-d6d6-4236-b3b8-522e2f83cf03 HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-06-01 03:40:09] "GET /virtual-machine/5ed00394-d6d6-4236-b3b8-522e2f83cf03 HTTP/1.1" 200 1291 0.036273 10.0.0.240 - - [2026-06-01 03:40:09] "GET /virtual-machine-interface/6dcc5e41-1d23-4457-bbf4-12391e6e788d HTTP/1.1" 200 2936 0.005748 10.0.0.240 - - [2026-06-01 03:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.240 - - [2026-06-01 03:40:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.240 - - [2026-06-01 03:40:09] "GET /virtual-networks?parent_id=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004204 10.0.0.240 - - [2026-06-01 03:40:09] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007252 10.0.0.240 - - [2026-06-01 03:40:09] "POST /neutron/network HTTP/1.1" 200 934 0.030763 10.0.0.240 - - [2026-06-01 03:40:10] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.240 - - [2026-06-01 03:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.240 - - [2026-06-01 03:40:12] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008355 10.0.0.240 - - [2026-06-01 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.240 - - [2026-06-01 03:40:16] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005624 10.0.0.240 - - [2026-06-01 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.240 - - [2026-06-01 03:40:20] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006739 10.0.0.240 - - [2026-06-01 03:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.240 - - [2026-06-01 03:40:24] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007096 10.0.0.240 - - [2026-06-01 03:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.240 - - [2026-06-01 03:40:28] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005805 10.0.0.240 - - [2026-06-01 03:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.240 - - [2026-06-01 03:40:33] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006543 10.0.0.240 - - [2026-06-01 03:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-06-01 03:40:37] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005807 10.0.0.240 - - [2026-06-01 03:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.240 - - [2026-06-01 03:40:41] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006270 10.0.0.65 - - [2026-06-01 03:40:42] "DELETE /access-control-list/f069510f-dba1-4588-8b16-7173022b50e9 HTTP/1.1" 200 115 0.038302 10.0.0.240 - - [2026-06-01 03:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.240 - - [2026-06-01 03:40:45] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005669 10.0.0.65 - - [2026-06-01 03:40:48] "GET /obj-perms HTTP/1.1" 200 5075 0.063040 10.0.0.240 - - [2026-06-01 03:40:49] "GET /obj-perms HTTP/1.1" 200 5075 0.064008 10.0.0.240 - - [2026-06-01 03:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.240 - - [2026-06-01 03:40:49] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007432 10.0.0.240 - - [2026-06-01 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.240 - - [2026-06-01 03:40:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004032 10.0.0.240 - - [2026-06-01 03:40:51] "GET /virtual-networks?parent_id=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005204 10.0.0.240 - - [2026-06-01 03:40:51] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006839 10.0.0.240 - - [2026-06-01 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007545 10.0.0.65 - - [2026-06-01 03:40:53] "DELETE /project/cd2052274e5640178e80d12535f15b15 HTTP/1.1" 404 173 0.003359 10.0.0.65 - - [2026-06-01 03:40:53] "DELETE /project/6a0ebc5e-3cd1-4713-a485-1889e1acf699 HTTP/1.1" 404 177 0.006482 10.0.0.240 - - [2026-06-01 03:41:02] "POST /neutron/port HTTP/1.1" 200 1124 0.073869 10.0.0.240 - - [2026-06-01 03:41:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010083 10.0.0.240 - - [2026-06-01 03:41:03] "POST /neutron/network HTTP/1.1" 200 1121 0.007595 10.0.0.240 - - [2026-06-01 03:41:03] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014239 10.0.0.240 - - [2026-06-01 03:41:03] "POST /neutron/network HTTP/1.1" 200 1111 0.010831 10.0.0.240 - - [2026-06-01 03:41:07] "POST /neutron/port HTTP/1.1" 200 1124 0.020940 10.0.0.240 - - [2026-06-01 03:41:10] "POST /neutron/port HTTP/1.1" 200 1216 0.018614 10.0.0.240 - - [2026-06-01 03:41:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004120 10.0.0.240 - - [2026-06-01 03:41:10] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.240 - - [2026-06-01 03:41:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012370 10.0.0.240 - - [2026-06-01 03:41:12] "POST /neutron/port HTTP/1.1" 200 1124 0.025759 10.0.0.240 - - [2026-06-01 03:41:12] "GET /virtual-machine/10e51c72-601a-4e7a-b020-065f929dcf0f HTTP/1.1" 200 1291 0.006583 10.0.0.240 - - [2026-06-01 03:41:12] "GET /virtual-machine-interface/c204ce8e-9b05-4dac-b34d-353d244cf32a HTTP/1.1" 200 2937 0.005951 10.0.0.240 - - [2026-06-01 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.240 - - [2026-06-01 03:41:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004434 10.0.0.240 - - [2026-06-01 03:41:12] "GET /virtual-networks?parent_id=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003319 10.0.0.240 - - [2026-06-01 03:41:12] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007770 10.0.0.240 - - [2026-06-01 03:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.240 - - [2026-06-01 03:41:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003965 10.0.0.240 - - [2026-06-01 03:41:13] "GET /virtual-networks?parent_id=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004097 10.0.0.240 - - [2026-06-01 03:41:13] "GET /virtual-network/6781117a-338c-447a-b903-f4c608187c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006574 10.0.0.240 - - [2026-06-01 03:41:44] "POST /neutron/network HTTP/1.1" 400 204 0.015900 10.0.0.240 - - [2026-06-01 03:41:44] "POST /neutron/port HTTP/1.1" 200 1114 0.015132 10.0.0.240 - - [2026-06-01 03:41:44] "POST /neutron/port HTTP/1.1" 200 151 0.258762 10.0.0.65 - - [2026-06-01 03:41:46] "DELETE /route-target/74c5d189-4aac-41e2-8d3a-1d162e83c3a4 HTTP/1.1" 200 115 0.033078 10.0.0.65 - - [2026-06-01 03:41:47] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001169 10.0.0.240 - - [2026-06-01 03:41:47] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.048923 10.0.0.65 - - [2026-06-01 03:41:47] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001251 10.0.0.240 - - [2026-06-01 03:41:47] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?fields=virtual_networks HTTP/1.1" 200 1031 0.039903 10.0.0.65 - - [2026-06-01 03:41:47] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001090 10.0.0.240 - - [2026-06-01 03:41:47] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041496 10.0.0.65 - - [2026-06-01 03:41:47] "GET /projects?obj_uuids=cd205227-4e56-4017-8e80-d12535f15b15&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001399 10.0.0.240 - - [2026-06-01 03:41:47] "GET /project/cd205227-4e56-4017-8e80-d12535f15b15?fields=security_groups HTTP/1.1" 200 1256 0.048223 10.0.0.249 - - [2026-06-01 03:41:49] "GET /obj-perms HTTP/1.1" 200 5075 0.063170 10.0.0.65 - - [2026-06-01 03:41:53] "DELETE /project/cd205227-4e56-4017-8e80-d12535f15b15 HTTP/1.1" 404 177 0.003707 10.0.0.240 - - [2026-06-01 03:42:02] "GET / HTTP/1.1" 200 35931 0.001908 10.0.0.240 - - [2026-06-01 03:42:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2026-06-01 03:42:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.046611 10.0.0.65 - - [2026-06-01 03:42:04] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002883 10.0.0.65 - - [2026-06-01 03:42:04] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.65 - - [2026-06-01 03:42:04] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007293 10.0.0.65 - - [2026-06-01 03:42:04] "POST /id-to-fqname HTTP/1.1" 200 203 0.001281 10.0.0.65 - - [2026-06-01 03:42:04] "POST /fqname-to-id HTTP/1.1" 404 212 0.005564 10.0.0.65 - - [2026-06-01 03:42:04] "POST /security-groups HTTP/1.1" 200 604 0.079469 10.0.0.65 - - [2026-06-01 03:42:04] "POST /fqname-to-id HTTP/1.1" 404 247 0.002962 10.0.0.65 - - [2026-06-01 03:42:04] "POST /projects HTTP/1.1" 200 611 0.286377 10.0.0.65 - - [2026-06-01 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.362510 10.0.0.65 - - [2026-06-01 03:42:04] "POST /access-control-lists HTTP/1.1" 200 607 0.041870 10.0.0.240 - - [2026-06-01 03:42:04] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.500230 10.0.0.240 - - [2026-06-01 03:42:05] "POST /neutron/port HTTP/1.1" 200 1104 0.017869 10.0.0.240 - - [2026-06-01 03:42:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005857 10.0.0.240 - - [2026-06-01 03:42:05] "POST /neutron/network HTTP/1.1" 200 924 0.007478 10.0.0.240 - - [2026-06-01 03:42:05] "GET / HTTP/1.1" 200 35931 0.002102 10.0.0.240 - - [2026-06-01 03:42:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000463 10.0.0.240 - - [2026-06-01 03:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.058327 10.0.0.65 - - [2026-06-01 03:42:06] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001006 10.0.0.240 - - [2026-06-01 03:42:06] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051464 10.0.0.65 - - [2026-06-01 03:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008396 10.0.0.240 - - [2026-06-01 03:42:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.271824 10.0.0.240 - - [2026-06-01 03:42:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001236 10.0.0.240 - - [2026-06-01 03:42:07] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005734 10.0.0.240 - - [2026-06-01 03:42:07] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005337 10.0.0.240 - - [2026-06-01 03:42:07] "POST /neutron/network HTTP/1.1" 200 839 0.007175 10.0.0.240 - - [2026-06-01 03:42:07] "POST /id-to-fqname HTTP/1.1" 200 234 0.001272 10.0.0.240 - - [2026-06-01 03:42:07] "POST /neutron/network HTTP/1.1" 200 849 0.006932 10.0.0.65 - - [2026-06-01 03:42:08] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001067 10.0.0.240 - - [2026-06-01 03:42:08] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.087316 10.0.0.240 - - [2026-06-01 03:42:08] "POST /neutron/port HTTP/1.1" 200 117 0.008267 10.0.0.240 - - [2026-06-01 03:42:08] "POST /id-to-fqname HTTP/1.1" 200 234 0.001256 10.0.0.240 - - [2026-06-01 03:42:09] "POST /neutron/network HTTP/1.1" 200 849 0.016703 10.0.0.240 - - [2026-06-01 03:42:09] "POST /neutron/port HTTP/1.1" 200 1073 0.020653 10.0.0.240 - - [2026-06-01 03:42:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004281 10.0.0.240 - - [2026-06-01 03:42:10] "POST /neutron/network HTTP/1.1" 200 839 0.013309 10.0.0.65 - - [2026-06-01 03:42:10] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001306 10.0.0.240 - - [2026-06-01 03:42:10] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.087096 10.0.0.240 - - [2026-06-01 03:42:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008386 10.0.0.65 - - [2026-06-01 03:42:10] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000974 10.0.0.240 - - [2026-06-01 03:42:11] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.011655 10.0.0.240 - - [2026-06-01 03:42:11] "POST /neutron/port HTTP/1.1" 200 1073 0.367789 10.0.0.240 - - [2026-06-01 03:42:11] "POST /neutron/port HTTP/1.1" 200 1127 0.125875 10.0.0.240 - - [2026-06-01 03:42:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.009951 10.0.0.240 - - [2026-06-01 03:42:12] "POST /neutron/port HTTP/1.1" 200 1104 0.024406 10.0.0.240 - - [2026-06-01 03:42:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005659 10.0.0.240 - - [2026-06-01 03:42:12] "POST /neutron/network HTTP/1.1" 200 924 0.005826 10.0.0.240 - - [2026-06-01 03:42:13] "POST /neutron/port HTTP/1.1" 200 1137 0.023547 10.0.0.240 - - [2026-06-01 03:42:13] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007291 10.0.0.240 - - [2026-06-01 03:42:13] "GET /virtual-machine/1ceaed73-825a-46a0-824d-5a0efb8c6cf3 HTTP/1.1" 401 293 0.000386 10.0.0.240 - - [2026-06-01 03:42:13] "GET /virtual-machine/1ceaed73-825a-46a0-824d-5a0efb8c6cf3 HTTP/1.1" 200 1304 0.030729 10.0.0.240 - - [2026-06-01 03:42:13] "GET /virtual-machine-interface/90893a0a-6517-4306-b7c9-68f190e2eb3c HTTP/1.1" 200 3010 0.006090 10.0.0.240 - - [2026-06-01 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.240 - - [2026-06-01 03:42:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003847 10.0.0.240 - - [2026-06-01 03:42:13] "GET /virtual-networks?parent_id=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003832 10.0.0.240 - - [2026-06-01 03:42:13] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006818 10.0.0.240 - - [2026-06-01 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.240 - - [2026-06-01 03:42:16] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006223 10.0.0.240 - - [2026-06-01 03:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.240 - - [2026-06-01 03:42:20] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005169 10.0.0.240 - - [2026-06-01 03:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.240 - - [2026-06-01 03:42:24] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007773 10.0.0.240 - - [2026-06-01 03:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.240 - - [2026-06-01 03:42:28] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006691 10.0.0.240 - - [2026-06-01 03:42:30] "POST /neutron/port HTTP/1.1" 200 1137 0.022025 10.0.0.240 - - [2026-06-01 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.240 - - [2026-06-01 03:42:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.240 - - [2026-06-01 03:42:30] "GET /virtual-networks?parent_id=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002793 10.0.0.240 - - [2026-06-01 03:42:30] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007037 10.0.0.240 - - [2026-06-01 03:42:31] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007355 10.0.0.240 - - [2026-06-01 03:42:41] "POST /neutron/port HTTP/1.1" 200 1137 0.020446 10.0.0.240 - - [2026-06-01 03:42:41] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007189 10.0.0.240 - - [2026-06-01 03:42:41] "GET /virtual-machine/87b40d80-1a22-4685-a886-09af0c965ee4 HTTP/1.1" 200 1305 0.007269 10.0.0.240 - - [2026-06-01 03:42:41] "GET /virtual-machine-interface/8761776c-4efb-4574-bef8-99ffc1b49399 HTTP/1.1" 200 3009 0.007353 10.0.0.240 - - [2026-06-01 03:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.240 - - [2026-06-01 03:42:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.240 - - [2026-06-01 03:42:41] "GET /virtual-networks?parent_id=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003281 10.0.0.240 - - [2026-06-01 03:42:41] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005672 10.0.0.240 - - [2026-06-01 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.240 - - [2026-06-01 03:42:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004259 10.0.0.240 - - [2026-06-01 03:42:42] "GET /virtual-networks?parent_id=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003194 10.0.0.240 - - [2026-06-01 03:42:42] "GET /virtual-network/cbc2ba1c-6aee-4ada-89d0-8f41d59c8157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006218 10.0.0.240 - - [2026-06-01 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.240 - - [2026-06-01 03:42:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003253 10.0.0.240 - - [2026-06-01 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.240 - - [2026-06-01 03:42:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004033 10.0.0.240 - - [2026-06-01 03:42:43] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.011395 10.0.0.65 - - [2026-06-01 03:42:53] "DELETE /project/1ee80ce7deac4370b9ab523a2be0c9af HTTP/1.1" 404 173 0.003761 10.0.0.240 - - [2026-06-01 03:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.240 - - [2026-06-01 03:42:54] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004501 10.0.0.240 - - [2026-06-01 03:42:54] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.013633 10.0.0.240 - - [2026-06-01 03:43:13] "POST /neutron/port HTTP/1.1" 200 1216 0.025607 10.0.0.240 - - [2026-06-01 03:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004282 10.0.0.240 - - [2026-06-01 03:43:13] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.240 - - [2026-06-01 03:43:44] "POST /neutron/network HTTP/1.1" 200 839 0.008654 10.0.0.240 - - [2026-06-01 03:43:44] "POST /neutron/port HTTP/1.1" 200 1127 0.014606 10.0.0.240 - - [2026-06-01 03:43:44] "POST /neutron/port HTTP/1.1" 200 1127 0.016546 10.0.0.65 - - [2026-06-01 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.65 - - [2026-06-01 03:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.65 - - [2026-06-01 03:43:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 10.0.0.240 - - [2026-06-01 03:43:46] "POST /neutron/network HTTP/1.1" 200 151 0.143648 10.0.0.65 - - [2026-06-01 03:43:46] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001030 10.0.0.240 - - [2026-06-01 03:43:46] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.066434 10.0.0.65 - - [2026-06-01 03:43:46] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000987 10.0.0.240 - - [2026-06-01 03:43:46] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?fields=virtual_networks HTTP/1.1" 200 1058 0.085158 10.0.0.65 - - [2026-06-01 03:43:46] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001559 10.0.0.240 - - [2026-06-01 03:43:46] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.046626 10.0.0.65 - - [2026-06-01 03:43:46] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000959 10.0.0.240 - - [2026-06-01 03:43:46] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?fields=security_groups HTTP/1.1" 200 1297 0.044204 10.0.0.240 - - [2026-06-01 03:43:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.031409 10.0.0.65 - - [2026-06-01 03:43:47] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.65 - - [2026-06-01 03:43:47] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.65 - - [2026-06-01 03:43:47] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007341 10.0.0.65 - - [2026-06-01 03:43:47] "POST /id-to-fqname HTTP/1.1" 200 209 0.001793 10.0.0.65 - - [2026-06-01 03:43:47] "POST /fqname-to-id HTTP/1.1" 404 217 0.004208 10.0.0.65 - - [2026-06-01 03:43:47] "POST /security-groups HTTP/1.1" 200 609 0.032181 10.0.0.65 - - [2026-06-01 03:43:48] "POST /projects HTTP/1.1" 200 621 0.257755 10.0.0.65 - - [2026-06-01 03:43:48] "POST /access-control-lists HTTP/1.1" 200 614 0.033760 10.0.0.65 - - [2026-06-01 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.341127 10.0.0.240 - - [2026-06-01 03:43:48] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.484572 10.0.0.240 - - [2026-06-01 03:43:49] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.240 - - [2026-06-01 03:43:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000604 10.0.0.240 - - [2026-06-01 03:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.055002 10.0.0.65 - - [2026-06-01 03:43:49] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000909 10.0.0.240 - - [2026-06-01 03:43:50] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.041245 10.0.0.65 - - [2026-06-01 03:43:50] "POST /route-targets HTTP/1.1" 200 327 0.014405 10.0.0.65 - - [2026-06-01 03:43:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011034 10.0.0.240 - - [2026-06-01 03:43:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.232617 10.0.0.240 - - [2026-06-01 03:43:50] "POST /id-to-fqname HTTP/1.1" 200 239 0.001767 10.0.0.240 - - [2026-06-01 03:43:50] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006606 10.0.0.240 - - [2026-06-01 03:43:50] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006181 10.0.0.240 - - [2026-06-01 03:43:50] "POST /neutron/network HTTP/1.1" 200 846 0.007224 10.0.0.240 - - [2026-06-01 03:43:50] "POST /id-to-fqname HTTP/1.1" 200 239 0.001207 10.0.0.240 - - [2026-06-01 03:43:50] "POST /neutron/network HTTP/1.1" 200 856 0.007131 10.0.0.65 - - [2026-06-01 03:43:51] "GET /obj-perms HTTP/1.1" 200 5075 0.074346 10.0.0.240 - - [2026-06-01 03:43:51] "GET /obj-perms HTTP/1.1" 200 5075 0.049647 10.0.0.65 - - [2026-06-01 03:43:51] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001869 10.0.0.240 - - [2026-06-01 03:43:51] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.084189 10.0.0.240 - - [2026-06-01 03:43:52] "POST /neutron/port HTTP/1.1" 200 117 0.008759 10.0.0.240 - - [2026-06-01 03:43:52] "POST /id-to-fqname HTTP/1.1" 200 239 0.001275 10.0.0.240 - - [2026-06-01 03:43:52] "POST /neutron/network HTTP/1.1" 200 856 0.008446 10.0.0.240 - - [2026-06-01 03:43:53] "POST /neutron/port HTTP/1.1" 200 1080 0.037724 10.0.0.240 - - [2026-06-01 03:43:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003746 10.0.0.65 - - [2026-06-01 03:43:53] "DELETE /access-control-list/605736f1-4604-4508-af95-3dff671f2865 HTTP/1.1" 200 115 0.065080 10.0.0.65 - - [2026-06-01 03:43:53] "DELETE /project/0a0cce4f6d3c4667bd0464c3dff2fd6d HTTP/1.1" 404 173 0.004029 10.0.0.65 - - [2026-06-01 03:43:53] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001153 10.0.0.240 - - [2026-06-01 03:43:53] "POST /neutron/network HTTP/1.1" 200 846 0.007409 10.0.0.65 - - [2026-06-01 03:43:53] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.053562 10.0.0.65 - - [2026-06-01 03:43:53] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001064 10.0.0.65 - - [2026-06-01 03:43:53] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001337 10.0.0.240 - - [2026-06-01 03:43:53] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.246085 10.0.0.65 - - [2026-06-01 03:43:53] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?fields=security_groups HTTP/1.1" 200 1128 0.091283 10.0.0.65 - - [2026-06-01 03:43:53] "GET /projects?obj_uuids=1ee80ce7-deac-4370-b9ab-523a2be0c9af&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001024 10.0.0.65 - - [2026-06-01 03:43:53] "GET /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af?fields=application_policy_sets HTTP/1.1" 200 1441 0.050024 10.0.0.65 - - [2026-06-01 03:43:53] "DELETE /project/1ee80ce7-deac-4370-b9ab-523a2be0c9af HTTP/1.1" 200 115 0.460024 10.0.0.240 - - [2026-06-01 03:43:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008278 10.0.0.65 - - [2026-06-01 03:43:54] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001038 10.0.0.240 - - [2026-06-01 03:43:54] "POST /neutron/port HTTP/1.1" 200 1080 0.316158 10.0.0.240 - - [2026-06-01 03:43:54] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005695 10.0.0.240 - - [2026-06-01 03:43:54] "POST /neutron/port HTTP/1.1" 200 1134 0.113470 10.0.0.240 - - [2026-06-01 03:43:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.009775 10.0.0.249 - - [2026-06-01 03:43:55] "GET /obj-perms HTTP/1.1" 200 5085 0.060231 10.0.0.240 - - [2026-06-01 03:43:56] "POST /neutron/port HTTP/1.1" 200 1144 0.025151 10.0.0.240 - - [2026-06-01 03:43:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008575 10.0.0.240 - - [2026-06-01 03:43:56] "GET /virtual-machine/4089cbc6-95ea-4289-8508-58d4c637ddc4 HTTP/1.1" 401 293 0.000548 10.0.0.240 - - [2026-06-01 03:43:56] "GET /virtual-machine/4089cbc6-95ea-4289-8508-58d4c637ddc4 HTTP/1.1" 200 1309 0.038425 10.0.0.240 - - [2026-06-01 03:43:56] "GET /virtual-machine-interface/8aa9d9ec-aa0c-484a-b30b-e4d73800e1cb HTTP/1.1" 200 3034 0.006993 10.0.0.240 - - [2026-06-01 03:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.240 - - [2026-06-01 03:43:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006245 10.0.0.240 - - [2026-06-01 03:43:56] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004633 10.0.0.240 - - [2026-06-01 03:43:56] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007030 10.0.0.240 - - [2026-06-01 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.240 - - [2026-06-01 03:43:59] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007712 10.0.0.240 - - [2026-06-01 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.240 - - [2026-06-01 03:44:04] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006265 10.0.0.240 - - [2026-06-01 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.240 - - [2026-06-01 03:44:08] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005963 10.0.0.240 - - [2026-06-01 03:44:08] "POST /neutron/port HTTP/1.1" 200 1216 0.033748 10.0.0.240 - - [2026-06-01 03:44:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.240 - - [2026-06-01 03:44:08] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.240 - - [2026-06-01 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.240 - - [2026-06-01 03:44:12] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005862 10.0.0.240 - - [2026-06-01 03:44:13] "POST /neutron/port HTTP/1.1" 200 1144 0.017735 10.0.0.240 - - [2026-06-01 03:44:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014740 10.0.0.240 - - [2026-06-01 03:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.240 - - [2026-06-01 03:44:14] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005174 10.0.0.240 - - [2026-06-01 03:44:14] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003393 10.0.0.240 - - [2026-06-01 03:44:14] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006129 10.0.0.240 - - [2026-06-01 03:44:14] "POST /neutron/port HTTP/1.1" 200 1104 0.022815 10.0.0.240 - - [2026-06-01 03:44:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005400 10.0.0.240 - - [2026-06-01 03:44:14] "POST /neutron/network HTTP/1.1" 200 924 0.007936 10.0.0.240 - - [2026-06-01 03:44:24] "POST /neutron/port HTTP/1.1" 200 1144 0.026117 10.0.0.240 - - [2026-06-01 03:44:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008344 10.0.0.240 - - [2026-06-01 03:44:30] "POST /neutron/port HTTP/1.1" 200 1144 0.025354 10.0.0.240 - - [2026-06-01 03:44:30] "GET /virtual-machine/f7e45048-eb3b-4ae7-ab03-2d50473a40f2 HTTP/1.1" 200 1311 0.009029 10.0.0.240 - - [2026-06-01 03:44:30] "GET /virtual-machine-interface/b354ba40-00b1-4ada-94f6-cf02900c8ff6 HTTP/1.1" 200 3035 0.005554 10.0.0.240 - - [2026-06-01 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.240 - - [2026-06-01 03:44:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.240 - - [2026-06-01 03:44:30] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002931 10.0.0.240 - - [2026-06-01 03:44:30] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007236 10.0.0.240 - - [2026-06-01 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008862 10.0.0.240 - - [2026-06-01 03:44:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.240 - - [2026-06-01 03:44:31] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003417 10.0.0.240 - - [2026-06-01 03:44:31] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006135 10.0.0.240 - - [2026-06-01 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.65 - - [2026-06-01 03:44:31] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.240 - - [2026-06-01 03:44:31] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.047588 10.0.0.65 - - [2026-06-01 03:44:31] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001739 10.0.0.240 - - [2026-06-01 03:44:32] "POST /neutron/network HTTP/1.1" 200 625 0.202357 10.0.0.240 - - [2026-06-01 03:44:32] "POST /id-to-fqname HTTP/1.1" 200 239 0.003555 10.0.0.240 - - [2026-06-01 03:44:32] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007003 10.0.0.240 - - [2026-06-01 03:44:32] "POST /neutron/network HTTP/1.1" 200 845 0.010873 10.0.0.240 - - [2026-06-01 03:44:32] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007989 10.0.0.240 - - [2026-06-01 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.65 - - [2026-06-01 03:44:32] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002309 10.0.0.240 - - [2026-06-01 03:44:32] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.060544 10.0.0.240 - - [2026-06-01 03:44:32] "POST /neutron/network HTTP/1.1" 200 117 0.017250 10.0.0.65 - - [2026-06-01 03:44:32] "POST /route-targets HTTP/1.1" 200 327 0.013995 10.0.0.240 - - [2026-06-01 03:44:32] "POST /neutron/network HTTP/1.1" 200 849 0.008238 10.0.0.240 - - [2026-06-01 03:44:32] "POST /id-to-fqname HTTP/1.1" 200 242 0.001101 10.0.0.240 - - [2026-06-01 03:44:32] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004795 10.0.0.240 - - [2026-06-01 03:44:32] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005678 10.0.0.240 - - [2026-06-01 03:44:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.008253 10.0.0.240 - - [2026-06-01 03:44:33] "POST /id-to-fqname HTTP/1.1" 200 239 0.001094 10.0.0.240 - - [2026-06-01 03:44:33] "POST /neutron/network HTTP/1.1" 200 855 0.006432 10.0.0.65 - - [2026-06-01 03:44:33] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001094 10.0.0.240 - - [2026-06-01 03:44:33] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.074286 10.0.0.240 - - [2026-06-01 03:44:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007985 10.0.0.240 - - [2026-06-01 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 242 0.001285 10.0.0.240 - - [2026-06-01 03:44:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007059 10.0.0.240 - - [2026-06-01 03:44:34] "POST /neutron/network HTTP/1.1" 200 859 0.020221 10.0.0.240 - - [2026-06-01 03:44:35] "POST /neutron/port HTTP/1.1" 200 1133 0.121122 10.0.0.240 - - [2026-06-01 03:44:35] "POST /neutron/subnet HTTP/1.1" 200 704 0.010651 10.0.0.65 - - [2026-06-01 03:44:35] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000997 10.0.0.240 - - [2026-06-01 03:44:35] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.075168 10.0.0.240 - - [2026-06-01 03:44:35] "POST /neutron/network HTTP/1.1" 200 849 0.008931 10.0.0.240 - - [2026-06-01 03:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.006832 10.0.0.240 - - [2026-06-01 03:44:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001253 10.0.0.240 - - [2026-06-01 03:44:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001028 10.0.0.240 - - [2026-06-01 03:44:35] "POST /neutron/network HTTP/1.1" 200 859 0.006511 10.0.0.240 - - [2026-06-01 03:44:36] "POST /neutron/port HTTP/1.1" 200 1077 0.020317 10.0.0.65 - - [2026-06-01 03:44:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.65 - - [2026-06-01 03:44:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.240 - - [2026-06-01 03:44:36] "POST /neutron/port HTTP/1.1" 200 1141 0.023262 10.0.0.240 - - [2026-06-01 03:44:36] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.65 - - [2026-06-01 03:44:36] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001102 10.0.0.240 - - [2026-06-01 03:44:37] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.078441 10.0.0.240 - - [2026-06-01 03:44:37] "POST /neutron/network HTTP/1.1" 200 845 0.007139 10.0.0.249 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.240 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-06-01 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.007329 10.0.0.240 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000819 10.0.0.65 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.240 - - [2026-06-01 03:44:37] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005652 10.0.0.65 - - [2026-06-01 03:44:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2026-06-01 03:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000318 10.0.0.65 - - [2026-06-01 03:44:38] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001417 10.0.0.249 - - [2026-06-01 03:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.240 - - [2026-06-01 03:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.240 - - [2026-06-01 03:44:38] "POST /neutron/port HTTP/1.1" 200 1079 0.268102 10.0.0.240 - - [2026-06-01 03:44:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.240 - - [2026-06-01 03:44:38] "POST /neutron/port HTTP/1.1" 200 1134 0.126242 10.0.0.240 - - [2026-06-01 03:44:38] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.015100 10.0.0.240 - - [2026-06-01 03:44:38] "POST /neutron/port HTTP/1.1" 200 1133 0.132773 10.0.0.240 - - [2026-06-01 03:44:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.010931 10.0.0.240 - - [2026-06-01 03:44:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021757 10.0.0.240 - - [2026-06-01 03:44:39] "POST /neutron/network HTTP/1.1" 200 845 0.008735 10.0.0.240 - - [2026-06-01 03:44:39] "GET /obj-perms HTTP/1.1" 200 5085 0.076245 10.0.0.65 - - [2026-06-01 03:44:39] "GET /obj-perms HTTP/1.1" 200 5085 0.052029 10.0.0.240 - - [2026-06-01 03:44:39] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007628 10.0.0.249 - - [2026-06-01 03:44:39] "GET /obj-perms HTTP/1.1" 200 5085 0.004247 10.0.0.240 - - [2026-06-01 03:44:40] "POST /neutron/port HTTP/1.1" 200 1141 0.018043 10.0.0.240 - - [2026-06-01 03:44:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007746 10.0.0.240 - - [2026-06-01 03:44:40] "GET /virtual-machine/707fa86b-ba1d-4d61-9e5d-9a0923492a16 HTTP/1.1" 200 1310 0.005627 10.0.0.240 - - [2026-06-01 03:44:40] "GET /virtual-machine-interface/2f78bd0d-6234-40ef-a855-a703602c85e5 HTTP/1.1" 200 3043 0.009180 10.0.0.240 - - [2026-06-01 03:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.240 - - [2026-06-01 03:44:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.240 - - [2026-06-01 03:44:40] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003539 10.0.0.240 - - [2026-06-01 03:44:40] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006353 10.0.0.240 - - [2026-06-01 03:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.240 - - [2026-06-01 03:44:43] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005901 10.0.0.240 - - [2026-06-01 03:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.240 - - [2026-06-01 03:44:47] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005130 10.0.0.240 - - [2026-06-01 03:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.240 - - [2026-06-01 03:44:51] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005984 10.0.0.240 - - [2026-06-01 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.240 - - [2026-06-01 03:44:55] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007072 10.0.0.240 - - [2026-06-01 03:44:56] "POST /neutron/port HTTP/1.1" 200 2135 0.022191 10.0.0.240 - - [2026-06-01 03:44:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.005690 10.0.0.240 - - [2026-06-01 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.240 - - [2026-06-01 03:44:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.240 - - [2026-06-01 03:44:59] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003011 10.0.0.240 - - [2026-06-01 03:44:59] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006032 10.0.0.240 - - [2026-06-01 03:45:05] "POST /neutron/port HTTP/1.1" 200 1141 0.030468 10.0.0.240 - - [2026-06-01 03:45:09] "POST /neutron/port HTTP/1.1" 200 1104 0.060097 10.0.0.240 - - [2026-06-01 03:45:09] "POST /neutron/subnet HTTP/1.1" 200 684 0.009915 10.0.0.240 - - [2026-06-01 03:45:10] "POST /neutron/port HTTP/1.1" 200 1141 0.022913 10.0.0.240 - - [2026-06-01 03:45:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008541 10.0.0.240 - - [2026-06-01 03:45:15] "POST /neutron/port HTTP/1.1" 200 1143 0.019177 10.0.0.240 - - [2026-06-01 03:45:15] "GET /virtual-machine/cda1080f-697d-43bf-b8f5-1f7a29fb3892 HTTP/1.1" 200 1311 0.006074 10.0.0.240 - - [2026-06-01 03:45:15] "GET /virtual-machine-interface/35985ce4-8daf-4f62-933e-dc793752dcda HTTP/1.1" 200 3034 0.006002 10.0.0.240 - - [2026-06-01 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.240 - - [2026-06-01 03:45:15] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003723 10.0.0.240 - - [2026-06-01 03:45:15] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004970 10.0.0.240 - - [2026-06-01 03:45:15] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006519 10.0.0.240 - - [2026-06-01 03:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.240 - - [2026-06-01 03:45:16] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005246 10.0.0.240 - - [2026-06-01 03:45:16] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004354 10.0.0.240 - - [2026-06-01 03:45:16] "POST /neutron/port HTTP/1.1" 200 1216 0.056514 10.0.0.240 - - [2026-06-01 03:45:16] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.009390 10.0.0.240 - - [2026-06-01 03:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004241 10.0.0.240 - - [2026-06-01 03:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.240 - - [2026-06-01 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011254 10.0.0.240 - - [2026-06-01 03:45:17] "POST /neutron/port HTTP/1.1" 200 2135 0.029832 10.0.0.240 - - [2026-06-01 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008980 10.0.0.240 - - [2026-06-01 03:45:17] "GET /virtual-machine/72689869-73d1-47e0-87ad-fbf012cafaed HTTP/1.1" 200 1585 0.006628 10.0.0.240 - - [2026-06-01 03:45:17] "GET /virtual-machine-interface/3fec8705-7fd0-44fb-aa3c-91a07a8b7991 HTTP/1.1" 200 3034 0.005793 10.0.0.240 - - [2026-06-01 03:45:17] "GET /virtual-machine-interface/b33d6ae8-6c77-4cdd-9bc8-2aec1be902bc HTTP/1.1" 200 3035 0.005848 10.0.0.240 - - [2026-06-01 03:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.240 - - [2026-06-01 03:45:17] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004927 10.0.0.240 - - [2026-06-01 03:45:17] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003972 10.0.0.240 - - [2026-06-01 03:45:17] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007066 10.0.0.240 - - [2026-06-01 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.240 - - [2026-06-01 03:45:18] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003806 10.0.0.240 - - [2026-06-01 03:45:18] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003348 10.0.0.240 - - [2026-06-01 03:45:18] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007519 10.0.0.240 - - [2026-06-01 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.240 - - [2026-06-01 03:45:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003693 10.0.0.240 - - [2026-06-01 03:45:19] "GET /virtual-networks?parent_id=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004143 10.0.0.240 - - [2026-06-01 03:45:19] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005945 10.0.0.240 - - [2026-06-01 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.240 - - [2026-06-01 03:45:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005942 10.0.0.240 - - [2026-06-01 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.240 - - [2026-06-01 03:45:20] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003901 10.0.0.240 - - [2026-06-01 03:45:20] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.013856 10.0.0.240 - - [2026-06-01 03:45:20] "POST /fqname-to-id HTTP/1.1" 404 217 0.003096 10.0.0.240 - - [2026-06-01 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.65 - - [2026-06-01 03:45:20] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.030855 10.0.0.240 - - [2026-06-01 03:45:20] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.077177 10.0.0.240 - - [2026-06-01 03:45:20] "POST /network-policys HTTP/1.1" 200 539 0.032506 10.0.0.240 - - [2026-06-01 03:45:20] "GET /network-policy/0f9d78e6-b68b-424a-8948-976772004c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.007006 10.0.0.240 - - [2026-06-01 03:45:21] "POST /neutron/network HTTP/1.1" 200 940 0.009103 10.0.0.240 - - [2026-06-01 03:45:21] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005816 10.0.0.240 - - [2026-06-01 03:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.240 - - [2026-06-01 03:45:21] "GET /network-policy/0f9d78e6-b68b-424a-8948-976772004c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004322 10.0.0.240 - - [2026-06-01 03:45:21] "POST /neutron/network HTTP/1.1" 200 939 0.009527 10.0.0.240 - - [2026-06-01 03:45:21] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006146 10.0.0.240 - - [2026-06-01 03:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.240 - - [2026-06-01 03:45:21] "GET /network-policy/0f9d78e6-b68b-424a-8948-976772004c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.003954 10.0.0.65 - - [2026-06-01 03:45:21] "POST /access-control-lists HTTP/1.1" 200 609 0.070028 10.0.0.240 - - [2026-06-01 03:45:21] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006116 10.0.0.65 - - [2026-06-01 03:45:21] "POST /ref-update HTTP/1.1" 200 156 0.032406 10.0.0.65 - - [2026-06-01 03:45:21] "GET /obj-perms HTTP/1.1" 200 5085 0.003888 10.0.0.240 - - [2026-06-01 03:45:22] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005445 10.0.0.240 - - [2026-06-01 03:45:22] "GET /obj-perms HTTP/1.1" 200 5085 0.003959 10.0.0.249 - - [2026-06-01 03:45:22] "GET /obj-perms HTTP/1.1" 200 5085 0.004199 10.0.0.240 - - [2026-06-01 03:45:22] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006239 10.0.0.240 - - [2026-06-01 03:45:23] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005401 10.0.0.65 - - [2026-06-01 03:45:23] "GET /obj-perms HTTP/1.1" 200 5085 0.005452 10.0.0.240 - - [2026-06-01 03:45:23] "GET /virtual-network/12ed1fd4-8688-44e7-b18d-06437ed1ab6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006325 10.0.0.240 - - [2026-06-01 03:45:23] "GET /obj-perms HTTP/1.1" 200 5085 0.003435 10.0.0.249 - - [2026-06-01 03:45:23] "GET /obj-perms HTTP/1.1" 200 5085 0.004483 10.0.0.240 - - [2026-06-01 03:45:39] "GET /obj-perms HTTP/1.1" 200 5085 0.003897 10.0.0.240 - - [2026-06-01 03:46:11] "POST /neutron/network HTTP/1.1" 200 950 0.007557 10.0.0.240 - - [2026-06-01 03:46:11] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.240 - - [2026-06-01 03:46:16] "POST /neutron/port HTTP/1.1" 200 1104 0.022222 10.0.0.240 - - [2026-06-01 03:46:16] "POST /neutron/subnet HTTP/1.1" 200 684 0.010538 10.0.0.240 - - [2026-06-01 03:47:12] "POST /neutron/port HTTP/1.1" 200 1144 0.019297 10.0.0.240 - - [2026-06-01 03:47:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.240 - - [2026-06-01 03:47:12] "POST /neutron/network HTTP/1.1" 200 940 0.008356 10.0.0.240 - - [2026-06-01 03:47:18] "POST /neutron/network HTTP/1.1" 200 949 0.007516 10.0.0.240 - - [2026-06-01 03:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.65 - - [2026-06-01 03:47:54] "GET /obj-perms HTTP/1.1" 200 5075 0.069535 10.0.0.240 - - [2026-06-01 03:48:12] "POST /neutron/port HTTP/1.1" 200 1216 0.018641 10.0.0.240 - - [2026-06-01 03:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.240 - - [2026-06-01 03:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.240 - - [2026-06-01 03:48:18] "POST /neutron/port HTTP/1.1" 200 1141 0.022336 10.0.0.240 - - [2026-06-01 03:48:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.009523 10.0.0.240 - - [2026-06-01 03:48:55] "GET /obj-perms HTTP/1.1" 200 5075 0.059951 10.0.0.249 - - [2026-06-01 03:48:55] "GET /obj-perms HTTP/1.1" 200 5075 0.051594 10.0.0.240 - - [2026-06-01 03:49:00] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.034620 10.0.0.240 - - [2026-06-01 03:49:00] "POST /neutron/network HTTP/1.1" 200 939 0.037511 10.0.0.240 - - [2026-06-01 03:49:01] "GET /virtual-network/4e84e832-6387-4b13-b78b-4937c93655e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.022821 10.0.0.240 - - [2026-06-01 03:49:01] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.017799 10.0.0.240 - - [2026-06-01 03:49:01] "POST /neutron/network HTTP/1.1" 200 940 0.007750 10.0.0.65 - - [2026-06-01 03:49:01] "POST /ref-update HTTP/1.1" 200 156 0.063734 10.0.0.240 - - [2026-06-01 03:49:01] "GET /virtual-network/befdd784-ffdb-4c4e-ae84-fdaffb4d548d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.011752 10.0.0.240 - - [2026-06-01 03:49:01] "DELETE /network-policy/0f9d78e6-b68b-424a-8948-976772004c6a HTTP/1.1" 200 115 0.049859 10.0.0.240 - - [2026-06-01 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.240 - - [2026-06-01 03:49:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004900 10.0.0.240 - - [2026-06-01 03:49:01] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.016652 10.0.0.65 - - [2026-06-01 03:49:01] "POST /ref-update HTTP/1.1" 200 156 0.030609 10.0.0.240 - - [2026-06-01 03:49:02] "POST /neutron/network HTTP/1.1" 200 849 0.008514 10.0.0.240 - - [2026-06-01 03:49:03] "POST /neutron/port HTTP/1.1" 200 1131 0.018322 10.0.0.240 - - [2026-06-01 03:49:03] "POST /neutron/port HTTP/1.1" 200 2135 0.047662 10.0.0.240 - - [2026-06-01 03:49:03] "POST /neutron/port HTTP/1.1" 200 151 0.300895 10.0.0.240 - - [2026-06-01 03:49:04] "POST /neutron/port HTTP/1.1" 200 151 0.216010 10.0.0.240 - - [2026-06-01 03:49:05] "POST /neutron/network HTTP/1.1" 200 845 0.009830 10.0.0.65 - - [2026-06-01 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.240 - - [2026-06-01 03:49:05] "POST /neutron/network HTTP/1.1" 400 204 0.019322 10.0.0.240 - - [2026-06-01 03:49:06] "POST /neutron/port HTTP/1.1" 200 1144 0.017818 10.0.0.240 - - [2026-06-01 03:49:06] "POST /neutron/port HTTP/1.1" 200 151 0.237738 10.0.0.65 - - [2026-06-01 03:49:08] "DELETE /route-target/d5c432c5-1670-4498-9b76-a8be505d5511 HTTP/1.1" 200 115 0.042228 10.0.0.65 - - [2026-06-01 03:49:08] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001610 10.0.0.240 - - [2026-06-01 03:49:08] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.085855 10.0.0.65 - - [2026-06-01 03:49:08] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001000 10.0.0.240 - - [2026-06-01 03:49:08] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?fields=virtual_networks HTTP/1.1" 200 1067 0.044878 10.0.0.65 - - [2026-06-01 03:49:08] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000994 10.0.0.240 - - [2026-06-01 03:49:08] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.042675 10.0.0.65 - - [2026-06-01 03:49:08] "GET /projects?obj_uuids=0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001488 10.0.0.240 - - [2026-06-01 03:49:08] "GET /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d?fields=security_groups HTTP/1.1" 200 1311 0.058168 10.0.0.240 - - [2026-06-01 03:49:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.058193 10.0.0.65 - - [2026-06-01 03:49:09] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003745 10.0.0.65 - - [2026-06-01 03:49:09] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.65 - - [2026-06-01 03:49:09] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.036833 10.0.0.65 - - [2026-06-01 03:49:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.002692 10.0.0.65 - - [2026-06-01 03:49:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.003708 10.0.0.65 - - [2026-06-01 03:49:10] "POST /security-groups HTTP/1.1" 200 586 0.079406 10.0.0.65 - - [2026-06-01 03:49:10] "POST /projects HTTP/1.1" 200 575 0.310592 10.0.0.65 - - [2026-06-01 03:49:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.013412 10.0.0.65 - - [2026-06-01 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.384169 10.0.0.240 - - [2026-06-01 03:49:10] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.579770 10.0.0.240 - - [2026-06-01 03:49:11] "GET / HTTP/1.1" 200 35931 0.002375 10.0.0.65 - - [2026-06-01 03:49:11] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001090 10.0.0.240 - - [2026-06-01 03:49:11] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.047610 10.0.0.240 - - [2026-06-01 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.240 - - [2026-06-01 03:49:12] "GET /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004272 10.0.0.240 - - [2026-06-01 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.65 - - [2026-06-01 03:49:12] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029 10.0.0.240 - - [2026-06-01 03:49:12] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.051516 10.0.0.240 - - [2026-06-01 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.240 - - [2026-06-01 03:49:12] "GET /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.005390 10.0.0.240 - - [2026-06-01 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.240 - - [2026-06-01 03:49:12] "PUT /security-group/c364e0b2-7e13-4f02-8276-90cb3cf2c502 HTTP/1.1" 200 262 0.022648 10.0.0.65 - - [2026-06-01 03:49:12] "PUT /access-control-list/6f7b4c4f-09d6-41ca-bf5e-f43bec446d6d HTTP/1.1" 200 272 0.021493 10.0.0.240 - - [2026-06-01 03:49:13] "POST /neutron/port HTTP/1.1" 200 1104 0.021317 10.0.0.240 - - [2026-06-01 03:49:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005156 10.0.0.240 - - [2026-06-01 03:49:13] "POST /neutron/network HTTP/1.1" 200 924 0.009345 10.0.0.65 - - [2026-06-01 03:49:15] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.240 - - [2026-06-01 03:49:15] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045773 10.0.0.65 - - [2026-06-01 03:49:15] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.240 - - [2026-06-01 03:49:15] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?fields=virtual_networks HTTP/1.1" 200 1022 0.063498 10.0.0.65 - - [2026-06-01 03:49:15] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.240 - - [2026-06-01 03:49:15] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046630 10.0.0.65 - - [2026-06-01 03:49:15] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.240 - - [2026-06-01 03:49:15] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?fields=security_groups HTTP/1.1" 200 1243 0.048953 10.0.0.240 - - [2026-06-01 03:49:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.031040 10.0.0.65 - - [2026-06-01 03:49:16] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003305 10.0.0.65 - - [2026-06-01 03:49:16] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.65 - - [2026-06-01 03:49:16] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007840 10.0.0.65 - - [2026-06-01 03:49:16] "POST /id-to-fqname HTTP/1.1" 200 194 0.004014 10.0.0.65 - - [2026-06-01 03:49:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.002596 10.0.0.65 - - [2026-06-01 03:49:16] "POST /security-groups HTTP/1.1" 200 595 0.034465 10.0.0.65 - - [2026-06-01 03:49:17] "POST /projects HTTP/1.1" 200 593 0.241019 10.0.0.65 - - [2026-06-01 03:49:17] "POST /fqname-to-id HTTP/1.1" 404 237 0.011743 10.0.0.65 - - [2026-06-01 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.314744 10.0.0.240 - - [2026-06-01 03:49:17] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.467468 10.0.0.240 - - [2026-06-01 03:49:18] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.240 - - [2026-06-01 03:49:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-06-01 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.064407 10.0.0.65 - - [2026-06-01 03:49:20] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001395 10.0.0.240 - - [2026-06-01 03:49:20] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047272 10.0.0.65 - - [2026-06-01 03:49:20] "POST /ref-update HTTP/1.1" 200 156 0.044276 10.0.0.240 - - [2026-06-01 03:49:20] "POST /neutron/network HTTP/1.1" 200 1121 0.008403 10.0.0.240 - - [2026-06-01 03:49:20] "POST /neutron/subnet HTTP/1.1" 200 1375 0.025922 10.0.0.65 - - [2026-06-01 03:49:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009313 10.0.0.240 - - [2026-06-01 03:49:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.295632 10.0.0.240 - - [2026-06-01 03:49:21] "POST /neutron/network HTTP/1.1" 200 1111 0.010622 10.0.0.240 - - [2026-06-01 03:49:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001503 10.0.0.240 - - [2026-06-01 03:49:21] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006636 10.0.0.240 - - [2026-06-01 03:49:21] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006783 10.0.0.240 - - [2026-06-01 03:49:21] "POST /neutron/network HTTP/1.1" 200 842 0.006796 10.0.0.240 - - [2026-06-01 03:49:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001399 10.0.0.240 - - [2026-06-01 03:49:21] "POST /neutron/network HTTP/1.1" 200 852 0.007821 10.0.0.65 - - [2026-06-01 03:49:22] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001102 10.0.0.240 - - [2026-06-01 03:49:22] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075949 10.0.0.240 - - [2026-06-01 03:49:22] "POST /neutron/port HTTP/1.1" 200 117 0.006368 10.0.0.240 - - [2026-06-01 03:49:22] "POST /id-to-fqname HTTP/1.1" 200 231 0.001228 10.0.0.65 - - [2026-06-01 03:49:22] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001260 10.0.0.240 - - [2026-06-01 03:49:23] "POST /neutron/port HTTP/1.1" 200 1064 0.341908 10.0.0.240 - - [2026-06-01 03:49:23] "POST /neutron/port HTTP/1.1" 200 1118 0.150608 10.0.0.240 - - [2026-06-01 03:49:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.012746 10.0.0.65 - - [2026-06-01 03:49:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.65 - - [2026-06-01 03:49:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.249 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.240 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.65 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.65 - - [2026-06-01 03:49:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.249 - - [2026-06-01 03:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2026-06-01 03:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-06-01 03:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.240 - - [2026-06-01 03:49:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.240 - - [2026-06-01 03:49:41] "POST /neutron/port HTTP/1.1" 200 1128 0.058502 10.0.0.65 - - [2026-06-01 03:49:43] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001238 10.0.0.240 - - [2026-06-01 03:49:43] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070595 10.0.0.240 - - [2026-06-01 03:49:43] "POST /neutron/network HTTP/1.1" 200 842 0.033926 10.0.0.240 - - [2026-06-01 03:49:44] "POST /neutron/port HTTP/1.1" 200 117 0.006379 10.0.0.240 - - [2026-06-01 03:49:44] "POST /neutron/port HTTP/1.1" 200 1128 0.017476 10.0.0.240 - - [2026-06-01 03:49:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007915 10.0.0.240 - - [2026-06-01 03:49:44] "GET /virtual-machine/006d726a-b1be-4a09-b4dc-abd26688482a HTTP/1.1" 401 293 0.000409 10.0.0.240 - - [2026-06-01 03:49:44] "GET /virtual-machine/006d726a-b1be-4a09-b4dc-abd26688482a HTTP/1.1" 200 1294 0.059952 10.0.0.240 - - [2026-06-01 03:49:44] "POST /neutron/port HTTP/1.1" 200 1064 0.043512 10.0.0.240 - - [2026-06-01 03:49:44] "GET /virtual-machine-interface/f326a039-bed0-468c-bdf4-e22972a4e4b5 HTTP/1.1" 200 2983 0.007108 10.0.0.240 - - [2026-06-01 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.240 - - [2026-06-01 03:49:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007469 10.0.0.240 - - [2026-06-01 03:49:44] "GET /virtual-networks?parent_id=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005184 10.0.0.240 - - [2026-06-01 03:49:45] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006972 10.0.0.240 - - [2026-06-01 03:49:45] "POST /neutron/port HTTP/1.1" 200 1128 0.042746 10.0.0.240 - - [2026-06-01 03:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.240 - - [2026-06-01 03:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006685 10.0.0.240 - - [2026-06-01 03:49:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006657 10.0.0.240 - - [2026-06-01 03:49:46] "GET /virtual-networks?parent_id=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.011635 10.0.0.240 - - [2026-06-01 03:49:46] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006794 10.0.0.240 - - [2026-06-01 03:49:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018052 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /project/0a0cce4f-6d3c-4667-bd04-64c3dff2fd6d HTTP/1.1" 404 177 0.005167 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /project/6482ae37c05a4d8c9da5dc524ef213d4 HTTP/1.1" 404 173 0.004318 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /project/19d6c8b1ed3f4758ae4fc5394eeb6497 HTTP/1.1" 404 173 0.007270 10.0.0.65 - - [2026-06-01 03:49:54] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.65 - - [2026-06-01 03:49:54] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.056458 10.0.0.65 - - [2026-06-01 03:49:54] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.65 - - [2026-06-01 03:49:54] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?fields=security_groups HTTP/1.1" 200 1348 0.049872 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /security-group/27f12ba1-805f-4f46-87ee-6e9a87ffe246 HTTP/1.1" 200 115 0.063407 10.0.0.65 - - [2026-06-01 03:49:54] "GET /projects?obj_uuids=19d6c8b1-ed3f-4758-ae4f-c5394eeb6497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /access-control-list/cb781b2e-23f5-419e-a535-5e558be70b1b HTTP/1.1" 200 115 0.045556 10.0.0.65 - - [2026-06-01 03:49:54] "GET /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497?fields=application_policy_sets HTTP/1.1" 200 1387 0.065480 10.0.0.65 - - [2026-06-01 03:49:54] "DELETE /project/19d6c8b1-ed3f-4758-ae4f-c5394eeb6497 HTTP/1.1" 200 115 0.458142 10.0.0.240 - - [2026-06-01 03:49:56] "GET /obj-perms HTTP/1.1" 200 5075 0.049343 10.0.0.240 - - [2026-06-01 03:49:56] "POST /neutron/port HTTP/1.1" 200 1128 0.024557 10.0.0.240 - - [2026-06-01 03:50:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008341 10.0.0.240 - - [2026-06-01 03:50:12] "POST /neutron/port HTTP/1.1" 200 1128 0.020776 10.0.0.240 - - [2026-06-01 03:50:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008028 10.0.0.240 - - [2026-06-01 03:50:20] "POST /neutron/network HTTP/1.1" 200 934 0.034434 10.0.0.240 - - [2026-06-01 03:50:21] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.240 - - [2026-06-01 03:50:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008547 10.0.0.240 - - [2026-06-01 03:50:22] "POST /neutron/port HTTP/1.1" 200 1128 0.018802 10.0.0.240 - - [2026-06-01 03:50:22] "GET /virtual-machine/a821a70b-9a15-46f9-b536-ecf3957ccf67 HTTP/1.1" 200 1297 0.007224 10.0.0.240 - - [2026-06-01 03:50:22] "GET /virtual-machine-interface/818497dd-deab-46d4-94a2-829cb409c878 HTTP/1.1" 200 2982 0.005069 10.0.0.240 - - [2026-06-01 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.240 - - [2026-06-01 03:50:22] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003754 10.0.0.240 - - [2026-06-01 03:50:22] "GET /virtual-networks?parent_id=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003046 10.0.0.240 - - [2026-06-01 03:50:22] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005373 10.0.0.240 - - [2026-06-01 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.240 - - [2026-06-01 03:50:25] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005743 10.0.0.240 - - [2026-06-01 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.240 - - [2026-06-01 03:50:29] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006045 10.0.0.240 - - [2026-06-01 03:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.240 - - [2026-06-01 03:50:34] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006974 10.0.0.240 - - [2026-06-01 03:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.240 - - [2026-06-01 03:50:38] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005550 10.0.0.240 - - [2026-06-01 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.240 - - [2026-06-01 03:50:42] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007235 10.0.0.240 - - [2026-06-01 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.240 - - [2026-06-01 03:50:46] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006213 10.0.0.240 - - [2026-06-01 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.240 - - [2026-06-01 03:50:50] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006447 10.0.0.240 - - [2026-06-01 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.240 - - [2026-06-01 03:50:54] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005818 10.0.0.240 - - [2026-06-01 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.240 - - [2026-06-01 03:50:58] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005027 10.0.0.240 - - [2026-06-01 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.240 - - [2026-06-01 03:51:02] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006577 10.0.0.240 - - [2026-06-01 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.240 - - [2026-06-01 03:51:06] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007655 10.0.0.240 - - [2026-06-01 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.240 - - [2026-06-01 03:51:10] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005947 10.0.0.240 - - [2026-06-01 03:51:13] "POST /neutron/port HTTP/1.1" 200 1216 0.055662 10.0.0.240 - - [2026-06-01 03:51:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.240 - - [2026-06-01 03:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.240 - - [2026-06-01 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.240 - - [2026-06-01 03:51:14] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006349 10.0.0.240 - - [2026-06-01 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.240 - - [2026-06-01 03:51:19] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006827 10.0.0.240 - - [2026-06-01 03:51:22] "POST /neutron/port HTTP/1.1" 200 1216 0.021333 10.0.0.240 - - [2026-06-01 03:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004765 10.0.0.240 - - [2026-06-01 03:51:22] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.240 - - [2026-06-01 03:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.240 - - [2026-06-01 03:51:23] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005761 10.0.0.240 - - [2026-06-01 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.240 - - [2026-06-01 03:51:27] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006847 10.0.0.240 - - [2026-06-01 03:51:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008463 10.0.0.240 - - [2026-06-01 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.240 - - [2026-06-01 03:51:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004010 10.0.0.240 - - [2026-06-01 03:51:29] "GET /virtual-networks?parent_id=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003929 10.0.0.240 - - [2026-06-01 03:51:29] "GET /virtual-network/e88e3bc5-3d01-4799-847a-56d35907593f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006060 10.0.0.240 - - [2026-06-01 03:51:34] "POST /neutron/port HTTP/1.1" 200 1128 0.018541 10.0.0.240 - - [2026-06-01 03:51:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008081 10.0.0.240 - - [2026-06-01 03:51:50] "POST /neutron/port HTTP/1.1" 200 1128 0.020629 10.0.0.240 - - [2026-06-01 03:51:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008830 10.0.0.240 - - [2026-06-01 03:52:05] "POST /neutron/port HTTP/1.1" 200 1128 0.018195 10.0.0.240 - - [2026-06-01 03:52:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007451 10.0.0.240 - - [2026-06-01 03:52:13] "POST /neutron/network HTTP/1.1" 200 934 0.008607 10.0.0.240 - - [2026-06-01 03:52:13] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.240 - - [2026-06-01 03:52:16] "POST /fqname-to-id HTTP/1.1" 404 240 0.003152 10.0.0.240 - - [2026-06-01 03:52:16] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.033218 10.0.0.240 - - [2026-06-01 03:52:16] "GET /bgp-as-a-service/e5e4b366-3fff-42e8-a940-f381e73d0093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.011886 10.0.0.240 - - [2026-06-01 03:52:16] "GET /virtual-machine-interface/818497dd-deab-46d4-94a2-829cb409c878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005032 10.0.0.240 - - [2026-06-01 03:52:16] "POST /ref-update HTTP/1.1" 200 156 0.012305 10.0.0.240 - - [2026-06-01 03:52:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.008402 10.0.0.65 - - [2026-06-01 03:52:16] "POST /bgp-routers HTTP/1.1" 200 659 0.093134 10.0.0.65 - - [2026-06-01 03:52:17] "PUT /bgp-router/08d1fb6d-676e-4767-8fc2-8b62d4fd719e HTTP/1.1" 200 254 0.029729 10.0.0.240 - - [2026-06-01 03:52:23] "POST /neutron/port HTTP/1.1" 200 1104 0.021212 10.0.0.240 - - [2026-06-01 03:52:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.240 - - [2026-06-01 03:52:23] "POST /neutron/network HTTP/1.1" 200 924 0.007022 10.0.0.240 - - [2026-06-01 03:52:42] "GET /bgp-as-a-service/e5e4b366-3fff-42e8-a940-f381e73d0093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007197 10.0.0.240 - - [2026-06-01 03:52:42] "GET /virtual-machine-interface/818497dd-deab-46d4-94a2-829cb409c878?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.008358 10.0.0.240 - - [2026-06-01 03:52:42] "POST /ref-update HTTP/1.1" 200 156 0.016735 10.0.0.240 - - [2026-06-01 03:52:42] "DELETE /bgp-as-a-service/e5e4b366-3fff-42e8-a940-f381e73d0093 HTTP/1.1" 200 115 0.069263 10.0.0.65 - - [2026-06-01 03:52:43] "DELETE /bgp-router/08d1fb6d-676e-4767-8fc2-8b62d4fd719e HTTP/1.1" 200 115 0.090975 10.0.0.240 - - [2026-06-01 03:52:43] "POST /neutron/port HTTP/1.1" 200 1128 0.019312 10.0.0.240 - - [2026-06-01 03:52:43] "POST /neutron/port HTTP/1.1" 200 151 0.180925 10.0.0.240 - - [2026-06-01 03:52:45] "POST /neutron/network HTTP/1.1" 200 842 0.007843 10.0.0.65 - - [2026-06-01 03:52:46] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.035110 10.0.0.240 - - [2026-06-01 03:52:46] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.072819 10.0.0.65 - - [2026-06-01 03:52:46] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.240 - - [2026-06-01 03:52:46] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?fields=virtual_networks HTTP/1.1" 200 1040 0.038554 10.0.0.65 - - [2026-06-01 03:52:46] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001014 10.0.0.240 - - [2026-06-01 03:52:46] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044518 10.0.0.65 - - [2026-06-01 03:52:47] "GET /projects?obj_uuids=6482ae37-c05a-4d8c-9da5-dc524ef213d4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000980 10.0.0.240 - - [2026-06-01 03:52:47] "GET /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4?fields=security_groups HTTP/1.1" 200 1270 0.044574 10.0.0.240 - - [2026-06-01 03:52:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.027517 10.0.0.65 - - [2026-06-01 03:52:47] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003245 10.0.0.65 - - [2026-06-01 03:52:47] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.65 - - [2026-06-01 03:52:47] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009249 10.0.0.65 - - [2026-06-01 03:52:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.004907 10.0.0.65 - - [2026-06-01 03:52:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.003422 10.0.0.65 - - [2026-06-01 03:52:48] "POST /security-groups HTTP/1.1" 200 592 0.034698 10.0.0.65 - - [2026-06-01 03:52:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.002885 10.0.0.65 - - [2026-06-01 03:52:48] "POST /projects HTTP/1.1" 200 587 0.234056 10.0.0.65 - - [2026-06-01 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.307473 10.0.0.65 - - [2026-06-01 03:52:48] "POST /access-control-lists HTTP/1.1" 200 595 0.039745 10.0.0.240 - - [2026-06-01 03:52:48] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.486474 10.0.0.240 - - [2026-06-01 03:52:49] "GET / HTTP/1.1" 200 35931 0.003428 10.0.0.240 - - [2026-06-01 03:52:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.240 - - [2026-06-01 03:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.066882 10.0.0.65 - - [2026-06-01 03:52:51] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.240 - - [2026-06-01 03:52:51] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048167 10.0.0.65 - - [2026-06-01 03:52:51] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001412 10.0.0.240 - - [2026-06-01 03:52:51] "POST /neutron/network HTTP/1.1" 200 614 0.177969 10.0.0.240 - - [2026-06-01 03:52:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.003663 10.0.0.240 - - [2026-06-01 03:52:52] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005393 10.0.0.240 - - [2026-06-01 03:52:52] "POST /neutron/network HTTP/1.1" 200 831 0.007524 10.0.0.240 - - [2026-06-01 03:52:52] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005619 10.0.0.240 - - [2026-06-01 03:52:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001466 10.0.0.240 - - [2026-06-01 03:52:52] "POST /neutron/port HTTP/1.1" 200 4180 0.031986 10.0.0.65 - - [2026-06-01 03:52:53] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002560 10.0.0.240 - - [2026-06-01 03:52:53] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071022 10.0.0.240 - - [2026-06-01 03:52:53] "POST /neutron/port HTTP/1.1" 200 4180 0.031126 10.0.0.240 - - [2026-06-01 03:52:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001277 10.0.0.240 - - [2026-06-01 03:52:54] "POST /neutron/network HTTP/1.1" 200 841 0.014768 10.0.0.65 - - [2026-06-01 03:52:54] "DELETE /access-control-list/10f92bad-209d-4393-a23e-0c53d1cd0938 HTTP/1.1" 200 115 0.048694 10.0.0.240 - - [2026-06-01 03:52:54] "POST /neutron/port HTTP/1.1" 200 1059 0.042042 10.0.0.240 - - [2026-06-01 03:52:54] "POST /neutron/port HTTP/1.1" 200 1123 0.030133 10.0.0.65 - - [2026-06-01 03:52:54] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.240 - - [2026-06-01 03:52:55] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.101341 10.0.0.240 - - [2026-06-01 03:52:55] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.65 - - [2026-06-01 03:52:55] "DELETE /project/80ae3ca5bdfa47dda5bae5a03cff1e6c HTTP/1.1" 404 173 0.004839 10.0.0.65 - - [2026-06-01 03:52:55] "DELETE /project/6482ae37-c05a-4d8c-9da5-dc524ef213d4 HTTP/1.1" 404 177 0.011079 10.0.0.240 - - [2026-06-01 03:52:55] "POST /neutron/port HTTP/1.1" 200 5150 0.092368 10.0.0.240 - - [2026-06-01 03:52:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001284 10.0.0.240 - - [2026-06-01 03:52:55] "POST /neutron/port HTTP/1.1" 200 5150 0.106123 10.0.0.65 - - [2026-06-01 03:52:55] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.240 - - [2026-06-01 03:52:56] "POST /neutron/port HTTP/1.1" 200 1059 0.429515 10.0.0.240 - - [2026-06-01 03:52:56] "POST /neutron/port HTTP/1.1" 200 1059 0.022879 10.0.0.240 - - [2026-06-01 03:52:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004277 10.0.0.65 - - [2026-06-01 03:52:56] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.240 - - [2026-06-01 03:52:56] "POST /neutron/network HTTP/1.1" 200 831 0.012854 10.0.0.240 - - [2026-06-01 03:52:56] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100205 10.0.0.240 - - [2026-06-01 03:52:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008424 10.0.0.240 - - [2026-06-01 03:52:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014620 10.0.0.240 - - [2026-06-01 03:52:58] "POST /neutron/port HTTP/1.1" 200 1059 0.039939 10.0.0.65 - - [2026-06-01 03:52:58] "GET /obj-perms HTTP/1.1" 200 5075 0.086450 10.0.0.240 - - [2026-06-01 03:52:58] "POST /neutron/port HTTP/1.1" 200 1123 0.036514 10.0.0.240 - - [2026-06-01 03:52:58] "POST /neutron/port HTTP/1.1" 200 117 0.002456 10.0.0.240 - - [2026-06-01 03:53:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016616 10.0.0.240 - - [2026-06-01 03:53:12] "POST /neutron/port HTTP/1.1" 200 1123 0.021852 10.0.0.240 - - [2026-06-01 03:53:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007596 10.0.0.240 - - [2026-06-01 03:53:27] "POST /neutron/port HTTP/1.1" 200 1123 0.023929 10.0.0.240 - - [2026-06-01 03:53:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008523 10.0.0.240 - - [2026-06-01 03:53:33] "POST /neutron/port HTTP/1.1" 200 1123 0.019035 10.0.0.240 - - [2026-06-01 03:53:33] "GET /virtual-machine/5ff898bd-4be2-4427-9318-34e3d694aad8 HTTP/1.1" 401 293 0.000566 10.0.0.240 - - [2026-06-01 03:53:33] "GET /virtual-machine/5ff898bd-4be2-4427-9318-34e3d694aad8 HTTP/1.1" 200 1293 0.037274 10.0.0.240 - - [2026-06-01 03:53:33] "GET /virtual-machine-interface/0b3b2263-fdb3-4f94-a4fb-eb3dbb100509 HTTP/1.1" 200 2957 0.005512 10.0.0.240 - - [2026-06-01 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.240 - - [2026-06-01 03:53:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003286 10.0.0.240 - - [2026-06-01 03:53:33] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003358 10.0.0.240 - - [2026-06-01 03:53:33] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005967 10.0.0.240 - - [2026-06-01 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.240 - - [2026-06-01 03:53:36] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009412 10.0.0.240 - - [2026-06-01 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.240 - - [2026-06-01 03:53:40] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005305 10.0.0.240 - - [2026-06-01 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.240 - - [2026-06-01 03:53:45] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006158 10.0.0.240 - - [2026-06-01 03:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.240 - - [2026-06-01 03:53:49] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005467 10.0.0.240 - - [2026-06-01 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.240 - - [2026-06-01 03:53:53] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006736 10.0.0.240 - - [2026-06-01 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.240 - - [2026-06-01 03:53:57] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005416 10.0.0.249 - - [2026-06-01 03:53:59] "GET /obj-perms HTTP/1.1" 200 5075 0.057945 10.0.0.240 - - [2026-06-01 03:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.240 - - [2026-06-01 03:54:01] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007170 10.0.0.240 - - [2026-06-01 03:54:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006894 10.0.0.240 - - [2026-06-01 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2026-06-01 03:54:05] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006577 10.0.0.240 - - [2026-06-01 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.240 - - [2026-06-01 03:54:09] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010697 10.0.0.240 - - [2026-06-01 03:54:13] "POST /neutron/network HTTP/1.1" 200 1121 0.007835 10.0.0.240 - - [2026-06-01 03:54:13] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015342 10.0.0.240 - - [2026-06-01 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.240 - - [2026-06-01 03:54:13] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009927 10.0.0.240 - - [2026-06-01 03:54:13] "POST /neutron/network HTTP/1.1" 200 1111 0.009851 10.0.0.240 - - [2026-06-01 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.240 - - [2026-06-01 03:54:17] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006621 10.0.0.240 - - [2026-06-01 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.240 - - [2026-06-01 03:54:21] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005418 10.0.0.240 - - [2026-06-01 03:54:25] "POST /neutron/network HTTP/1.1" 200 1121 0.007740 10.0.0.240 - - [2026-06-01 03:54:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013394 10.0.0.240 - - [2026-06-01 03:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.240 - - [2026-06-01 03:54:26] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008717 10.0.0.240 - - [2026-06-01 03:54:26] "POST /neutron/network HTTP/1.1" 200 1111 0.013010 10.0.0.240 - - [2026-06-01 03:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.240 - - [2026-06-01 03:54:30] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005470 10.0.0.240 - - [2026-06-01 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.240 - - [2026-06-01 03:54:34] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005904 10.0.0.65 - - [2026-06-01 03:54:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.65 - - [2026-06-01 03:54:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.249 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000753 10.0.0.249 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000359 10.0.0.240 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.65 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.65 - - [2026-06-01 03:54:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2026-06-01 03:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-06-01 03:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-06-01 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.240 - - [2026-06-01 03:54:38] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005168 10.0.0.240 - - [2026-06-01 03:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.240 - - [2026-06-01 03:54:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.240 - - [2026-06-01 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.240 - - [2026-06-01 03:54:42] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005639 10.0.0.240 - - [2026-06-01 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.240 - - [2026-06-01 03:54:46] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005528 10.0.0.240 - - [2026-06-01 03:54:48] "POST /neutron/port HTTP/1.1" 200 1123 0.049911 10.0.0.240 - - [2026-06-01 03:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.240 - - [2026-06-01 03:54:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005256 10.0.0.240 - - [2026-06-01 03:54:50] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003648 10.0.0.240 - - [2026-06-01 03:54:50] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005953 10.0.0.240 - - [2026-06-01 03:54:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009528 10.0.0.240 - - [2026-06-01 03:54:59] "GET /obj-perms HTTP/1.1" 200 5075 0.049887 10.0.0.240 - - [2026-06-01 03:55:01] "POST /neutron/port HTTP/1.1" 200 1123 0.024875 10.0.0.240 - - [2026-06-01 03:55:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009935 10.0.0.240 - - [2026-06-01 03:55:15] "POST /neutron/port HTTP/1.1" 200 1104 0.018014 10.0.0.240 - - [2026-06-01 03:55:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.240 - - [2026-06-01 03:55:15] "POST /neutron/network HTTP/1.1" 200 924 0.007550 10.0.0.240 - - [2026-06-01 03:55:21] "POST /neutron/port HTTP/1.1" 200 1123 0.019740 10.0.0.240 - - [2026-06-01 03:55:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007729 10.0.0.240 - - [2026-06-01 03:55:28] "POST /neutron/network HTTP/1.1" 200 934 0.037796 10.0.0.240 - - [2026-06-01 03:55:28] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.240 - - [2026-06-01 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009623 10.0.0.240 - - [2026-06-01 03:55:42] "POST /neutron/port HTTP/1.1" 200 1123 0.023192 10.0.0.240 - - [2026-06-01 03:55:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007205 10.0.0.240 - - [2026-06-01 03:55:42] "GET /virtual-machine/a43bbb7c-013b-4766-92b6-ad600bf29930 HTTP/1.1" 200 1294 0.007571 10.0.0.240 - - [2026-06-01 03:55:42] "GET /virtual-machine-interface/0004e3c8-ff82-4f5b-8dfa-da5b390b2e11 HTTP/1.1" 200 2955 0.006908 10.0.0.240 - - [2026-06-01 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.240 - - [2026-06-01 03:55:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004343 10.0.0.240 - - [2026-06-01 03:55:42] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003831 10.0.0.240 - - [2026-06-01 03:55:42] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007413 10.0.0.240 - - [2026-06-01 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.240 - - [2026-06-01 03:55:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005569 10.0.0.240 - - [2026-06-01 03:55:43] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004799 10.0.0.240 - - [2026-06-01 03:55:43] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007631 10.0.0.240 - - [2026-06-01 03:55:44] "POST /neutron/port HTTP/1.1" 200 1123 0.023087 10.0.0.240 - - [2026-06-01 03:55:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009871 10.0.0.240 - - [2026-06-01 03:55:44] "GET /virtual-machine/c1ca6e43-c4bb-4ded-a5ff-ed1eafe910aa HTTP/1.1" 200 1294 0.015124 10.0.0.240 - - [2026-06-01 03:55:44] "GET /virtual-machine-interface/0eb9a131-40d7-415a-8890-2f29764979b7 HTTP/1.1" 200 2957 0.007682 10.0.0.240 - - [2026-06-01 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.240 - - [2026-06-01 03:55:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005993 10.0.0.240 - - [2026-06-01 03:55:44] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004067 10.0.0.240 - - [2026-06-01 03:55:44] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006457 10.0.0.240 - - [2026-06-01 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.240 - - [2026-06-01 03:55:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004095 10.0.0.240 - - [2026-06-01 03:55:45] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003487 10.0.0.240 - - [2026-06-01 03:55:45] "GET /virtual-network/5dbc61c9-1bef-4cab-9635-a410e838e71e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005924 10.0.0.240 - - [2026-06-01 03:55:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003340 10.0.0.240 - - [2026-06-01 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.240 - - [2026-06-01 03:55:45] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008726 10.0.0.240 - - [2026-06-01 03:55:45] "POST /control-node-zones HTTP/1.1" 200 569 0.031718 10.0.0.240 - - [2026-06-01 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.240 - - [2026-06-01 03:55:46] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004915 10.0.0.240 - - [2026-06-01 03:55:46] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006367 10.0.0.240 - - [2026-06-01 03:55:46] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.023416 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003282 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.240 - - [2026-06-01 03:55:46] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006937 10.0.0.240 - - [2026-06-01 03:55:46] "POST /control-node-zones HTTP/1.1" 200 569 0.029920 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.240 - - [2026-06-01 03:55:46] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005928 10.0.0.240 - - [2026-06-01 03:55:46] "GET /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008147 10.0.0.240 - - [2026-06-01 03:55:46] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.022075 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003010 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.240 - - [2026-06-01 03:55:46] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006444 10.0.0.240 - - [2026-06-01 03:55:46] "POST /control-node-zones HTTP/1.1" 200 569 0.030151 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.240 - - [2026-06-01 03:55:46] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004611 10.0.0.240 - - [2026-06-01 03:55:46] "GET /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006879 10.0.0.240 - - [2026-06-01 03:55:46] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.021497 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.240 - - [2026-06-01 03:55:46] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006399 10.0.0.240 - - [2026-06-01 03:55:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.003278 10.0.0.240 - - [2026-06-01 03:55:46] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031951 10.0.0.240 - - [2026-06-01 03:55:47] "POST /neutron/network HTTP/1.1" 200 831 0.007858 10.0.0.240 - - [2026-06-01 03:55:47] "POST /neutron/subnet HTTP/1.1" 200 714 0.010113 10.0.0.240 - - [2026-06-01 03:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.240 - - [2026-06-01 03:55:47] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007443 10.0.0.240 - - [2026-06-01 03:55:47] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004425 10.0.0.240 - - [2026-06-01 03:55:47] "POST /ref-update HTTP/1.1" 200 156 0.018721 10.0.0.240 - - [2026-06-01 03:56:07] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008448 10.0.0.240 - - [2026-06-01 03:56:07] "GET /virtual-machine-interface/0b3b2263-fdb3-4f94-a4fb-eb3dbb100509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006381 10.0.0.240 - - [2026-06-01 03:56:07] "POST /ref-update HTTP/1.1" 200 156 0.012772 10.0.0.65 - - [2026-06-01 03:56:07] "POST /bgp-routers HTTP/1.1" 200 640 0.048482 10.0.0.65 - - [2026-06-01 03:56:07] "PUT /bgp-router/d15d31c6-6c24-4a88-9fe2-0bd9a60c3e35 HTTP/1.1" 200 254 0.063565 10.0.0.240 - - [2026-06-01 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.240 - - [2026-06-01 03:56:08] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008884 10.0.0.240 - - [2026-06-01 03:56:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003717 10.0.0.240 - - [2026-06-01 03:56:08] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.050609 10.0.0.240 - - [2026-06-01 03:56:08] "POST /neutron/network HTTP/1.1" 200 831 0.086532 10.0.0.240 - - [2026-06-01 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-06-01 03:56:08] "GET /bgp-as-a-service/3960540d-cddd-46db-b279-82058b179d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007297 10.0.0.240 - - [2026-06-01 03:56:08] "GET /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007811 10.0.0.240 - - [2026-06-01 03:56:09] "POST /ref-update HTTP/1.1" 200 156 0.017166 10.0.0.240 - - [2026-06-01 03:56:16] "GET /bgp-as-a-service/3960540d-cddd-46db-b279-82058b179d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006806 10.0.0.240 - - [2026-06-01 03:56:16] "GET /virtual-machine-interface/0004e3c8-ff82-4f5b-8dfa-da5b390b2e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005461 10.0.0.240 - - [2026-06-01 03:56:16] "POST /ref-update HTTP/1.1" 200 156 0.014052 10.0.0.240 - - [2026-06-01 03:56:16] "POST /neutron/port HTTP/1.1" 200 1123 0.089102 10.0.0.65 - - [2026-06-01 03:56:16] "POST /ref-update HTTP/1.1" 200 156 0.026753 10.0.0.240 - - [2026-06-01 03:56:16] "POST /neutron/subnet HTTP/1.1" 200 688 0.008742 10.0.0.240 - - [2026-06-01 03:56:27] "POST /neutron/port HTTP/1.1" 200 1123 0.018862 10.0.0.240 - - [2026-06-01 03:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.240 - - [2026-06-01 03:56:27] "POST /neutron/network HTTP/1.1" 200 831 0.006773 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004230 10.0.0.240 - - [2026-06-01 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.018700 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004362 10.0.0.240 - - [2026-06-01 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.019409 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004198 10.0.0.240 - - [2026-06-01 03:56:36] "POST /ref-update HTTP/1.1" 200 156 0.028991 10.0.0.240 - - [2026-06-01 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.240 - - [2026-06-01 03:56:36] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005259 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003479 10.0.0.240 - - [2026-06-01 03:56:36] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.023251 10.0.0.240 - - [2026-06-01 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.240 - - [2026-06-01 03:56:36] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005845 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004848 10.0.0.240 - - [2026-06-01 03:56:36] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.023658 10.0.0.240 - - [2026-06-01 03:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.240 - - [2026-06-01 03:56:36] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004363 10.0.0.240 - - [2026-06-01 03:56:36] "GET /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003818 10.0.0.240 - - [2026-06-01 03:56:36] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.020314 10.0.0.240 - - [2026-06-01 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.240 - - [2026-06-01 03:56:48] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005729 10.0.0.240 - - [2026-06-01 03:56:48] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004320 10.0.0.240 - - [2026-06-01 03:56:48] "POST /ref-update HTTP/1.1" 200 156 0.015834 10.0.0.240 - - [2026-06-01 03:56:48] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004502 10.0.0.240 - - [2026-06-01 03:56:49] "POST /ref-update HTTP/1.1" 200 156 0.023627 10.0.0.240 - - [2026-06-01 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.240 - - [2026-06-01 03:56:49] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006471 10.0.0.240 - - [2026-06-01 03:56:49] "POST /neutron/network HTTP/1.1" 200 831 0.007709 10.0.0.240 - - [2026-06-01 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.240 - - [2026-06-01 03:56:49] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006483 10.0.0.240 - - [2026-06-01 03:56:49] "GET /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003402 10.0.0.240 - - [2026-06-01 03:56:49] "POST /ref-update HTTP/1.1" 200 156 0.016477 10.0.0.240 - - [2026-06-01 03:56:52] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006921 10.0.0.240 - - [2026-06-01 03:56:52] "GET /virtual-machine-interface/0b3b2263-fdb3-4f94-a4fb-eb3dbb100509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005526 10.0.0.65 - - [2026-06-01 03:57:01] "GET /obj-perms HTTP/1.1" 200 5075 0.067737 10.0.0.240 - - [2026-06-01 03:57:04] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.005502 10.0.0.240 - - [2026-06-01 03:57:04] "GET /virtual-machine-interface/0b3b2263-fdb3-4f94-a4fb-eb3dbb100509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005443 10.0.0.240 - - [2026-06-01 03:57:04] "POST /ref-update HTTP/1.1" 200 156 0.027623 10.0.0.240 - - [2026-06-01 03:57:04] "GET /bgp-as-a-service/3960540d-cddd-46db-b279-82058b179d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.018205 10.0.0.240 - - [2026-06-01 03:57:04] "GET /virtual-machine-interface/0004e3c8-ff82-4f5b-8dfa-da5b390b2e11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.007611 10.0.0.65 - - [2026-06-01 03:57:04] "POST /ref-update HTTP/1.1" 200 156 0.033973 10.0.0.240 - - [2026-06-01 03:57:04] "POST /ref-update HTTP/1.1" 200 156 0.030644 10.0.0.240 - - [2026-06-01 03:57:04] "DELETE /bgp-as-a-service/3960540d-cddd-46db-b279-82058b179d2f HTTP/1.1" 200 115 0.080645 10.0.0.65 - - [2026-06-01 03:57:04] "POST /ref-update HTTP/1.1" 200 156 0.047176 10.0.0.240 - - [2026-06-01 03:57:04] "GET /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.029186 10.0.0.240 - - [2026-06-01 03:57:04] "GET /virtual-machine-interface/0b3b2263-fdb3-4f94-a4fb-eb3dbb100509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.012252 10.0.0.240 - - [2026-06-01 03:57:05] "DELETE /bgp-as-a-service/5078323c-b8c4-43de-9884-7a2510bce381 HTTP/1.1" 200 115 0.086293 10.0.0.240 - - [2026-06-01 03:57:05] "GET /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007355 10.0.0.240 - - [2026-06-01 03:57:05] "POST /ref-update HTTP/1.1" 200 156 0.025133 10.0.0.240 - - [2026-06-01 03:57:05] "DELETE /control-node-zone/ee4bfbee-5d94-465a-9372-88d30d333a2b HTTP/1.1" 200 115 0.040215 10.0.0.240 - - [2026-06-01 03:57:05] "GET /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007188 10.0.0.240 - - [2026-06-01 03:57:05] "POST /ref-update HTTP/1.1" 200 156 0.021278 10.0.0.240 - - [2026-06-01 03:57:05] "DELETE /control-node-zone/88ec9930-071f-4ae2-b6a8-c9fc49297be1 HTTP/1.1" 200 115 0.033805 10.0.0.240 - - [2026-06-01 03:57:05] "GET /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006751 10.0.0.240 - - [2026-06-01 03:57:05] "DELETE /control-node-zone/ed8f0b92-c3a8-4b2d-a407-20f9c525bd20 HTTP/1.1" 200 115 0.031066 10.0.0.240 - - [2026-06-01 03:57:05] "POST /neutron/network HTTP/1.1" 400 204 0.017944 10.0.0.240 - - [2026-06-01 03:57:06] "POST /neutron/port HTTP/1.1" 200 1123 0.028700 10.0.0.240 - - [2026-06-01 03:57:06] "POST /neutron/port HTTP/1.1" 200 151 0.296082 10.0.0.240 - - [2026-06-01 03:57:06] "POST /neutron/port HTTP/1.1" 200 151 0.232353 10.0.0.65 - - [2026-06-01 03:57:08] "DELETE /route-target/81210adf-ffe9-40ad-8991-e5aac2b532bd HTTP/1.1" 200 115 0.043227 10.0.0.240 - - [2026-06-01 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.65 - - [2026-06-01 03:57:10] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.240 - - [2026-06-01 03:57:10] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046344 10.0.0.240 - - [2026-06-01 03:57:10] "POST /neutron/network HTTP/1.1" 200 117 0.013471 10.0.0.240 - - [2026-06-01 03:57:11] "POST /neutron/network HTTP/1.1" 200 832 0.008931 10.0.0.240 - - [2026-06-01 03:57:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001161 10.0.0.240 - - [2026-06-01 03:57:11] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007672 10.0.0.240 - - [2026-06-01 03:57:11] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005937 10.0.0.240 - - [2026-06-01 03:57:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.009407 10.0.0.240 - - [2026-06-01 03:57:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001361 10.0.0.65 - - [2026-06-01 03:57:12] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.240 - - [2026-06-01 03:57:12] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085720 10.0.0.240 - - [2026-06-01 03:57:12] "POST /neutron/network HTTP/1.1" 200 832 0.047047 10.0.0.240 - - [2026-06-01 03:57:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001298 10.0.0.240 - - [2026-06-01 03:57:12] "POST /neutron/port HTTP/1.1" 200 4180 0.058650 10.0.0.65 - - [2026-06-01 03:57:13] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.240 - - [2026-06-01 03:57:13] "POST /neutron/port HTTP/1.1" 200 1060 0.379604 10.0.0.65 - - [2026-06-01 03:57:13] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002633 10.0.0.240 - - [2026-06-01 03:57:13] "POST /neutron/port HTTP/1.1" 200 1114 0.154047 10.0.0.240 - - [2026-06-01 03:57:13] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.118258 10.0.0.240 - - [2026-06-01 03:57:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.240 - - [2026-06-01 03:57:13] "POST /neutron/network HTTP/1.1" 200 832 0.008414 10.0.0.240 - - [2026-06-01 03:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.007459 10.0.0.240 - - [2026-06-01 03:57:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001512 10.0.0.240 - - [2026-06-01 03:57:14] "POST /neutron/network HTTP/1.1" 200 842 0.009192 10.0.0.240 - - [2026-06-01 03:57:14] "POST /neutron/port HTTP/1.1" 200 1060 0.026849 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/port HTTP/1.1" 200 1124 0.021348 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.65 - - [2026-06-01 03:57:15] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.240 - - [2026-06-01 03:57:15] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075173 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/port HTTP/1.1" 200 6122 0.051522 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/port HTTP/1.1" 200 1124 0.022222 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008182 10.0.0.240 - - [2026-06-01 03:57:15] "GET /virtual-machine/2cfee0aa-a056-485b-abaa-0226ea17fa44 HTTP/1.1" 200 1293 0.005532 10.0.0.240 - - [2026-06-01 03:57:15] "GET /virtual-machine-interface/2dbf400d-4596-4a1a-ab08-6f3f057558c3 HTTP/1.1" 200 2958 0.007659 10.0.0.240 - - [2026-06-01 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.240 - - [2026-06-01 03:57:15] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004919 10.0.0.240 - - [2026-06-01 03:57:15] "POST /neutron/network HTTP/1.1" 200 842 0.011555 10.0.0.240 - - [2026-06-01 03:57:15] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003368 10.0.0.240 - - [2026-06-01 03:57:15] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006397 10.0.0.240 - - [2026-06-01 03:57:16] "POST /neutron/port HTTP/1.1" 200 1060 0.019749 10.0.0.240 - - [2026-06-01 03:57:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.240 - - [2026-06-01 03:57:16] "POST /neutron/network HTTP/1.1" 200 832 0.007804 10.0.0.240 - - [2026-06-01 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.240 - - [2026-06-01 03:57:19] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006393 10.0.0.240 - - [2026-06-01 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.240 - - [2026-06-01 03:57:23] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006801 10.0.0.240 - - [2026-06-01 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.240 - - [2026-06-01 03:57:27] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005277 10.0.0.240 - - [2026-06-01 03:57:29] "POST /neutron/network HTTP/1.1" 200 1121 0.010102 10.0.0.240 - - [2026-06-01 03:57:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017410 10.0.0.240 - - [2026-06-01 03:57:29] "POST /neutron/network HTTP/1.1" 200 1111 0.010072 10.0.0.240 - - [2026-06-01 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.240 - - [2026-06-01 03:57:31] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006055 10.0.0.240 - - [2026-06-01 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.240 - - [2026-06-01 03:57:35] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005659 10.0.0.240 - - [2026-06-01 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-06-01 03:57:39] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007974 10.0.0.240 - - [2026-06-01 03:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.240 - - [2026-06-01 03:57:43] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006366 10.0.0.240 - - [2026-06-01 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.240 - - [2026-06-01 03:57:47] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007589 10.0.0.240 - - [2026-06-01 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.034656 10.0.0.240 - - [2026-06-01 03:57:51] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006177 10.0.0.240 - - [2026-06-01 03:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.240 - - [2026-06-01 03:57:55] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007961 10.0.0.240 - - [2026-06-01 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.240 - - [2026-06-01 03:58:00] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009014 10.0.0.249 - - [2026-06-01 03:58:02] "GET /obj-perms HTTP/1.1" 200 5075 0.055366 10.0.0.240 - - [2026-06-01 03:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.240 - - [2026-06-01 03:58:04] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005876 10.0.0.240 - - [2026-06-01 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.240 - - [2026-06-01 03:58:08] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005761 10.0.0.240 - - [2026-06-01 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.240 - - [2026-06-01 03:58:12] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006246 10.0.0.240 - - [2026-06-01 03:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.240 - - [2026-06-01 03:58:16] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006556 10.0.0.240 - - [2026-06-01 03:58:16] "POST /neutron/network HTTP/1.1" 200 1121 0.007207 10.0.0.240 - - [2026-06-01 03:58:16] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014188 10.0.0.240 - - [2026-06-01 03:58:16] "POST /neutron/network HTTP/1.1" 200 1111 0.010075 10.0.0.240 - - [2026-06-01 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.240 - - [2026-06-01 03:58:20] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006577 10.0.0.240 - - [2026-06-01 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-06-01 03:58:24] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006681 10.0.0.240 - - [2026-06-01 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.240 - - [2026-06-01 03:58:28] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007719 10.0.0.240 - - [2026-06-01 03:58:29] "POST /neutron/port HTTP/1.1" 200 1104 0.023855 10.0.0.240 - - [2026-06-01 03:58:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.240 - - [2026-06-01 03:58:29] "POST /neutron/network HTTP/1.1" 200 924 0.007030 10.0.0.240 - - [2026-06-01 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.240 - - [2026-06-01 03:58:32] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006518 10.0.0.240 - - [2026-06-01 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.240 - - [2026-06-01 03:58:36] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.240 - - [2026-06-01 03:58:36] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003143 10.0.0.240 - - [2026-06-01 03:58:36] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005734 10.0.0.240 - - [2026-06-01 03:58:37] "POST /neutron/port HTTP/1.1" 200 1124 0.050918 10.0.0.240 - - [2026-06-01 03:58:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006770 10.0.0.240 - - [2026-06-01 03:58:47] "POST /neutron/port HTTP/1.1" 200 1124 0.018503 10.0.0.240 - - [2026-06-01 03:58:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007835 10.0.0.240 - - [2026-06-01 03:59:03] "POST /neutron/port HTTP/1.1" 200 1124 0.020226 10.0.0.240 - - [2026-06-01 03:59:03] "GET /obj-perms HTTP/1.1" 200 5075 0.049986 10.0.0.240 - - [2026-06-01 03:59:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011962 10.0.0.240 - - [2026-06-01 03:59:18] "POST /neutron/port HTTP/1.1" 200 1124 0.023643 10.0.0.240 - - [2026-06-01 03:59:18] "POST /neutron/port HTTP/1.1" 200 1104 0.018754 10.0.0.240 - - [2026-06-01 03:59:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.010714 10.0.0.240 - - [2026-06-01 03:59:23] "POST /neutron/port HTTP/1.1" 200 1124 0.018920 10.0.0.240 - - [2026-06-01 03:59:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008401 10.0.0.240 - - [2026-06-01 03:59:29] "POST /neutron/port HTTP/1.1" 200 1124 0.025250 10.0.0.240 - - [2026-06-01 03:59:29] "GET /virtual-machine/8019b730-64f6-40da-91e2-d69fa5527408 HTTP/1.1" 200 1293 0.030670 10.0.0.240 - - [2026-06-01 03:59:29] "GET /virtual-machine-interface/5a5a6043-41d6-48f9-bf5f-b3b74336e39c HTTP/1.1" 200 2958 0.005943 10.0.0.240 - - [2026-06-01 03:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.240 - - [2026-06-01 03:59:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003604 10.0.0.240 - - [2026-06-01 03:59:29] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003495 10.0.0.240 - - [2026-06-01 03:59:29] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006111 10.0.0.240 - - [2026-06-01 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.240 - - [2026-06-01 03:59:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003817 10.0.0.240 - - [2026-06-01 03:59:30] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003027 10.0.0.240 - - [2026-06-01 03:59:30] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007709 10.0.0.240 - - [2026-06-01 03:59:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015652 10.0.0.240 - - [2026-06-01 03:59:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010024 10.0.0.240 - - [2026-06-01 03:59:30] "POST /neutron/network HTTP/1.1" 200 842 0.006340 10.0.0.240 - - [2026-06-01 03:59:30] "POST /neutron/subnet HTTP/1.1" 200 693 0.012901 10.0.0.240 - - [2026-06-01 03:59:30] "GET /virtual-machine/bfc05989-74d3-43aa-94fd-3d901acfa710 HTTP/1.1" 200 1294 0.006463 10.0.0.240 - - [2026-06-01 03:59:30] "GET /virtual-machine-interface/d5d77a50-4990-40c1-9652-9225fda01b9f HTTP/1.1" 200 2959 0.011833 10.0.0.240 - - [2026-06-01 03:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.240 - - [2026-06-01 03:59:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003558 10.0.0.240 - - [2026-06-01 03:59:30] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003470 10.0.0.240 - - [2026-06-01 03:59:31] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006085 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.240 - - [2026-06-01 03:59:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005761 10.0.0.240 - - [2026-06-01 03:59:32] "GET /virtual-networks?parent_id=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004600 10.0.0.240 - - [2026-06-01 03:59:32] "GET /virtual-network/69753a97-4ad7-4cdc-b729-e30656e97055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007116 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.004562 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.240 - - [2026-06-01 03:59:32] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006053 10.0.0.240 - - [2026-06-01 03:59:32] "POST /control-node-zones HTTP/1.1" 200 569 0.028491 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.240 - - [2026-06-01 03:59:32] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006392 10.0.0.240 - - [2026-06-01 03:59:32] "GET /control-node-zone/9c5b529c-5604-49f8-b221-cedb6cb2066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006298 10.0.0.240 - - [2026-06-01 03:59:32] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.021687 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003561 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.240 - - [2026-06-01 03:59:32] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006127 10.0.0.240 - - [2026-06-01 03:59:32] "POST /control-node-zones HTTP/1.1" 200 569 0.026098 10.0.0.240 - - [2026-06-01 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.240 - - [2026-06-01 03:59:32] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005241 10.0.0.240 - - [2026-06-01 03:59:32] "GET /control-node-zone/5ccc6dd5-a471-4fb5-8802-fc335429e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005897 10.0.0.240 - - [2026-06-01 03:59:32] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.021319 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003651 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.240 - - [2026-06-01 03:59:33] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006286 10.0.0.240 - - [2026-06-01 03:59:33] "POST /control-node-zones HTTP/1.1" 200 569 0.030511 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.240 - - [2026-06-01 03:59:33] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006108 10.0.0.240 - - [2026-06-01 03:59:33] "GET /control-node-zone/6a785c46-f648-463e-9b13-a31abc8fec6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005581 10.0.0.240 - - [2026-06-01 03:59:33] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.022568 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.240 - - [2026-06-01 03:59:33] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006112 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002949 10.0.0.240 - - [2026-06-01 03:59:33] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036277 10.0.0.240 - - [2026-06-01 03:59:33] "POST /neutron/network HTTP/1.1" 200 832 0.008416 10.0.0.240 - - [2026-06-01 03:59:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.009588 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.240 - - [2026-06-01 03:59:33] "GET /bgp-as-a-service/363f40fc-3829-46e2-b6fc-f7719d1486a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006087 10.0.0.240 - - [2026-06-01 03:59:33] "GET /control-node-zone/9c5b529c-5604-49f8-b221-cedb6cb2066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004868 10.0.0.240 - - [2026-06-01 03:59:33] "POST /ref-update HTTP/1.1" 200 156 0.018721 10.0.0.240 - - [2026-06-01 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.240 - - [2026-06-01 03:59:33] "GET /bgp-as-a-service/363f40fc-3829-46e2-b6fc-f7719d1486a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006462 10.0.0.240 - - [2026-06-01 03:59:33] "GET /control-node-zone/5ccc6dd5-a471-4fb5-8802-fc335429e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003728 10.0.0.240 - - [2026-06-01 03:59:33] "POST /ref-update HTTP/1.1" 200 156 0.016049 10.0.0.65 - - [2026-06-01 03:59:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.65 - - [2026-06-01 03:59:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.240 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000601 10.0.0.240 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000701 10.0.0.65 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.65 - - [2026-06-01 03:59:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000931 10.0.0.249 - - [2026-06-01 03:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2026-06-01 03:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.240 - - [2026-06-01 03:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.240 - - [2026-06-01 03:59:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.240 - - [2026-06-01 03:59:50] "GET /bgp-as-a-service/363f40fc-3829-46e2-b6fc-f7719d1486a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.018793 10.0.0.240 - - [2026-06-01 03:59:50] "GET /virtual-machine-interface/2dbf400d-4596-4a1a-ab08-6f3f057558c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007969 10.0.0.240 - - [2026-06-01 03:59:50] "POST /ref-update HTTP/1.1" 200 156 0.017275 10.0.0.65 - - [2026-06-01 03:59:50] "POST /bgp-routers HTTP/1.1" 200 594 0.055036 10.0.0.65 - - [2026-06-01 03:59:50] "POST /ref-update HTTP/1.1" 200 156 0.014763 10.0.0.240 - - [2026-06-01 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.240 - - [2026-06-01 03:59:51] "GET /global-system-config/e99d1fbf-1ff0-4119-97a2-8bef72664840?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006688 10.0.0.240 - - [2026-06-01 03:59:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003537 10.0.0.240 - - [2026-06-01 03:59:51] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034731 10.0.0.240 - - [2026-06-01 03:59:51] "POST /neutron/network HTTP/1.1" 200 832 0.009156 10.0.0.240 - - [2026-06-01 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.240 - - [2026-06-01 03:59:51] "GET /bgp-as-a-service/09876949-508d-4c97-8386-d7875f8ed796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.007441 10.0.0.240 - - [2026-06-01 03:59:51] "GET /control-node-zone/9c5b529c-5604-49f8-b221-cedb6cb2066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004126 10.0.0.240 - - [2026-06-01 03:59:51] "POST /ref-update HTTP/1.1" 200 156 0.018481 10.0.0.240 - - [2026-06-01 03:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.240 - - [2026-06-01 03:59:51] "GET /bgp-as-a-service/09876949-508d-4c97-8386-d7875f8ed796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.007140 10.0.0.240 - - [2026-06-01 03:59:51] "GET /control-node-zone/5ccc6dd5-a471-4fb5-8802-fc335429e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004392 10.0.0.240 - - [2026-06-01 03:59:51] "POST /ref-update HTTP/1.1" 200 156 0.016579 10.0.0.240 - - [2026-06-01 03:59:59] "GET /bgp-as-a-service/09876949-508d-4c97-8386-d7875f8ed796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008191 10.0.0.240 - - [2026-06-01 03:59:59] "GET /virtual-machine-interface/5a5a6043-41d6-48f9-bf5f-b3b74336e39c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006356 10.0.0.240 - - [2026-06-01 03:59:59] "POST /ref-update HTTP/1.1" 200 156 0.015078 10.0.0.65 - - [2026-06-01 03:59:59] "POST /ref-update HTTP/1.1" 200 156 0.035013 10.0.0.240 - - [2026-06-01 04:00:19] "POST /neutron/port HTTP/1.1" 200 1124 0.023253 10.0.0.240 - - [2026-06-01 04:00:19] "POST /neutron/subnet HTTP/1.1" 200 693 0.011340 10.0.0.240 - - [2026-06-01 04:00:21] "GET /bgp-as-a-service/09876949-508d-4c97-8386-d7875f8ed796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.008795 10.0.0.240 - - [2026-06-01 04:00:21] "GET /virtual-machine-interface/5a5a6043-41d6-48f9-bf5f-b3b74336e39c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008026 10.0.0.240 - - [2026-06-01 04:00:21] "POST /ref-update HTTP/1.1" 200 156 0.017565 10.0.0.65 - - [2026-06-01 04:00:21] "POST /ref-update HTTP/1.1" 200 156 0.022782 10.0.0.240 - - [2026-06-01 04:00:22] "DELETE /bgp-as-a-service/09876949-508d-4c97-8386-d7875f8ed796 HTTP/1.1" 200 115 0.077302 10.0.0.240 - - [2026-06-01 04:00:22] "GET /bgp-as-a-service/363f40fc-3829-46e2-b6fc-f7719d1486a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.029310 10.0.0.240 - - [2026-06-01 04:00:22] "GET /virtual-machine-interface/2dbf400d-4596-4a1a-ab08-6f3f057558c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009583 10.0.0.240 - - [2026-06-01 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.017504 10.0.0.65 - - [2026-06-01 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.018163 10.0.0.240 - - [2026-06-01 04:00:22] "DELETE /bgp-as-a-service/363f40fc-3829-46e2-b6fc-f7719d1486a7 HTTP/1.1" 200 115 0.072231 10.0.0.240 - - [2026-06-01 04:00:22] "GET /control-node-zone/6a785c46-f648-463e-9b13-a31abc8fec6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.027896 10.0.0.240 - - [2026-06-01 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.021727 10.0.0.240 - - [2026-06-01 04:00:22] "DELETE /control-node-zone/6a785c46-f648-463e-9b13-a31abc8fec6b HTTP/1.1" 200 115 0.034049 10.0.0.240 - - [2026-06-01 04:00:22] "GET /control-node-zone/5ccc6dd5-a471-4fb5-8802-fc335429e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003964 10.0.0.240 - - [2026-06-01 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.020108 10.0.0.240 - - [2026-06-01 04:00:22] "DELETE /control-node-zone/5ccc6dd5-a471-4fb5-8802-fc335429e091 HTTP/1.1" 200 115 0.030723 10.0.0.240 - - [2026-06-01 04:00:22] "GET /control-node-zone/9c5b529c-5604-49f8-b221-cedb6cb2066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005019 10.0.0.240 - - [2026-06-01 04:00:22] "POST /ref-update HTTP/1.1" 200 156 0.020194 10.0.0.240 - - [2026-06-01 04:00:22] "DELETE /control-node-zone/9c5b529c-5604-49f8-b221-cedb6cb2066c HTTP/1.1" 200 115 0.033993 10.0.0.240 - - [2026-06-01 04:00:22] "POST /neutron/network HTTP/1.1" 200 832 0.010592 10.0.0.240 - - [2026-06-01 04:00:23] "POST /neutron/port HTTP/1.1" 200 1114 0.024740 10.0.0.240 - - [2026-06-01 04:00:23] "POST /neutron/port HTTP/1.1" 200 1114 0.019968 10.0.0.240 - - [2026-06-01 04:00:23] "POST /neutron/port HTTP/1.1" 200 1114 0.027421 10.0.0.65 - - [2026-06-01 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.65 - - [2026-06-01 04:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.053366 10.0.0.65 - - [2026-06-01 04:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003442 10.0.0.240 - - [2026-06-01 04:00:25] "POST /neutron/network HTTP/1.1" 200 151 0.246870 10.0.0.65 - - [2026-06-01 04:00:26] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001394 10.0.0.240 - - [2026-06-01 04:00:26] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079608 10.0.0.65 - - [2026-06-01 04:00:26] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.240 - - [2026-06-01 04:00:26] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?fields=virtual_networks HTTP/1.1" 200 1034 0.053990 10.0.0.65 - - [2026-06-01 04:00:26] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001692 10.0.0.240 - - [2026-06-01 04:00:26] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048827 10.0.0.65 - - [2026-06-01 04:00:26] "GET /projects?obj_uuids=80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.240 - - [2026-06-01 04:00:26] "GET /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c?fields=security_groups HTTP/1.1" 200 1261 0.047982 10.0.0.240 - - [2026-06-01 04:00:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.026604 10.0.0.65 - - [2026-06-01 04:00:27] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004174 10.0.0.65 - - [2026-06-01 04:00:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.65 - - [2026-06-01 04:00:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.034702 10.0.0.65 - - [2026-06-01 04:00:28] "POST /id-to-fqname HTTP/1.1" 200 183 0.010058 10.0.0.65 - - [2026-06-01 04:00:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.006478 10.0.0.65 - - [2026-06-01 04:00:28] "POST /security-groups HTTP/1.1" 200 584 0.085789 10.0.0.65 - - [2026-06-01 04:00:28] "POST /projects HTTP/1.1" 200 571 0.319120 10.0.0.65 - - [2026-06-01 04:00:28] "POST /access-control-lists HTTP/1.1" 200 589 0.039890 10.0.0.65 - - [2026-06-01 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.395740 10.0.0.240 - - [2026-06-01 04:00:28] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.590475 10.0.0.240 - - [2026-06-01 04:00:29] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.65 - - [2026-06-01 04:00:32] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001336 10.0.0.240 - - [2026-06-01 04:00:32] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046553 10.0.0.65 - - [2026-06-01 04:00:32] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.240 - - [2026-06-01 04:00:32] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?fields=virtual_networks HTTP/1.1" 200 1018 0.050233 10.0.0.65 - - [2026-06-01 04:00:32] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.240 - - [2026-06-01 04:00:32] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.040982 10.0.0.65 - - [2026-06-01 04:00:32] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001413 10.0.0.240 - - [2026-06-01 04:00:32] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?fields=security_groups HTTP/1.1" 200 1237 0.041952 10.0.0.240 - - [2026-06-01 04:00:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.028614 10.0.0.65 - - [2026-06-01 04:00:33] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003259 10.0.0.65 - - [2026-06-01 04:00:33] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.65 - - [2026-06-01 04:00:33] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007952 10.0.0.65 - - [2026-06-01 04:00:33] "POST /id-to-fqname HTTP/1.1" 200 191 0.003620 10.0.0.65 - - [2026-06-01 04:00:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.004519 10.0.0.65 - - [2026-06-01 04:00:34] "POST /security-groups HTTP/1.1" 200 592 0.048189 10.0.0.65 - - [2026-06-01 04:00:34] "POST /fqname-to-id HTTP/1.1" 404 235 0.004335 10.0.0.65 - - [2026-06-01 04:00:34] "POST /projects HTTP/1.1" 200 587 0.275413 10.0.0.65 - - [2026-06-01 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.311437 10.0.0.240 - - [2026-06-01 04:00:34] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.467207 10.0.0.65 - - [2026-06-01 04:00:34] "POST /access-control-lists HTTP/1.1" 200 595 0.056065 10.0.0.240 - - [2026-06-01 04:00:35] "GET / HTTP/1.1" 200 35931 0.003628 10.0.0.65 - - [2026-06-01 04:00:38] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.240 - - [2026-06-01 04:00:38] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042717 10.0.0.65 - - [2026-06-01 04:00:38] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.240 - - [2026-06-01 04:00:38] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?fields=virtual_networks HTTP/1.1" 200 1034 0.052127 10.0.0.65 - - [2026-06-01 04:00:38] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.240 - - [2026-06-01 04:00:38] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.046935 10.0.0.65 - - [2026-06-01 04:00:38] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001528 10.0.0.240 - - [2026-06-01 04:00:38] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?fields=security_groups HTTP/1.1" 200 1261 0.047889 10.0.0.240 - - [2026-06-01 04:00:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.037174 10.0.0.65 - - [2026-06-01 04:00:39] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004013 10.0.0.65 - - [2026-06-01 04:00:39] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.65 - - [2026-06-01 04:00:39] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007728 10.0.0.65 - - [2026-06-01 04:00:39] "POST /id-to-fqname HTTP/1.1" 200 197 0.001290 10.0.0.65 - - [2026-06-01 04:00:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.004294 10.0.0.65 - - [2026-06-01 04:00:39] "POST /security-groups HTTP/1.1" 200 598 0.092819 10.0.0.65 - - [2026-06-01 04:00:40] "POST /projects HTTP/1.1" 200 599 0.306110 10.0.0.65 - - [2026-06-01 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.346990 10.0.0.65 - - [2026-06-01 04:00:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.016874 10.0.0.240 - - [2026-06-01 04:00:40] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.527259 10.0.0.240 - - [2026-06-01 04:00:41] "GET / HTTP/1.1" 200 35931 0.001448 10.0.0.240 - - [2026-06-01 04:00:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000578 10.0.0.240 - - [2026-06-01 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.070505 10.0.0.240 - - [2026-06-01 04:00:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.240 - - [2026-06-01 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.240 - - [2026-06-01 04:00:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004790 10.0.0.240 - - [2026-06-01 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.240 - - [2026-06-01 04:00:43] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.014730 10.0.0.240 - - [2026-06-01 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.65 - - [2026-06-01 04:00:43] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001878 10.0.0.240 - - [2026-06-01 04:00:43] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.057681 10.0.0.65 - - [2026-06-01 04:00:44] "POST /ref-update HTTP/1.1" 200 156 0.041459 10.0.0.65 - - [2026-06-01 04:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005643 10.0.0.240 - - [2026-06-01 04:00:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.336308 10.0.0.240 - - [2026-06-01 04:00:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001265 10.0.0.240 - - [2026-06-01 04:00:44] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006699 10.0.0.240 - - [2026-06-01 04:00:44] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006690 10.0.0.240 - - [2026-06-01 04:00:44] "POST /neutron/network HTTP/1.1" 200 808 0.015158 10.0.0.240 - - [2026-06-01 04:00:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001264 10.0.0.240 - - [2026-06-01 04:00:45] "POST /neutron/network HTTP/1.1" 200 818 0.008029 10.0.0.65 - - [2026-06-01 04:00:45] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001373 10.0.0.240 - - [2026-06-01 04:00:45] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.082907 10.0.0.240 - - [2026-06-01 04:00:46] "POST /neutron/port HTTP/1.1" 200 117 0.006495 10.0.0.240 - - [2026-06-01 04:00:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.001227 10.0.0.240 - - [2026-06-01 04:00:46] "POST /neutron/network HTTP/1.1" 200 818 0.007241 10.0.0.240 - - [2026-06-01 04:00:46] "POST /neutron/port HTTP/1.1" 200 1062 0.018698 10.0.0.240 - - [2026-06-01 04:00:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004020 10.0.0.240 - - [2026-06-01 04:00:47] "POST /neutron/network HTTP/1.1" 200 808 0.007232 10.0.0.65 - - [2026-06-01 04:00:47] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000968 10.0.0.240 - - [2026-06-01 04:00:47] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.068996 10.0.0.240 - - [2026-06-01 04:00:47] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008505 10.0.0.65 - - [2026-06-01 04:00:47] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001048 10.0.0.240 - - [2026-06-01 04:00:48] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010459 10.0.0.240 - - [2026-06-01 04:00:48] "POST /neutron/port HTTP/1.1" 200 1062 0.330554 10.0.0.240 - - [2026-06-01 04:00:48] "POST /neutron/port HTTP/1.1" 200 1116 0.151881 10.0.0.240 - - [2026-06-01 04:00:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.009928 10.0.0.65 - - [2026-06-01 04:00:49] "GET /obj-perms HTTP/1.1" 200 5063 0.056737 10.0.0.240 - - [2026-06-01 04:00:49] "POST /neutron/port HTTP/1.1" 200 1126 0.022939 10.0.0.240 - - [2026-06-01 04:00:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009349 10.0.0.240 - - [2026-06-01 04:00:50] "POST /neutron/port HTTP/1.1" 200 1126 0.021300 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 401 293 0.000513 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.030943 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.004255 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.006053 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.004818 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.005844 10.0.0.240 - - [2026-06-01 04:00:50] "GET /instance-ip/d4a69807-f727-4e12-8c59-e6238bc14d02 HTTP/1.1" 200 1621 0.007231 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.005447 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.006626 10.0.0.240 - - [2026-06-01 04:00:50] "GET /instance-ip/d4a69807-f727-4e12-8c59-e6238bc14d02 HTTP/1.1" 200 1621 0.004631 10.0.0.240 - - [2026-06-01 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.240 - - [2026-06-01 04:00:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004986 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003900 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006804 10.0.0.240 - - [2026-06-01 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-06-01 04:00:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004172 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003792 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006083 10.0.0.240 - - [2026-06-01 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.240 - - [2026-06-01 04:00:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004974 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003210 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005929 10.0.0.240 - - [2026-06-01 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.240 - - [2026-06-01 04:00:50] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004813 10.0.0.240 - - [2026-06-01 04:00:50] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003011 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009432 10.0.0.240 - - [2026-06-01 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.240 - - [2026-06-01 04:00:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004886 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005741 10.0.0.240 - - [2026-06-01 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.240 - - [2026-06-01 04:00:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005157 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003624 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005918 10.0.0.240 - - [2026-06-01 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.240 - - [2026-06-01 04:00:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003335 10.0.0.240 - - [2026-06-01 04:00:51] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006695 10.0.0.240 - - [2026-06-01 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.240 - - [2026-06-01 04:00:54] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006996 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /project/80ae3ca5-bdfa-47dd-a5ba-e5a03cff1e6c HTTP/1.1" 404 177 0.013199 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /project/3ebd73f75c4844e2b8721db5ad9c4925 HTTP/1.1" 404 173 0.009085 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /project/601e0f06ccba468aa22e4b0cebe47b00 HTTP/1.1" 404 173 0.012330 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /project/845af69cd1454981ab5fd9fe3e52297e HTTP/1.1" 404 173 0.008626 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000809 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.061564 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.079952 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002192 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?fields=security_groups HTTP/1.1" 200 1366 0.057967 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?fields=security_groups HTTP/1.1" 200 1342 0.051870 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /security-group/240c1c9c-b2f3-41e6-9ad8-697c9f113f32 HTTP/1.1" 200 115 0.087078 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=3ebd73f7-5c48-44e2-b872-1db5ad9c4925&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /security-group/c6b6b40d-1efb-4d20-b3c3-1df0f593f99e HTTP/1.1" 200 115 0.088321 10.0.0.65 - - [2026-06-01 04:00:55] "GET /projects?obj_uuids=601e0f06-ccba-468a-a22e-4b0cebe47b00&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001708 10.0.0.65 - - [2026-06-01 04:00:55] "DELETE /access-control-list/56e26ef7-e7ac-42e5-bf9c-f033949c1850 HTTP/1.1" 200 115 0.081674 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925?fields=application_policy_sets HTTP/1.1" 200 1405 0.083632 10.0.0.65 - - [2026-06-01 04:00:55] "GET /project/601e0f06-ccba-468a-a22e-4b0cebe47b00?fields=application_policy_sets HTTP/1.1" 200 1381 0.129350 10.0.0.65 - - [2026-06-01 04:00:56] "DELETE /access-control-list/74e6bc97-ad64-4167-a302-8c30c0963c46 HTTP/1.1" 200 115 0.069001 10.0.0.65 - - [2026-06-01 04:00:56] "DELETE /project/3ebd73f7-5c48-44e2-b872-1db5ad9c4925 HTTP/1.1" 200 115 0.625863 10.0.0.65 - - [2026-06-01 04:00:56] "DELETE /project/601e0f06-ccba-468a-a22e-4b0cebe47b00 HTTP/1.1" 200 115 0.665383 10.0.0.240 - - [2026-06-01 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.240 - - [2026-06-01 04:00:58] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006191 10.0.0.240 - - [2026-06-01 04:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.240 - - [2026-06-01 04:01:02] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005958 10.0.0.249 - - [2026-06-01 04:01:04] "GET /obj-perms HTTP/1.1" 200 5075 0.070941 10.0.0.240 - - [2026-06-01 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.240 - - [2026-06-01 04:01:06] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009137 10.0.0.240 - - [2026-06-01 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.240 - - [2026-06-01 04:01:10] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007979 10.0.0.240 - - [2026-06-01 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.240 - - [2026-06-01 04:01:14] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006506 10.0.0.240 - - [2026-06-01 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.240 - - [2026-06-01 04:01:19] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009296 10.0.0.240 - - [2026-06-01 04:01:21] "POST /neutron/port HTTP/1.1" 200 1216 0.051580 10.0.0.240 - - [2026-06-01 04:01:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.240 - - [2026-06-01 04:01:21] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.240 - - [2026-06-01 04:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.240 - - [2026-06-01 04:01:23] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006608 10.0.0.240 - - [2026-06-01 04:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.240 - - [2026-06-01 04:01:27] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005835 10.0.0.240 - - [2026-06-01 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008670 10.0.0.240 - - [2026-06-01 04:01:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.240 - - [2026-06-01 04:01:29] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004142 10.0.0.240 - - [2026-06-01 04:01:29] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006519 10.0.0.240 - - [2026-06-01 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.240 - - [2026-06-01 04:01:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004264 10.0.0.240 - - [2026-06-01 04:01:29] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003960 10.0.0.240 - - [2026-06-01 04:01:29] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005839 10.0.0.240 - - [2026-06-01 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.240 - - [2026-06-01 04:01:29] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004985 10.0.0.240 - - [2026-06-01 04:01:29] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004816 10.0.0.240 - - [2026-06-01 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.240 - - [2026-06-01 04:01:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005488 10.0.0.240 - - [2026-06-01 04:01:29] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003197 10.0.0.240 - - [2026-06-01 04:01:30] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006708 10.0.0.240 - - [2026-06-01 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.240 - - [2026-06-01 04:01:30] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004975 10.0.0.240 - - [2026-06-01 04:01:30] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004585 10.0.0.240 - - [2026-06-01 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.240 - - [2026-06-01 04:01:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.240 - - [2026-06-01 04:01:30] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003732 10.0.0.240 - - [2026-06-01 04:01:30] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008902 10.0.0.240 - - [2026-06-01 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.240 - - [2026-06-01 04:01:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004358 10.0.0.240 - - [2026-06-01 04:01:30] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004889 10.0.0.240 - - [2026-06-01 04:01:30] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006178 10.0.0.240 - - [2026-06-01 04:01:30] "GET /obj-perms HTTP/1.1" 200 5063 0.076960 10.0.0.240 - - [2026-06-01 04:01:30] "GET /obj-perms HTTP/1.1" 200 5063 0.004906 10.0.0.65 - - [2026-06-01 04:01:30] "GET /obj-perms HTTP/1.1" 200 5063 0.004052 10.0.0.240 - - [2026-06-01 04:01:30] "GET /obj-perms HTTP/1.1" 200 5063 0.003726 10.0.0.240 - - [2026-06-01 04:01:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008841 10.0.0.240 - - [2026-06-01 04:01:31] "POST /neutron/port HTTP/1.1" 200 1126 0.023807 10.0.0.240 - - [2026-06-01 04:01:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010180 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.006633 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004702 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006844 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.005306 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.007457 10.0.0.240 - - [2026-06-01 04:01:31] "GET /instance-ip/0f409ce7-13f7-441b-9d85-742884ed2265 HTTP/1.1" 200 1620 0.007952 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.005897 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006741 10.0.0.240 - - [2026-06-01 04:01:31] "GET /instance-ip/0f409ce7-13f7-441b-9d85-742884ed2265 HTTP/1.1" 200 1620 0.005260 10.0.0.240 - - [2026-06-01 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2026-06-01 04:01:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004563 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006818 10.0.0.240 - - [2026-06-01 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.240 - - [2026-06-01 04:01:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004503 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003414 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008248 10.0.0.240 - - [2026-06-01 04:01:31] "POST /neutron/network HTTP/1.1" 200 1121 0.009998 10.0.0.240 - - [2026-06-01 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.240 - - [2026-06-01 04:01:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005199 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003304 10.0.0.240 - - [2026-06-01 04:01:31] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006463 10.0.0.240 - - [2026-06-01 04:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.240 - - [2026-06-01 04:01:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003454 10.0.0.240 - - [2026-06-01 04:01:32] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014049 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006313 10.0.0.240 - - [2026-06-01 04:01:32] "POST /neutron/network HTTP/1.1" 200 1111 0.013402 10.0.0.240 - - [2026-06-01 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.240 - - [2026-06-01 04:01:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004107 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005044 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007162 10.0.0.240 - - [2026-06-01 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.240 - - [2026-06-01 04:01:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004065 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003726 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007512 10.0.0.240 - - [2026-06-01 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.240 - - [2026-06-01 04:01:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005157 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004399 10.0.0.240 - - [2026-06-01 04:01:32] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007749 10.0.0.240 - - [2026-06-01 04:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.240 - - [2026-06-01 04:01:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005021 10.0.0.240 - - [2026-06-01 04:01:33] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003279 10.0.0.240 - - [2026-06-01 04:01:33] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007268 10.0.0.240 - - [2026-06-01 04:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.240 - - [2026-06-01 04:01:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.240 - - [2026-06-01 04:01:33] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003737 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008198 10.0.0.240 - - [2026-06-01 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.240 - - [2026-06-01 04:01:34] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004884 10.0.0.240 - - [2026-06-01 04:01:34] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004393 10.0.0.240 - - [2026-06-01 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.240 - - [2026-06-01 04:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005631 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004608 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007385 10.0.0.240 - - [2026-06-01 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.240 - - [2026-06-01 04:01:34] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006771 10.0.0.240 - - [2026-06-01 04:01:34] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005096 10.0.0.240 - - [2026-06-01 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.240 - - [2026-06-01 04:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002910 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006530 10.0.0.240 - - [2026-06-01 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.240 - - [2026-06-01 04:01:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004135 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003872 10.0.0.240 - - [2026-06-01 04:01:34] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006388 10.0.0.240 - - [2026-06-01 04:01:34] "GET /obj-perms HTTP/1.1" 200 5063 0.003595 10.0.0.65 - - [2026-06-01 04:01:34] "GET /obj-perms HTTP/1.1" 200 5063 0.004258 10.0.0.240 - - [2026-06-01 04:01:34] "GET /obj-perms HTTP/1.1" 200 5063 0.004337 10.0.0.240 - - [2026-06-01 04:01:34] "GET /obj-perms HTTP/1.1" 200 5063 0.003734 10.0.0.240 - - [2026-06-01 04:01:35] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.006807 10.0.0.240 - - [2026-06-01 04:01:35] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.007257 10.0.0.240 - - [2026-06-01 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.240 - - [2026-06-01 04:01:35] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004332 10.0.0.240 - - [2026-06-01 04:01:35] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003479 10.0.0.240 - - [2026-06-01 04:01:35] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006531 10.0.0.240 - - [2026-06-01 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.240 - - [2026-06-01 04:01:36] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011737 10.0.0.240 - - [2026-06-01 04:01:36] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003566 10.0.0.240 - - [2026-06-01 04:01:36] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006305 10.0.0.240 - - [2026-06-01 04:01:38] "POST /neutron/port HTTP/1.1" 200 1126 0.052179 10.0.0.240 - - [2026-06-01 04:01:40] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006834 10.0.0.240 - - [2026-06-01 04:01:46] "POST /neutron/port HTTP/1.1" 200 1126 0.026217 10.0.0.240 - - [2026-06-01 04:01:51] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004184 10.0.0.240 - - [2026-06-01 04:01:51] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006057 10.0.0.240 - - [2026-06-01 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.240 - - [2026-06-01 04:01:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004086 10.0.0.240 - - [2026-06-01 04:01:52] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004328 10.0.0.240 - - [2026-06-01 04:01:52] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006892 10.0.0.240 - - [2026-06-01 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.240 - - [2026-06-01 04:01:53] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004250 10.0.0.240 - - [2026-06-01 04:01:53] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003939 10.0.0.240 - - [2026-06-01 04:01:53] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006101 10.0.0.65 - - [2026-06-01 04:02:05] "GET /obj-perms HTTP/1.1" 200 5075 0.060512 10.0.0.240 - - [2026-06-01 04:02:05] "GET /obj-perms HTTP/1.1" 200 5075 0.053321 10.0.0.240 - - [2026-06-01 04:02:22] "POST /neutron/port HTTP/1.1" 200 1104 0.025530 10.0.0.240 - - [2026-06-01 04:02:22] "POST /neutron/subnet HTTP/1.1" 200 684 0.011102 10.0.0.240 - - [2026-06-01 04:02:32] "POST /neutron/port HTTP/1.1" 200 1104 0.021417 10.0.0.240 - - [2026-06-01 04:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004337 10.0.0.240 - - [2026-06-01 04:02:32] "POST /neutron/network HTTP/1.1" 200 924 0.007019 10.0.0.249 - - [2026-06-01 04:03:06] "GET /obj-perms HTTP/1.1" 200 5075 0.054867 10.0.0.240 - - [2026-06-01 04:03:24] "POST /neutron/network HTTP/1.1" 200 818 0.008993 10.0.0.240 - - [2026-06-01 04:03:24] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.240 - - [2026-06-01 04:03:33] "POST /neutron/port HTTP/1.1" 200 1126 0.018563 10.0.0.240 - - [2026-06-01 04:03:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.010043 10.0.0.240 - - [2026-06-01 04:03:42] "POST /neutron/port HTTP/1.1" 200 1126 0.024551 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.004527 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.006871 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.004917 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.006961 10.0.0.240 - - [2026-06-01 04:03:42] "GET /instance-ip/d4a69807-f727-4e12-8c59-e6238bc14d02 HTTP/1.1" 200 1621 0.005440 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.004164 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-machine-interface/8a1a76fd-9495-4ae4-9238-b248d2d1292c HTTP/1.1" 200 2949 0.005935 10.0.0.240 - - [2026-06-01 04:03:42] "GET /instance-ip/d4a69807-f727-4e12-8c59-e6238bc14d02 HTTP/1.1" 200 1621 0.004755 10.0.0.240 - - [2026-06-01 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.240 - - [2026-06-01 04:03:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004193 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003053 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005560 10.0.0.240 - - [2026-06-01 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.240 - - [2026-06-01 04:03:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004320 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003068 10.0.0.240 - - [2026-06-01 04:03:42] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005862 10.0.0.240 - - [2026-06-01 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.240 - - [2026-06-01 04:03:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003854 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007862 10.0.0.240 - - [2026-06-01 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.240 - - [2026-06-01 04:03:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003006 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005449 10.0.0.240 - - [2026-06-01 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.240 - - [2026-06-01 04:03:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003183 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006716 10.0.0.240 - - [2026-06-01 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.240 - - [2026-06-01 04:03:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004404 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003448 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006509 10.0.0.240 - - [2026-06-01 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.240 - - [2026-06-01 04:03:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004779 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003554 10.0.0.240 - - [2026-06-01 04:03:43] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005625 10.0.0.240 - - [2026-06-01 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.240 - - [2026-06-01 04:03:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.240 - - [2026-06-01 04:03:44] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003134 10.0.0.240 - - [2026-06-01 04:03:44] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006397 10.0.0.240 - - [2026-06-01 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.240 - - [2026-06-01 04:03:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003759 10.0.0.240 - - [2026-06-01 04:03:44] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011830 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006779 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.240 - - [2026-06-01 04:03:45] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006223 10.0.0.240 - - [2026-06-01 04:03:45] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003985 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.240 - - [2026-06-01 04:03:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004452 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003409 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006342 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.240 - - [2026-06-01 04:03:45] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005123 10.0.0.240 - - [2026-06-01 04:03:45] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004524 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.240 - - [2026-06-01 04:03:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004999 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003839 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008229 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.240 - - [2026-06-01 04:03:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003771 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003441 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006042 10.0.0.240 - - [2026-06-01 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.240 - - [2026-06-01 04:03:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003261 10.0.0.240 - - [2026-06-01 04:03:45] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006926 10.0.0.65 - - [2026-06-01 04:03:47] "GET /obj-perms HTTP/1.1" 200 5063 0.004574 10.0.0.65 - - [2026-06-01 04:03:53] "GET /obj-perms HTTP/1.1" 200 5063 0.004601 10.0.0.65 - - [2026-06-01 04:03:59] "GET /obj-perms HTTP/1.1" 200 5063 0.004714 10.0.0.240 - - [2026-06-01 04:04:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004791 10.0.0.240 - - [2026-06-01 04:04:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004709 10.0.0.240 - - [2026-06-01 04:04:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004304 10.0.0.65 - - [2026-06-01 04:04:00] "GET /obj-perms HTTP/1.1" 200 5063 0.004278 10.0.0.240 - - [2026-06-01 04:04:00] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008468 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.005298 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006093 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004077 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006658 10.0.0.240 - - [2026-06-01 04:04:00] "GET /instance-ip/0f409ce7-13f7-441b-9d85-742884ed2265 HTTP/1.1" 200 1620 0.004636 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004068 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.007500 10.0.0.240 - - [2026-06-01 04:04:00] "GET /instance-ip/0f409ce7-13f7-441b-9d85-742884ed2265 HTTP/1.1" 200 1620 0.005369 10.0.0.240 - - [2026-06-01 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.240 - - [2026-06-01 04:04:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004469 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003407 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005982 10.0.0.240 - - [2026-06-01 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.240 - - [2026-06-01 04:04:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005046 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004063 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007533 10.0.0.240 - - [2026-06-01 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.240 - - [2026-06-01 04:04:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006658 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006204 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008072 10.0.0.240 - - [2026-06-01 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.240 - - [2026-06-01 04:04:00] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005301 10.0.0.240 - - [2026-06-01 04:04:00] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004107 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007235 10.0.0.240 - - [2026-06-01 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.240 - - [2026-06-01 04:04:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004784 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003138 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007008 10.0.0.240 - - [2026-06-01 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.240 - - [2026-06-01 04:04:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004113 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006354 10.0.0.240 - - [2026-06-01 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.240 - - [2026-06-01 04:04:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005311 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004260 10.0.0.240 - - [2026-06-01 04:04:01] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007138 10.0.0.240 - - [2026-06-01 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.240 - - [2026-06-01 04:04:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004146 10.0.0.240 - - [2026-06-01 04:04:02] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003549 10.0.0.240 - - [2026-06-01 04:04:02] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006282 10.0.0.240 - - [2026-06-01 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.240 - - [2026-06-01 04:04:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.240 - - [2026-06-01 04:04:02] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004756 10.0.0.240 - - [2026-06-01 04:04:02] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007240 10.0.0.240 - - [2026-06-01 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.240 - - [2026-06-01 04:04:02] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005044 10.0.0.240 - - [2026-06-01 04:04:03] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004152 10.0.0.240 - - [2026-06-01 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006253 10.0.0.240 - - [2026-06-01 04:04:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004595 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003379 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005493 10.0.0.240 - - [2026-06-01 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.240 - - [2026-06-01 04:04:03] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004944 10.0.0.240 - - [2026-06-01 04:04:03] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004397 10.0.0.240 - - [2026-06-01 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.240 - - [2026-06-01 04:04:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006360 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005778 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009566 10.0.0.240 - - [2026-06-01 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.240 - - [2026-06-01 04:04:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003983 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004451 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006691 10.0.0.240 - - [2026-06-01 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.240 - - [2026-06-01 04:04:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005016 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003489 10.0.0.240 - - [2026-06-01 04:04:03] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006958 10.0.0.240 - - [2026-06-01 04:04:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004744 10.0.0.65 - - [2026-06-01 04:04:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004996 10.0.0.240 - - [2026-06-01 04:04:03] "GET /obj-perms HTTP/1.1" 200 5063 0.004169 10.0.0.240 - - [2026-06-01 04:04:04] "GET /obj-perms HTTP/1.1" 200 5063 0.004290 10.0.0.249 - - [2026-06-01 04:04:07] "GET /obj-perms HTTP/1.1" 200 5075 0.049661 10.0.0.240 - - [2026-06-01 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.240 - - [2026-06-01 04:04:24] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005829 10.0.0.240 - - [2026-06-01 04:04:24] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006485 10.0.0.240 - - [2026-06-01 04:04:24] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005965 10.0.0.240 - - [2026-06-01 04:04:25] "POST /neutron/network HTTP/1.1" 200 1121 0.008747 10.0.0.240 - - [2026-06-01 04:04:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016254 10.0.0.240 - - [2026-06-01 04:04:25] "POST /neutron/network HTTP/1.1" 200 1111 0.013078 10.0.0.240 - - [2026-06-01 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.240 - - [2026-06-01 04:04:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.240 - - [2026-06-01 04:04:32] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003322 10.0.0.240 - - [2026-06-01 04:04:32] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005999 10.0.0.240 - - [2026-06-01 04:04:34] "POST /neutron/network HTTP/1.1" 200 1121 0.008906 10.0.0.240 - - [2026-06-01 04:04:34] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016398 10.0.0.240 - - [2026-06-01 04:04:34] "POST /neutron/network HTTP/1.1" 200 1111 0.010810 10.0.0.65 - - [2026-06-01 04:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.65 - - [2026-06-01 04:04:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.240 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.65 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.65 - - [2026-06-01 04:04:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2026-06-01 04:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000965 10.0.0.249 - - [2026-06-01 04:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000578 10.0.0.240 - - [2026-06-01 04:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000555 10.0.0.240 - - [2026-06-01 04:04:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.240 - - [2026-06-01 04:04:48] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004887 10.0.0.240 - - [2026-06-01 04:04:48] "GET /virtual-machine-interface/28f173b3-23cf-4ef1-8011-d3b76cfb813c HTTP/1.1" 200 2948 0.006132 10.0.0.240 - - [2026-06-01 04:04:48] "GET /instance-ip/0f409ce7-13f7-441b-9d85-742884ed2265 HTTP/1.1" 200 1620 0.005403 10.0.0.240 - - [2026-06-01 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.240 - - [2026-06-01 04:04:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003630 10.0.0.240 - - [2026-06-01 04:04:48] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002744 10.0.0.240 - - [2026-06-01 04:04:48] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009068 10.0.0.240 - - [2026-06-01 04:04:51] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 200 1300 0.004185 10.0.0.240 - - [2026-06-01 04:04:52] "POST /neutron/port HTTP/1.1" 200 151 0.186347 10.0.0.240 - - [2026-06-01 04:04:53] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003431 10.0.0.240 - - [2026-06-01 04:04:53] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.002712 10.0.0.240 - - [2026-06-01 04:04:53] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003579 10.0.0.240 - - [2026-06-01 04:04:54] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004847 10.0.0.240 - - [2026-06-01 04:04:55] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003139 10.0.0.240 - - [2026-06-01 04:04:56] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004140 10.0.0.240 - - [2026-06-01 04:04:57] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003050 10.0.0.240 - - [2026-06-01 04:04:58] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003135 10.0.0.240 - - [2026-06-01 04:04:59] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004766 10.0.0.240 - - [2026-06-01 04:04:59] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.002938 10.0.0.240 - - [2026-06-01 04:05:00] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003687 10.0.0.240 - - [2026-06-01 04:05:01] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004859 10.0.0.240 - - [2026-06-01 04:05:02] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003643 10.0.0.240 - - [2026-06-01 04:05:03] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003352 10.0.0.240 - - [2026-06-01 04:05:04] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.005490 10.0.0.240 - - [2026-06-01 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.240 - - [2026-06-01 04:05:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003614 10.0.0.240 - - [2026-06-01 04:05:04] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003960 10.0.0.240 - - [2026-06-01 04:05:04] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006699 10.0.0.240 - - [2026-06-01 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.240 - - [2026-06-01 04:05:05] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004818 10.0.0.240 - - [2026-06-01 04:05:05] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003861 10.0.0.240 - - [2026-06-01 04:05:05] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003554 10.0.0.240 - - [2026-06-01 04:05:06] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003717 10.0.0.240 - - [2026-06-01 04:05:07] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003251 10.0.0.240 - - [2026-06-01 04:05:08] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003330 10.0.0.240 - - [2026-06-01 04:05:09] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004265 10.0.0.240 - - [2026-06-01 04:05:10] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004027 10.0.0.240 - - [2026-06-01 04:05:10] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003266 10.0.0.240 - - [2026-06-01 04:05:11] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003402 10.0.0.240 - - [2026-06-01 04:05:12] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.004400 10.0.0.240 - - [2026-06-01 04:05:13] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003293 10.0.0.240 - - [2026-06-01 04:05:14] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.005713 10.0.0.240 - - [2026-06-01 04:05:15] "GET /virtual-machine/99313e5c-ba1a-4937-945e-d721f82723be HTTP/1.1" 404 171 0.003667 10.0.0.240 - - [2026-06-01 04:05:15] "GET /obj-perms HTTP/1.1" 200 5063 0.007334 10.0.0.240 - - [2026-06-01 04:05:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004512 10.0.0.240 - - [2026-06-01 04:05:21] "GET /obj-perms HTTP/1.1" 200 5063 0.004414 10.0.0.65 - - [2026-06-01 04:05:21] "GET /obj-perms HTTP/1.1" 200 5063 0.003850 10.0.0.240 - - [2026-06-01 04:05:21] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 200 1300 0.005388 10.0.0.240 - - [2026-06-01 04:05:22] "POST /neutron/port HTTP/1.1" 200 151 0.191464 10.0.0.240 - - [2026-06-01 04:05:23] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003902 10.0.0.240 - - [2026-06-01 04:05:23] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.002939 10.0.0.240 - - [2026-06-01 04:05:23] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.002594 10.0.0.240 - - [2026-06-01 04:05:23] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003478 10.0.0.240 - - [2026-06-01 04:05:24] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003815 10.0.0.240 - - [2026-06-01 04:05:25] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003701 10.0.0.240 - - [2026-06-01 04:05:26] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003932 10.0.0.240 - - [2026-06-01 04:05:27] "POST /neutron/network HTTP/1.1" 200 934 0.007688 10.0.0.240 - - [2026-06-01 04:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.001502 10.0.0.240 - - [2026-06-01 04:05:27] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.004407 10.0.0.240 - - [2026-06-01 04:05:28] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.004494 10.0.0.240 - - [2026-06-01 04:05:28] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.004342 10.0.0.240 - - [2026-06-01 04:05:29] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.004938 10.0.0.240 - - [2026-06-01 04:05:30] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003450 10.0.0.240 - - [2026-06-01 04:05:31] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003090 10.0.0.240 - - [2026-06-01 04:05:32] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.004403 10.0.0.240 - - [2026-06-01 04:05:33] "GET /virtual-machine/da0b0276-9b48-4905-93c5-00d1383be2ac HTTP/1.1" 404 171 0.003241 10.0.0.240 - - [2026-06-01 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.240 - - [2026-06-01 04:05:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005248 10.0.0.240 - - [2026-06-01 04:05:33] "GET /virtual-networks?parent_id=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003321 10.0.0.240 - - [2026-06-01 04:05:34] "GET /virtual-network/322c4d5f-3222-49bf-927e-ac4a7f6172c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006580 10.0.0.240 - - [2026-06-01 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.240 - - [2026-06-01 04:05:34] "GET /routing-instance/d97da58f-e316-4845-a561-e79311439ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007761 10.0.0.240 - - [2026-06-01 04:05:34] "GET /route-target/1982c5fd-471e-4607-ba19-5285603254c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006463 10.0.0.240 - - [2026-06-01 04:05:34] "GET /obj-perms HTTP/1.1" 200 5063 0.005110 10.0.0.65 - - [2026-06-01 04:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.052886 10.0.0.65 - - [2026-06-01 04:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002908 10.0.0.240 - - [2026-06-01 04:05:34] "POST /neutron/network HTTP/1.1" 200 151 0.202810 10.0.0.240 - - [2026-06-01 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.240 - - [2026-06-01 04:05:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.240 - - [2026-06-01 04:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.240 - - [2026-06-01 04:05:34] "PUT /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37 HTTP/1.1" 200 276 0.014666 10.0.0.240 - - [2026-06-01 04:05:35] "POST /neutron/network HTTP/1.1" 200 934 0.008272 10.0.0.240 - - [2026-06-01 04:05:35] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.65 - - [2026-06-01 04:05:37] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001602 10.0.0.240 - - [2026-06-01 04:05:37] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.074832 10.0.0.65 - - [2026-06-01 04:05:37] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001017 10.0.0.240 - - [2026-06-01 04:05:37] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?fields=virtual_networks HTTP/1.1" 200 1046 0.052272 10.0.0.65 - - [2026-06-01 04:05:37] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001119 10.0.0.240 - - [2026-06-01 04:05:37] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.055210 10.0.0.65 - - [2026-06-01 04:05:37] "GET /projects?obj_uuids=845af69c-d145-4981-ab5f-d9fe3e52297e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001052 10.0.0.240 - - [2026-06-01 04:05:37] "GET /project/845af69c-d145-4981-ab5f-d9fe3e52297e?fields=security_groups HTTP/1.1" 200 1279 0.046677 10.0.0.240 - - [2026-06-01 04:05:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.027834 10.0.0.65 - - [2026-06-01 04:05:38] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002971 10.0.0.65 - - [2026-06-01 04:05:38] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.65 - - [2026-06-01 04:05:38] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.033612 10.0.0.65 - - [2026-06-01 04:05:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.005878 10.0.0.65 - - [2026-06-01 04:05:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.007669 10.0.0.65 - - [2026-06-01 04:05:38] "POST /security-groups HTTP/1.1" 200 597 0.037283 10.0.0.65 - - [2026-06-01 04:05:38] "POST /projects HTTP/1.1" 200 597 0.257237 10.0.0.65 - - [2026-06-01 04:05:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.033190 10.0.0.65 - - [2026-06-01 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.339715 10.0.0.65 - - [2026-06-01 04:05:38] "POST /access-control-lists HTTP/1.1" 200 600 0.031882 10.0.0.240 - - [2026-06-01 04:05:38] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.510587 10.0.0.240 - - [2026-06-01 04:05:40] "GET / HTTP/1.1" 200 35931 0.002908 10.0.0.65 - - [2026-06-01 04:05:43] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001084 10.0.0.240 - - [2026-06-01 04:05:43] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054710 10.0.0.65 - - [2026-06-01 04:05:43] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.240 - - [2026-06-01 04:05:43] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?fields=virtual_networks HTTP/1.1" 200 1045 0.052913 10.0.0.65 - - [2026-06-01 04:05:43] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001415 10.0.0.240 - - [2026-06-01 04:05:43] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.046920 10.0.0.65 - - [2026-06-01 04:05:43] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001112 10.0.0.240 - - [2026-06-01 04:05:43] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?fields=security_groups HTTP/1.1" 200 1277 0.044290 10.0.0.240 - - [2026-06-01 04:05:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.028671 10.0.0.65 - - [2026-06-01 04:05:44] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004219 10.0.0.65 - - [2026-06-01 04:05:44] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.65 - - [2026-06-01 04:05:44] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008639 10.0.0.65 - - [2026-06-01 04:05:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.005990 10.0.0.65 - - [2026-06-01 04:05:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.004752 10.0.0.65 - - [2026-06-01 04:05:44] "POST /security-groups HTTP/1.1" 200 591 0.078313 10.0.0.65 - - [2026-06-01 04:05:44] "POST /projects HTTP/1.1" 200 585 0.294259 10.0.0.65 - - [2026-06-01 04:05:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.016281 10.0.0.65 - - [2026-06-01 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.365123 10.0.0.240 - - [2026-06-01 04:05:44] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.512445 10.0.0.65 - - [2026-06-01 04:05:45] "DELETE /access-control-list/5d43a06c-bc86-4c82-afb8-b8c6087b6782 HTTP/1.1" 200 115 0.069761 10.0.0.240 - - [2026-06-01 04:05:46] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.65 - - [2026-06-01 04:05:49] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.240 - - [2026-06-01 04:05:49] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050317 10.0.0.65 - - [2026-06-01 04:05:49] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.240 - - [2026-06-01 04:05:49] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?fields=virtual_networks HTTP/1.1" 200 1033 0.049091 10.0.0.65 - - [2026-06-01 04:05:49] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.240 - - [2026-06-01 04:05:49] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.055175 10.0.0.65 - - [2026-06-01 04:05:49] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.240 - - [2026-06-01 04:05:49] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?fields=security_groups HTTP/1.1" 200 1259 0.048357 10.0.0.240 - - [2026-06-01 04:05:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.025800 10.0.0.65 - - [2026-06-01 04:05:50] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003501 10.0.0.65 - - [2026-06-01 04:05:50] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.65 - - [2026-06-01 04:05:50] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009339 10.0.0.65 - - [2026-06-01 04:05:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.001850 10.0.0.65 - - [2026-06-01 04:05:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.006417 10.0.0.65 - - [2026-06-01 04:05:50] "POST /security-groups HTTP/1.1" 200 599 0.042612 10.0.0.65 - - [2026-06-01 04:05:50] "POST /projects HTTP/1.1" 200 601 0.253172 10.0.0.65 - - [2026-06-01 04:05:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.010719 10.0.0.65 - - [2026-06-01 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.326345 10.0.0.240 - - [2026-06-01 04:05:50] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.489710 10.0.0.240 - - [2026-06-01 04:05:51] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.240 - - [2026-06-01 04:05:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000591 10.0.0.240 - - [2026-06-01 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.054742 10.0.0.65 - - [2026-06-01 04:05:52] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.240 - - [2026-06-01 04:05:52] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070395 10.0.0.65 - - [2026-06-01 04:05:52] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.240 - - [2026-06-01 04:05:53] "POST /neutron/network HTTP/1.1" 200 601 0.155096 10.0.0.65 - - [2026-06-01 04:05:53] "POST /ref-update HTTP/1.1" 200 156 0.021702 10.0.0.65 - - [2026-06-01 04:05:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.055643 10.0.0.240 - - [2026-06-01 04:05:53] "POST /neutron/network HTTP/1.1" 200 972 0.011532 10.0.0.240 - - [2026-06-01 04:05:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001518 10.0.0.240 - - [2026-06-01 04:05:53] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006027 10.0.0.240 - - [2026-06-01 04:05:53] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005859 10.0.0.240 - - [2026-06-01 04:05:53] "POST /neutron/subnet HTTP/1.1" 200 716 0.010104 10.0.0.240 - - [2026-06-01 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.65 - - [2026-06-01 04:05:53] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.240 - - [2026-06-01 04:05:53] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046663 10.0.0.65 - - [2026-06-01 04:05:53] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001655 10.0.0.240 - - [2026-06-01 04:05:54] "POST /neutron/network HTTP/1.1" 200 601 0.127198 10.0.0.240 - - [2026-06-01 04:05:54] "POST /neutron/network HTTP/1.1" 200 976 0.014697 10.0.0.240 - - [2026-06-01 04:05:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001211 10.0.0.240 - - [2026-06-01 04:05:54] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006048 10.0.0.240 - - [2026-06-01 04:05:54] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005672 10.0.0.240 - - [2026-06-01 04:05:54] "POST /neutron/subnet HTTP/1.1" 200 716 0.009645 10.0.0.240 - - [2026-06-01 04:05:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.240 - - [2026-06-01 04:05:55] "POST /neutron/network HTTP/1.1" 200 982 0.008260 10.0.0.65 - - [2026-06-01 04:05:55] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.240 - - [2026-06-01 04:05:55] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.087382 10.0.0.240 - - [2026-06-01 04:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.013865 10.0.0.240 - - [2026-06-01 04:05:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /project/c05ea9b4600a4812b42a8f97a39d6b57 HTTP/1.1" 404 173 0.017475 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /project/8e76b11dd0334ea7a44d1132526deeba HTTP/1.1" 404 173 0.019660 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /project/845af69c-d145-4981-ab5f-d9fe3e52297e HTTP/1.1" 404 177 0.013879 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /project/967cb29e1c3549d394d672badcbb3d05 HTTP/1.1" 404 173 0.012746 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001352 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001144 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.090681 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.096278 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002739 10.0.0.240 - - [2026-06-01 04:05:56] "POST /neutron/network HTTP/1.1" 200 982 0.018871 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?fields=security_groups HTTP/1.1" 200 1382 0.058285 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?fields=security_groups HTTP/1.1" 200 1364 0.069289 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /security-group/e878e39b-4968-452f-9c69-649240d19fba HTTP/1.1" 200 115 0.080946 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=967cb29e-1c35-49d3-94d6-72badcbb3d05&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /security-group/cf34f3b6-d348-4987-bc5b-2913b6aedbfa HTTP/1.1" 200 115 0.106360 10.0.0.65 - - [2026-06-01 04:05:56] "DELETE /access-control-list/b8e10433-17b6-4692-8a58-8aa569c8524e HTTP/1.1" 200 115 0.057089 10.0.0.65 - - [2026-06-01 04:05:56] "GET /projects?obj_uuids=8e76b11d-d033-4ea7-a44d-1132526deeba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001447 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/967cb29e-1c35-49d3-94d6-72badcbb3d05?fields=application_policy_sets HTTP/1.1" 200 1421 0.069432 10.0.0.65 - - [2026-06-01 04:05:56] "GET /project/8e76b11d-d033-4ea7-a44d-1132526deeba?fields=application_policy_sets HTTP/1.1" 200 1403 0.091404 10.0.0.65 - - [2026-06-01 04:05:57] "DELETE /access-control-list/db73d373-e3ac-4252-b4b8-d0336addd5d7 HTTP/1.1" 200 115 0.080090 10.0.0.65 - - [2026-06-01 04:05:57] "DELETE /project/967cb29e-1c35-49d3-94d6-72badcbb3d05 HTTP/1.1" 200 115 0.690483 10.0.0.65 - - [2026-06-01 04:05:57] "DELETE /project/8e76b11d-d033-4ea7-a44d-1132526deeba HTTP/1.1" 200 115 0.723380 10.0.0.240 - - [2026-06-01 04:05:57] "POST /neutron/port HTTP/1.1" 200 1150 0.030660 10.0.0.65 - - [2026-06-01 04:05:57] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.240 - - [2026-06-01 04:05:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.240 - - [2026-06-01 04:05:57] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076800 10.0.0.240 - - [2026-06-01 04:05:57] "POST /neutron/network HTTP/1.1" 200 976 0.046074 10.0.0.240 - - [2026-06-01 04:05:57] "POST /neutron/network HTTP/1.1" 200 972 0.009943 10.0.0.240 - - [2026-06-01 04:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.010590 10.0.0.240 - - [2026-06-01 04:05:58] "POST /neutron/network HTTP/1.1" 200 986 0.008072 10.0.0.240 - - [2026-06-01 04:05:58] "POST /neutron/port HTTP/1.1" 200 1154 0.057023 10.0.0.240 - - [2026-06-01 04:05:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004454 10.0.0.240 - - [2026-06-01 04:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.240 - - [2026-06-01 04:06:03] "POST /neutron/port HTTP/1.1" 200 1214 0.023773 10.0.0.240 - - [2026-06-01 04:06:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008682 10.0.0.240 - - [2026-06-01 04:06:03] "GET /virtual-machine/03d07bd2-0d2e-44e3-b556-049da71d2022 HTTP/1.1" 401 293 0.000540 10.0.0.240 - - [2026-06-01 04:06:03] "GET /virtual-machine/03d07bd2-0d2e-44e3-b556-049da71d2022 HTTP/1.1" 200 1299 0.034506 10.0.0.240 - - [2026-06-01 04:06:03] "GET /virtual-machine-interface/6dfb6300-2f1f-404f-a972-ae622e44829f HTTP/1.1" 200 3157 0.006913 10.0.0.240 - - [2026-06-01 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.240 - - [2026-06-01 04:06:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004319 10.0.0.240 - - [2026-06-01 04:06:03] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003804 10.0.0.240 - - [2026-06-01 04:06:03] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.008087 10.0.0.240 - - [2026-06-01 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.240 - - [2026-06-01 04:06:06] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006727 10.0.0.240 - - [2026-06-01 04:06:07] "POST /neutron/port HTTP/1.1" 200 1214 0.023011 10.0.0.249 - - [2026-06-01 04:06:08] "GET /obj-perms HTTP/1.1" 200 5075 0.081986 10.0.0.240 - - [2026-06-01 04:06:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007394 10.0.0.240 - - [2026-06-01 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006603 10.0.0.240 - - [2026-06-01 04:06:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005865 10.0.0.240 - - [2026-06-01 04:06:09] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003830 10.0.0.240 - - [2026-06-01 04:06:09] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.013524 10.0.0.240 - - [2026-06-01 04:06:14] "POST /neutron/port HTTP/1.1" 200 1218 0.026887 10.0.0.240 - - [2026-06-01 04:06:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008126 10.0.0.240 - - [2026-06-01 04:06:14] "GET /virtual-machine/0db02014-77fb-48b5-9963-06aee01ca449 HTTP/1.1" 200 1299 0.007386 10.0.0.240 - - [2026-06-01 04:06:14] "GET /virtual-machine-interface/b2e8ee59-7e2f-4f49-a27e-b61a59e811cd HTTP/1.1" 200 3158 0.005597 10.0.0.240 - - [2026-06-01 04:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.240 - - [2026-06-01 04:06:14] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003708 10.0.0.240 - - [2026-06-01 04:06:14] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002758 10.0.0.240 - - [2026-06-01 04:06:14] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007152 10.0.0.240 - - [2026-06-01 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.240 - - [2026-06-01 04:06:15] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004734 10.0.0.240 - - [2026-06-01 04:06:15] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003917 10.0.0.240 - - [2026-06-01 04:06:15] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006658 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 404 209 0.003487 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.65 - - [2026-06-01 04:06:16] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.240 - - [2026-06-01 04:06:16] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046054 10.0.0.240 - - [2026-06-01 04:06:16] "POST /network-policys HTTP/1.1" 200 533 0.033145 10.0.0.240 - - [2026-06-01 04:06:16] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006215 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.240 - - [2026-06-01 04:06:16] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006356 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.240 - - [2026-06-01 04:06:16] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004710 10.0.0.65 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002961 10.0.0.240 - - [2026-06-01 04:06:16] "POST /ref-update HTTP/1.1" 200 156 0.055341 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.240 - - [2026-06-01 04:06:16] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004682 10.0.0.240 - - [2026-06-01 04:06:16] "POST /neutron/network HTTP/1.1" 200 1058 0.031171 10.0.0.240 - - [2026-06-01 04:06:16] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.007340 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.240 - - [2026-06-01 04:06:16] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004029 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.240 - - [2026-06-01 04:06:16] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005678 10.0.0.240 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.240 - - [2026-06-01 04:06:16] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005295 10.0.0.65 - - [2026-06-01 04:06:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.005196 10.0.0.240 - - [2026-06-01 04:06:16] "POST /ref-update HTTP/1.1" 200 156 0.062861 10.0.0.240 - - [2026-06-01 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.240 - - [2026-06-01 04:06:17] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003829 10.0.0.240 - - [2026-06-01 04:06:17] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.009785 10.0.0.240 - - [2026-06-01 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006834 10.0.0.240 - - [2026-06-01 04:06:17] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005098 10.0.0.240 - - [2026-06-01 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.65 - - [2026-06-01 04:06:17] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001788 10.0.0.240 - - [2026-06-01 04:06:17] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055308 10.0.0.65 - - [2026-06-01 04:06:17] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.240 - - [2026-06-01 04:06:17] "POST /neutron/network HTTP/1.1" 200 585 0.137846 10.0.0.65 - - [2026-06-01 04:06:17] "POST /route-targets HTTP/1.1" 200 327 0.020014 10.0.0.240 - - [2026-06-01 04:06:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.003315 10.0.0.240 - - [2026-06-01 04:06:17] "GET /virtual-network/481e65d4-48db-4762-a5d3-ed0577dcef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007516 10.0.0.240 - - [2026-06-01 04:06:17] "POST /neutron/network HTTP/1.1" 200 799 0.006983 10.0.0.240 - - [2026-06-01 04:06:17] "GET /virtual-network/481e65d4-48db-4762-a5d3-ed0577dcef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006169 10.0.0.240 - - [2026-06-01 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.65 - - [2026-06-01 04:06:17] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.240 - - [2026-06-01 04:06:17] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049764 10.0.0.240 - - [2026-06-01 04:06:18] "POST /neutron/network HTTP/1.1" 200 117 0.016938 10.0.0.65 - - [2026-06-01 04:06:18] "POST /ref-update HTTP/1.1" 200 156 0.023916 10.0.0.240 - - [2026-06-01 04:06:18] "POST /neutron/network HTTP/1.1" 200 799 0.011999 10.0.0.240 - - [2026-06-01 04:06:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001600 10.0.0.240 - - [2026-06-01 04:06:18] "GET /virtual-network/50edc005-e5f6-42af-8535-07233903ce29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007319 10.0.0.240 - - [2026-06-01 04:06:18] "GET /virtual-network/50edc005-e5f6-42af-8535-07233903ce29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007540 10.0.0.240 - - [2026-06-01 04:06:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.009839 10.0.0.240 - - [2026-06-01 04:06:18] "POST /fqname-to-id HTTP/1.1" 404 239 0.002989 10.0.0.240 - - [2026-06-01 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2026-06-01 04:06:18] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.240 - - [2026-06-01 04:06:18] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050859 10.0.0.240 - - [2026-06-01 04:06:18] "POST /network-policys HTTP/1.1" 200 587 0.031853 10.0.0.240 - - [2026-06-01 04:06:18] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005810 10.0.0.240 - - [2026-06-01 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.240 - - [2026-06-01 04:06:19] "GET /virtual-network/481e65d4-48db-4762-a5d3-ed0577dcef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005837 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004385 10.0.0.240 - - [2026-06-01 04:06:19] "POST /ref-update HTTP/1.1" 200 156 0.074731 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008700 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004702 10.0.0.240 - - [2026-06-01 04:06:19] "GET /virtual-network/481e65d4-48db-4762-a5d3-ed0577dcef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008428 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003924 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007673 10.0.0.240 - - [2026-06-01 04:06:19] "GET /virtual-network/50edc005-e5f6-42af-8535-07233903ce29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006064 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005563 10.0.0.65 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.003139 10.0.0.240 - - [2026-06-01 04:06:19] "POST /ref-update HTTP/1.1" 200 156 0.059808 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009576 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011937 10.0.0.240 - - [2026-06-01 04:06:19] "GET /virtual-network/50edc005-e5f6-42af-8535-07233903ce29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.014220 10.0.0.240 - - [2026-06-01 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.240 - - [2026-06-01 04:06:19] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004356 10.0.0.240 - - [2026-06-01 04:06:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001174 10.0.0.240 - - [2026-06-01 04:06:20] "POST /neutron/port HTTP/1.1" 200 6304 0.062507 10.0.0.65 - - [2026-06-01 04:06:20] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.240 - - [2026-06-01 04:06:20] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068877 10.0.0.240 - - [2026-06-01 04:06:20] "POST /neutron/network HTTP/1.1" 200 912 0.006630 10.0.0.240 - - [2026-06-01 04:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.007473 10.0.0.240 - - [2026-06-01 04:06:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001301 10.0.0.240 - - [2026-06-01 04:06:21] "POST /neutron/network HTTP/1.1" 200 922 0.009537 10.0.0.240 - - [2026-06-01 04:06:21] "POST /neutron/port HTTP/1.1" 200 1063 0.051393 10.0.0.65 - - [2026-06-01 04:06:22] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.240 - - [2026-06-01 04:06:22] "POST /neutron/port HTTP/1.1" 200 1127 0.023021 10.0.0.240 - - [2026-06-01 04:06:22] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076106 10.0.0.240 - - [2026-06-01 04:06:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.010767 10.0.0.240 - - [2026-06-01 04:06:22] "POST /neutron/port HTTP/1.1" 200 7278 0.052115 10.0.0.240 - - [2026-06-01 04:06:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003482 10.0.0.240 - - [2026-06-01 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.240 - - [2026-06-01 04:06:22] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006317 10.0.0.240 - - [2026-06-01 04:06:22] "POST /neutron/network HTTP/1.1" 200 922 0.007071 10.0.0.240 - - [2026-06-01 04:06:23] "POST /neutron/port HTTP/1.1" 200 1063 0.020169 10.0.0.240 - - [2026-06-01 04:06:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004099 10.0.0.240 - - [2026-06-01 04:06:23] "POST /neutron/network HTTP/1.1" 200 912 0.009170 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004376 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004725 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004300 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.031132 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.049598 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005808 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007138 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.033302 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.034262 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004702 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008680 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.037588 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.038648 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007957 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005796 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.027570 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004934 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006239 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004199 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.036291 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.041363 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010428 10.0.0.240 - - [2026-06-01 04:06:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.021449 10.0.0.240 - - [2026-06-01 04:06:24] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.032223 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.042819 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007746 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008281 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.038376 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.035053 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009635 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004240 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.028049 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004853 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006640 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004925 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.034777 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.049035 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011039 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007200 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.033162 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.030596 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010340 10.0.0.240 - - [2026-06-01 04:06:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008286 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.030787 10.0.0.240 - - [2026-06-01 04:06:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.045716 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004232 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013240 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.028885 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003134 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005847 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004585 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.035805 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.039614 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005127 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006402 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.044598 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.071097 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.018977 10.0.0.240 - - [2026-06-01 04:06:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005939 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.039404 10.0.0.240 - - [2026-06-01 04:06:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.033340 10.0.0.240 - - [2026-06-01 04:06:32] "POST /neutron/port HTTP/1.1" 200 1127 0.026186 10.0.0.240 - - [2026-06-01 04:06:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003678 10.0.0.240 - - [2026-06-01 04:06:36] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005744 10.0.0.240 - - [2026-06-01 04:06:36] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004553 10.0.0.240 - - [2026-06-01 04:06:36] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.031600 10.0.0.240 - - [2026-06-01 04:06:36] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.057714 10.0.0.240 - - [2026-06-01 04:06:36] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006983 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011173 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.039331 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.043632 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005353 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005920 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.032207 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.037541 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007373 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004789 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.021172 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003450 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005918 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004766 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.041485 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.042705 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006937 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007609 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.044015 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.056917 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.019657 10.0.0.240 - - [2026-06-01 04:06:37] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008906 10.0.0.240 - - [2026-06-01 04:06:37] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.063147 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.060800 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.012824 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005648 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.029285 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003296 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006473 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004691 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.032949 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.060660 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007371 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006215 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.038683 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.042971 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005247 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006487 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.034523 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.038993 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007643 10.0.0.240 - - [2026-06-01 04:06:38] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004401 10.0.0.240 - - [2026-06-01 04:06:38] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.030772 10.0.0.240 - - [2026-06-01 04:06:39] "POST /ref-update HTTP/1.1" 200 156 0.062976 10.0.0.65 - - [2026-06-01 04:06:39] "DELETE /access-control-list/17525f59-2efc-430e-85b1-e96f955de54a HTTP/1.1" 200 115 0.059753 10.0.0.240 - - [2026-06-01 04:06:39] "GET /virtual-network/50edc005-e5f6-42af-8535-07233903ce29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.023777 10.0.0.240 - - [2026-06-01 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009772 10.0.0.240 - - [2026-06-01 04:06:39] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.015235 10.0.0.240 - - [2026-06-01 04:06:39] "POST /ref-update HTTP/1.1" 200 156 0.077678 10.0.0.240 - - [2026-06-01 04:06:39] "POST /neutron/network HTTP/1.1" 200 799 0.011458 10.0.0.240 - - [2026-06-01 04:06:39] "GET /virtual-network/481e65d4-48db-4762-a5d3-ed0577dcef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006236 10.0.0.240 - - [2026-06-01 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.65 - - [2026-06-01 04:06:39] "POST /ref-update HTTP/1.1" 200 156 0.043295 10.0.0.240 - - [2026-06-01 04:06:39] "GET /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009090 10.0.0.240 - - [2026-06-01 04:06:39] "DELETE /network-policy/82834fa3-dbbd-44be-99ac-73d5efd2351b HTTP/1.1" 200 115 0.054676 10.0.0.240 - - [2026-06-01 04:06:39] "POST /neutron/port HTTP/1.1" 200 1117 0.019925 10.0.0.240 - - [2026-06-01 04:06:39] "POST /neutron/port HTTP/1.1" 200 151 0.246894 10.0.0.240 - - [2026-06-01 04:06:41] "POST /neutron/network HTTP/1.1" 200 799 0.009479 10.0.0.65 - - [2026-06-01 04:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007307 10.0.0.65 - - [2026-06-01 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011243 10.0.0.65 - - [2026-06-01 04:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004669 10.0.0.240 - - [2026-06-01 04:06:42] "POST /neutron/network HTTP/1.1" 200 151 0.170856 10.0.0.240 - - [2026-06-01 04:06:42] "POST /ref-update HTTP/1.1" 200 156 0.090872 10.0.0.240 - - [2026-06-01 04:06:42] "GET /virtual-network/1dac10f6-d98d-4a59-9a83-bae1250c2a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.025134 10.0.0.240 - - [2026-06-01 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.65 - - [2026-06-01 04:06:42] "POST /ref-update HTTP/1.1" 200 156 0.033213 10.0.0.240 - - [2026-06-01 04:06:42] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007812 10.0.0.65 - - [2026-06-01 04:06:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004143 10.0.0.240 - - [2026-06-01 04:06:42] "POST /ref-update HTTP/1.1" 200 156 0.068101 10.0.0.240 - - [2026-06-01 04:06:42] "GET /virtual-network/bd639c73-f05b-4c8a-b0d9-de0e04c862a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.013419 10.0.0.240 - - [2026-06-01 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008994 10.0.0.240 - - [2026-06-01 04:06:42] "GET /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006833 10.0.0.240 - - [2026-06-01 04:06:42] "DELETE /network-policy/12f59288-fd7c-4f0c-8c59-9ded347687da HTTP/1.1" 200 115 0.049205 10.0.0.240 - - [2026-06-01 04:06:42] "POST /neutron/network HTTP/1.1" 200 976 0.013274 10.0.0.240 - - [2026-06-01 04:06:43] "POST /neutron/port HTTP/1.1" 200 1208 0.017055 10.0.0.240 - - [2026-06-01 04:06:43] "POST /neutron/port HTTP/1.1" 200 1204 0.025717 10.0.0.65 - - [2026-06-01 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.65 - - [2026-06-01 04:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004003 10.0.0.65 - - [2026-06-01 04:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.65 - - [2026-06-01 04:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002808 10.0.0.65 - - [2026-06-01 04:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004735 10.0.0.240 - - [2026-06-01 04:06:45] "POST /neutron/network HTTP/1.1" 200 151 0.190544 10.0.0.65 - - [2026-06-01 04:06:45] "DELETE /route-target/140ee287-0cc9-4da3-b19c-e15919c7aa9f HTTP/1.1" 200 115 0.026670 10.0.0.240 - - [2026-06-01 04:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009057 10.0.0.65 - - [2026-06-01 04:06:46] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.240 - - [2026-06-01 04:06:46] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044958 10.0.0.240 - - [2026-06-01 04:06:46] "POST /neutron/network HTTP/1.1" 200 117 0.016472 10.0.0.65 - - [2026-06-01 04:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.014406 10.0.0.240 - - [2026-06-01 04:06:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.230039 10.0.0.240 - - [2026-06-01 04:06:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001810 10.0.0.240 - - [2026-06-01 04:06:47] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006878 10.0.0.240 - - [2026-06-01 04:06:47] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005689 10.0.0.240 - - [2026-06-01 04:06:47] "POST /neutron/network HTTP/1.1" 200 975 0.011401 10.0.0.240 - - [2026-06-01 04:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.65 - - [2026-06-01 04:06:47] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.240 - - [2026-06-01 04:06:47] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057201 10.0.0.240 - - [2026-06-01 04:06:47] "POST /neutron/network HTTP/1.1" 200 117 0.017386 10.0.0.65 - - [2026-06-01 04:06:47] "POST /route-targets HTTP/1.1" 200 327 0.013449 10.0.0.65 - - [2026-06-01 04:06:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004842 10.0.0.65 - - [2026-06-01 04:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009464 10.0.0.240 - - [2026-06-01 04:06:48] "POST /neutron/subnet HTTP/1.1" 200 710 0.189721 10.0.0.240 - - [2026-06-01 04:06:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.240 - - [2026-06-01 04:06:48] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005829 10.0.0.240 - - [2026-06-01 04:06:48] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006116 10.0.0.240 - - [2026-06-01 04:06:48] "POST /neutron/network HTTP/1.1" 200 972 0.013558 10.0.0.240 - - [2026-06-01 04:06:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001368 10.0.0.240 - - [2026-06-01 04:06:48] "POST /neutron/port HTTP/1.1" 200 4180 0.031811 10.0.0.65 - - [2026-06-01 04:06:49] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.240 - - [2026-06-01 04:06:49] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072444 10.0.0.240 - - [2026-06-01 04:06:49] "POST /neutron/port HTTP/1.1" 200 4180 0.038772 10.0.0.240 - - [2026-06-01 04:06:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001899 10.0.0.240 - - [2026-06-01 04:06:49] "POST /neutron/network HTTP/1.1" 200 982 0.007909 10.0.0.240 - - [2026-06-01 04:06:50] "POST /neutron/port HTTP/1.1" 200 1153 0.023448 10.0.0.240 - - [2026-06-01 04:06:50] "POST /neutron/port HTTP/1.1" 200 1217 0.026305 10.0.0.240 - - [2026-06-01 04:06:50] "POST /neutron/subnet HTTP/1.1" 200 1272 0.018263 10.0.0.240 - - [2026-06-01 04:06:50] "POST /neutron/network HTTP/1.1" 200 975 0.015015 10.0.0.65 - - [2026-06-01 04:06:50] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001876 10.0.0.240 - - [2026-06-01 04:06:51] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095966 10.0.0.240 - - [2026-06-01 04:06:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011784 10.0.0.240 - - [2026-06-01 04:06:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009231 10.0.0.240 - - [2026-06-01 04:06:52] "POST /neutron/port HTTP/1.1" 200 1150 0.030439 10.0.0.240 - - [2026-06-01 04:06:52] "POST /neutron/port HTTP/1.1" 200 1214 0.021912 10.0.0.240 - - [2026-06-01 04:06:52] "POST /neutron/subnet HTTP/1.1" 200 1258 0.016434 10.0.0.240 - - [2026-06-01 04:06:52] "POST /neutron/network HTTP/1.1" 200 972 0.011977 10.0.0.240 - - [2026-06-01 04:06:56] "POST /neutron/port HTTP/1.1" 200 1217 0.021365 10.0.0.240 - - [2026-06-01 04:06:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007948 10.0.0.240 - - [2026-06-01 04:06:56] "GET /virtual-machine/7b6a344d-05c0-4f50-a5c8-35eb725531e6 HTTP/1.1" 200 1300 0.006568 10.0.0.240 - - [2026-06-01 04:06:56] "GET /virtual-machine-interface/3645d980-f034-4b57-96c1-5a4411e0a10a HTTP/1.1" 200 3157 0.006460 10.0.0.240 - - [2026-06-01 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.240 - - [2026-06-01 04:06:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.240 - - [2026-06-01 04:06:56] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003775 10.0.0.240 - - [2026-06-01 04:06:56] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011483 10.0.0.240 - - [2026-06-01 04:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.240 - - [2026-06-01 04:06:59] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005563 10.0.0.240 - - [2026-06-01 04:07:01] "POST /neutron/port HTTP/1.1" 200 1214 0.055500 10.0.0.240 - - [2026-06-01 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-06-01 04:07:01] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003788 10.0.0.240 - - [2026-06-01 04:07:01] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003745 10.0.0.240 - - [2026-06-01 04:07:02] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008436 10.0.0.240 - - [2026-06-01 04:07:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009320 10.0.0.240 - - [2026-06-01 04:07:02] "POST /neutron/port HTTP/1.1" 200 1214 0.021303 10.0.0.240 - - [2026-06-01 04:07:02] "GET /virtual-machine/3f201d3f-ad9c-4e99-b6b5-752bed8d7cd6 HTTP/1.1" 200 1300 0.006212 10.0.0.240 - - [2026-06-01 04:07:02] "GET /virtual-machine-interface/55296248-0c30-4bc7-9d6c-09cb75ff8989 HTTP/1.1" 200 3157 0.005687 10.0.0.240 - - [2026-06-01 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.240 - - [2026-06-01 04:07:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004134 10.0.0.240 - - [2026-06-01 04:07:02] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003580 10.0.0.240 - - [2026-06-01 04:07:02] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007482 10.0.0.240 - - [2026-06-01 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.240 - - [2026-06-01 04:07:03] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004031 10.0.0.240 - - [2026-06-01 04:07:03] "GET /virtual-networks?parent_id=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003710 10.0.0.240 - - [2026-06-01 04:07:03] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007414 10.0.0.240 - - [2026-06-01 04:07:03] "POST /fqname-to-id HTTP/1.1" 404 209 0.003527 10.0.0.240 - - [2026-06-01 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.65 - - [2026-06-01 04:07:03] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.240 - - [2026-06-01 04:07:04] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049185 10.0.0.240 - - [2026-06-01 04:07:04] "POST /network-policys HTTP/1.1" 200 533 0.034461 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006319 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.240 - - [2026-06-01 04:07:04] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006261 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005064 10.0.0.240 - - [2026-06-01 04:07:04] "POST /ref-update HTTP/1.1" 200 156 0.050154 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005676 10.0.0.240 - - [2026-06-01 04:07:04] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.008147 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004642 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.240 - - [2026-06-01 04:07:04] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006640 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004821 10.0.0.65 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.013460 10.0.0.240 - - [2026-06-01 04:07:04] "POST /ref-update HTTP/1.1" 200 156 0.057806 10.0.0.65 - - [2026-06-01 04:07:04] "POST /access-control-lists HTTP/1.1" 200 578 0.060034 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006659 10.0.0.240 - - [2026-06-01 04:07:04] "POST /neutron/network HTTP/1.1" 200 1058 0.013834 10.0.0.240 - - [2026-06-01 04:07:04] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2858 0.006080 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.65 - - [2026-06-01 04:07:04] "POST /ref-update HTTP/1.1" 200 156 0.030830 10.0.0.240 - - [2026-06-01 04:07:04] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.020947 10.0.0.240 - - [2026-06-01 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006779 10.0.0.65 - - [2026-06-01 04:07:04] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.240 - - [2026-06-01 04:07:04] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042732 10.0.0.65 - - [2026-06-01 04:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011418 10.0.0.240 - - [2026-06-01 04:07:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.228696 10.0.0.240 - - [2026-06-01 04:07:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001386 10.0.0.240 - - [2026-06-01 04:07:05] "GET /virtual-network/e4f8ce67-b252-4dd1-9d14-a46e45819668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005883 10.0.0.240 - - [2026-06-01 04:07:05] "GET /virtual-network/e4f8ce67-b252-4dd1-9d14-a46e45819668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005956 10.0.0.240 - - [2026-06-01 04:07:05] "POST /neutron/network HTTP/1.1" 200 799 0.008577 10.0.0.240 - - [2026-06-01 04:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.65 - - [2026-06-01 04:07:05] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.240 - - [2026-06-01 04:07:05] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040960 10.0.0.65 - - [2026-06-01 04:07:05] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.240 - - [2026-06-01 04:07:05] "POST /neutron/network HTTP/1.1" 200 585 0.155838 10.0.0.65 - - [2026-06-01 04:07:05] "POST /route-targets HTTP/1.1" 200 327 0.017681 10.0.0.240 - - [2026-06-01 04:07:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.004011 10.0.0.240 - - [2026-06-01 04:07:06] "GET /virtual-network/11e6ed6b-6aa9-41f5-8fff-daf355686f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005993 10.0.0.240 - - [2026-06-01 04:07:06] "POST /neutron/network HTTP/1.1" 200 799 0.008316 10.0.0.240 - - [2026-06-01 04:07:06] "GET /virtual-network/11e6ed6b-6aa9-41f5-8fff-daf355686f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005872 10.0.0.240 - - [2026-06-01 04:07:06] "POST /fqname-to-id HTTP/1.1" 404 239 0.003702 10.0.0.240 - - [2026-06-01 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.65 - - [2026-06-01 04:07:06] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.240 - - [2026-06-01 04:07:06] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064548 10.0.0.240 - - [2026-06-01 04:07:06] "POST /network-policys HTTP/1.1" 200 587 0.041038 10.0.0.240 - - [2026-06-01 04:07:06] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007174 10.0.0.240 - - [2026-06-01 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.240 - - [2026-06-01 04:07:06] "GET /virtual-network/e4f8ce67-b252-4dd1-9d14-a46e45819668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008741 10.0.0.240 - - [2026-06-01 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.240 - - [2026-06-01 04:07:06] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011276 10.0.0.240 - - [2026-06-01 04:07:06] "POST /ref-update HTTP/1.1" 200 156 0.067046 10.0.0.65 - - [2026-06-01 04:07:06] "POST /access-control-lists HTTP/1.1" 200 554 0.044031 10.0.0.240 - - [2026-06-01 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.240 - - [2026-06-01 04:07:06] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004445 10.0.0.240 - - [2026-06-01 04:07:07] "POST /neutron/network HTTP/1.1" 200 912 0.010432 10.0.0.240 - - [2026-06-01 04:07:07] "GET /virtual-network/e4f8ce67-b252-4dd1-9d14-a46e45819668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.005608 10.0.0.240 - - [2026-06-01 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.240 - - [2026-06-01 04:07:07] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006122 10.0.0.240 - - [2026-06-01 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.240 - - [2026-06-01 04:07:07] "GET /virtual-network/11e6ed6b-6aa9-41f5-8fff-daf355686f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006294 10.0.0.240 - - [2026-06-01 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.240 - - [2026-06-01 04:07:07] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004987 10.0.0.240 - - [2026-06-01 04:07:07] "POST /ref-update HTTP/1.1" 200 156 0.090520 10.0.0.240 - - [2026-06-01 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.240 - - [2026-06-01 04:07:07] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003177 10.0.0.65 - - [2026-06-01 04:07:07] "POST /ref-update HTTP/1.1" 200 156 0.031673 10.0.0.240 - - [2026-06-01 04:07:07] "GET /virtual-network/11e6ed6b-6aa9-41f5-8fff-daf355686f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.016609 10.0.0.240 - - [2026-06-01 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.240 - - [2026-06-01 04:07:07] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007243 10.0.0.240 - - [2026-06-01 04:07:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001337 10.0.0.240 - - [2026-06-01 04:07:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008587 10.0.0.65 - - [2026-06-01 04:07:08] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.240 - - [2026-06-01 04:07:08] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086164 10.0.0.240 - - [2026-06-01 04:07:08] "POST /neutron/port HTTP/1.1" 200 6303 0.093291 10.0.0.240 - - [2026-06-01 04:07:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001294 10.0.0.240 - - [2026-06-01 04:07:09] "POST /neutron/port HTTP/1.1" 200 6303 0.070447 10.0.0.65 - - [2026-06-01 04:07:09] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.240 - - [2026-06-01 04:07:09] "GET /obj-perms HTTP/1.1" 200 5075 0.091194 10.0.0.240 - - [2026-06-01 04:07:09] "POST /neutron/port HTTP/1.1" 200 1063 0.392293 10.0.0.240 - - [2026-06-01 04:07:09] "POST /neutron/port HTTP/1.1" 200 1063 0.015306 10.0.0.240 - - [2026-06-01 04:07:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005350 10.0.0.240 - - [2026-06-01 04:07:10] "POST /neutron/network HTTP/1.1" 200 912 0.008389 10.0.0.65 - - [2026-06-01 04:07:10] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001673 10.0.0.240 - - [2026-06-01 04:07:10] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.090014 10.0.0.240 - - [2026-06-01 04:07:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009844 10.0.0.240 - - [2026-06-01 04:07:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003503 10.0.0.240 - - [2026-06-01 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.240 - - [2026-06-01 04:07:10] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005267 10.0.0.65 - - [2026-06-01 04:07:11] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001986 10.0.0.240 - - [2026-06-01 04:07:11] "POST /neutron/port HTTP/1.1" 200 1063 0.383825 10.0.0.240 - - [2026-06-01 04:07:11] "POST /neutron/port HTTP/1.1" 200 1117 0.143996 10.0.0.240 - - [2026-06-01 04:07:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.020396 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004782 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004651 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005646 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.035956 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.045452 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006047 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007665 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.030879 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.037070 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007117 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008995 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.038472 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.047077 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004847 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009126 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.023390 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003928 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004868 10.0.0.240 - - [2026-06-01 04:07:12] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004876 10.0.0.240 - - [2026-06-01 04:07:12] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.030807 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.054963 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008317 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004868 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.032694 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.042073 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015850 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005085 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.035903 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.049865 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005237 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006373 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.021646 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003742 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004554 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004645 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.026561 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.056954 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005432 10.0.0.240 - - [2026-06-01 04:07:13] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008266 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.035412 10.0.0.240 - - [2026-06-01 04:07:13] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.041494 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009789 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008987 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.040341 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.043440 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004949 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006660 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.029546 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004687 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004153 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.019228 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011015 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006072 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.021735 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004765 10.0.0.240 - - [2026-06-01 04:07:14] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005313 10.0.0.240 - - [2026-06-01 04:07:14] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.018497 10.0.0.240 - - [2026-06-01 04:07:19] "POST /neutron/port HTTP/1.1" 200 1127 0.031381 10.0.0.240 - - [2026-06-01 04:07:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007946 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003932 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005155 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004357 10.0.0.240 - - [2026-06-01 04:07:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.030723 10.0.0.240 - - [2026-06-01 04:07:24] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.039041 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.003969 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004844 10.0.0.240 - - [2026-06-01 04:07:24] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.039955 10.0.0.240 - - [2026-06-01 04:07:24] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.047649 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.014283 10.0.0.240 - - [2026-06-01 04:07:24] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008899 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.035522 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.041005 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009422 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004793 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.021305 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003537 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005298 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004594 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.029384 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.060488 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009894 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008472 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.052418 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.042540 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007764 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.020101 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.029584 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.042465 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004865 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005838 10.0.0.240 - - [2026-06-01 04:07:25] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.030135 10.0.0.240 - - [2026-06-01 04:07:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006146 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005347 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005167 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.031221 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/36dfa0bb-242c-4939-a384-cd583d81558d HTTP/1.1" 200 254 0.034315 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005748 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009296 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.039567 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/913bed52-7da7-4bf3-bfe1-215d644ba7cb HTTP/1.1" 200 254 0.046988 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.029455 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011297 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.040362 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.049509 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012218 10.0.0.240 - - [2026-06-01 04:07:26] "GET /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009701 10.0.0.240 - - [2026-06-01 04:07:26] "PUT /bgp-router/44829fdf-0b0e-4d47-81e9-f3e96c6853e7 HTTP/1.1" 200 254 0.035673 10.0.0.240 - - [2026-06-01 04:07:26] "POST /ref-update HTTP/1.1" 200 156 0.059303 10.0.0.240 - - [2026-06-01 04:07:27] "GET /virtual-network/11e6ed6b-6aa9-41f5-8fff-daf355686f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.014827 10.0.0.240 - - [2026-06-01 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009445 10.0.0.240 - - [2026-06-01 04:07:27] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009555 10.0.0.240 - - [2026-06-01 04:07:27] "POST /ref-update HTTP/1.1" 200 156 0.066732 10.0.0.65 - - [2026-06-01 04:07:27] "DELETE /access-control-list/974278fd-11eb-4b85-8542-d749137420e5 HTTP/1.1" 200 115 0.052011 10.0.0.240 - - [2026-06-01 04:07:27] "GET /virtual-network/e4f8ce67-b252-4dd1-9d14-a46e45819668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.011918 10.0.0.240 - - [2026-06-01 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.240 - - [2026-06-01 04:07:27] "GET /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006387 10.0.0.240 - - [2026-06-01 04:07:27] "DELETE /network-policy/ed2ce604-7500-4b0e-8060-08473c5ca64c HTTP/1.1" 200 115 0.054677 10.0.0.240 - - [2026-06-01 04:07:27] "POST /neutron/port HTTP/1.1" 200 1127 0.035645 10.0.0.240 - - [2026-06-01 04:07:27] "POST /neutron/network HTTP/1.1" 400 204 0.017323 10.0.0.240 - - [2026-06-01 04:07:27] "POST /neutron/port HTTP/1.1" 200 1117 0.019094 10.0.0.65 - - [2026-06-01 04:07:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011690 10.0.0.65 - - [2026-06-01 04:07:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007623 10.0.0.240 - - [2026-06-01 04:07:29] "POST /neutron/network HTTP/1.1" 200 151 0.166769 10.0.0.65 - - [2026-06-01 04:07:29] "DELETE /route-target/62cfd517-eab5-4b2c-a7ff-81bac9841e44 HTTP/1.1" 200 115 0.036765 10.0.0.240 - - [2026-06-01 04:07:29] "POST /neutron/port HTTP/1.1" 200 1216 0.026962 10.0.0.240 - - [2026-06-01 04:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012210 10.0.0.240 - - [2026-06-01 04:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-06-01 04:07:29] "POST /ref-update HTTP/1.1" 200 156 0.071342 10.0.0.240 - - [2026-06-01 04:07:29] "POST /neutron/network HTTP/1.1" 200 972 0.020613 10.0.0.65 - - [2026-06-01 04:07:29] "DELETE /access-control-list/7ddddf90-5868-4637-a79f-7a512f11fdf5 HTTP/1.1" 200 115 0.065868 10.0.0.240 - - [2026-06-01 04:07:30] "GET /virtual-network/e47f6cd8-47c8-475f-a656-1239fae1f7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.010558 10.0.0.240 - - [2026-06-01 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.240 - - [2026-06-01 04:07:30] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007663 10.0.0.240 - - [2026-06-01 04:07:30] "POST /ref-update HTTP/1.1" 200 156 0.054690 10.0.0.65 - - [2026-06-01 04:07:30] "POST /ref-update HTTP/1.1" 200 156 0.025860 10.0.0.240 - - [2026-06-01 04:07:30] "GET /virtual-network/70a6371a-62a4-4e6b-af69-b216dabdc9bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.031780 10.0.0.240 - - [2026-06-01 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.240 - - [2026-06-01 04:07:30] "GET /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004703 10.0.0.240 - - [2026-06-01 04:07:30] "DELETE /network-policy/92d52fca-d809-4267-980b-fe9c62c76bd7 HTTP/1.1" 200 115 0.048549 10.0.0.240 - - [2026-06-01 04:07:30] "POST /neutron/network HTTP/1.1" 400 204 0.016676 10.0.0.240 - - [2026-06-01 04:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.352541 10.0.0.240 - - [2026-06-01 04:07:31] "POST /neutron/port HTTP/1.1" 200 151 0.408636 10.0.0.240 - - [2026-06-01 04:07:32] "POST /neutron/network HTTP/1.1" 200 975 0.013228 10.0.0.65 - - [2026-06-01 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.65 - - [2026-06-01 04:07:34] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.240 - - [2026-06-01 04:07:34] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041984 10.0.0.65 - - [2026-06-01 04:07:34] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.240 - - [2026-06-01 04:07:34] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?fields=virtual_networks HTTP/1.1" 200 1049 0.056401 10.0.0.65 - - [2026-06-01 04:07:34] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.240 - - [2026-06-01 04:07:34] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.057039 10.0.0.65 - - [2026-06-01 04:07:34] "GET /projects?obj_uuids=c05ea9b4-600a-4812-b42a-8f97a39d6b57&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.240 - - [2026-06-01 04:07:34] "GET /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57?fields=security_groups HTTP/1.1" 200 1283 0.057813 10.0.0.240 - - [2026-06-01 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.034812 10.0.0.65 - - [2026-06-01 04:07:35] "GET /projects?obj_uuids=6b76b012-6c0d-4607-bf3d-047ee994ca63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003639 10.0.0.65 - - [2026-06-01 04:07:35] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.65 - - [2026-06-01 04:07:35] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008061 10.0.0.65 - - [2026-06-01 04:07:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.012591 10.0.0.65 - - [2026-06-01 04:07:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.007087 10.0.0.65 - - [2026-06-01 04:07:35] "POST /security-groups HTTP/1.1" 200 586 0.078374 10.0.0.240 - - [2026-06-01 04:07:35] "POST /neutron/port HTTP/1.1" 200 1216 0.077970 10.0.0.65 - - [2026-06-01 04:07:35] "POST /projects HTTP/1.1" 200 575 0.315003 10.0.0.65 - - [2026-06-01 04:07:35] "POST /access-control-lists HTTP/1.1" 200 591 0.034805 10.0.0.65 - - [2026-06-01 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.393610 10.0.0.240 - - [2026-06-01 04:07:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004614 10.0.0.240 - - [2026-06-01 04:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001863 10.0.0.240 - - [2026-06-01 04:07:36] "GET /project/6b76b012-6c0d-4607-bf3d-047ee994ca63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.570007 10.0.0.240 - - [2026-06-01 04:07:37] "GET / HTTP/1.1" 200 35931 0.001448 10.0.0.240 - - [2026-06-01 04:07:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.240 - - [2026-06-01 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.031079 10.0.0.240 - - [2026-06-01 04:07:39] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005267 10.0.0.240 - - [2026-06-01 04:07:39] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003571 10.0.0.240 - - [2026-06-01 04:07:39] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004478 10.0.0.240 - - [2026-06-01 04:07:40] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.014891 10.0.0.240 - - [2026-06-01 04:07:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.027318 10.0.0.65 - - [2026-06-01 04:07:42] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003036 10.0.0.65 - - [2026-06-01 04:07:42] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.65 - - [2026-06-01 04:07:42] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007080 10.0.0.65 - - [2026-06-01 04:07:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.002237 10.0.0.65 - - [2026-06-01 04:07:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004335 10.0.0.65 - - [2026-06-01 04:07:42] "POST /security-groups HTTP/1.1" 200 586 0.042641 10.0.0.65 - - [2026-06-01 04:07:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.003120 10.0.0.65 - - [2026-06-01 04:07:42] "POST /projects HTTP/1.1" 200 575 0.274283 10.0.0.65 - - [2026-06-01 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.346831 10.0.0.65 - - [2026-06-01 04:07:42] "POST /access-control-lists HTTP/1.1" 200 589 0.029870 10.0.0.240 - - [2026-06-01 04:07:42] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.492702 10.0.0.240 - - [2026-06-01 04:07:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.028400 10.0.0.65 - - [2026-06-01 04:07:43] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003964 10.0.0.65 - - [2026-06-01 04:07:43] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.65 - - [2026-06-01 04:07:43] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007964 10.0.0.65 - - [2026-06-01 04:07:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.007561 10.0.0.65 - - [2026-06-01 04:07:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005211 10.0.0.65 - - [2026-06-01 04:07:43] "POST /security-groups HTTP/1.1" 200 586 0.074205 10.0.0.65 - - [2026-06-01 04:07:43] "POST /projects HTTP/1.1" 200 575 0.296064 10.0.0.65 - - [2026-06-01 04:07:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.010922 10.0.0.65 - - [2026-06-01 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.377461 10.0.0.240 - - [2026-06-01 04:07:43] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.523212 10.0.0.240 - - [2026-06-01 04:07:44] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.240 - - [2026-06-01 04:07:44] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.240 - - [2026-06-01 04:07:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.003436 10.0.0.240 - - [2026-06-01 04:07:45] "POST /api-access-lists HTTP/1.1" 200 521 0.024729 10.0.0.240 - - [2026-06-01 04:07:45] "GET /api-access-list/cc74638d-b036-45d2-862e-0681ac37cb67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007454 10.0.0.240 - - [2026-06-01 04:07:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000580 10.0.0.240 - - [2026-06-01 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.156253 10.0.0.65 - - [2026-06-01 04:07:46] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.240 - - [2026-06-01 04:07:46] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.070323 10.0.0.240 - - [2026-06-01 04:07:46] "GET /virtual-networks?parent_id=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.036932 10.0.0.65 - - [2026-06-01 04:07:46] "DELETE /access-control-list/7299c097-d6b0-44b3-b01d-ef91940bf8dc HTTP/1.1" 200 115 0.066336 10.0.0.240 - - [2026-06-01 04:07:46] "POST /virtual-networks HTTP/1.1" 200 568 0.172533 10.0.0.240 - - [2026-06-01 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.055706 10.0.0.240 - - [2026-06-01 04:07:46] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.018920 10.0.0.65 - - [2026-06-01 04:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011355 10.0.0.240 - - [2026-06-01 04:07:47] "POST /ref-update HTTP/1.1" 200 156 0.098190 10.0.0.240 - - [2026-06-01 04:07:47] "POST /neutron/network HTTP/1.1" 200 833 0.063602 10.0.0.240 - - [2026-06-01 04:07:47] "GET /virtual-network/adc94494-44b3-4b0c-9382-f99614b0e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.023035 10.0.0.240 - - [2026-06-01 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.041638 10.0.0.240 - - [2026-06-01 04:07:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.071810 10.0.0.240 - - [2026-06-01 04:07:49] "GET /virtual-network/adc94494-44b3-4b0c-9382-f99614b0e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.070598 10.0.0.240 - - [2026-06-01 04:07:49] "POST /id-to-fqname HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2026-06-01 04:07:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.048189 10.0.0.240 - - [2026-06-01 04:07:50] "POST /neutron/port HTTP/1.1" 200 4180 0.058301 10.0.0.65 - - [2026-06-01 04:07:51] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.240 - - [2026-06-01 04:07:51] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.071239 10.0.0.240 - - [2026-06-01 04:07:51] "POST /neutron/port HTTP/1.1" 200 4180 0.043495 10.0.0.240 - - [2026-06-01 04:07:52] "POST /neutron/network HTTP/1.1" 200 843 0.072797 10.0.0.240 - - [2026-06-01 04:07:53] "POST /neutron/port HTTP/1.1" 200 1056 0.022095 10.0.0.240 - - [2026-06-01 04:07:53] "POST /neutron/port HTTP/1.1" 200 1120 0.020400 10.0.0.240 - - [2026-06-01 04:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.240 - - [2026-06-01 04:07:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009332 10.0.0.65 - - [2026-06-01 04:07:57] "DELETE /project/6b76b0126c0d4607bf3d047ee994ca63 HTTP/1.1" 404 173 0.006161 10.0.0.65 - - [2026-06-01 04:07:57] "DELETE /project/c05ea9b4-600a-4812-b42a-8f97a39d6b57 HTTP/1.1" 404 177 0.005320 10.0.0.65 - - [2026-06-01 04:07:57] "DELETE /project/00604d9aeb684ab689415bd0c91eb607 HTTP/1.1" 404 173 0.006070 10.0.0.65 - - [2026-06-01 04:07:57] "DELETE /project/b9704c41ccc04542888e2efbf9961c27 HTTP/1.1" 404 173 0.005249 10.0.0.240 - - [2026-06-01 04:07:57] "POST /neutron/port HTTP/1.1" 200 1120 0.026760 10.0.0.240 - - [2026-06-01 04:07:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008962 10.0.0.240 - - [2026-06-01 04:07:57] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2026-06-01 04:07:57] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 200 1287 0.051770 10.0.0.240 - - [2026-06-01 04:07:57] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 200 1287 0.020400 10.0.0.240 - - [2026-06-01 04:07:57] "GET /virtual-machine-interface/7f3a06e9-a59f-487b-bab8-8e90bd709498 HTTP/1.1" 200 2530 0.028842 10.0.0.240 - - [2026-06-01 04:07:58] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 200 1287 0.021023 10.0.0.240 - - [2026-06-01 04:07:58] "GET /virtual-machine-interface/7f3a06e9-a59f-487b-bab8-8e90bd709498 HTTP/1.1" 200 2530 0.026910 10.0.0.240 - - [2026-06-01 04:07:58] "GET /instance-ip/576aed9f-c1b8-4d9a-952e-919bd9e66e62 HTTP/1.1" 200 1626 0.023841 10.0.0.240 - - [2026-06-01 04:07:58] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 200 1287 0.035147 10.0.0.240 - - [2026-06-01 04:07:58] "GET /virtual-machine-interface/7f3a06e9-a59f-487b-bab8-8e90bd709498 HTTP/1.1" 200 2530 0.025780 10.0.0.240 - - [2026-06-01 04:07:58] "GET /instance-ip/576aed9f-c1b8-4d9a-952e-919bd9e66e62 HTTP/1.1" 200 1626 0.020288 10.0.0.240 - - [2026-06-01 04:07:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.017655 10.0.0.240 - - [2026-06-01 04:07:58] "GET / HTTP/1.1" 200 35931 0.001973 10.0.0.240 - - [2026-06-01 04:07:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.240 - - [2026-06-01 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.030747 10.0.0.240 - - [2026-06-01 04:07:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005242 10.0.0.240 - - [2026-06-01 04:07:58] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023716 10.0.0.240 - - [2026-06-01 04:07:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.020907 10.0.0.240 - - [2026-06-01 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.240 - - [2026-06-01 04:07:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004661 10.0.0.240 - - [2026-06-01 04:07:59] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021380 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.015801 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.240 - - [2026-06-01 04:07:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.240 - - [2026-06-01 04:07:59] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019112 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.015669 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.240 - - [2026-06-01 04:07:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.240 - - [2026-06-01 04:07:59] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019655 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.034131 10.0.0.240 - - [2026-06-01 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.240 - - [2026-06-01 04:07:59] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.240 - - [2026-06-01 04:07:59] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017425 10.0.0.240 - - [2026-06-01 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026587 10.0.0.240 - - [2026-06-01 04:08:02] "GET /virtual-network/adc94494-44b3-4b0c-9382-f99614b0e9b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.028821 10.0.0.240 - - [2026-06-01 04:08:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.017433 10.0.0.240 - - [2026-06-01 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.240 - - [2026-06-01 04:08:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004207 10.0.0.240 - - [2026-06-01 04:08:04] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016715 10.0.0.240 - - [2026-06-01 04:08:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.017668 10.0.0.240 - - [2026-06-01 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.240 - - [2026-06-01 04:08:04] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.240 - - [2026-06-01 04:08:04] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017282 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.021743 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.240 - - [2026-06-01 04:08:05] "GET /routing-instance/4d1e94c0-150f-4ad0-b2fe-3f68bec49812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004777 10.0.0.240 - - [2026-06-01 04:08:05] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.025252 10.0.0.240 - - [2026-06-01 04:08:05] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004965 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.018969 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.240 - - [2026-06-01 04:08:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004860 10.0.0.240 - - [2026-06-01 04:08:05] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018900 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.020432 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.240 - - [2026-06-01 04:08:05] "GET /routing-instance/4d1e94c0-150f-4ad0-b2fe-3f68bec49812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004461 10.0.0.240 - - [2026-06-01 04:08:05] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017680 10.0.0.240 - - [2026-06-01 04:08:05] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003467 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.020147 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.240 - - [2026-06-01 04:08:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005473 10.0.0.240 - - [2026-06-01 04:08:05] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021443 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.021555 10.0.0.240 - - [2026-06-01 04:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.240 - - [2026-06-01 04:08:05] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005380 10.0.0.240 - - [2026-06-01 04:08:05] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021407 10.0.0.65 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.091283 10.0.0.240 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.059597 10.0.0.240 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.018643 10.0.0.65 - - [2026-06-01 04:08:06] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.023578 10.0.0.240 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.020379 10.0.0.240 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.016905 10.0.0.240 - - [2026-06-01 04:08:06] "GET /obj-perms HTTP/1.1" 200 4934 0.017624 10.0.0.240 - - [2026-06-01 04:08:07] "GET /obj-perms HTTP/1.1" 200 4934 0.072777 10.0.0.240 - - [2026-06-01 04:08:08] "GET /obj-perms HTTP/1.1" 200 4934 0.020772 10.0.0.240 - - [2026-06-01 04:08:08] "GET /obj-perms HTTP/1.1" 200 4934 0.088743 10.0.0.240 - - [2026-06-01 04:08:08] "GET /obj-perms HTTP/1.1" 200 4934 0.020987 10.0.0.249 - - [2026-06-01 04:08:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.084745 10.0.0.65 - - [2026-06-01 04:08:09] "GET /obj-perms HTTP/1.1" 200 4934 0.021118 10.0.0.240 - - [2026-06-01 04:08:09] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 200 1287 0.024409 10.0.0.240 - - [2026-06-01 04:08:09] "POST /neutron/port HTTP/1.1" 200 1120 0.028503 10.0.0.240 - - [2026-06-01 04:08:11] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 404 171 0.019214 10.0.0.240 - - [2026-06-01 04:08:11] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 404 171 0.014323 10.0.0.240 - - [2026-06-01 04:08:11] "GET /virtual-machine/6e643647-7616-4efe-9aff-e37c259a88c4 HTTP/1.1" 404 171 0.014609 10.0.0.240 - - [2026-06-01 04:08:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.018800 10.0.0.240 - - [2026-06-01 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.240 - - [2026-06-01 04:08:11] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003987 10.0.0.240 - - [2026-06-01 04:08:11] "GET /virtual-networks?parent_id=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016244 10.0.0.240 - - [2026-06-01 04:08:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.016932 10.0.0.240 - - [2026-06-01 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2026-06-01 04:08:11] "GET /routing-instance/4d1e94c0-150f-4ad0-b2fe-3f68bec49812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005406 10.0.0.240 - - [2026-06-01 04:08:11] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016014 10.0.0.240 - - [2026-06-01 04:08:11] "GET /route-target/194caed5-faa7-4955-9284-aa2b89aad74e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003661 10.0.0.240 - - [2026-06-01 04:08:12] "GET /obj-perms HTTP/1.1" 200 4934 0.017317 10.0.0.240 - - [2026-06-01 04:08:12] "GET /obj-perms HTTP/1.1" 200 4934 0.073076 10.0.0.240 - - [2026-06-01 04:08:15] "GET /obj-perms HTTP/1.1" 200 5039 0.056768 10.0.0.240 - - [2026-06-01 04:08:18] "GET /obj-perms HTTP/1.1" 200 5039 0.004143 10.0.0.240 - - [2026-06-01 04:08:24] "GET /obj-perms HTTP/1.1" 200 5039 0.004508 10.0.0.240 - - [2026-06-01 04:08:27] "GET /obj-perms HTTP/1.1" 200 5039 0.004151 10.0.0.240 - - [2026-06-01 04:08:31] "GET /obj-perms HTTP/1.1" 200 5039 0.005761 10.0.0.240 - - [2026-06-01 04:08:31] "POST /neutron/port HTTP/1.1" 200 1104 0.020627 10.0.0.240 - - [2026-06-01 04:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 10.0.0.240 - - [2026-06-01 04:08:31] "POST /neutron/network HTTP/1.1" 200 924 0.008064 10.0.0.65 - - [2026-06-01 04:08:31] "GET /obj-perms HTTP/1.1" 200 5039 0.069642 10.0.0.65 - - [2026-06-01 04:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005566 10.0.0.65 - - [2026-06-01 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007275 10.0.0.65 - - [2026-06-01 04:08:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003474 10.0.0.240 - - [2026-06-01 04:08:32] "DELETE /virtual-network/adc94494-44b3-4b0c-9382-f99614b0e9b7 HTTP/1.1" 200 115 0.148660 10.0.0.240 - - [2026-06-01 04:08:32] "DELETE /api-access-list/cc74638d-b036-45d2-862e-0681ac37cb67 HTTP/1.1" 200 115 0.041728 10.0.0.65 - - [2026-06-01 04:08:32] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.240 - - [2026-06-01 04:08:32] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.041233 10.0.0.65 - - [2026-06-01 04:08:32] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.240 - - [2026-06-01 04:08:32] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?fields=virtual_networks HTTP/1.1" 200 1019 0.040687 10.0.0.65 - - [2026-06-01 04:08:32] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.240 - - [2026-06-01 04:08:32] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.052104 10.0.0.65 - - [2026-06-01 04:08:32] "GET /projects?obj_uuids=00604d9a-eb68-4ab6-8941-5bd0c91eb607&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001231 10.0.0.240 - - [2026-06-01 04:08:32] "GET /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607?fields=security_groups HTTP/1.1" 200 1240 0.055978 10.0.0.65 - - [2026-06-01 04:08:33] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001211 10.0.0.240 - - [2026-06-01 04:08:33] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042584 10.0.0.65 - - [2026-06-01 04:08:33] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.240 - - [2026-06-01 04:08:33] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?fields=virtual_networks HTTP/1.1" 200 1022 0.042906 10.0.0.65 - - [2026-06-01 04:08:33] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.240 - - [2026-06-01 04:08:33] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.061558 10.0.0.65 - - [2026-06-01 04:08:33] "GET /projects?obj_uuids=b9704c41-ccc0-4542-888e-2efbf9961c27&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.240 - - [2026-06-01 04:08:33] "GET /project/b9704c41-ccc0-4542-888e-2efbf9961c27?fields=security_groups HTTP/1.1" 200 1243 0.041280 10.0.0.240 - - [2026-06-01 04:08:35] "POST /neutron/network HTTP/1.1" 200 934 0.007728 10.0.0.240 - - [2026-06-01 04:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.240 - - [2026-06-01 04:08:35] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004318 10.0.0.240 - - [2026-06-01 04:08:35] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.014052 10.0.0.65 - - [2026-06-01 04:08:35] "GET /projects?obj_uuids=6b76b012-6c0d-4607-bf3d-047ee994ca63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.240 - - [2026-06-01 04:08:35] "GET /project/6b76b012-6c0d-4607-bf3d-047ee994ca63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.039814 10.0.0.65 - - [2026-06-01 04:08:36] "GET /projects?obj_uuids=6b76b012-6c0d-4607-bf3d-047ee994ca63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001875 10.0.0.240 - - [2026-06-01 04:08:36] "GET /project/6b76b012-6c0d-4607-bf3d-047ee994ca63?fields=virtual_networks HTTP/1.1" 200 1022 0.056043 10.0.0.65 - - [2026-06-01 04:08:36] "GET /projects?obj_uuids=6b76b012-6c0d-4607-bf3d-047ee994ca63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001007 10.0.0.240 - - [2026-06-01 04:08:36] "GET /project/6b76b012-6c0d-4607-bf3d-047ee994ca63?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049947 10.0.0.65 - - [2026-06-01 04:08:36] "GET /projects?obj_uuids=6b76b012-6c0d-4607-bf3d-047ee994ca63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.240 - - [2026-06-01 04:08:36] "GET /project/6b76b012-6c0d-4607-bf3d-047ee994ca63?fields=security_groups HTTP/1.1" 200 1243 0.044600 10.0.0.240 - - [2026-06-01 04:08:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.032400 10.0.0.65 - - [2026-06-01 04:08:37] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003757 10.0.0.65 - - [2026-06-01 04:08:37] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.65 - - [2026-06-01 04:08:37] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007106 10.0.0.65 - - [2026-06-01 04:08:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.004106 10.0.0.65 - - [2026-06-01 04:08:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.006788 10.0.0.65 - - [2026-06-01 04:08:37] "POST /security-groups HTTP/1.1" 200 591 0.078077 10.0.0.65 - - [2026-06-01 04:08:37] "POST /projects HTTP/1.1" 200 585 0.279569 10.0.0.65 - - [2026-06-01 04:08:37] "POST /access-control-lists HTTP/1.1" 200 596 0.039821 10.0.0.65 - - [2026-06-01 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.355271 10.0.0.240 - - [2026-06-01 04:08:37] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.495764 10.0.0.240 - - [2026-06-01 04:08:38] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.240 - - [2026-06-01 04:08:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.240 - - [2026-06-01 04:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040223 10.0.0.240 - - [2026-06-01 04:08:41] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005483 10.0.0.240 - - [2026-06-01 04:08:41] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005168 10.0.0.240 - - [2026-06-01 04:08:41] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004215 10.0.0.240 - - [2026-06-01 04:08:41] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.016444 10.0.0.240 - - [2026-06-01 04:08:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.028410 10.0.0.65 - - [2026-06-01 04:08:43] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002821 10.0.0.65 - - [2026-06-01 04:08:43] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.65 - - [2026-06-01 04:08:43] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007092 10.0.0.65 - - [2026-06-01 04:08:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.004684 10.0.0.65 - - [2026-06-01 04:08:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.006140 10.0.0.65 - - [2026-06-01 04:08:43] "POST /security-groups HTTP/1.1" 200 591 0.037850 10.0.0.65 - - [2026-06-01 04:08:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.003207 10.0.0.65 - - [2026-06-01 04:08:43] "POST /projects HTTP/1.1" 200 585 0.245272 10.0.0.65 - - [2026-06-01 04:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.322190 10.0.0.65 - - [2026-06-01 04:08:43] "POST /access-control-lists HTTP/1.1" 200 594 0.033309 10.0.0.240 - - [2026-06-01 04:08:43] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.456789 10.0.0.240 - - [2026-06-01 04:08:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.026299 10.0.0.65 - - [2026-06-01 04:08:44] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003271 10.0.0.65 - - [2026-06-01 04:08:44] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001595 10.0.0.65 - - [2026-06-01 04:08:44] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007561 10.0.0.65 - - [2026-06-01 04:08:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.006913 10.0.0.65 - - [2026-06-01 04:08:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.011569 10.0.0.65 - - [2026-06-01 04:08:44] "POST /security-groups HTTP/1.1" 200 591 0.089972 10.0.0.65 - - [2026-06-01 04:08:44] "POST /projects HTTP/1.1" 200 585 0.321080 10.0.0.65 - - [2026-06-01 04:08:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.012515 10.0.0.65 - - [2026-06-01 04:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.411030 10.0.0.240 - - [2026-06-01 04:08:44] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.571800 10.0.0.240 - - [2026-06-01 04:08:45] "GET / HTTP/1.1" 200 35931 0.002673 10.0.0.240 - - [2026-06-01 04:08:46] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.240 - - [2026-06-01 04:08:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.003614 10.0.0.240 - - [2026-06-01 04:08:46] "POST /api-access-lists HTTP/1.1" 200 521 0.021892 10.0.0.240 - - [2026-06-01 04:08:46] "GET /api-access-list/9a44c384-39e3-4ea3-abb8-1581ef8b92f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005748 10.0.0.240 - - [2026-06-01 04:08:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.240 - - [2026-06-01 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.079168 10.0.0.65 - - [2026-06-01 04:08:47] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001395 10.0.0.240 - - [2026-06-01 04:08:47] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.103923 10.0.0.65 - - [2026-06-01 04:08:47] "DELETE /access-control-list/cdf7c243-beb5-4054-907c-9e13df3644fd HTTP/1.1" 200 115 0.075201 10.0.0.240 - - [2026-06-01 04:08:47] "GET /virtual-networks?parent_id=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.039717 10.0.0.65 - - [2026-06-01 04:08:47] "DELETE /access-control-list/06d1f9d0-8b73-4c5e-9720-ab31cd4c7b05 HTTP/1.1" 200 115 0.048832 10.0.0.240 - - [2026-06-01 04:08:47] "POST /virtual-networks HTTP/1.1" 200 583 0.164751 10.0.0.240 - - [2026-06-01 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.052910 10.0.0.240 - - [2026-06-01 04:08:48] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.089709 10.0.0.65 - - [2026-06-01 04:08:48] "POST /ref-update HTTP/1.1" 200 156 0.066872 10.0.0.65 - - [2026-06-01 04:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007722 10.0.0.240 - - [2026-06-01 04:08:48] "POST /ref-update HTTP/1.1" 200 156 0.107379 10.0.0.240 - - [2026-06-01 04:08:48] "POST /neutron/network HTTP/1.1" 200 848 0.062436 10.0.0.240 - - [2026-06-01 04:08:48] "GET /virtual-network/43b66e79-c12b-4392-ab7b-bcc971f1445c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.025579 10.0.0.240 - - [2026-06-01 04:08:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.240 - - [2026-06-01 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.051349 10.0.0.65 - - [2026-06-01 04:08:49] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.240 - - [2026-06-01 04:08:49] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068567 10.0.0.240 - - [2026-06-01 04:08:49] "GET /virtual-networks?parent_id=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021603 10.0.0.240 - - [2026-06-01 04:08:49] "POST /virtual-networks HTTP/1.1" 200 583 0.102450 10.0.0.240 - - [2026-06-01 04:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.034850 10.0.0.240 - - [2026-06-01 04:08:49] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.017818 10.0.0.65 - - [2026-06-01 04:08:49] "POST /useragent-kv HTTP/1.1" 200 115 0.011176 10.0.0.240 - - [2026-06-01 04:08:49] "POST /ref-update HTTP/1.1" 200 156 0.102440 10.0.0.240 - - [2026-06-01 04:08:49] "POST /neutron/network HTTP/1.1" 200 847 0.058422 10.0.0.240 - - [2026-06-01 04:08:49] "GET /virtual-network/efba9c50-6d90-47aa-8127-7d3c6c57a834?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.019205 10.0.0.240 - - [2026-06-01 04:08:50] "POST /neutron/subnet HTTP/1.1" 200 674 0.049877 10.0.0.240 - - [2026-06-01 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.240 - - [2026-06-01 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.249 - - [2026-06-01 04:08:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.65 - - [2026-06-01 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.036054 10.0.0.240 - - [2026-06-01 04:08:53] "GET /obj-perms HTTP/1.1" 403 257 0.052356 10.0.0.240 - - [2026-06-01 04:08:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.106724 10.0.0.240 - - [2026-06-01 04:08:54] "PUT /virtual-network/43b66e79-c12b-4392-ab7b-bcc971f1445c HTTP/1.1" 200 264 0.067536 10.0.0.240 - - [2026-06-01 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.240 - - [2026-06-01 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.249 - - [2026-06-01 04:08:54] "GET /obj-perms HTTP/1.1" 403 257 0.038139 10.0.0.65 - - [2026-06-01 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.240 - - [2026-06-01 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.240 - - [2026-06-01 04:08:55] "GET /obj-perms HTTP/1.1" 403 257 0.336222 10.0.0.240 - - [2026-06-01 04:08:55] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036107 10.0.0.240 - - [2026-06-01 04:08:56] "PUT /virtual-network/43b66e79-c12b-4392-ab7b-bcc971f1445c HTTP/1.1" 200 264 0.055147 10.0.0.65 - - [2026-06-01 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007933 10.0.0.65 - - [2026-06-01 04:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.65 - - [2026-06-01 04:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.240 - - [2026-06-01 04:08:56] "DELETE /virtual-network/efba9c50-6d90-47aa-8127-7d3c6c57a834 HTTP/1.1" 200 115 0.151665 10.0.0.65 - - [2026-06-01 04:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003593 10.0.0.65 - - [2026-06-01 04:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.240 - - [2026-06-01 04:08:56] "DELETE /virtual-network/43b66e79-c12b-4392-ab7b-bcc971f1445c HTTP/1.1" 200 115 0.155263 10.0.0.65 - - [2026-06-01 04:08:56] "DELETE /route-target/e7ece67d-ca56-4b5c-a6b3-32e7af946b68 HTTP/1.1" 200 115 0.028260 10.0.0.240 - - [2026-06-01 04:08:56] "DELETE /api-access-list/9a44c384-39e3-4ea3-abb8-1581ef8b92f5 HTTP/1.1" 200 115 0.040265 10.0.0.65 - - [2026-06-01 04:08:56] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.240 - - [2026-06-01 04:08:56] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051988 10.0.0.65 - - [2026-06-01 04:08:56] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.240 - - [2026-06-01 04:08:56] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?fields=virtual_networks HTTP/1.1" 200 1032 0.043579 10.0.0.65 - - [2026-06-01 04:08:56] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.240 - - [2026-06-01 04:08:56] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045051 10.0.0.65 - - [2026-06-01 04:08:56] "GET /projects?obj_uuids=b7ca73f9-669c-49ba-84e7-f9be4f2d7386&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.240 - - [2026-06-01 04:08:56] "GET /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386?fields=security_groups HTTP/1.1" 200 1258 0.058262 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/00604d9a-eb68-4ab6-8941-5bd0c91eb607 HTTP/1.1" 404 177 0.006006 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/b9704c41-ccc0-4542-888e-2efbf9961c27 HTTP/1.1" 404 177 0.006242 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/a06e519c4a6c424ba7cf877b3d65b259 HTTP/1.1" 404 173 0.008794 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/0ba24ec5afe44628bc30749d85c59631 HTTP/1.1" 404 173 0.004805 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/6b76b012-6c0d-4607-bf3d-047ee994ca63 HTTP/1.1" 404 177 0.006052 10.0.0.65 - - [2026-06-01 04:08:57] "DELETE /project/b7ca73f9669c49ba84e7f9be4f2d7386 HTTP/1.1" 404 173 0.005800 10.0.0.65 - - [2026-06-01 04:08:57] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.240 - - [2026-06-01 04:08:57] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.041065 10.0.0.65 - - [2026-06-01 04:08:57] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.240 - - [2026-06-01 04:08:57] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?fields=virtual_networks HTTP/1.1" 200 1033 0.047940 10.0.0.65 - - [2026-06-01 04:08:57] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002716 10.0.0.240 - - [2026-06-01 04:08:57] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.061841 10.0.0.65 - - [2026-06-01 04:08:57] "GET /projects?obj_uuids=a06e519c-4a6c-424b-a7cf-877b3d65b259&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.240 - - [2026-06-01 04:08:57] "GET /project/a06e519c-4a6c-424b-a7cf-877b3d65b259?fields=security_groups HTTP/1.1" 200 1259 0.041327 10.0.0.240 - - [2026-06-01 04:09:01] "GET / HTTP/1.1" 200 35931 0.002662 10.0.0.240 - - [2026-06-01 04:09:02] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.240 - - [2026-06-01 04:09:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2026-06-01 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.096066 10.0.0.65 - - [2026-06-01 04:09:03] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.240 - - [2026-06-01 04:09:03] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063556 10.0.0.240 - - [2026-06-01 04:09:03] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016332 10.0.0.240 - - [2026-06-01 04:09:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.014869 10.0.0.240 - - [2026-06-01 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017583 10.0.0.65 - - [2026-06-01 04:09:03] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.240 - - [2026-06-01 04:09:03] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.020440 10.0.0.240 - - [2026-06-01 04:09:03] "POST /service-templates HTTP/1.1" 403 264 0.014223 10.0.0.240 - - [2026-06-01 04:09:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.005381 10.0.0.240 - - [2026-06-01 04:09:03] "POST /api-access-lists HTTP/1.1" 200 555 0.032851 10.0.0.240 - - [2026-06-01 04:09:03] "GET /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.007023 10.0.0.240 - - [2026-06-01 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.025176 10.0.0.65 - - [2026-06-01 04:09:03] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.240 - - [2026-06-01 04:09:03] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072553 10.0.0.240 - - [2026-06-01 04:09:03] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018780 10.0.0.240 - - [2026-06-01 04:09:03] "POST /virtual-networks HTTP/1.1" 200 583 0.106979 10.0.0.240 - - [2026-06-01 04:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.042709 10.0.0.240 - - [2026-06-01 04:09:04] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.019893 10.0.0.65 - - [2026-06-01 04:09:04] "POST /useragent-kv HTTP/1.1" 200 115 0.016494 10.0.0.240 - - [2026-06-01 04:09:04] "POST /ref-update HTTP/1.1" 200 156 0.116825 10.0.0.240 - - [2026-06-01 04:09:04] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.025460 10.0.0.240 - - [2026-06-01 04:09:04] "POST /neutron/network HTTP/1.1" 200 849 0.077992 10.0.0.240 - - [2026-06-01 04:09:04] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005877 10.0.0.240 - - [2026-06-01 04:09:04] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004313 10.0.0.240 - - [2026-06-01 04:09:05] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008359 10.0.0.249 - - [2026-06-01 04:09:05] "GET /obj-perms HTTP/1.1" 200 5049 0.064714 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.019743 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.021508 10.0.0.65 - - [2026-06-01 04:09:06] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.240 - - [2026-06-01 04:09:06] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.027724 10.0.0.240 - - [2026-06-01 04:09:06] "POST /service-templates HTTP/1.1" 403 264 0.023974 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.004949 10.0.0.240 - - [2026-06-01 04:09:06] "POST /api-access-lists HTTP/1.1" 200 521 0.034257 10.0.0.240 - - [2026-06-01 04:09:06] "GET /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.008753 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.033818 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026199 10.0.0.65 - - [2026-06-01 04:09:06] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.240 - - [2026-06-01 04:09:06] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.028709 10.0.0.240 - - [2026-06-01 04:09:06] "POST /service-templates HTTP/1.1" 200 551 0.060908 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.041360 10.0.0.240 - - [2026-06-01 04:09:06] "GET /service-template/5bcfcaee-92df-4485-b979-f2fc94e9f824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019142 10.0.0.240 - - [2026-06-01 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019450 10.0.0.240 - - [2026-06-01 04:09:06] "GET /service-template/5bcfcaee-92df-4485-b979-f2fc94e9f824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019754 10.0.0.240 - - [2026-06-01 04:09:08] "GET /obj-perms HTTP/1.1" 403 257 0.056583 10.0.0.249 - - [2026-06-01 04:09:08] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.054682 10.0.0.65 - - [2026-06-01 04:09:09] "GET /obj-perms HTTP/1.1" 403 257 0.057295 10.0.0.240 - - [2026-06-01 04:09:09] "GET /obj-perms HTTP/1.1" 403 257 0.028332 10.0.0.240 - - [2026-06-01 04:09:09] "GET /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004611 10.0.0.240 - - [2026-06-01 04:09:09] "PUT /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103 HTTP/1.1" 200 264 0.018170 10.0.0.240 - - [2026-06-01 04:09:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000596 10.0.0.240 - - [2026-06-01 04:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.058508 10.0.0.65 - - [2026-06-01 04:09:09] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.240 - - [2026-06-01 04:09:09] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.068527 10.0.0.240 - - [2026-06-01 04:09:10] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.027150 10.0.0.240 - - [2026-06-01 04:09:10] "POST /virtual-networks HTTP/1.1" 403 263 0.016905 10.0.0.240 - - [2026-06-01 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.240 - - [2026-06-01 04:09:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.057322 10.0.0.240 - - [2026-06-01 04:09:10] "GET /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003543 10.0.0.240 - - [2026-06-01 04:09:10] "PUT /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1 HTTP/1.1" 200 264 0.022159 10.0.0.240 - - [2026-06-01 04:09:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.020292 10.0.0.240 - - [2026-06-01 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.019335 10.0.0.65 - - [2026-06-01 04:09:10] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.240 - - [2026-06-01 04:09:10] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.024592 10.0.0.240 - - [2026-06-01 04:09:10] "POST /service-templates HTTP/1.1" 403 264 0.014951 10.0.0.240 - - [2026-06-01 04:09:11] "GET /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004099 10.0.0.240 - - [2026-06-01 04:09:11] "PUT /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103 HTTP/1.1" 200 264 0.012236 10.0.0.240 - - [2026-06-01 04:09:11] "GET /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003944 10.0.0.240 - - [2026-06-01 04:09:11] "PUT /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1 HTTP/1.1" 200 264 0.016834 10.0.0.65 - - [2026-06-01 04:09:11] "GET /obj-perms HTTP/1.1" 200 5075 0.376350 10.0.0.240 - - [2026-06-01 04:09:12] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017875 10.0.0.240 - - [2026-06-01 04:09:12] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.054821 10.0.0.249 - - [2026-06-01 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.032497 10.0.0.249 - - [2026-06-01 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.65 - - [2026-06-01 04:09:13] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016724 10.0.0.65 - - [2026-06-01 04:09:13] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.048303 10.0.0.240 - - [2026-06-01 04:09:13] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004683 10.0.0.240 - - [2026-06-01 04:09:13] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.014557 10.0.0.240 - - [2026-06-01 04:09:13] "GET /obj-perms HTTP/1.1" 403 257 0.015364 10.0.0.240 - - [2026-06-01 04:09:14] "GET /obj-perms HTTP/1.1" 403 257 0.030493 10.0.0.240 - - [2026-06-01 04:09:14] "DELETE /api-access-list/ff46c646-77a3-4dbe-842a-6fca0e3bb103 HTTP/1.1" 200 115 0.032283 10.0.0.240 - - [2026-06-01 04:09:14] "DELETE /api-access-list/877d0f4a-9ec8-4a8f-a732-eda37222a1f1 HTTP/1.1" 200 115 0.029625 10.0.0.240 - - [2026-06-01 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.249 - - [2026-06-01 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.65 - - [2026-06-01 04:09:16] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049442 10.0.0.240 - - [2026-06-01 04:09:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.044777 10.0.0.240 - - [2026-06-01 04:09:16] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006016 10.0.0.240 - - [2026-06-01 04:09:16] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.022513 10.0.0.240 - - [2026-06-01 04:09:16] "GET /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.025046 10.0.0.240 - - [2026-06-01 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015131 10.0.0.240 - - [2026-06-01 04:09:16] "DELETE /service-template/5bcfcaee-92df-4485-b979-f2fc94e9f824 HTTP/1.1" 200 115 0.046400 10.0.0.240 - - [2026-06-01 04:09:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.030365 10.0.0.65 - - [2026-06-01 04:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004077 10.0.0.65 - - [2026-06-01 04:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.65 - - [2026-06-01 04:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003566 10.0.0.240 - - [2026-06-01 04:09:16] "DELETE /virtual-network/f45d5f5a-f3fb-458a-a16e-17d43d765dcf HTTP/1.1" 200 115 0.143513 10.0.0.240 - - [2026-06-01 04:09:16] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004802 10.0.0.240 - - [2026-06-01 04:09:16] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.014732 10.0.0.240 - - [2026-06-01 04:09:17] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005471 10.0.0.240 - - [2026-06-01 04:09:17] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.015053 10.0.0.240 - - [2026-06-01 04:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.65 - - [2026-06-01 04:09:19] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.240 - - [2026-06-01 04:09:19] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056197 10.0.0.240 - - [2026-06-01 04:09:19] "POST /neutron/network HTTP/1.1" 200 117 0.102947 10.0.0.240 - - [2026-06-01 04:09:20] "POST /neutron/network HTTP/1.1" 200 862 0.010216 10.0.0.240 - - [2026-06-01 04:09:20] "POST /id-to-fqname HTTP/1.1" 200 240 0.001384 10.0.0.240 - - [2026-06-01 04:09:20] "GET /virtual-network/3c5a9af8-d62c-4702-8172-841513898e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007253 10.0.0.240 - - [2026-06-01 04:09:20] "GET /virtual-network/3c5a9af8-d62c-4702-8172-841513898e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006086 10.0.0.240 - - [2026-06-01 04:09:20] "POST /neutron/subnet HTTP/1.1" 200 723 0.015493 10.0.0.65 - - [2026-06-01 04:09:20] "POST /ref-update HTTP/1.1" 200 156 0.023351 10.0.0.240 - - [2026-06-01 04:09:20] "GET /virtual-network/3c5a9af8-d62c-4702-8172-841513898e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008639 10.0.0.240 - - [2026-06-01 04:09:20] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.009810 10.0.0.240 - - [2026-06-01 04:09:20] "GET /virtual-network/3c5a9af8-d62c-4702-8172-841513898e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007151 10.0.0.240 - - [2026-06-01 04:09:21] "GET /obj-perms HTTP/1.1" 200 5049 0.060121 10.0.0.240 - - [2026-06-01 04:09:21] "POST /fqname-to-id HTTP/1.1" 404 215 0.003187 10.0.0.240 - - [2026-06-01 04:09:21] "POST /api-access-lists HTTP/1.1" 200 555 0.028958 10.0.0.240 - - [2026-06-01 04:09:21] "GET /api-access-list/078c2237-46c4-4bd2-b1d8-3bb0ca1e7ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.006111 10.0.0.240 - - [2026-06-01 04:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.019200 10.0.0.65 - - [2026-06-01 04:09:21] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.240 - - [2026-06-01 04:09:21] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069356 10.0.0.65 - - [2026-06-01 04:09:21] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.240 - - [2026-06-01 04:09:21] "POST /neutron/network HTTP/1.1" 200 645 0.166295 10.0.0.65 - - [2026-06-01 04:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.013168 10.0.0.240 - - [2026-06-01 04:09:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.286030 10.0.0.240 - - [2026-06-01 04:09:22] "POST /id-to-fqname HTTP/1.1" 200 240 0.017947 10.0.0.240 - - [2026-06-01 04:09:22] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019975 10.0.0.240 - - [2026-06-01 04:09:22] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020609 10.0.0.240 - - [2026-06-01 04:09:22] "POST /neutron/network HTTP/1.1" 200 864 0.038451 10.0.0.240 - - [2026-06-01 04:09:22] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006530 10.0.0.240 - - [2026-06-01 04:09:22] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003932 10.0.0.240 - - [2026-06-01 04:09:22] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005762 10.0.0.249 - - [2026-06-01 04:09:23] "GET /obj-perms HTTP/1.1" 200 5049 0.005167 10.0.0.240 - - [2026-06-01 04:09:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.020850 10.0.0.65 - - [2026-06-01 04:09:23] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.65 - - [2026-06-01 04:09:23] "POST /fqname-to-id HTTP/1.1" 404 264 0.003517 10.0.0.65 - - [2026-06-01 04:09:23] "POST /access-control-lists HTTP/1.1" 200 624 0.044368 10.0.0.240 - - [2026-06-01 04:09:23] "POST /neutron/security_group HTTP/1.1" 200 1426 0.575381 10.0.0.240 - - [2026-06-01 04:09:24] "POST /neutron/security_group HTTP/1.1" 200 1426 0.034073 10.0.0.65 - - [2026-06-01 04:09:24] "PUT /access-control-list/8f7f15aa-c438-4f02-95b2-69b42db48f02 HTTP/1.1" 200 272 0.016741 10.0.0.65 - - [2026-06-01 04:09:24] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.240 - - [2026-06-01 04:09:24] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.114947 10.0.0.240 - - [2026-06-01 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.027045 10.0.0.240 - - [2026-06-01 04:09:24] "GET /security-group/1b2d0b15-39e5-4d45-81d5-12eac375ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.034237 10.0.0.240 - - [2026-06-01 04:09:25] "POST /id-to-fqname HTTP/1.1" 200 240 0.017585 10.0.0.240 - - [2026-06-01 04:09:26] "POST /neutron/port HTTP/1.1" 200 4180 0.068500 10.0.0.65 - - [2026-06-01 04:09:26] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001441 10.0.0.240 - - [2026-06-01 04:09:27] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.086070 10.0.0.240 - - [2026-06-01 04:09:27] "POST /neutron/port HTTP/1.1" 200 4180 0.045753 10.0.0.240 - - [2026-06-01 04:09:27] "POST /neutron/network HTTP/1.1" 200 874 0.046579 10.0.0.240 - - [2026-06-01 04:09:28] "POST /neutron/port HTTP/1.1" 200 1060 0.024814 10.0.0.240 - - [2026-06-01 04:09:28] "POST /neutron/port HTTP/1.1" 200 1124 0.019755 10.0.0.240 - - [2026-06-01 04:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.240 - - [2026-06-01 04:09:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008144 10.0.0.240 - - [2026-06-01 04:09:32] "POST /neutron/port HTTP/1.1" 200 1124 0.017670 10.0.0.240 - - [2026-06-01 04:09:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009434 10.0.0.240 - - [2026-06-01 04:09:32] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 401 293 0.000601 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.054280 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.026244 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine-interface/a50d00fa-f2ed-4500-810b-c4a091b2e5ad HTTP/1.1" 200 3023 0.029815 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.022075 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine-interface/a50d00fa-f2ed-4500-810b-c4a091b2e5ad HTTP/1.1" 200 3023 0.031438 10.0.0.240 - - [2026-06-01 04:09:33] "GET /instance-ip/cc5eb33a-989e-4518-adb6-111d438875b1 HTTP/1.1" 200 1641 0.022937 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.018834 10.0.0.240 - - [2026-06-01 04:09:33] "GET /virtual-machine-interface/a50d00fa-f2ed-4500-810b-c4a091b2e5ad HTTP/1.1" 200 3023 0.023577 10.0.0.240 - - [2026-06-01 04:09:33] "GET /instance-ip/cc5eb33a-989e-4518-adb6-111d438875b1 HTTP/1.1" 200 1641 0.020374 10.0.0.240 - - [2026-06-01 04:09:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.018342 10.0.0.240 - - [2026-06-01 04:09:33] "GET / HTTP/1.1" 200 35931 0.001777 10.0.0.240 - - [2026-06-01 04:09:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000385 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.026004 10.0.0.240 - - [2026-06-01 04:09:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004610 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023813 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024650 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.017215 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.240 - - [2026-06-01 04:09:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004279 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030150 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.033025 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.025863 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.240 - - [2026-06-01 04:09:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004151 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023528 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020938 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.019221 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-06-01 04:09:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004159 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021995 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020311 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.016765 10.0.0.240 - - [2026-06-01 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.240 - - [2026-06-01 04:09:34] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003671 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024969 10.0.0.240 - - [2026-06-01 04:09:34] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024820 10.0.0.65 - - [2026-06-01 04:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.65 - - [2026-06-01 04:09:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2026-06-01 04:09:36] "POST /neutron/network HTTP/1.1" 200 1121 0.008175 10.0.0.240 - - [2026-06-01 04:09:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020175 10.0.0.240 - - [2026-06-01 04:09:36] "POST /neutron/network HTTP/1.1" 200 1111 0.009262 10.0.0.249 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.65 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.65 - - [2026-06-01 04:09:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2026-06-01 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.096153 10.0.0.240 - - [2026-06-01 04:09:38] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020150 10.0.0.249 - - [2026-06-01 04:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.249 - - [2026-06-01 04:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.240 - - [2026-06-01 04:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.240 - - [2026-06-01 04:09:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.019835 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.240 - - [2026-06-01 04:09:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003536 10.0.0.240 - - [2026-06-01 04:09:40] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.034429 10.0.0.240 - - [2026-06-01 04:09:40] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.031763 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.022767 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.240 - - [2026-06-01 04:09:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004656 10.0.0.240 - - [2026-06-01 04:09:40] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031858 10.0.0.240 - - [2026-06-01 04:09:40] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.029832 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.027916 10.0.0.240 - - [2026-06-01 04:09:40] "GET /routing-instance/dafe423a-9718-437c-8d14-7c5db35ad9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.024924 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.019820 10.0.0.240 - - [2026-06-01 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.240 - - [2026-06-01 04:09:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004439 10.0.0.240 - - [2026-06-01 04:09:40] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027615 10.0.0.240 - - [2026-06-01 04:09:41] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024641 10.0.0.240 - - [2026-06-01 04:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.025243 10.0.0.240 - - [2026-06-01 04:09:41] "GET /routing-instance/dafe423a-9718-437c-8d14-7c5db35ad9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.026449 10.0.0.65 - - [2026-06-01 04:09:41] "GET /obj-perms HTTP/1.1" 403 257 0.018894 10.0.0.65 - - [2026-06-01 04:09:43] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020386 10.0.0.65 - - [2026-06-01 04:09:47] "GET /obj-perms HTTP/1.1" 403 257 0.014174 10.0.0.65 - - [2026-06-01 04:09:48] "DELETE /access-control-list/ab6edc71-ac72-4613-8af0-705408dffd65 HTTP/1.1" 200 115 0.088318 10.0.0.65 - - [2026-06-01 04:09:49] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020762 10.0.0.65 - - [2026-06-01 04:09:53] "GET /obj-perms HTTP/1.1" 403 257 0.013957 10.0.0.65 - - [2026-06-01 04:09:55] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.027200 10.0.0.65 - - [2026-06-01 04:09:57] "DELETE /project/a06e519c-4a6c-424b-a7cf-877b3d65b259 HTTP/1.1" 404 177 0.004151 10.0.0.65 - - [2026-06-01 04:09:57] "DELETE /project/b7ca73f9-669c-49ba-84e7-f9be4f2d7386 HTTP/1.1" 404 177 0.003816 10.0.0.65 - - [2026-06-01 04:09:59] "GET /obj-perms HTTP/1.1" 403 257 0.013698 10.0.0.240 - - [2026-06-01 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.240 - - [2026-06-01 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.65 - - [2026-06-01 04:09:59] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018670 10.0.0.240 - - [2026-06-01 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.240 - - [2026-06-01 04:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.240 - - [2026-06-01 04:10:00] "GET /obj-perms HTTP/1.1" 403 257 0.018967 10.0.0.240 - - [2026-06-01 04:10:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004858 10.0.0.240 - - [2026-06-01 04:10:00] "GET /obj-perms HTTP/1.1" 403 257 0.046671 10.0.0.240 - - [2026-06-01 04:10:01] "GET /obj-perms HTTP/1.1" 200 5049 0.006387 10.0.0.240 - - [2026-06-01 04:10:01] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.082127 10.0.0.65 - - [2026-06-01 04:10:01] "GET /obj-perms HTTP/1.1" 403 257 0.017752 10.0.0.240 - - [2026-06-01 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.025490 10.0.0.65 - - [2026-06-01 04:10:01] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.240 - - [2026-06-01 04:10:01] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082535 10.0.0.240 - - [2026-06-01 04:10:01] "GET /virtual-network/3c5a9af8-d62c-4702-8172-841513898e9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.039052 10.0.0.240 - - [2026-06-01 04:10:01] "GET /floating-ip-pools?parent_id=3c5a9af8-d62c-4702-8172-841513898e9e&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.029854 10.0.0.240 - - [2026-06-01 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.032652 10.0.0.240 - - [2026-06-01 04:10:01] "GET /floating-ip-pool/1e7d3b59-1965-46d2-91c8-07d40631da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.026667 10.0.0.65 - - [2026-06-01 04:10:02] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001632 10.0.0.240 - - [2026-06-01 04:10:02] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.089679 10.0.0.240 - - [2026-06-01 04:10:02] "POST /floating-ips HTTP/1.1" 200 616 0.103842 10.0.0.240 - - [2026-06-01 04:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.024493 10.0.0.240 - - [2026-06-01 04:10:02] "GET /floating-ip/c715e25a-0c2b-448c-acfa-9557eb1cd299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.022031 10.0.0.240 - - [2026-06-01 04:10:02] "GET /floating-ip/c715e25a-0c2b-448c-acfa-9557eb1cd299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.023910 10.0.0.240 - - [2026-06-01 04:10:02] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021714 10.0.0.240 - - [2026-06-01 04:10:02] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.023850 10.0.0.240 - - [2026-06-01 04:10:02] "GET /virtual-machine-interface/a50d00fa-f2ed-4500-810b-c4a091b2e5ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.026651 10.0.0.240 - - [2026-06-01 04:10:02] "POST /ref-update HTTP/1.1" 200 156 0.037707 10.0.0.240 - - [2026-06-01 04:10:02] "POST /neutron/floatingip HTTP/1.1" 200 547 0.097917 10.0.0.240 - - [2026-06-01 04:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.020380 10.0.0.240 - - [2026-06-01 04:10:02] "GET /routing-instance/2a0f70c5-8ad6-44bc-901d-7bd98f64b7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024075 10.0.0.240 - - [2026-06-01 04:10:03] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024318 10.0.0.240 - - [2026-06-01 04:10:03] "POST /neutron/port HTTP/1.1" 200 1114 0.112900 10.0.0.240 - - [2026-06-01 04:10:03] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.028721 10.0.0.240 - - [2026-06-01 04:10:03] "GET /virtual-machine-interface/a50d00fa-f2ed-4500-810b-c4a091b2e5ad HTTP/1.1" 200 3585 0.026367 10.0.0.240 - - [2026-06-01 04:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.021235 10.0.0.240 - - [2026-06-01 04:10:04] "GET /security-group/1b2d0b15-39e5-4d45-81d5-12eac375ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.018780 10.0.0.240 - - [2026-06-01 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.019297 10.0.0.240 - - [2026-06-01 04:10:04] "GET /security-group/1b2d0b15-39e5-4d45-81d5-12eac375ccb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.020636 10.0.0.240 - - [2026-06-01 04:10:04] "POST /neutron/security_group HTTP/1.1" 200 568 0.019282 10.0.0.240 - - [2026-06-01 04:10:04] "DELETE /floating-ip/c715e25a-0c2b-448c-acfa-9557eb1cd299 HTTP/1.1" 200 115 0.081571 10.0.0.240 - - [2026-06-01 04:10:04] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 200 1292 0.034603 10.0.0.240 - - [2026-06-01 04:10:05] "POST /neutron/port HTTP/1.1" 200 151 0.208575 10.0.0.240 - - [2026-06-01 04:10:06] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 404 171 0.019069 10.0.0.240 - - [2026-06-01 04:10:06] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 404 171 0.016604 10.0.0.240 - - [2026-06-01 04:10:06] "GET /virtual-machine/58de7d41-f49d-4cb6-bd20-b0c989f7511e HTTP/1.1" 404 171 0.014954 10.0.0.240 - - [2026-06-01 04:10:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.019144 10.0.0.240 - - [2026-06-01 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.240 - - [2026-06-01 04:10:06] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004502 10.0.0.240 - - [2026-06-01 04:10:06] "GET /virtual-networks?parent_id=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026355 10.0.0.240 - - [2026-06-01 04:10:06] "GET /virtual-network/41d7e218-92b0-4826-afd9-ab7efd3a4064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027564 10.0.0.240 - - [2026-06-01 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.020397 10.0.0.240 - - [2026-06-01 04:10:06] "GET /routing-instance/dafe423a-9718-437c-8d14-7c5db35ad9aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.033161 10.0.0.240 - - [2026-06-01 04:10:07] "GET /obj-perms HTTP/1.1" 403 257 0.015687 10.0.0.240 - - [2026-06-01 04:10:07] "GET /obj-perms HTTP/1.1" 403 257 0.046994 10.0.0.240 - - [2026-06-01 04:10:10] "GET /obj-perms HTTP/1.1" 200 5049 0.007090 10.0.0.249 - - [2026-06-01 04:10:12] "GET /obj-perms HTTP/1.1" 200 5075 0.046035 10.0.0.240 - - [2026-06-01 04:10:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004161 10.0.0.240 - - [2026-06-01 04:10:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004652 10.0.0.240 - - [2026-06-01 04:10:22] "GET /obj-perms HTTP/1.1" 200 5049 0.004371 10.0.0.240 - - [2026-06-01 04:10:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004231 10.0.0.240 - - [2026-06-01 04:10:29] "GET /obj-perms HTTP/1.1" 200 5049 0.005411 10.0.0.65 - - [2026-06-01 04:10:29] "DELETE /access-control-list/812f41b0-290d-4186-b65d-42a394cba4c1 HTTP/1.1" 200 115 0.045795 10.0.0.240 - - [2026-06-01 04:10:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.034882 10.0.0.240 - - [2026-06-01 04:10:29] "POST /neutron/network HTTP/1.1" 200 864 0.044442 10.0.0.65 - - [2026-06-01 04:10:30] "DELETE /route-target/4fc79401-a89b-436a-b700-395f1acc621b HTTP/1.1" 200 115 0.032752 10.0.0.240 - - [2026-06-01 04:10:30] "DELETE /api-access-list/078c2237-46c4-4bd2-b1d8-3bb0ca1e7ef6 HTTP/1.1" 200 115 0.050347 10.0.0.65 - - [2026-06-01 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.65 - - [2026-06-01 04:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.240 - - [2026-06-01 04:10:30] "POST /neutron/network HTTP/1.1" 200 151 0.187953 10.0.0.240 - - [2026-06-01 04:10:32] "GET /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.006221 10.0.0.240 - - [2026-06-01 04:10:32] "PUT /api-access-list/f44bd09d-13c0-415b-8f6f-c05d4ef3908b HTTP/1.1" 200 264 0.015877 10.0.0.65 - - [2026-06-01 04:10:32] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.240 - - [2026-06-01 04:10:32] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058419 10.0.0.65 - - [2026-06-01 04:10:32] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003163 10.0.0.240 - - [2026-06-01 04:10:32] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?fields=virtual_networks HTTP/1.1" 200 1031 0.067616 10.0.0.65 - - [2026-06-01 04:10:32] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.240 - - [2026-06-01 04:10:32] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052789 10.0.0.65 - - [2026-06-01 04:10:32] "GET /projects?obj_uuids=0ba24ec5-afe4-4628-bc30-749d85c59631&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.240 - - [2026-06-01 04:10:32] "GET /project/0ba24ec5-afe4-4628-bc30-749d85c59631?fields=security_groups HTTP/1.1" 200 1257 0.051773 10.0.0.65 - - [2026-06-01 04:10:33] "GET /projects?obj_uuids=e96ca462-5ed7-4e5d-9a14-2226229cb767&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000969 10.0.0.240 - - [2026-06-01 04:10:33] "GET /project/e96ca462-5ed7-4e5d-9a14-2226229cb767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.040780 10.0.0.240 - - [2026-06-01 04:10:33] "POST /neutron/network HTTP/1.1" 200 1121 0.006633 10.0.0.240 - - [2026-06-01 04:10:33] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017070 10.0.0.240 - - [2026-06-01 04:10:33] "POST /neutron/network HTTP/1.1" 200 1111 0.010185 [Introspect:8084]10.0.0.240 - - [2026-06-01 04:10:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001092 10.0.0.240 - - [2026-06-01 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.078753 10.0.0.65 - - [2026-06-01 04:10:37] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.069178 10.0.0.65 - - [2026-06-01 04:10:37] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.65 - - [2026-06-01 04:10:37] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.053722 10.0.0.65 - - [2026-06-01 04:10:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.003407 10.0.0.65 - - [2026-06-01 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.005928 10.0.0.65 - - [2026-06-01 04:10:37] "POST /security-groups HTTP/1.1" 200 592 0.081474 10.0.0.65 - - [2026-06-01 04:10:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.004237 10.0.0.65 - - [2026-06-01 04:10:37] "POST /projects HTTP/1.1" 200 587 0.317504 10.0.0.65 - - [2026-06-01 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.392166 10.0.0.240 - - [2026-06-01 04:10:37] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.628067 10.0.0.65 - - [2026-06-01 04:10:37] "POST /access-control-lists HTTP/1.1" 200 595 0.051352 10.0.0.240 - - [2026-06-01 04:10:38] "POST /neutron/network HTTP/1.1" 200 934 0.009953 10.0.0.240 - - [2026-06-01 04:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.240 - - [2026-06-01 04:10:39] "GET / HTTP/1.1" 200 35931 0.002175 10.0.0.240 - - [2026-06-01 04:10:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.240 - - [2026-06-01 04:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.052190 10.0.0.65 - - [2026-06-01 04:10:41] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.240 - - [2026-06-01 04:10:41] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049969 10.0.0.65 - - [2026-06-01 04:10:41] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001763 10.0.0.240 - - [2026-06-01 04:10:41] "POST /neutron/network HTTP/1.1" 200 608 0.231738 10.0.0.240 - - [2026-06-01 04:10:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.007930 10.0.0.240 - - [2026-06-01 04:10:42] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006003 10.0.0.240 - - [2026-06-01 04:10:42] "POST /neutron/network HTTP/1.1" 200 825 0.013080 10.0.0.240 - - [2026-06-01 04:10:42] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007183 10.0.0.240 - - [2026-06-01 04:10:42] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005448 10.0.0.65 - - [2026-06-01 04:10:43] "GET /obj-perms HTTP/1.1" 200 5051 0.059214 10.0.0.240 - - [2026-06-01 04:10:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001409 10.0.0.240 - - [2026-06-01 04:10:44] "POST /neutron/port HTTP/1.1" 200 4180 0.036233 10.0.0.65 - - [2026-06-01 04:10:44] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.240 - - [2026-06-01 04:10:44] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068345 10.0.0.240 - - [2026-06-01 04:10:45] "POST /neutron/port HTTP/1.1" 200 4180 0.038641 10.0.0.240 - - [2026-06-01 04:10:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001376 10.0.0.240 - - [2026-06-01 04:10:45] "POST /neutron/network HTTP/1.1" 200 835 0.007693 10.0.0.240 - - [2026-06-01 04:10:46] "POST /neutron/port HTTP/1.1" 200 1059 0.017856 10.0.0.65 - - [2026-06-01 04:10:46] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.240 - - [2026-06-01 04:10:46] "POST /neutron/port HTTP/1.1" 200 1123 0.027024 10.0.0.240 - - [2026-06-01 04:10:46] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076393 10.0.0.240 - - [2026-06-01 04:10:46] "POST /neutron/network HTTP/1.1" 200 825 0.005908 10.0.0.240 - - [2026-06-01 04:10:46] "POST /neutron/port HTTP/1.1" 200 5150 0.049091 10.0.0.240 - - [2026-06-01 04:10:46] "POST /neutron/port HTTP/1.1" 200 1123 0.020138 10.0.0.65 - - [2026-06-01 04:10:46] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001592 10.0.0.240 - - [2026-06-01 04:10:47] "POST /neutron/port HTTP/1.1" 200 1059 0.325821 10.0.0.240 - - [2026-06-01 04:10:47] "POST /neutron/port HTTP/1.1" 200 1113 0.139065 10.0.0.240 - - [2026-06-01 04:10:47] "POST /neutron/subnet HTTP/1.1" 200 690 0.011073 10.0.0.65 - - [2026-06-01 04:10:49] "DELETE /access-control-list/2f22b0b6-e983-40c6-ab55-115dd9d80182 HTTP/1.1" 200 115 0.089993 10.0.0.240 - - [2026-06-01 04:10:51] "POST /neutron/port HTTP/1.1" 200 1123 0.018386 10.0.0.240 - - [2026-06-01 04:10:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010529 10.0.0.240 - - [2026-06-01 04:10:52] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 401 293 0.000592 10.0.0.240 - - [2026-06-01 04:10:52] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 200 1294 0.034302 10.0.0.240 - - [2026-06-01 04:10:52] "GET /virtual-machine-interface/926ec990-56db-4238-8e61-c0a06168e222 HTTP/1.1" 200 2950 0.008290 10.0.0.240 - - [2026-06-01 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.240 - - [2026-06-01 04:10:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.240 - - [2026-06-01 04:10:52] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004241 10.0.0.240 - - [2026-06-01 04:10:52] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005439 10.0.0.240 - - [2026-06-01 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.240 - - [2026-06-01 04:10:55] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009270 10.0.0.65 - - [2026-06-01 04:10:57] "DELETE /project/0ba24ec5-afe4-4628-bc30-749d85c59631 HTTP/1.1" 404 177 0.031961 10.0.0.65 - - [2026-06-01 04:10:57] "DELETE /project/ac7982d2d9d2498496f05a6480f220a9 HTTP/1.1" 404 173 0.051087 10.0.0.240 - - [2026-06-01 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.240 - - [2026-06-01 04:10:59] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005541 10.0.0.240 - - [2026-06-01 04:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.240 - - [2026-06-01 04:11:03] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007147 10.0.0.240 - - [2026-06-01 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.240 - - [2026-06-01 04:11:07] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005874 10.0.0.240 - - [2026-06-01 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.240 - - [2026-06-01 04:11:11] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006870 10.0.0.240 - - [2026-06-01 04:11:13] "GET /obj-perms HTTP/1.1" 200 5075 0.049051 10.0.0.240 - - [2026-06-01 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.240 - - [2026-06-01 04:11:16] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006166 10.0.0.240 - - [2026-06-01 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.240 - - [2026-06-01 04:11:20] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008387 10.0.0.240 - - [2026-06-01 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.240 - - [2026-06-01 04:11:24] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006708 10.0.0.240 - - [2026-06-01 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.240 - - [2026-06-01 04:11:26] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004378 10.0.0.240 - - [2026-06-01 04:11:26] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003319 10.0.0.240 - - [2026-06-01 04:11:26] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007017 10.0.0.240 - - [2026-06-01 04:11:26] "POST /neutron/port HTTP/1.1" 200 1123 0.020103 10.0.0.240 - - [2026-06-01 04:11:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010285 10.0.0.240 - - [2026-06-01 04:11:34] "POST /neutron/network HTTP/1.1" 200 934 0.031682 10.0.0.240 - - [2026-06-01 04:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.240 - - [2026-06-01 04:11:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009576 10.0.0.240 - - [2026-06-01 04:11:38] "POST /neutron/port HTTP/1.1" 200 1123 0.019925 10.0.0.240 - - [2026-06-01 04:11:39] "POST /neutron/port HTTP/1.1" 200 1216 0.061616 10.0.0.240 - - [2026-06-01 04:11:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004839 10.0.0.240 - - [2026-06-01 04:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.240 - - [2026-06-01 04:11:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008307 10.0.0.240 - - [2026-06-01 04:11:47] "POST /neutron/port HTTP/1.1" 200 1123 0.020847 10.0.0.240 - - [2026-06-01 04:11:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008858 10.0.0.240 - - [2026-06-01 04:11:47] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 200 1292 0.007840 10.0.0.240 - - [2026-06-01 04:11:47] "GET /virtual-machine-interface/0617e61b-9779-4b6b-8ec0-30b7c221f276 HTTP/1.1" 200 2948 0.005783 10.0.0.240 - - [2026-06-01 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.240 - - [2026-06-01 04:11:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004339 10.0.0.240 - - [2026-06-01 04:11:47] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003475 10.0.0.240 - - [2026-06-01 04:11:47] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006633 10.0.0.240 - - [2026-06-01 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.240 - - [2026-06-01 04:11:48] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005322 10.0.0.240 - - [2026-06-01 04:11:48] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003783 10.0.0.240 - - [2026-06-01 04:11:48] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007177 10.0.0.249 - - [2026-06-01 04:12:13] "GET /obj-perms HTTP/1.1" 200 5075 0.054294 10.0.0.240 - - [2026-06-01 04:12:34] "POST /neutron/network HTTP/1.1" 200 1121 0.007431 10.0.0.240 - - [2026-06-01 04:12:34] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016253 10.0.0.240 - - [2026-06-01 04:12:34] "POST /neutron/network HTTP/1.1" 200 1111 0.010136 10.0.0.240 - - [2026-06-01 04:12:40] "POST /neutron/network HTTP/1.1" 200 934 0.007307 10.0.0.240 - - [2026-06-01 04:12:40] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.240 - - [2026-06-01 04:13:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009610 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 200 1294 0.004551 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine-interface/926ec990-56db-4238-8e61-c0a06168e222 HTTP/1.1" 200 2950 0.005624 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 200 1294 0.009256 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine-interface/926ec990-56db-4238-8e61-c0a06168e222 HTTP/1.1" 200 2950 0.007384 10.0.0.240 - - [2026-06-01 04:13:08] "GET /instance-ip/b8657c43-94ab-439b-926a-efcb9c9c11f6 HTTP/1.1" 200 1622 0.010227 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 200 1294 0.004309 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-machine-interface/926ec990-56db-4238-8e61-c0a06168e222 HTTP/1.1" 200 2950 0.005190 10.0.0.240 - - [2026-06-01 04:13:08] "GET /instance-ip/b8657c43-94ab-439b-926a-efcb9c9c11f6 HTTP/1.1" 200 1622 0.006396 10.0.0.240 - - [2026-06-01 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.240 - - [2026-06-01 04:13:08] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003561 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004377 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007581 10.0.0.240 - - [2026-06-01 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.240 - - [2026-06-01 04:13:08] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.240 - - [2026-06-01 04:13:08] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003225 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008438 10.0.0.240 - - [2026-06-01 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.240 - - [2026-06-01 04:13:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004138 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006570 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.020529 10.0.0.240 - - [2026-06-01 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.240 - - [2026-06-01 04:13:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004255 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008178 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005872 10.0.0.240 - - [2026-06-01 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.240 - - [2026-06-01 04:13:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004644 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004103 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005555 10.0.0.240 - - [2026-06-01 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.240 - - [2026-06-01 04:13:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004139 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003145 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007277 10.0.0.240 - - [2026-06-01 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-06-01 04:13:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004925 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004760 10.0.0.240 - - [2026-06-01 04:13:09] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006707 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.240 - - [2026-06-01 04:13:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004701 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003792 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005840 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.240 - - [2026-06-01 04:13:10] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006339 10.0.0.240 - - [2026-06-01 04:13:10] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004858 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.240 - - [2026-06-01 04:13:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004464 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004283 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006143 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.240 - - [2026-06-01 04:13:10] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005159 10.0.0.240 - - [2026-06-01 04:13:10] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006218 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.240 - - [2026-06-01 04:13:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006512 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004521 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007937 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.240 - - [2026-06-01 04:13:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005213 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004773 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006443 10.0.0.240 - - [2026-06-01 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.240 - - [2026-06-01 04:13:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003985 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004131 10.0.0.240 - - [2026-06-01 04:13:10] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007640 10.0.0.65 - - [2026-06-01 04:13:10] "GET /obj-perms HTTP/1.1" 200 5051 0.005484 10.0.0.240 - - [2026-06-01 04:13:11] "GET /obj-perms HTTP/1.1" 200 5051 0.054817 10.0.0.240 - - [2026-06-01 04:13:11] "GET /obj-perms HTTP/1.1" 200 5051 0.004979 10.0.0.240 - - [2026-06-01 04:13:11] "GET /obj-perms HTTP/1.1" 200 5051 0.004187 10.0.0.65 - - [2026-06-01 04:13:11] "GET /obj-perms HTTP/1.1" 200 5051 0.004925 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 200 1292 0.006262 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine-interface/0617e61b-9779-4b6b-8ec0-30b7c221f276 HTTP/1.1" 200 2948 0.005873 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 200 1292 0.004325 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine-interface/0617e61b-9779-4b6b-8ec0-30b7c221f276 HTTP/1.1" 200 2948 0.005340 10.0.0.240 - - [2026-06-01 04:13:11] "GET /instance-ip/389c3b9f-c012-42a4-b2f8-2d990672a172 HTTP/1.1" 200 1621 0.007055 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 200 1292 0.005089 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-machine-interface/0617e61b-9779-4b6b-8ec0-30b7c221f276 HTTP/1.1" 200 2948 0.006807 10.0.0.240 - - [2026-06-01 04:13:11] "GET /instance-ip/389c3b9f-c012-42a4-b2f8-2d990672a172 HTTP/1.1" 200 1621 0.005371 10.0.0.240 - - [2026-06-01 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.240 - - [2026-06-01 04:13:11] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004004 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004131 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006125 10.0.0.240 - - [2026-06-01 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.240 - - [2026-06-01 04:13:11] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005048 10.0.0.240 - - [2026-06-01 04:13:11] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003727 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005846 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003534 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006493 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007976 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006183 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005228 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003623 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005687 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003390 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007477 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004834 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007918 10.0.0.240 - - [2026-06-01 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.240 - - [2026-06-01 04:13:12] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005111 10.0.0.240 - - [2026-06-01 04:13:12] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003691 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006748 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.240 - - [2026-06-01 04:13:13] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004452 10.0.0.240 - - [2026-06-01 04:13:13] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005477 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.240 - - [2026-06-01 04:13:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003270 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006702 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.240 - - [2026-06-01 04:13:13] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005688 10.0.0.240 - - [2026-06-01 04:13:13] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006347 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.240 - - [2026-06-01 04:13:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004235 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003968 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006379 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.240 - - [2026-06-01 04:13:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005177 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003964 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005708 10.0.0.240 - - [2026-06-01 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.240 - - [2026-06-01 04:13:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004744 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003231 10.0.0.240 - - [2026-06-01 04:13:13] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007174 10.0.0.240 - - [2026-06-01 04:13:14] "GET /obj-perms HTTP/1.1" 200 5051 0.004200 10.0.0.65 - - [2026-06-01 04:13:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003908 10.0.0.240 - - [2026-06-01 04:13:14] "GET /obj-perms HTTP/1.1" 200 5051 0.004436 10.0.0.240 - - [2026-06-01 04:13:14] "GET /obj-perms HTTP/1.1" 200 5051 0.003990 10.0.0.249 - - [2026-06-01 04:13:14] "GET /obj-perms HTTP/1.1" 200 5075 0.067149 10.0.0.240 - - [2026-06-01 04:13:19] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 200 1292 0.005301 10.0.0.240 - - [2026-06-01 04:13:19] "POST /neutron/port HTTP/1.1" 200 1123 0.021816 10.0.0.240 - - [2026-06-01 04:13:21] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 404 171 0.003426 10.0.0.240 - - [2026-06-01 04:13:21] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 404 171 0.002993 10.0.0.240 - - [2026-06-01 04:13:21] "GET /virtual-machine/02d7478e-7e3f-401b-9d7e-6ce8b49da28d HTTP/1.1" 404 171 0.003786 10.0.0.240 - - [2026-06-01 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.240 - - [2026-06-01 04:13:21] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003827 10.0.0.240 - - [2026-06-01 04:13:21] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004966 10.0.0.240 - - [2026-06-01 04:13:21] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007809 10.0.0.240 - - [2026-06-01 04:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.240 - - [2026-06-01 04:13:21] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004909 10.0.0.240 - - [2026-06-01 04:13:21] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004778 10.0.0.240 - - [2026-06-01 04:13:22] "GET /obj-perms HTTP/1.1" 200 5051 0.004078 10.0.0.240 - - [2026-06-01 04:13:28] "GET /obj-perms HTTP/1.1" 200 5051 0.004978 10.0.0.240 - - [2026-06-01 04:13:31] "GET /obj-perms HTTP/1.1" 200 5051 0.004283 10.0.0.240 - - [2026-06-01 04:13:34] "POST /neutron/port HTTP/1.1" 200 1104 0.020676 10.0.0.240 - - [2026-06-01 04:13:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.240 - - [2026-06-01 04:13:34] "POST /neutron/network HTTP/1.1" 200 924 0.007723 10.0.0.240 - - [2026-06-01 04:13:37] "GET /obj-perms HTTP/1.1" 200 5051 0.004200 10.0.0.240 - - [2026-06-01 04:13:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004145 10.0.0.240 - - [2026-06-01 04:13:46] "GET /obj-perms HTTP/1.1" 200 5051 0.005152 10.0.0.240 - - [2026-06-01 04:13:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004712 10.0.0.240 - - [2026-06-01 04:13:50] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 200 1294 0.004144 10.0.0.240 - - [2026-06-01 04:13:50] "POST /neutron/port HTTP/1.1" 200 151 0.224402 10.0.0.240 - - [2026-06-01 04:13:52] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 404 171 0.005202 10.0.0.240 - - [2026-06-01 04:13:52] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 404 171 0.003889 10.0.0.240 - - [2026-06-01 04:13:52] "GET /virtual-machine/c35f51f8-b16e-41da-bda1-57bed27f48d1 HTTP/1.1" 404 171 0.006232 10.0.0.240 - - [2026-06-01 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.240 - - [2026-06-01 04:13:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004465 10.0.0.240 - - [2026-06-01 04:13:52] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004539 10.0.0.240 - - [2026-06-01 04:13:52] "GET /virtual-network/d15e4fed-785d-4d00-ae99-98c46297ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005901 10.0.0.240 - - [2026-06-01 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.240 - - [2026-06-01 04:13:52] "GET /routing-instance/25dd522e-1a4b-4828-bd22-dc8bcaf7468e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006185 10.0.0.240 - - [2026-06-01 04:13:52] "GET /route-target/41772afa-f6d5-44fa-a719-596c330683c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006832 10.0.0.240 - - [2026-06-01 04:13:52] "GET /obj-perms HTTP/1.1" 200 5051 0.003783 10.0.0.240 - - [2026-06-01 04:13:55] "GET /obj-perms HTTP/1.1" 200 5051 0.004388 10.0.0.240 - - [2026-06-01 04:13:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004162 10.0.0.65 - - [2026-06-01 04:13:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003715 10.0.0.65 - - [2026-06-01 04:13:59] "DELETE /route-target/41772afa-f6d5-44fa-a719-596c330683c4 HTTP/1.1" 200 115 0.039951 10.0.0.240 - - [2026-06-01 04:14:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.003821 10.0.0.240 - - [2026-06-01 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.65 - - [2026-06-01 04:14:01] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.240 - - [2026-06-01 04:14:01] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048727 10.0.0.240 - - [2026-06-01 04:14:01] "POST /network-policys HTTP/1.1" 200 522 0.037140 10.0.0.240 - - [2026-06-01 04:14:02] "GET /network-policy/3b602984-6b53-431d-ac30-677621ffe9b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007704 10.0.0.240 - - [2026-06-01 04:14:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.003063 10.0.0.240 - - [2026-06-01 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.65 - - [2026-06-01 04:14:02] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.240 - - [2026-06-01 04:14:02] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045076 10.0.0.240 - - [2026-06-01 04:14:02] "POST /network-policys HTTP/1.1" 200 522 0.038846 10.0.0.240 - - [2026-06-01 04:14:02] "GET /network-policy/b4588a94-7bb1-4e7f-b27d-352b3d73bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005965 10.0.0.240 - - [2026-06-01 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.65 - - [2026-06-01 04:14:02] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.240 - - [2026-06-01 04:14:02] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052885 10.0.0.240 - - [2026-06-01 04:14:02] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.005235 10.0.0.240 - - [2026-06-01 04:14:02] "POST /virtual-networks HTTP/1.1" 200 546 0.112376 10.0.0.240 - - [2026-06-01 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.240 - - [2026-06-01 04:14:02] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004186 10.0.0.65 - - [2026-06-01 04:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005211 10.0.0.240 - - [2026-06-01 04:14:02] "POST /ref-update HTTP/1.1" 200 156 0.070636 10.0.0.240 - - [2026-06-01 04:14:02] "POST /neutron/network HTTP/1.1" 200 809 0.009318 10.0.0.240 - - [2026-06-01 04:14:02] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006388 10.0.0.240 - - [2026-06-01 04:14:02] "POST /neutron/subnet HTTP/1.1" 200 672 0.009187 10.0.0.240 - - [2026-06-01 04:14:03] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006671 10.0.0.249 - - [2026-06-01 04:14:03] "GET /obj-perms HTTP/1.1" 200 5051 0.060113 10.0.0.240 - - [2026-06-01 04:14:03] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006985 10.0.0.240 - - [2026-06-01 04:14:03] "PUT /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f HTTP/1.1" 200 264 0.080395 10.0.0.240 - - [2026-06-01 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.240 - - [2026-06-01 04:14:03] "GET /network-policy/3b602984-6b53-431d-ac30-677621ffe9b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004291 10.0.0.65 - - [2026-06-01 04:14:03] "POST /fqname-to-id HTTP/1.1" 404 237 0.008217 10.0.0.240 - - [2026-06-01 04:14:03] "POST /ref-update HTTP/1.1" 200 156 0.074951 10.0.0.240 - - [2026-06-01 04:14:03] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006208 10.0.0.240 - - [2026-06-01 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.240 - - [2026-06-01 04:14:03] "GET /network-policy/3b602984-6b53-431d-ac30-677621ffe9b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005792 10.0.0.240 - - [2026-06-01 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2026-06-01 04:14:03] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001490 10.0.0.240 - - [2026-06-01 04:14:04] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053765 10.0.0.240 - - [2026-06-01 04:14:04] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003778 10.0.0.240 - - [2026-06-01 04:14:04] "POST /virtual-networks HTTP/1.1" 200 546 0.099415 10.0.0.240 - - [2026-06-01 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.240 - - [2026-06-01 04:14:04] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004001 10.0.0.65 - - [2026-06-01 04:14:04] "POST /ref-update HTTP/1.1" 200 156 0.037666 10.0.0.65 - - [2026-06-01 04:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011256 10.0.0.240 - - [2026-06-01 04:14:04] "POST /ref-update HTTP/1.1" 200 156 0.080803 10.0.0.240 - - [2026-06-01 04:14:04] "POST /neutron/network HTTP/1.1" 200 809 0.008087 10.0.0.240 - - [2026-06-01 04:14:04] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007669 10.0.0.240 - - [2026-06-01 04:14:04] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006363 10.0.0.240 - - [2026-06-01 04:14:04] "GET /obj-perms HTTP/1.1" 200 5051 0.004599 10.0.0.240 - - [2026-06-01 04:14:05] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005519 10.0.0.240 - - [2026-06-01 04:14:05] "PUT /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51 HTTP/1.1" 200 264 0.046061 10.0.0.240 - - [2026-06-01 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.240 - - [2026-06-01 04:14:05] "GET /network-policy/b4588a94-7bb1-4e7f-b27d-352b3d73bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005005 10.0.0.240 - - [2026-06-01 04:14:05] "POST /ref-update HTTP/1.1" 200 156 0.064682 10.0.0.240 - - [2026-06-01 04:14:05] "POST /neutron/network HTTP/1.1" 200 886 0.010614 10.0.0.240 - - [2026-06-01 04:14:05] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004476 10.0.0.65 - - [2026-06-01 04:14:05] "POST /ref-update HTTP/1.1" 200 156 0.040539 10.0.0.240 - - [2026-06-01 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.240 - - [2026-06-01 04:14:05] "GET /network-policy/b4588a94-7bb1-4e7f-b27d-352b3d73bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004278 10.0.0.240 - - [2026-06-01 04:14:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001180 10.0.0.65 - - [2026-06-01 04:14:06] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.240 - - [2026-06-01 04:14:06] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078150 10.0.0.240 - - [2026-06-01 04:14:06] "POST /neutron/network HTTP/1.1" 200 886 0.035257 10.0.0.240 - - [2026-06-01 04:14:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001462 10.0.0.240 - - [2026-06-01 04:14:06] "POST /neutron/port HTTP/1.1" 200 4180 0.056765 10.0.0.65 - - [2026-06-01 04:14:07] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001641 10.0.0.240 - - [2026-06-01 04:14:07] "POST /neutron/port HTTP/1.1" 200 1061 0.443983 10.0.0.240 - - [2026-06-01 04:14:07] "POST /neutron/port HTTP/1.1" 200 1115 0.136368 10.0.0.65 - - [2026-06-01 04:14:07] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.240 - - [2026-06-01 04:14:07] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.104082 10.0.0.240 - - [2026-06-01 04:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005872 10.0.0.240 - - [2026-06-01 04:14:08] "POST /neutron/network HTTP/1.1" 200 886 0.009294 10.0.0.240 - - [2026-06-01 04:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.007324 10.0.0.240 - - [2026-06-01 04:14:08] "POST /neutron/network HTTP/1.1" 200 896 0.011802 10.0.0.240 - - [2026-06-01 04:14:09] "POST /neutron/port HTTP/1.1" 200 1061 0.031527 10.0.0.240 - - [2026-06-01 04:14:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003730 10.0.0.240 - - [2026-06-01 04:14:09] "POST /neutron/network HTTP/1.1" 200 886 0.012157 10.0.0.240 - - [2026-06-01 04:14:13] "POST /neutron/port HTTP/1.1" 200 1125 0.024482 10.0.0.240 - - [2026-06-01 04:14:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008954 10.0.0.240 - - [2026-06-01 04:14:13] "GET /virtual-machine/036b33e6-5cac-4b8c-908d-e51628ca9945 HTTP/1.1" 200 1292 0.008255 10.0.0.240 - - [2026-06-01 04:14:13] "GET /virtual-machine-interface/c1388786-dffc-4014-b670-96f05b72d122 HTTP/1.1" 200 2950 0.007288 10.0.0.240 - - [2026-06-01 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.240 - - [2026-06-01 04:14:13] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.240 - - [2026-06-01 04:14:13] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003421 10.0.0.240 - - [2026-06-01 04:14:13] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005990 10.0.0.65 - - [2026-06-01 04:14:15] "GET /obj-perms HTTP/1.1" 200 5075 0.053103 10.0.0.240 - - [2026-06-01 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.240 - - [2026-06-01 04:14:16] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007342 10.0.0.240 - - [2026-06-01 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006897 10.0.0.240 - - [2026-06-01 04:14:21] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007483 10.0.0.240 - - [2026-06-01 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.240 - - [2026-06-01 04:14:25] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009519 10.0.0.240 - - [2026-06-01 04:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.240 - - [2026-06-01 04:14:29] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005671 10.0.0.240 - - [2026-06-01 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.240 - - [2026-06-01 04:14:33] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005826 10.0.0.65 - - [2026-06-01 04:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-06-01 04:14:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000563 10.0.0.240 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.240 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2026-06-01 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.240 - - [2026-06-01 04:14:37] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007288 10.0.0.65 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.65 - - [2026-06-01 04:14:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2026-06-01 04:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2026-06-01 04:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.240 - - [2026-06-01 04:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000752 10.0.0.240 - - [2026-06-01 04:14:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-06-01 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.240 - - [2026-06-01 04:14:41] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005985 10.0.0.240 - - [2026-06-01 04:14:41] "POST /neutron/network HTTP/1.1" 200 1121 0.007472 10.0.0.240 - - [2026-06-01 04:14:41] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017231 10.0.0.240 - - [2026-06-01 04:14:41] "POST /neutron/network HTTP/1.1" 200 1111 0.010713 10.0.0.240 - - [2026-06-01 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.240 - - [2026-06-01 04:14:45] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006318 10.0.0.240 - - [2026-06-01 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.240 - - [2026-06-01 04:14:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003967 10.0.0.240 - - [2026-06-01 04:14:47] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003814 10.0.0.240 - - [2026-06-01 04:14:47] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006552 10.0.0.240 - - [2026-06-01 04:14:53] "POST /neutron/port HTTP/1.1" 200 1125 0.028343 10.0.0.240 - - [2026-06-01 04:14:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034416 10.0.0.240 - - [2026-06-01 04:14:58] "POST /neutron/port HTTP/1.1" 200 1125 0.035869 10.0.0.240 - - [2026-06-01 04:15:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013216 10.0.0.240 - - [2026-06-01 04:15:08] "POST /neutron/port HTTP/1.1" 200 1125 0.021487 10.0.0.240 - - [2026-06-01 04:15:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019861 10.0.0.240 - - [2026-06-01 04:15:09] "GET /virtual-machine/fdedb6e8-f30f-4a75-a9e3-93077a3bf1ed HTTP/1.1" 200 1294 0.012428 10.0.0.240 - - [2026-06-01 04:15:09] "GET /virtual-machine-interface/4a299627-8ba1-4501-8421-5dc93035c36c HTTP/1.1" 200 2948 0.006098 10.0.0.240 - - [2026-06-01 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.240 - - [2026-06-01 04:15:09] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005081 10.0.0.240 - - [2026-06-01 04:15:09] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003936 10.0.0.240 - - [2026-06-01 04:15:09] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005936 10.0.0.240 - - [2026-06-01 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.240 - - [2026-06-01 04:15:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004597 10.0.0.240 - - [2026-06-01 04:15:10] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003762 10.0.0.240 - - [2026-06-01 04:15:10] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006514 10.0.0.240 - - [2026-06-01 04:15:37] "POST /neutron/network HTTP/1.1" 200 1121 0.007596 10.0.0.240 - - [2026-06-01 04:15:37] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014299 10.0.0.240 - - [2026-06-01 04:15:37] "POST /neutron/network HTTP/1.1" 200 1111 0.011684 10.0.0.240 - - [2026-06-01 04:15:43] "POST /neutron/network HTTP/1.1" 200 934 0.008838 10.0.0.240 - - [2026-06-01 04:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.249 - - [2026-06-01 04:16:17] "GET /obj-perms HTTP/1.1" 200 5075 0.056679 10.0.0.240 - - [2026-06-01 04:16:39] "POST /neutron/port HTTP/1.1" 200 1104 0.057653 10.0.0.240 - - [2026-06-01 04:16:39] "POST /neutron/subnet HTTP/1.1" 200 684 0.017466 ++ 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 Jun 1 04:16:40 AM UTC 2026 ===================' INFO: =================== Mon Jun 1 04:16:40 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.249:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.249:8086 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.249:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.249:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.249:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.249:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.249:6379 10.0.0.65: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.240,10.0.0.249,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.249:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ 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.240,10.0.0.249,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 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.240,10.0.0.249,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.240,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.65,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/01/2026 04:16:49.202 7f9b358cf6c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/01/2026 04:16:49.336 7f9b358cf6c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/01/2026 04:16:49.348 7f9b358cf6c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/01/2026 04:16:49.348 7f9b358cf6c0 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-06-01 04:16:50] "GET / HTTP/1.1" 503 181 0.000234 10.0.0.65 - - [2026-06-01 04:16:50] "GET / HTTP/1.1" 503 181 0.000145 10.0.0.65 - - [2026-06-01 04:16:51] "GET / HTTP/1.1" 200 45871 0.001661 10.0.0.65 - - [2026-06-01 04:16:51] "GET / HTTP/1.1" 200 45871 0.001170 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.65 - - [2026-06-01 04:16:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.001788 10.0.0.65 - - [2026-06-01 04:16:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000357 [Introspect:8084]10.0.0.240 - - [2026-06-01 04:16:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3226 0.001772 10.0.0.65 - - [2026-06-01 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.628768 10.0.0.65 - - [2026-06-01 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.65 - - [2026-06-01 04:16:52] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.348994 10.0.0.65 - - [2026-06-01 04:16:52] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1484 0.003886 /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.65 - - [2026-06-01 04:16:52] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000886 10.0.0.65 - - [2026-06-01 04:16:52] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.052396 10.0.0.65 - - [2026-06-01 04:16:52] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001552 10.0.0.65 - - [2026-06-01 04:16:52] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=security_groups HTTP/1.1" 200 1088 0.052865 10.0.0.65 - - [2026-06-01 04:16:52] "GET /projects?obj_uuids=28b94c72-05f3-4cd9-9f34-b94f6f72930b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001152 10.0.0.65 - - [2026-06-01 04:16:52] "GET /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b?fields=application_policy_sets HTTP/1.1" 200 1381 0.043672 10.0.0.65 - - [2026-06-01 04:16:52] "DELETE /project/28b94c72-05f3-4cd9-9f34-b94f6f72930b HTTP/1.1" 409 278 0.250947 [Introspect:8084]10.0.0.240 - - [2026-06-01 04:16:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001087 [Introspect:8084]10.0.0.240 - - [2026-06-01 04:16:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001127 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.240 - - [2026-06-01 04:16:57] "GET /obj-perms HTTP/1.1" 200 5051 0.376058 10.0.0.240 - - [2026-06-01 04:16:58] "GET /obj-perms HTTP/1.1" 200 5051 0.003885 10.0.0.240 - - [2026-06-01 04:16:58] "GET /obj-perms HTTP/1.1" 200 5051 0.004391 10.0.0.240 - - [2026-06-01 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.030360 10.0.0.65 - - [2026-06-01 04:16:58] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.240 - - [2026-06-01 04:16:58] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046933 10.0.0.240 - - [2026-06-01 04:16:58] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003633 10.0.0.240 - - [2026-06-01 04:16:58] "POST /virtual-networks HTTP/1.1" 200 546 0.093712 10.0.0.240 - - [2026-06-01 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.240 - - [2026-06-01 04:16:58] "GET /network-ipam/3509fff7-3bdf-413b-83d8-036224dfdae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004962 10.0.0.65 - - [2026-06-01 04:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.015424 10.0.0.240 - - [2026-06-01 04:16:58] "POST /ref-update HTTP/1.1" 200 156 0.093017 10.0.0.240 - - [2026-06-01 04:16:58] "POST /neutron/network HTTP/1.1" 200 809 0.038182 10.0.0.240 - - [2026-06-01 04:16:58] "GET /virtual-network/93169e40-56a4-4c66-ad61-9bce66683d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005362 10.0.0.240 - - [2026-06-01 04:16:59] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006117 10.0.0.240 - - [2026-06-01 04:16:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001860 10.0.0.240 - - [2026-06-01 04:16:59] "POST /neutron/port HTTP/1.1" 200 6124 0.051486 10.0.0.65 - - [2026-06-01 04:17:00] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001706 10.0.0.240 - - [2026-06-01 04:17:00] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084752 10.0.0.240 - - [2026-06-01 04:17:00] "POST /neutron/network HTTP/1.1" 200 886 0.040333 10.0.0.240 - - [2026-06-01 04:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.009179 10.0.0.65 - - [2026-06-01 04:17:01] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.240 - - [2026-06-01 04:17:01] "POST /neutron/port HTTP/1.1" 200 1061 0.368308 10.0.0.240 - - [2026-06-01 04:17:02] "POST /neutron/port HTTP/1.1" 200 1115 0.150870 10.0.0.240 - - [2026-06-01 04:17:02] "POST /neutron/subnet HTTP/1.1" 200 646 0.010262 10.0.0.240 - - [2026-06-01 04:17:06] "POST /neutron/port HTTP/1.1" 200 1125 0.017939 10.0.0.240 - - [2026-06-01 04:17:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008441 10.0.0.240 - - [2026-06-01 04:17:06] "POST /neutron/port HTTP/1.1" 200 1125 0.025520 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.035500 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.004530 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine-interface/5ca4c154-819c-48c4-a672-31f4964f8b14 HTTP/1.1" 200 2949 0.005541 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.005034 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine-interface/5ca4c154-819c-48c4-a672-31f4964f8b14 HTTP/1.1" 200 2949 0.007998 10.0.0.240 - - [2026-06-01 04:17:06] "GET /instance-ip/d8152a58-332a-4571-b175-9b647de9352b HTTP/1.1" 200 1624 0.008359 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.004269 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-machine-interface/5ca4c154-819c-48c4-a672-31f4964f8b14 HTTP/1.1" 200 2949 0.005412 10.0.0.240 - - [2026-06-01 04:17:06] "GET /instance-ip/d8152a58-332a-4571-b175-9b647de9352b HTTP/1.1" 200 1624 0.005413 10.0.0.240 - - [2026-06-01 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.240 - - [2026-06-01 04:17:06] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004714 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003819 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005993 10.0.0.240 - - [2026-06-01 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.240 - - [2026-06-01 04:17:06] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.240 - - [2026-06-01 04:17:06] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003809 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006721 10.0.0.240 - - [2026-06-01 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.240 - - [2026-06-01 04:17:07] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004433 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004222 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007354 10.0.0.240 - - [2026-06-01 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.240 - - [2026-06-01 04:17:07] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005478 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004498 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005758 10.0.0.240 - - [2026-06-01 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.240 - - [2026-06-01 04:17:07] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005284 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004282 10.0.0.240 - - [2026-06-01 04:17:07] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005818 10.0.0.240 - - [2026-06-01 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.240 - - [2026-06-01 04:17:10] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006557 10.0.0.240 - - [2026-06-01 04:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.240 - - [2026-06-01 04:17:14] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007201 10.0.0.65 - - [2026-06-01 04:17:17] "GET /obj-perms HTTP/1.1" 200 5075 0.053558 10.0.0.240 - - [2026-06-01 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.240 - - [2026-06-01 04:17:18] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006911 10.0.0.240 - - [2026-06-01 04:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.240 - - [2026-06-01 04:17:22] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007272 10.0.0.240 - - [2026-06-01 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.240 - - [2026-06-01 04:17:26] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005754 10.0.0.240 - - [2026-06-01 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.240 - - [2026-06-01 04:17:31] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009166 10.0.0.240 - - [2026-06-01 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.240 - - [2026-06-01 04:17:35] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005042 10.0.0.240 - - [2026-06-01 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.240 - - [2026-06-01 04:17:39] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006264 10.0.0.240 - - [2026-06-01 04:17:39] "POST /neutron/port HTTP/1.1" 200 1125 0.018451 10.0.0.240 - - [2026-06-01 04:17:39] "POST /neutron/subnet HTTP/1.1" 200 646 0.010980 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.240 - - [2026-06-01 04:17:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005045 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003891 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008570 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.240 - - [2026-06-01 04:17:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003638 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003594 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005641 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.240 - - [2026-06-01 04:17:43] "GET /routing-instance/f6b71274-6191-4d6e-a7de-29fb64e06c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005269 10.0.0.240 - - [2026-06-01 04:17:43] "GET /route-target/aa893aee-c0a2-4f27-9182-16b9e4a69285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003891 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.240 - - [2026-06-01 04:17:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004402 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003512 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005675 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.240 - - [2026-06-01 04:17:43] "GET /routing-instance/f6b71274-6191-4d6e-a7de-29fb64e06c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005290 10.0.0.240 - - [2026-06-01 04:17:43] "GET /route-target/aa893aee-c0a2-4f27-9182-16b9e4a69285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004211 10.0.0.240 - - [2026-06-01 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.240 - - [2026-06-01 04:17:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005055 10.0.0.240 - - [2026-06-01 04:17:43] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003486 10.0.0.240 - - [2026-06-01 04:17:44] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006616 10.0.0.240 - - [2026-06-01 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.240 - - [2026-06-01 04:17:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003743 10.0.0.240 - - [2026-06-01 04:17:44] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003839 10.0.0.240 - - [2026-06-01 04:17:44] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005875 10.0.0.240 - - [2026-06-01 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.240 - - [2026-06-01 04:17:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.240 - - [2026-06-01 04:17:44] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003627 10.0.0.240 - - [2026-06-01 04:17:44] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005538 10.0.0.240 - - [2026-06-01 04:17:44] "GET /obj-perms HTTP/1.1" 200 5051 0.003942 10.0.0.240 - - [2026-06-01 04:17:44] "GET /obj-perms HTTP/1.1" 200 5051 0.003980 10.0.0.65 - - [2026-06-01 04:17:44] "GET /obj-perms HTTP/1.1" 200 5051 0.048227 10.0.0.240 - - [2026-06-01 04:17:44] "GET /obj-perms HTTP/1.1" 200 5051 0.006550 10.0.0.240 - - [2026-06-01 04:17:44] "POST /neutron/port HTTP/1.1" 200 1216 0.055415 10.0.0.240 - - [2026-06-01 04:17:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001384 10.0.0.240 - - [2026-06-01 04:17:44] "POST /neutron/port HTTP/1.1" 200 7096 0.082371 10.0.0.240 - - [2026-06-01 04:17:44] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017546 10.0.0.240 - - [2026-06-01 04:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.65 - - [2026-06-01 04:17:45] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.240 - - [2026-06-01 04:17:45] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083248 10.0.0.240 - - [2026-06-01 04:17:45] "POST /neutron/network HTTP/1.1" 200 886 0.007549 10.0.0.240 - - [2026-06-01 04:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.008007 10.0.0.65 - - [2026-06-01 04:17:46] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.240 - - [2026-06-01 04:17:46] "POST /neutron/port HTTP/1.1" 200 1061 0.315639 10.0.0.240 - - [2026-06-01 04:17:47] "POST /neutron/port HTTP/1.1" 200 1115 0.128484 10.0.0.240 - - [2026-06-01 04:17:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.012683 10.0.0.240 - - [2026-06-01 04:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.020256 10.0.0.240 - - [2026-06-01 04:17:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011307 10.0.0.240 - - [2026-06-01 04:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019474 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.007937 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.004071 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine-interface/85b3f5e3-ee4c-4955-8b13-7180fb543459 HTTP/1.1" 200 2949 0.006521 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.005702 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine-interface/85b3f5e3-ee4c-4955-8b13-7180fb543459 HTTP/1.1" 200 2949 0.006660 10.0.0.240 - - [2026-06-01 04:17:51] "GET /instance-ip/0c552ed1-eaf9-4e30-b96e-89810510d308 HTTP/1.1" 200 1622 0.009173 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.004402 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-machine-interface/85b3f5e3-ee4c-4955-8b13-7180fb543459 HTTP/1.1" 200 2949 0.066787 10.0.0.240 - - [2026-06-01 04:17:51] "GET /instance-ip/0c552ed1-eaf9-4e30-b96e-89810510d308 HTTP/1.1" 200 1622 0.004997 10.0.0.240 - - [2026-06-01 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.240 - - [2026-06-01 04:17:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004255 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005732 10.0.0.240 - - [2026-06-01 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.240 - - [2026-06-01 04:17:51] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004422 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005597 10.0.0.240 - - [2026-06-01 04:17:51] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007308 10.0.0.240 - - [2026-06-01 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.240 - - [2026-06-01 04:17:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003740 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006697 10.0.0.240 - - [2026-06-01 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.240 - - [2026-06-01 04:17:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004854 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004183 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007121 10.0.0.240 - - [2026-06-01 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.240 - - [2026-06-01 04:17:52] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004243 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003222 10.0.0.240 - - [2026-06-01 04:17:52] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006841 10.0.0.240 - - [2026-06-01 04:17:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031632 10.0.0.240 - - [2026-06-01 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.240 - - [2026-06-01 04:17:55] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005982 10.0.0.240 - - [2026-06-01 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.240 - - [2026-06-01 04:17:59] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008464 10.0.0.240 - - [2026-06-01 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.240 - - [2026-06-01 04:18:03] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006079 10.0.0.240 - - [2026-06-01 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.240 - - [2026-06-01 04:18:07] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006935 10.0.0.240 - - [2026-06-01 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.240 - - [2026-06-01 04:18:11] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005666 10.0.0.240 - - [2026-06-01 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.240 - - [2026-06-01 04:18:16] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005420 10.0.0.249 - - [2026-06-01 04:18:18] "GET /obj-perms HTTP/1.1" 200 5075 0.058328 10.0.0.240 - - [2026-06-01 04:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.240 - - [2026-06-01 04:18:20] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005526 10.0.0.240 - - [2026-06-01 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.240 - - [2026-06-01 04:18:24] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005776 10.0.0.240 - - [2026-06-01 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.240 - - [2026-06-01 04:18:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004922 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003700 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005739 10.0.0.240 - - [2026-06-01 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.240 - - [2026-06-01 04:18:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003582 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004360 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006415 10.0.0.240 - - [2026-06-01 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2026-06-01 04:18:28] "GET /routing-instance/6e869f87-e616-4c3c-98e2-82042d0cf529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004321 10.0.0.240 - - [2026-06-01 04:18:28] "GET /route-target/94fdac24-a95a-486c-9e59-9f981b826e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004431 10.0.0.240 - - [2026-06-01 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.240 - - [2026-06-01 04:18:28] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003722 10.0.0.240 - - [2026-06-01 04:18:28] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006657 10.0.0.240 - - [2026-06-01 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.240 - - [2026-06-01 04:18:28] "GET /routing-instance/6e869f87-e616-4c3c-98e2-82042d0cf529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005303 10.0.0.240 - - [2026-06-01 04:18:28] "GET /route-target/94fdac24-a95a-486c-9e59-9f981b826e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004759 10.0.0.240 - - [2026-06-01 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.240 - - [2026-06-01 04:18:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004037 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006881 10.0.0.240 - - [2026-06-01 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.240 - - [2026-06-01 04:18:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004525 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003597 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007096 10.0.0.240 - - [2026-06-01 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.240 - - [2026-06-01 04:18:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003632 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005883 10.0.0.65 - - [2026-06-01 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.003712 10.0.0.240 - - [2026-06-01 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.004314 10.0.0.240 - - [2026-06-01 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.003921 10.0.0.65 - - [2026-06-01 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.004322 10.0.0.240 - - [2026-06-01 04:18:29] "GET /obj-perms HTTP/1.1" 200 5051 0.005159 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.004311 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-machine-interface/5ca4c154-819c-48c4-a672-31f4964f8b14 HTTP/1.1" 200 2949 0.006052 10.0.0.240 - - [2026-06-01 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.240 - - [2026-06-01 04:18:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004085 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003167 10.0.0.240 - - [2026-06-01 04:18:29] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008083 10.0.0.240 - - [2026-06-01 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.240 - - [2026-06-01 04:18:30] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004616 10.0.0.240 - - [2026-06-01 04:18:30] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003751 10.0.0.240 - - [2026-06-01 04:18:30] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006397 10.0.0.240 - - [2026-06-01 04:18:31] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.005001 10.0.0.240 - - [2026-06-01 04:18:31] "GET /virtual-machine-interface/85b3f5e3-ee4c-4955-8b13-7180fb543459 HTTP/1.1" 200 2949 0.009109 10.0.0.240 - - [2026-06-01 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.240 - - [2026-06-01 04:18:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003350 10.0.0.240 - - [2026-06-01 04:18:31] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003752 10.0.0.240 - - [2026-06-01 04:18:31] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005679 10.0.0.240 - - [2026-06-01 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.240 - - [2026-06-01 04:18:32] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004840 10.0.0.240 - - [2026-06-01 04:18:32] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003825 10.0.0.240 - - [2026-06-01 04:18:32] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005908 10.0.0.240 - - [2026-06-01 04:18:37] "POST /neutron/port HTTP/1.1" 200 1125 0.023436 10.0.0.240 - - [2026-06-01 04:18:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008478 10.0.0.240 - - [2026-06-01 04:18:39] "POST /neutron/network HTTP/1.1" 200 1121 0.012116 10.0.0.240 - - [2026-06-01 04:18:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019143 10.0.0.240 - - [2026-06-01 04:18:39] "POST /neutron/network HTTP/1.1" 200 1111 0.010499 10.0.0.240 - - [2026-06-01 04:18:46] "POST /neutron/port HTTP/1.1" 200 1104 0.022785 10.0.0.240 - - [2026-06-01 04:18:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005236 10.0.0.240 - - [2026-06-01 04:18:46] "POST /neutron/network HTTP/1.1" 200 924 0.007569 10.0.0.240 - - [2026-06-01 04:19:29] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 200 1292 0.004958 10.0.0.240 - - [2026-06-01 04:19:30] "POST /neutron/port HTTP/1.1" 200 151 0.190434 10.0.0.240 - - [2026-06-01 04:19:31] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 404 171 0.003532 10.0.0.240 - - [2026-06-01 04:19:31] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 404 171 0.003290 10.0.0.240 - - [2026-06-01 04:19:31] "GET /virtual-machine/3ed0f211-3a19-43f8-809e-b2988118b20a HTTP/1.1" 404 171 0.002917 10.0.0.240 - - [2026-06-01 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.240 - - [2026-06-01 04:19:31] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004986 10.0.0.240 - - [2026-06-01 04:19:31] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004092 10.0.0.240 - - [2026-06-01 04:19:31] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007847 10.0.0.240 - - [2026-06-01 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.240 - - [2026-06-01 04:19:31] "GET /routing-instance/6e869f87-e616-4c3c-98e2-82042d0cf529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004636 10.0.0.240 - - [2026-06-01 04:19:31] "GET /route-target/94fdac24-a95a-486c-9e59-9f981b826e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005141 10.0.0.65 - - [2026-06-01 04:19:31] "GET /obj-perms HTTP/1.1" 200 5051 0.006885 10.0.0.240 - - [2026-06-01 04:19:34] "GET /obj-perms HTTP/1.1" 200 5051 0.005128 10.0.0.65 - - [2026-06-01 04:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000717 10.0.0.65 - - [2026-06-01 04:19:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.249 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.240 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.240 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.65 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.65 - - [2026-06-01 04:19:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2026-06-01 04:19:38] "GET /obj-perms HTTP/1.1" 200 5051 0.003997 10.0.0.249 - - [2026-06-01 04:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2026-06-01 04:19:38] "GET /obj-perms HTTP/1.1" 200 5051 0.090870 10.0.0.65 - - [2026-06-01 04:19:38] "GET /obj-perms HTTP/1.1" 200 5051 0.005531 10.0.0.249 - - [2026-06-01 04:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.240 - - [2026-06-01 04:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000628 10.0.0.240 - - [2026-06-01 04:19:38] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 200 1292 0.005449 10.0.0.240 - - [2026-06-01 04:19:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000610 10.0.0.240 - - [2026-06-01 04:19:39] "POST /neutron/port HTTP/1.1" 200 151 0.225273 10.0.0.240 - - [2026-06-01 04:19:40] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 404 171 0.003438 10.0.0.240 - - [2026-06-01 04:19:40] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 404 171 0.003323 10.0.0.240 - - [2026-06-01 04:19:40] "GET /virtual-machine/0bbefe05-06f2-418c-ae63-de4a98961dbb HTTP/1.1" 404 171 0.002784 10.0.0.240 - - [2026-06-01 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.240 - - [2026-06-01 04:19:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.240 - - [2026-06-01 04:19:40] "GET /virtual-networks?parent_id=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003192 10.0.0.240 - - [2026-06-01 04:19:40] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006914 10.0.0.240 - - [2026-06-01 04:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.240 - - [2026-06-01 04:19:40] "GET /routing-instance/f6b71274-6191-4d6e-a7de-29fb64e06c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004871 10.0.0.240 - - [2026-06-01 04:19:40] "GET /route-target/aa893aee-c0a2-4f27-9182-16b9e4a69285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003735 10.0.0.240 - - [2026-06-01 04:19:41] "POST /neutron/network HTTP/1.1" 200 934 0.007574 10.0.0.240 - - [2026-06-01 04:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.240 - - [2026-06-01 04:19:44] "GET /obj-perms HTTP/1.1" 200 5051 0.005251 10.0.0.240 - - [2026-06-01 04:19:46] "POST /neutron/port HTTP/1.1" 200 1125 0.022378 10.0.0.240 - - [2026-06-01 04:19:46] "POST /neutron/subnet HTTP/1.1" 200 646 0.012266 10.0.0.240 - - [2026-06-01 04:19:47] "GET /obj-perms HTTP/1.1" 200 5051 0.004157 10.0.0.65 - - [2026-06-01 04:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006765 10.0.0.65 - - [2026-06-01 04:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002766 10.0.0.240 - - [2026-06-01 04:19:47] "DELETE /virtual-network/93169e40-56a4-4c66-ad61-9bce66683d50 HTTP/1.1" 200 115 0.126977 10.0.0.65 - - [2026-06-01 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.050103 10.0.0.240 - - [2026-06-01 04:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.240 - - [2026-06-01 04:19:47] "GET /network-policy/b4588a94-7bb1-4e7f-b27d-352b3d73bc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004775 10.0.0.240 - - [2026-06-01 04:19:47] "POST /ref-update HTTP/1.1" 200 156 0.055876 10.0.0.240 - - [2026-06-01 04:19:47] "POST /neutron/network HTTP/1.1" 200 809 0.010492 10.0.0.65 - - [2026-06-01 04:19:47] "POST /ref-update HTTP/1.1" 200 156 0.034830 10.0.0.240 - - [2026-06-01 04:19:47] "GET /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.017918 10.0.0.240 - - [2026-06-01 04:19:47] "DELETE /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51 HTTP/1.1" 409 248 0.014688 10.0.0.240 - - [2026-06-01 04:19:48] "POST /neutron/port HTTP/1.1" 200 151 0.192949 10.0.0.240 - - [2026-06-01 04:19:48] "POST /neutron/port HTTP/1.1" 200 151 0.319657 10.0.0.65 - - [2026-06-01 04:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003511 10.0.0.65 - - [2026-06-01 04:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003640 10.0.0.240 - - [2026-06-01 04:19:50] "DELETE /virtual-network/4574e013-8c15-4fe0-910d-e96df5d28a51 HTTP/1.1" 200 115 0.142703 10.0.0.240 - - [2026-06-01 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.240 - - [2026-06-01 04:19:50] "GET /network-policy/3b602984-6b53-431d-ac30-677621ffe9b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007584 10.0.0.240 - - [2026-06-01 04:19:50] "POST /ref-update HTTP/1.1" 200 156 0.059767 10.0.0.65 - - [2026-06-01 04:19:50] "DELETE /access-control-list/eda10bdd-6a10-4f14-9a5d-e6deea2ceb80 HTTP/1.1" 200 115 0.045000 10.0.0.240 - - [2026-06-01 04:19:50] "GET /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009267 10.0.0.65 - - [2026-06-01 04:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005099 10.0.0.65 - - [2026-06-01 04:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.240 - - [2026-06-01 04:19:50] "DELETE /virtual-network/a379b6ef-891c-41ce-b0fe-d7dd6a7e2b2f HTTP/1.1" 200 115 0.148427 10.0.0.240 - - [2026-06-01 04:19:50] "DELETE /network-policy/b4588a94-7bb1-4e7f-b27d-352b3d73bc77 HTTP/1.1" 200 115 0.037314 10.0.0.240 - - [2026-06-01 04:19:50] "DELETE /network-policy/3b602984-6b53-431d-ac30-677621ffe9b2 HTTP/1.1" 200 115 0.043837 10.0.0.65 - - [2026-06-01 04:20:19] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.240 - - [2026-06-01 04:20:19] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066909 10.0.0.65 - - [2026-06-01 04:20:19] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.240 - - [2026-06-01 04:20:19] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?fields=virtual_networks HTTP/1.1" 200 1035 0.043615 10.0.0.65 - - [2026-06-01 04:20:19] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.240 - - [2026-06-01 04:20:19] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043812 10.0.0.65 - - [2026-06-01 04:20:19] "GET /projects?obj_uuids=ac7982d2-d9d2-4984-96f0-5a6480f220a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.240 - - [2026-06-01 04:20:19] "GET /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9?fields=security_groups HTTP/1.1" 200 1262 0.040664 10.0.0.240 - - [2026-06-01 04:20:20] "GET /obj-perms HTTP/1.1" 200 5075 0.174596 10.0.0.240 - - [2026-06-01 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.036958 10.0.0.65 - - [2026-06-01 04:20:21] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003260 10.0.0.65 - - [2026-06-01 04:20:21] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001612 10.0.0.65 - - [2026-06-01 04:20:21] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010528 10.0.0.65 - - [2026-06-01 04:20:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.004432 10.0.0.65 - - [2026-06-01 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.006535 10.0.0.65 - - [2026-06-01 04:20:21] "POST /security-groups HTTP/1.1" 200 591 0.035637 10.0.0.65 - - [2026-06-01 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.006520 10.0.0.65 - - [2026-06-01 04:20:21] "POST /projects HTTP/1.1" 200 585 0.296453 10.0.0.65 - - [2026-06-01 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.373754 10.0.0.65 - - [2026-06-01 04:20:21] "POST /access-control-lists HTTP/1.1" 200 594 0.029372 10.0.0.240 - - [2026-06-01 04:20:21] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.545860 10.0.0.240 - - [2026-06-01 04:20:22] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.240 - - [2026-06-01 04:20:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000601 10.0.0.240 - - [2026-06-01 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.068081 10.0.0.65 - - [2026-06-01 04:20:24] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.240 - - [2026-06-01 04:20:24] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054031 10.0.0.65 - - [2026-06-01 04:20:25] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.240 - - [2026-06-01 04:20:25] "POST /neutron/network HTTP/1.1" 200 605 0.171179 10.0.0.240 - - [2026-06-01 04:20:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.003992 10.0.0.240 - - [2026-06-01 04:20:25] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006830 10.0.0.240 - - [2026-06-01 04:20:25] "POST /neutron/network HTTP/1.1" 200 825 0.007506 10.0.0.240 - - [2026-06-01 04:20:25] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006963 10.0.0.240 - - [2026-06-01 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.65 - - [2026-06-01 04:20:25] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.240 - - [2026-06-01 04:20:25] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050305 10.0.0.240 - - [2026-06-01 04:20:25] "POST /neutron/network HTTP/1.1" 200 117 0.021553 10.0.0.65 - - [2026-06-01 04:20:26] "POST /route-targets HTTP/1.1" 200 327 0.021608 10.0.0.240 - - [2026-06-01 04:20:26] "POST /neutron/network HTTP/1.1" 200 824 0.010454 10.0.0.240 - - [2026-06-01 04:20:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001190 10.0.0.240 - - [2026-06-01 04:20:26] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005614 10.0.0.240 - - [2026-06-01 04:20:26] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008227 10.0.0.240 - - [2026-06-01 04:20:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.011096 10.0.0.240 - - [2026-06-01 04:20:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.65 - - [2026-06-01 04:20:27] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.240 - - [2026-06-01 04:20:27] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081812 10.0.0.240 - - [2026-06-01 04:20:27] "POST /neutron/network HTTP/1.1" 200 825 0.010498 10.0.0.240 - - [2026-06-01 04:20:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.002007 10.0.0.240 - - [2026-06-01 04:20:27] "POST /neutron/port HTTP/1.1" 200 4180 0.046076 10.0.0.65 - - [2026-06-01 04:20:28] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001417 10.0.0.240 - - [2026-06-01 04:20:28] "POST /neutron/port HTTP/1.1" 200 1061 0.356706 10.0.0.240 - - [2026-06-01 04:20:28] "POST /neutron/port HTTP/1.1" 200 1115 0.112883 10.0.0.65 - - [2026-06-01 04:20:28] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.240 - - [2026-06-01 04:20:28] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090014 10.0.0.240 - - [2026-06-01 04:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.240 - - [2026-06-01 04:20:29] "POST /neutron/network HTTP/1.1" 200 825 0.007642 10.0.0.240 - - [2026-06-01 04:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.007200 10.0.0.240 - - [2026-06-01 04:20:29] "POST /neutron/network HTTP/1.1" 200 834 0.006867 10.0.0.240 - - [2026-06-01 04:20:29] "POST /neutron/port HTTP/1.1" 200 1060 0.019959 10.0.0.240 - - [2026-06-01 04:20:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004350 10.0.0.240 - - [2026-06-01 04:20:30] "POST /neutron/network HTTP/1.1" 200 824 0.008313 10.0.0.240 - - [2026-06-01 04:20:34] "POST /neutron/port HTTP/1.1" 200 1125 0.025904 10.0.0.240 - - [2026-06-01 04:20:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012043 10.0.0.240 - - [2026-06-01 04:20:34] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 401 293 0.000680 10.0.0.240 - - [2026-06-01 04:20:35] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 200 1291 0.032890 10.0.0.240 - - [2026-06-01 04:20:35] "GET /virtual-machine-interface/ffc2d16b-864f-475f-ab2d-0a0341ddc09f HTTP/1.1" 200 2942 0.007720 10.0.0.240 - - [2026-06-01 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.240 - - [2026-06-01 04:20:35] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004362 10.0.0.240 - - [2026-06-01 04:20:35] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004680 10.0.0.240 - - [2026-06-01 04:20:35] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007643 10.0.0.65 - - [2026-06-01 04:20:36] "DELETE /access-control-list/081747f5-e06e-436a-884c-61f87e315290 HTTP/1.1" 200 115 0.060040 10.0.0.240 - - [2026-06-01 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.240 - - [2026-06-01 04:20:38] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006320 10.0.0.240 - - [2026-06-01 04:20:39] "POST /neutron/port HTTP/1.1" 200 1124 0.031236 10.0.0.240 - - [2026-06-01 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.240 - - [2026-06-01 04:20:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003858 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005337 10.0.0.240 - - [2026-06-01 04:20:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006996 10.0.0.240 - - [2026-06-01 04:20:40] "POST /neutron/port HTTP/1.1" 200 1124 0.017319 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 200 1293 0.008389 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-machine-interface/dd2925be-9cc7-407c-a4c0-99b98812a394 HTTP/1.1" 200 2942 0.005827 10.0.0.240 - - [2026-06-01 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.240 - - [2026-06-01 04:20:40] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004393 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003624 10.0.0.240 - - [2026-06-01 04:20:40] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006694 10.0.0.240 - - [2026-06-01 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.240 - - [2026-06-01 04:20:41] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003518 10.0.0.240 - - [2026-06-01 04:20:41] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003175 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006640 10.0.0.240 - - [2026-06-01 04:20:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007002 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 200 1291 0.004395 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine-interface/ffc2d16b-864f-475f-ab2d-0a0341ddc09f HTTP/1.1" 200 2942 0.005436 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 200 1291 0.004011 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine-interface/ffc2d16b-864f-475f-ab2d-0a0341ddc09f HTTP/1.1" 200 2942 0.007653 10.0.0.240 - - [2026-06-01 04:20:42] "GET /instance-ip/3ff3456c-40bf-4aac-89b8-108de6a61d1a HTTP/1.1" 200 1620 0.007517 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 200 1291 0.004156 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-machine-interface/ffc2d16b-864f-475f-ab2d-0a0341ddc09f HTTP/1.1" 200 2942 0.006283 10.0.0.240 - - [2026-06-01 04:20:42] "GET /instance-ip/3ff3456c-40bf-4aac-89b8-108de6a61d1a HTTP/1.1" 200 1620 0.004761 10.0.0.240 - - [2026-06-01 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.240 - - [2026-06-01 04:20:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003746 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003417 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006215 10.0.0.240 - - [2026-06-01 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.240 - - [2026-06-01 04:20:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006027 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005692 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007451 10.0.0.240 - - [2026-06-01 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.240 - - [2026-06-01 04:20:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006063 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005859 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007284 10.0.0.240 - - [2026-06-01 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.240 - - [2026-06-01 04:20:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004355 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007254 10.0.0.240 - - [2026-06-01 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-06-01 04:20:42] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.240 - - [2026-06-01 04:20:42] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004024 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006094 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.240 - - [2026-06-01 04:20:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005072 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003900 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007015 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.240 - - [2026-06-01 04:20:43] "GET /routing-instance/d84ba9cf-251c-4f1d-be4e-9e94ad79598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007074 10.0.0.240 - - [2026-06-01 04:20:43] "GET /route-target/b85c21e7-8a12-4a67-99de-670fb9660d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006254 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.240 - - [2026-06-01 04:20:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005864 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004248 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008361 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.240 - - [2026-06-01 04:20:43] "GET /routing-instance/d84ba9cf-251c-4f1d-be4e-9e94ad79598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005991 10.0.0.240 - - [2026-06-01 04:20:43] "GET /route-target/b85c21e7-8a12-4a67-99de-670fb9660d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004002 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.240 - - [2026-06-01 04:20:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003736 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005750 10.0.0.240 - - [2026-06-01 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.240 - - [2026-06-01 04:20:43] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003082 10.0.0.240 - - [2026-06-01 04:20:43] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006487 10.0.0.65 - - [2026-06-01 04:20:44] "GET /obj-perms HTTP/1.1" 200 5049 0.059062 10.0.0.240 - - [2026-06-01 04:20:44] "GET /obj-perms HTTP/1.1" 200 5049 0.060953 10.0.0.65 - - [2026-06-01 04:20:45] "GET /obj-perms HTTP/1.1" 200 5049 0.004355 10.0.0.240 - - [2026-06-01 04:20:45] "GET /obj-perms HTTP/1.1" 200 5049 0.003661 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 200 1293 0.003865 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine-interface/dd2925be-9cc7-407c-a4c0-99b98812a394 HTTP/1.1" 200 2942 0.006112 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 200 1293 0.004122 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine-interface/dd2925be-9cc7-407c-a4c0-99b98812a394 HTTP/1.1" 200 2942 0.005207 10.0.0.240 - - [2026-06-01 04:20:45] "GET /instance-ip/16824de1-80cd-43c7-a2f2-e1e826ac55e0 HTTP/1.1" 200 1620 0.006905 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 200 1293 0.003509 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-machine-interface/dd2925be-9cc7-407c-a4c0-99b98812a394 HTTP/1.1" 200 2942 0.005597 10.0.0.240 - - [2026-06-01 04:20:45] "GET /instance-ip/16824de1-80cd-43c7-a2f2-e1e826ac55e0 HTTP/1.1" 200 1620 0.004321 10.0.0.240 - - [2026-06-01 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.240 - - [2026-06-01 04:20:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003332 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005789 10.0.0.240 - - [2026-06-01 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.240 - - [2026-06-01 04:20:45] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004113 10.0.0.240 - - [2026-06-01 04:20:45] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002714 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006289 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.240 - - [2026-06-01 04:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003781 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004848 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006810 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.240 - - [2026-06-01 04:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005857 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003599 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006576 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.240 - - [2026-06-01 04:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003865 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004440 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008179 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.240 - - [2026-06-01 04:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003615 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003850 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006617 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.240 - - [2026-06-01 04:20:46] "GET /routing-instance/52d2d25a-9422-48be-8a8b-de1ba505c6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.008814 10.0.0.240 - - [2026-06-01 04:20:46] "GET /route-target/89311366-068f-48ed-9546-1b2923b4735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004991 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.240 - - [2026-06-01 04:20:46] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003674 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002849 10.0.0.240 - - [2026-06-01 04:20:46] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006332 10.0.0.240 - - [2026-06-01 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.240 - - [2026-06-01 04:20:46] "GET /routing-instance/52d2d25a-9422-48be-8a8b-de1ba505c6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004513 10.0.0.240 - - [2026-06-01 04:20:47] "GET /route-target/89311366-068f-48ed-9546-1b2923b4735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005301 10.0.0.240 - - [2026-06-01 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.240 - - [2026-06-01 04:20:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003506 10.0.0.240 - - [2026-06-01 04:20:47] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004314 10.0.0.240 - - [2026-06-01 04:20:47] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006750 10.0.0.240 - - [2026-06-01 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.240 - - [2026-06-01 04:20:47] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004845 10.0.0.240 - - [2026-06-01 04:20:47] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003886 10.0.0.240 - - [2026-06-01 04:20:47] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005602 10.0.0.65 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004781 10.0.0.240 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004622 10.0.0.240 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.003587 10.0.0.240 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004435 10.0.0.249 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.061659 10.0.0.65 - - [2026-06-01 04:20:47] "GET /obj-perms HTTP/1.1" 200 5049 0.005677 10.0.0.240 - - [2026-06-01 04:20:47] "POST /neutron/port HTTP/1.1" 200 1216 0.027308 10.0.0.240 - - [2026-06-01 04:20:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004373 10.0.0.240 - - [2026-06-01 04:20:47] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.65 - - [2026-06-01 04:20:52] "DELETE /project/ac7982d2-d9d2-4984-96f0-5a6480f220a9 HTTP/1.1" 404 177 0.003787 10.0.0.65 - - [2026-06-01 04:20:52] "DELETE /project/2a6fe47ca950400c9a66764367c3082b HTTP/1.1" 404 173 0.003352 10.0.0.240 - - [2026-06-01 04:21:08] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 200 1293 0.004111 10.0.0.240 - - [2026-06-01 04:21:08] "POST /neutron/port HTTP/1.1" 200 1124 0.026746 10.0.0.240 - - [2026-06-01 04:21:10] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 404 171 0.004499 10.0.0.240 - - [2026-06-01 04:21:10] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 404 171 0.003887 10.0.0.240 - - [2026-06-01 04:21:10] "GET /virtual-machine/ae1178ec-20f7-40db-b8ff-77b73ffba7e1 HTTP/1.1" 404 171 0.002782 10.0.0.240 - - [2026-06-01 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.240 - - [2026-06-01 04:21:10] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004626 10.0.0.240 - - [2026-06-01 04:21:10] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004059 10.0.0.240 - - [2026-06-01 04:21:10] "GET /virtual-network/0f912170-a551-4a2a-9f14-b537605f9e6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006771 10.0.0.240 - - [2026-06-01 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.240 - - [2026-06-01 04:21:10] "GET /routing-instance/52d2d25a-9422-48be-8a8b-de1ba505c6db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004959 10.0.0.240 - - [2026-06-01 04:21:10] "GET /route-target/89311366-068f-48ed-9546-1b2923b4735c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005092 10.0.0.240 - - [2026-06-01 04:21:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004375 10.0.0.240 - - [2026-06-01 04:21:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004376 10.0.0.240 - - [2026-06-01 04:21:16] "GET /obj-perms HTTP/1.1" 200 5049 0.004989 10.0.0.240 - - [2026-06-01 04:21:16] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 200 1291 0.004875 10.0.0.240 - - [2026-06-01 04:21:17] "POST /neutron/port HTTP/1.1" 200 1125 0.023163 10.0.0.240 - - [2026-06-01 04:21:18] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 404 171 0.004441 10.0.0.240 - - [2026-06-01 04:21:18] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 404 171 0.004349 10.0.0.240 - - [2026-06-01 04:21:18] "GET /virtual-machine/0817a18c-062c-443e-a506-b67f38f7996d HTTP/1.1" 404 171 0.008054 10.0.0.240 - - [2026-06-01 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.240 - - [2026-06-01 04:21:19] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005920 10.0.0.240 - - [2026-06-01 04:21:19] "GET /virtual-networks?parent_id=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004548 10.0.0.240 - - [2026-06-01 04:21:19] "GET /virtual-network/08855aa7-b50c-4ea2-9f96-0895bf174535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007370 10.0.0.240 - - [2026-06-01 04:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.240 - - [2026-06-01 04:21:19] "GET /routing-instance/d84ba9cf-251c-4f1d-be4e-9e94ad79598a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004611 10.0.0.240 - - [2026-06-01 04:21:19] "GET /route-target/b85c21e7-8a12-4a67-99de-670fb9660d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003928 10.0.0.65 - - [2026-06-01 04:21:21] "GET /obj-perms HTTP/1.1" 200 5075 0.053595 10.0.0.240 - - [2026-06-01 04:21:25] "GET /obj-perms HTTP/1.1" 200 5049 0.005395 10.0.0.65 - - [2026-06-01 04:21:28] "GET /obj-perms HTTP/1.1" 200 5049 0.003630 10.0.0.240 - - [2026-06-01 04:21:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004303 10.0.0.65 - - [2026-06-01 04:21:37] "GET /obj-perms HTTP/1.1" 200 5049 0.003841 10.0.0.240 - - [2026-06-01 04:21:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004436 10.0.0.249 - - [2026-06-01 04:21:38] "GET /obj-perms HTTP/1.1" 200 5049 0.006561 10.0.0.240 - - [2026-06-01 04:21:38] "POST /neutron/network HTTP/1.1" 200 824 0.006481 10.0.0.65 - - [2026-06-01 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.65 - - [2026-06-01 04:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003376 10.0.0.65 - - [2026-06-01 04:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006083 10.0.0.240 - - [2026-06-01 04:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.144482 10.0.0.65 - - [2026-06-01 04:21:39] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.240 - - [2026-06-01 04:21:39] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049550 10.0.0.65 - - [2026-06-01 04:21:39] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.240 - - [2026-06-01 04:21:39] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?fields=virtual_networks HTTP/1.1" 200 1032 0.061623 10.0.0.65 - - [2026-06-01 04:21:39] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.240 - - [2026-06-01 04:21:39] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.063353 10.0.0.65 - - [2026-06-01 04:21:40] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.240 - - [2026-06-01 04:21:40] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?fields=security_groups HTTP/1.1" 200 1258 0.046305 10.0.0.240 - - [2026-06-01 04:21:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.039588 10.0.0.65 - - [2026-06-01 04:21:41] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002971 10.0.0.65 - - [2026-06-01 04:21:41] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.65 - - [2026-06-01 04:21:41] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009029 10.0.0.65 - - [2026-06-01 04:21:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.016602 10.0.0.65 - - [2026-06-01 04:21:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.007178 10.0.0.65 - - [2026-06-01 04:21:41] "POST /security-groups HTTP/1.1" 200 599 0.037562 10.0.0.65 - - [2026-06-01 04:21:41] "POST /projects HTTP/1.1" 200 601 0.308959 10.0.0.65 - - [2026-06-01 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.343145 10.0.0.65 - - [2026-06-01 04:21:41] "POST /access-control-lists HTTP/1.1" 200 604 0.033581 10.0.0.240 - - [2026-06-01 04:21:41] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.559277 10.0.0.240 - - [2026-06-01 04:21:42] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.240 - - [2026-06-01 04:21:43] "POST /neutron/network HTTP/1.1" 200 1121 0.007145 10.0.0.240 - - [2026-06-01 04:21:43] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016455 10.0.0.240 - - [2026-06-01 04:21:43] "POST /neutron/network HTTP/1.1" 200 1111 0.011717 10.0.0.240 - - [2026-06-01 04:21:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2026-06-01 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.029305 10.0.0.65 - - [2026-06-01 04:21:46] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.240 - - [2026-06-01 04:21:46] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059557 10.0.0.65 - - [2026-06-01 04:21:46] "POST /route-targets HTTP/1.1" 200 327 0.020089 10.0.0.65 - - [2026-06-01 04:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009587 10.0.0.240 - - [2026-06-01 04:21:46] "POST /neutron/subnet HTTP/1.1" 200 719 0.242903 10.0.0.65 - - [2026-06-01 04:21:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.041923 10.0.0.240 - - [2026-06-01 04:21:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001143 10.0.0.240 - - [2026-06-01 04:21:47] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006740 10.0.0.240 - - [2026-06-01 04:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.009655 10.0.0.240 - - [2026-06-01 04:21:47] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006463 10.0.0.240 - - [2026-06-01 04:21:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.010243 10.0.0.240 - - [2026-06-01 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.65 - - [2026-06-01 04:21:47] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.240 - - [2026-06-01 04:21:47] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062518 10.0.0.65 - - [2026-06-01 04:21:47] "POST /ref-update HTTP/1.1" 200 156 0.029999 10.0.0.65 - - [2026-06-01 04:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007026 10.0.0.240 - - [2026-06-01 04:21:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.252054 10.0.0.65 - - [2026-06-01 04:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007120 10.0.0.240 - - [2026-06-01 04:21:48] "POST /neutron/subnet HTTP/1.1" 200 684 0.017047 10.0.0.240 - - [2026-06-01 04:21:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.204005 10.0.0.240 - - [2026-06-01 04:21:48] "POST /neutron/network HTTP/1.1" 200 924 0.006787 10.0.0.240 - - [2026-06-01 04:21:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001152 10.0.0.240 - - [2026-06-01 04:21:48] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006299 10.0.0.240 - - [2026-06-01 04:21:48] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005318 10.0.0.240 - - [2026-06-01 04:21:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.009846 10.0.0.240 - - [2026-06-01 04:21:48] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006280 10.0.0.240 - - [2026-06-01 04:21:50] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005926 10.0.0.65 - - [2026-06-01 04:21:50] "GET /obj-perms HTTP/1.1" 200 5065 0.058121 10.0.0.240 - - [2026-06-01 04:21:50] "POST /neutron/subnet HTTP/1.1" 200 719 0.010262 10.0.0.240 - - [2026-06-01 04:21:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.240 - - [2026-06-01 04:21:51] "POST /neutron/network HTTP/1.1" 200 1015 0.008363 10.0.0.65 - - [2026-06-01 04:21:51] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.240 - - [2026-06-01 04:21:51] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070654 10.0.0.240 - - [2026-06-01 04:21:52] "POST /neutron/port HTTP/1.1" 200 117 0.006752 10.0.0.65 - - [2026-06-01 04:21:52] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026285 10.0.0.240 - - [2026-06-01 04:21:52] "POST /neutron/port HTTP/1.1" 200 1174 0.422921 10.0.0.65 - - [2026-06-01 04:21:53] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002476 10.0.0.65 - - [2026-06-01 04:21:53] "DELETE /project/1bda9a0627c8431bb53ab69fe81c14e1 HTTP/1.1" 404 173 0.055283 10.0.0.65 - - [2026-06-01 04:21:53] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.070784 10.0.0.65 - - [2026-06-01 04:21:53] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.65 - - [2026-06-01 04:21:53] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?fields=security_groups HTTP/1.1" 200 1363 0.064543 10.0.0.240 - - [2026-06-01 04:21:53] "POST /neutron/port HTTP/1.1" 200 1228 0.203946 10.0.0.65 - - [2026-06-01 04:21:53] "DELETE /security-group/c6347345-b151-47a1-aea0-a7e04a0225a8 HTTP/1.1" 200 115 0.081496 10.0.0.65 - - [2026-06-01 04:21:53] "GET /projects?obj_uuids=2a6fe47c-a950-400c-9a66-764367c3082b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.65 - - [2026-06-01 04:21:53] "GET /project/2a6fe47c-a950-400c-9a66-764367c3082b?fields=application_policy_sets HTTP/1.1" 200 1402 0.061558 10.0.0.240 - - [2026-06-01 04:21:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010516 10.0.0.240 - - [2026-06-01 04:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.65 - - [2026-06-01 04:21:53] "DELETE /project/2a6fe47c-a950-400c-9a66-764367c3082b HTTP/1.1" 200 115 0.569515 10.0.0.240 - - [2026-06-01 04:21:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009062 10.0.0.240 - - [2026-06-01 04:21:57] "POST /neutron/port HTTP/1.1" 200 1238 0.019858 10.0.0.240 - - [2026-06-01 04:21:57] "GET /virtual-machine/d3bb8a98-e8e6-41f1-9712-49757c2d1a6c HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2026-06-01 04:21:57] "GET /virtual-machine/d3bb8a98-e8e6-41f1-9712-49757c2d1a6c HTTP/1.1" 200 1301 0.030700 10.0.0.240 - - [2026-06-01 04:21:57] "GET /virtual-machine-interface/26274fa8-5fbf-4fbc-814f-df6d311eddd4 HTTP/1.1" 200 3174 0.007525 10.0.0.240 - - [2026-06-01 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.240 - - [2026-06-01 04:21:57] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003679 10.0.0.240 - - [2026-06-01 04:21:57] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002988 10.0.0.240 - - [2026-06-01 04:21:57] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005996 10.0.0.240 - - [2026-06-01 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.240 - - [2026-06-01 04:22:01] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007060 10.0.0.240 - - [2026-06-01 04:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.240 - - [2026-06-01 04:22:05] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005877 10.0.0.240 - - [2026-06-01 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.240 - - [2026-06-01 04:22:09] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006647 10.0.0.240 - - [2026-06-01 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.240 - - [2026-06-01 04:22:13] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005840 10.0.0.240 - - [2026-06-01 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.240 - - [2026-06-01 04:22:17] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007633 10.0.0.240 - - [2026-06-01 04:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.240 - - [2026-06-01 04:22:21] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005972 10.0.0.240 - - [2026-06-01 04:22:21] "GET /obj-perms HTTP/1.1" 200 5075 0.056178 10.0.0.249 - - [2026-06-01 04:22:22] "GET /obj-perms HTTP/1.1" 200 5075 0.064519 10.0.0.240 - - [2026-06-01 04:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.240 - - [2026-06-01 04:22:25] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005512 10.0.0.240 - - [2026-06-01 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.240 - - [2026-06-01 04:22:29] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006758 10.0.0.240 - - [2026-06-01 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.240 - - [2026-06-01 04:22:33] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003493 10.0.0.240 - - [2026-06-01 04:22:33] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003847 10.0.0.240 - - [2026-06-01 04:22:33] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006383 10.0.0.240 - - [2026-06-01 04:22:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007648 10.0.0.240 - - [2026-06-01 04:22:42] "POST /neutron/port HTTP/1.1" 200 1238 0.020637 10.0.0.240 - - [2026-06-01 04:22:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008025 10.0.0.240 - - [2026-06-01 04:22:45] "POST /neutron/network HTTP/1.1" 200 934 0.048379 10.0.0.240 - - [2026-06-01 04:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.240 - - [2026-06-01 04:22:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008338 10.0.0.240 - - [2026-06-01 04:22:54] "POST /neutron/port HTTP/1.1" 200 1238 0.026727 10.0.0.240 - - [2026-06-01 04:22:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009109 10.0.0.240 - - [2026-06-01 04:22:55] "POST /neutron/network HTTP/1.1" 200 979 0.019231 10.0.0.240 - - [2026-06-01 04:22:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001324 10.0.0.240 - - [2026-06-01 04:22:55] "GET /virtual-machine/d3bb8a98-e8e6-41f1-9712-49757c2d1a6c HTTP/1.1" 200 1301 0.004851 10.0.0.240 - - [2026-06-01 04:22:55] "GET /virtual-machine-interface/26274fa8-5fbf-4fbc-814f-df6d311eddd4 HTTP/1.1" 200 3174 0.007010 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/4b016d23-ae30-404b-b4c5-9d64f1223008 HTTP/1.1" 200 1656 0.007442 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/68da3d9b-faef-421a-973e-cbb81b5b7634 HTTP/1.1" 200 1635 0.007614 10.0.0.240 - - [2026-06-01 04:22:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.003271 10.0.0.240 - - [2026-06-01 04:22:55] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006283 10.0.0.65 - - [2026-06-01 04:22:55] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.240 - - [2026-06-01 04:22:55] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046288 10.0.0.240 - - [2026-06-01 04:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.240 - - [2026-06-01 04:22:55] "GET /security-group/d50fd602-ca95-4a76-a4e5-816f2797cca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.006187 10.0.0.240 - - [2026-06-01 04:22:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.093165 10.0.0.240 - - [2026-06-01 04:22:55] "POST /instance-ips HTTP/1.1" 200 357 0.040422 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/b4d0643c-26e2-48d9-89c7-939f62ce3ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005949 10.0.0.240 - - [2026-06-01 04:22:55] "POST /instance-ips HTTP/1.1" 200 357 0.041230 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/e1ac485d-f3d6-4a2a-9b81-60ff4f620909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006496 10.0.0.240 - - [2026-06-01 04:22:55] "GET /virtual-machine-interface/5a3f7f88-805e-4548-b533-d9b472863b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005814 10.0.0.240 - - [2026-06-01 04:22:55] "GET /virtual-machine-interface/5a3f7f88-805e-4548-b533-d9b472863b73?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007425 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/b4d0643c-26e2-48d9-89c7-939f62ce3ed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.004569 10.0.0.240 - - [2026-06-01 04:22:55] "GET /instance-ip/e1ac485d-f3d6-4a2a-9b81-60ff4f620909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004769 10.0.0.240 - - [2026-06-01 04:22:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001096 10.0.0.240 - - [2026-06-01 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008895 10.0.0.240 - - [2026-06-01 04:22:56] "POST /neutron/network HTTP/1.1" 200 1005 0.035884 10.0.0.240 - - [2026-06-01 04:22:56] "POST /neutron/port HTTP/1.1" 200 5264 0.048059 10.0.0.240 - - [2026-06-01 04:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.006296 10.0.0.240 - - [2026-06-01 04:22:56] "POST /neutron/port HTTP/1.1" 200 1080 0.013964 10.0.0.240 - - [2026-06-01 04:22:57] "POST /neutron/port HTTP/1.1" 200 1183 0.020849 10.0.0.240 - - [2026-06-01 04:22:57] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014718 10.0.0.240 - - [2026-06-01 04:22:57] "POST /neutron/network HTTP/1.1" 200 1005 0.009177 10.0.0.240 - - [2026-06-01 04:23:01] "POST /neutron/port HTTP/1.1" 200 1183 0.025237 10.0.0.240 - - [2026-06-01 04:23:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009843 10.0.0.240 - - [2026-06-01 04:23:02] "GET /virtual-machine/8fe1d571-9f9c-43a8-a931-347a3dd19fdf HTTP/1.1" 200 1279 0.008126 10.0.0.240 - - [2026-06-01 04:23:02] "GET /virtual-machine-interface/5a3f7f88-805e-4548-b533-d9b472863b73 HTTP/1.1" 200 3225 0.006444 10.0.0.240 - - [2026-06-01 04:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.240 - - [2026-06-01 04:23:02] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005115 10.0.0.240 - - [2026-06-01 04:23:02] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003448 10.0.0.240 - - [2026-06-01 04:23:02] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009895 10.0.0.240 - - [2026-06-01 04:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.240 - - [2026-06-01 04:23:05] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006362 10.0.0.240 - - [2026-06-01 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.240 - - [2026-06-01 04:23:09] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008317 10.0.0.240 - - [2026-06-01 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.240 - - [2026-06-01 04:23:13] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006079 10.0.0.240 - - [2026-06-01 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.240 - - [2026-06-01 04:23:17] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007395 10.0.0.240 - - [2026-06-01 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.240 - - [2026-06-01 04:23:21] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007621 10.0.0.240 - - [2026-06-01 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.240 - - [2026-06-01 04:23:25] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005061 10.0.0.240 - - [2026-06-01 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.240 - - [2026-06-01 04:23:29] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008188 10.0.0.240 - - [2026-06-01 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.240 - - [2026-06-01 04:23:33] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006265 10.0.0.240 - - [2026-06-01 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.240 - - [2026-06-01 04:23:37] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005025 10.0.0.240 - - [2026-06-01 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.240 - - [2026-06-01 04:23:42] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005418 10.0.0.240 - - [2026-06-01 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.240 - - [2026-06-01 04:23:44] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.240 - - [2026-06-01 04:23:44] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002994 10.0.0.240 - - [2026-06-01 04:23:44] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006747 10.0.0.240 - - [2026-06-01 04:23:45] "POST /neutron/port HTTP/1.1" 200 1216 0.021004 10.0.0.240 - - [2026-06-01 04:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003467 10.0.0.240 - - [2026-06-01 04:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.240 - - [2026-06-01 04:23:48] "POST /neutron/port HTTP/1.1" 200 1216 0.049486 10.0.0.240 - - [2026-06-01 04:23:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003789 10.0.0.240 - - [2026-06-01 04:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.240 - - [2026-06-01 04:23:49] "POST /neutron/port HTTP/1.1" 200 1183 0.022120 10.0.0.240 - - [2026-06-01 04:23:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013189 10.0.0.240 - - [2026-06-01 04:23:59] "POST /neutron/port HTTP/1.1" 200 1183 0.020301 10.0.0.240 - - [2026-06-01 04:24:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009102 10.0.0.240 - - [2026-06-01 04:24:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001216 10.0.0.240 - - [2026-06-01 04:24:10] "POST /neutron/network HTTP/1.1" 200 1015 0.007716 10.0.0.65 - - [2026-06-01 04:24:11] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.240 - - [2026-06-01 04:24:11] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.083138 10.0.0.240 - - [2026-06-01 04:24:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011849 10.0.0.240 - - [2026-06-01 04:24:11] "POST /neutron/network HTTP/1.1" 200 1015 0.009460 10.0.0.240 - - [2026-06-01 04:24:12] "POST /neutron/port HTTP/1.1" 200 1174 0.026957 10.0.0.240 - - [2026-06-01 04:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.240 - - [2026-06-01 04:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.240 - - [2026-06-01 04:24:16] "POST /neutron/port HTTP/1.1" 200 1238 0.025760 10.0.0.240 - - [2026-06-01 04:24:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009428 10.0.0.240 - - [2026-06-01 04:24:16] "GET /virtual-machine/bcc7442a-0ece-4eca-b663-b18e7b71d7ec HTTP/1.1" 200 1301 0.007150 10.0.0.240 - - [2026-06-01 04:24:16] "GET /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710 HTTP/1.1" 200 3175 0.006412 10.0.0.240 - - [2026-06-01 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.240 - - [2026-06-01 04:24:16] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.240 - - [2026-06-01 04:24:16] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003684 10.0.0.240 - - [2026-06-01 04:24:16] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005478 10.0.0.240 - - [2026-06-01 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.240 - - [2026-06-01 04:24:20] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006040 10.0.0.240 - - [2026-06-01 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006230 10.0.0.240 - - [2026-06-01 04:24:24] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005608 10.0.0.240 - - [2026-06-01 04:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.240 - - [2026-06-01 04:24:28] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006443 10.0.0.240 - - [2026-06-01 04:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.240 - - [2026-06-01 04:24:32] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006485 10.0.0.240 - - [2026-06-01 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.240 - - [2026-06-01 04:24:36] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005607 10.0.0.65 - - [2026-06-01 04:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.65 - - [2026-06-01 04:24:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.240 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.249 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.65 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.65 - - [2026-06-01 04:24:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.249 - - [2026-06-01 04:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2026-06-01 04:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.240 - - [2026-06-01 04:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.240 - - [2026-06-01 04:24:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-06-01 04:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.240 - - [2026-06-01 04:24:40] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006051 10.0.0.240 - - [2026-06-01 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.240 - - [2026-06-01 04:24:44] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006921 10.0.0.240 - - [2026-06-01 04:24:46] "POST /neutron/port HTTP/1.1" 200 1104 0.019535 10.0.0.240 - - [2026-06-01 04:24:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005347 10.0.0.240 - - [2026-06-01 04:24:46] "POST /neutron/network HTTP/1.1" 200 924 0.007752 10.0.0.240 - - [2026-06-01 04:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.240 - - [2026-06-01 04:24:48] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005880 10.0.0.240 - - [2026-06-01 04:24:49] "POST /neutron/network HTTP/1.1" 200 934 0.007766 10.0.0.240 - - [2026-06-01 04:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.240 - - [2026-06-01 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.240 - - [2026-06-01 04:24:52] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006681 10.0.0.240 - - [2026-06-01 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.240 - - [2026-06-01 04:24:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004904 10.0.0.240 - - [2026-06-01 04:24:56] "GET /virtual-networks?parent_id=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003447 10.0.0.240 - - [2026-06-01 04:24:56] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005205 10.0.0.240 - - [2026-06-01 04:24:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008868 10.0.0.240 - - [2026-06-01 04:25:07] "POST /neutron/port HTTP/1.1" 200 1238 0.049146 10.0.0.240 - - [2026-06-01 04:25:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016621 10.0.0.240 - - [2026-06-01 04:25:17] "POST /neutron/port HTTP/1.1" 200 1238 0.020282 10.0.0.240 - - [2026-06-01 04:25:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009095 10.0.0.240 - - [2026-06-01 04:25:18] "POST /neutron/port HTTP/1.1" 200 1238 0.019909 10.0.0.240 - - [2026-06-01 04:25:18] "POST /neutron/network HTTP/1.1" 200 1005 0.009774 10.0.0.240 - - [2026-06-01 04:25:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001102 10.0.0.240 - - [2026-06-01 04:25:18] "GET /virtual-machine/bcc7442a-0ece-4eca-b663-b18e7b71d7ec HTTP/1.1" 200 1301 0.004813 10.0.0.240 - - [2026-06-01 04:25:18] "GET /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710 HTTP/1.1" 200 3175 0.005747 10.0.0.240 - - [2026-06-01 04:25:18] "GET /instance-ip/c78aa1b1-41b7-468c-b4ff-5cd93e2cf2a6 HTTP/1.1" 200 1656 0.007586 10.0.0.240 - - [2026-06-01 04:25:18] "GET /instance-ip/fa3641b9-9efa-4c2c-8658-21b68692595c HTTP/1.1" 200 1636 0.006911 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 404 230 0.004508 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.65 - - [2026-06-01 04:25:18] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.240 - - [2026-06-01 04:25:18] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086328 10.0.0.240 - - [2026-06-01 04:25:18] "POST /network-policys HTTP/1.1" 200 569 0.042361 10.0.0.240 - - [2026-06-01 04:25:18] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.008336 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.240 - - [2026-06-01 04:25:18] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005781 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.240 - - [2026-06-01 04:25:18] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004544 10.0.0.240 - - [2026-06-01 04:25:18] "POST /ref-update HTTP/1.1" 200 156 0.088315 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.240 - - [2026-06-01 04:25:18] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005805 10.0.0.240 - - [2026-06-01 04:25:18] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008833 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009993 10.0.0.240 - - [2026-06-01 04:25:18] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004367 10.0.0.240 - - [2026-06-01 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.240 - - [2026-06-01 04:25:19] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006557 10.0.0.240 - - [2026-06-01 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.65 - - [2026-06-01 04:25:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.039429 10.0.0.240 - - [2026-06-01 04:25:19] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006160 10.0.0.65 - - [2026-06-01 04:25:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.009024 10.0.0.240 - - [2026-06-01 04:25:19] "POST /ref-update HTTP/1.1" 200 156 0.060202 10.0.0.240 - - [2026-06-01 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.240 - - [2026-06-01 04:25:19] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.010777 10.0.0.240 - - [2026-06-01 04:25:19] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007531 10.0.0.240 - - [2026-06-01 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.65 - - [2026-06-01 04:25:19] "POST /access-control-lists HTTP/1.1" 200 596 0.031451 10.0.0.240 - - [2026-06-01 04:25:19] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005146 10.0.0.240 - - [2026-06-01 04:25:19] "GET /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.023329 10.0.0.240 - - [2026-06-01 04:25:19] "PUT /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710 HTTP/1.1" 200 284 0.038887 10.0.0.240 - - [2026-06-01 04:25:19] "GET /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.006767 10.0.0.240 - - [2026-06-01 04:25:19] "PUT /virtual-machine-interface/34a0120f-69df-42fa-bcbd-ad2d1912d710 HTTP/1.1" 200 284 0.016365 10.0.0.240 - - [2026-06-01 04:25:47] "POST /neutron/port HTTP/1.1" 200 1238 0.022112 10.0.0.240 - - [2026-06-01 04:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.240 - - [2026-06-01 04:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.240 - - [2026-06-01 04:25:50] "POST /neutron/port HTTP/1.1" 200 1216 0.022106 10.0.0.240 - - [2026-06-01 04:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004438 10.0.0.240 - - [2026-06-01 04:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.65 - - [2026-06-01 04:26:24] "GET /obj-perms HTTP/1.1" 200 5075 0.057838 10.0.0.240 - - [2026-06-01 04:26:25] "GET /obj-perms HTTP/1.1" 200 5075 0.050896 10.0.0.240 - - [2026-06-01 04:26:49] "POST /neutron/port HTTP/1.1" 200 1183 0.032428 10.0.0.240 - - [2026-06-01 04:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004059 10.0.0.240 - - [2026-06-01 04:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.240 - - [2026-06-01 04:26:51] "POST /neutron/port HTTP/1.1" 200 1104 0.026436 10.0.0.240 - - [2026-06-01 04:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005742 10.0.0.240 - - [2026-06-01 04:26:52] "POST /neutron/network HTTP/1.1" 200 924 0.008166 10.0.0.240 - - [2026-06-01 04:27:18] "POST /ref-update HTTP/1.1" 200 156 0.096094 10.0.0.240 - - [2026-06-01 04:27:19] "GET /virtual-network/3a7b843f-2b6f-47ae-a140-d83176c83220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007765 10.0.0.240 - - [2026-06-01 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.240 - - [2026-06-01 04:27:19] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004452 10.0.0.240 - - [2026-06-01 04:27:19] "POST /ref-update HTTP/1.1" 200 156 0.056215 10.0.0.240 - - [2026-06-01 04:27:19] "GET /virtual-network/97995182-5e1c-4c7a-a8a5-9c2fd23f3e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008558 10.0.0.240 - - [2026-06-01 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.240 - - [2026-06-01 04:27:19] "GET /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004863 10.0.0.240 - - [2026-06-01 04:27:19] "DELETE /network-policy/69248206-ce5c-4557-bd87-a3465c009fe9 HTTP/1.1" 200 115 0.029876 10.0.0.65 - - [2026-06-01 04:27:19] "POST /ref-update HTTP/1.1" 200 156 0.033788 10.0.0.240 - - [2026-06-01 04:27:19] "DELETE /instance-ip/b4d0643c-26e2-48d9-89c7-939f62ce3ed7 HTTP/1.1" 200 115 0.065260 10.0.0.240 - - [2026-06-01 04:27:19] "DELETE /instance-ip/e1ac485d-f3d6-4a2a-9b81-60ff4f620909 HTTP/1.1" 200 115 0.050754 10.0.0.240 - - [2026-06-01 04:27:19] "DELETE /virtual-machine-interface/5a3f7f88-805e-4548-b533-d9b472863b73 HTTP/1.1" 200 115 0.101407 10.0.0.240 - - [2026-06-01 04:27:20] "POST /neutron/network HTTP/1.1" 200 1005 0.037161 10.0.0.240 - - [2026-06-01 04:27:20] "POST /neutron/network HTTP/1.1" 400 204 0.020844 10.0.0.240 - - [2026-06-01 04:27:20] "POST /neutron/port HTTP/1.1" 200 1228 0.028551 10.0.0.65 - - [2026-06-01 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.65 - - [2026-06-01 04:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.039977 10.0.0.65 - - [2026-06-01 04:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002953 10.0.0.65 - - [2026-06-01 04:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.65 - - [2026-06-01 04:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008793 10.0.0.240 - - [2026-06-01 04:27:22] "POST /neutron/network HTTP/1.1" 200 151 0.220569 10.0.0.65 - - [2026-06-01 04:27:22] "DELETE /route-target/75408677-bb78-4403-bd0f-0b3645949459 HTTP/1.1" 200 115 0.022295 10.0.0.240 - - [2026-06-01 04:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.005611 10.0.0.65 - - [2026-06-01 04:27:25] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.240 - - [2026-06-01 04:27:25] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.187873 10.0.0.65 - - [2026-06-01 04:27:25] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.249 - - [2026-06-01 04:27:25] "GET /obj-perms HTTP/1.1" 200 5075 0.077277 10.0.0.240 - - [2026-06-01 04:27:25] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?fields=virtual_networks HTTP/1.1" 200 1048 0.046424 10.0.0.65 - - [2026-06-01 04:27:25] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.240 - - [2026-06-01 04:27:25] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.043987 10.0.0.65 - - [2026-06-01 04:27:25] "GET /projects?obj_uuids=1bda9a06-27c8-431b-b53a-b69fe81c14e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.240 - - [2026-06-01 04:27:25] "GET /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1?fields=security_groups HTTP/1.1" 200 1282 0.041459 10.0.0.240 - - [2026-06-01 04:27:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.040935 10.0.0.65 - - [2026-06-01 04:27:27] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.65 - - [2026-06-01 04:27:27] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.65 - - [2026-06-01 04:27:27] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.035040 10.0.0.65 - - [2026-06-01 04:27:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.007702 10.0.0.65 - - [2026-06-01 04:27:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.007056 10.0.0.65 - - [2026-06-01 04:27:27] "POST /security-groups HTTP/1.1" 200 595 0.093766 10.0.0.65 - - [2026-06-01 04:27:27] "POST /projects HTTP/1.1" 200 593 0.318059 10.0.0.65 - - [2026-06-01 04:27:27] "POST /fqname-to-id HTTP/1.1" 404 237 0.003799 10.0.0.65 - - [2026-06-01 04:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.396171 10.0.0.240 - - [2026-06-01 04:27:27] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.573742 10.0.0.240 - - [2026-06-01 04:27:28] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.240 - - [2026-06-01 04:27:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000431 10.0.0.240 - - [2026-06-01 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.069243 10.0.0.65 - - [2026-06-01 04:27:30] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000942 10.0.0.240 - - [2026-06-01 04:27:30] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.037611 10.0.0.65 - - [2026-06-01 04:27:31] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.240 - - [2026-06-01 04:27:31] "POST /neutron/network HTTP/1.1" 200 609 0.155255 10.0.0.65 - - [2026-06-01 04:27:31] "POST /ref-update HTTP/1.1" 200 156 0.023612 10.0.0.65 - - [2026-06-01 04:27:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.051265 10.0.0.240 - - [2026-06-01 04:27:31] "POST /neutron/network HTTP/1.1" 200 1001 0.010284 10.0.0.240 - - [2026-06-01 04:27:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001106 10.0.0.240 - - [2026-06-01 04:27:31] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004903 10.0.0.240 - - [2026-06-01 04:27:31] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006520 10.0.0.240 - - [2026-06-01 04:27:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.009554 10.0.0.240 - - [2026-06-01 04:27:32] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006643 10.0.0.240 - - [2026-06-01 04:27:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001437 10.0.0.240 - - [2026-06-01 04:27:34] "POST /neutron/network HTTP/1.1" 200 1011 0.007667 10.0.0.65 - - [2026-06-01 04:27:34] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001676 10.0.0.240 - - [2026-06-01 04:27:34] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.077544 10.0.0.240 - - [2026-06-01 04:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.005301 10.0.0.240 - - [2026-06-01 04:27:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001386 10.0.0.240 - - [2026-06-01 04:27:35] "POST /neutron/network HTTP/1.1" 200 1011 0.007696 10.0.0.240 - - [2026-06-01 04:27:35] "POST /neutron/port HTTP/1.1" 200 1170 0.025897 10.0.0.65 - - [2026-06-01 04:27:36] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001205 10.0.0.240 - - [2026-06-01 04:27:36] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.089921 10.0.0.240 - - [2026-06-01 04:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005364 10.0.0.240 - - [2026-06-01 04:27:36] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016104 10.0.0.240 - - [2026-06-01 04:27:36] "POST /neutron/network HTTP/1.1" 200 1001 0.011542 10.0.0.240 - - [2026-06-01 04:27:36] "POST /neutron/port HTTP/1.1" 200 117 0.007751 10.0.0.240 - - [2026-06-01 04:27:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001188 10.0.0.240 - - [2026-06-01 04:27:36] "POST /neutron/network HTTP/1.1" 200 1011 0.007662 10.0.0.240 - - [2026-06-01 04:27:37] "POST /neutron/port HTTP/1.1" 200 1170 0.032786 10.0.0.240 - - [2026-06-01 04:27:37] "POST /neutron/port HTTP/1.1" 200 1234 0.026883 10.0.0.240 - - [2026-06-01 04:27:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015150 10.0.0.240 - - [2026-06-01 04:27:37] "POST /neutron/network HTTP/1.1" 200 1001 0.009934 10.0.0.65 - - [2026-06-01 04:27:37] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002521 10.0.0.240 - - [2026-06-01 04:27:38] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.093016 10.0.0.240 - - [2026-06-01 04:27:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010520 10.0.0.240 - - [2026-06-01 04:27:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007937 10.0.0.240 - - [2026-06-01 04:27:38] "POST /neutron/port HTTP/1.1" 200 1234 0.025399 10.0.0.65 - - [2026-06-01 04:27:38] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.240 - - [2026-06-01 04:27:38] "GET /virtual-machine/c25953d1-d046-4237-99e9-9b684ded5ea0 HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-06-01 04:27:39] "POST /neutron/port HTTP/1.1" 200 1170 0.416406 10.0.0.240 - - [2026-06-01 04:27:39] "GET /virtual-machine/c25953d1-d046-4237-99e9-9b684ded5ea0 HTTP/1.1" 200 1297 0.039680 10.0.0.240 - - [2026-06-01 04:27:39] "GET /virtual-machine-interface/6a5e97bb-d3e0-4a14-b6db-82900954c56f HTTP/1.1" 200 3155 0.007954 10.0.0.240 - - [2026-06-01 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008146 10.0.0.240 - - [2026-06-01 04:27:39] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008936 10.0.0.240 - - [2026-06-01 04:27:39] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003597 10.0.0.240 - - [2026-06-01 04:27:39] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008941 10.0.0.240 - - [2026-06-01 04:27:39] "POST /neutron/port HTTP/1.1" 200 1224 0.163565 10.0.0.240 - - [2026-06-01 04:27:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004091 10.0.0.240 - - [2026-06-01 04:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.240 - - [2026-06-01 04:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.240 - - [2026-06-01 04:27:42] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005957 10.0.0.240 - - [2026-06-01 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.240 - - [2026-06-01 04:27:46] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006036 10.0.0.240 - - [2026-06-01 04:27:49] "POST /neutron/port HTTP/1.1" 200 1216 0.051710 10.0.0.240 - - [2026-06-01 04:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.240 - - [2026-06-01 04:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.240 - - [2026-06-01 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.240 - - [2026-06-01 04:27:50] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006669 10.0.0.65 - - [2026-06-01 04:27:53] "DELETE /project/1bda9a06-27c8-431b-b53a-b69fe81c14e1 HTTP/1.1" 404 177 0.004681 10.0.0.65 - - [2026-06-01 04:27:53] "DELETE /project/9f542820434d48ce9a4a18af20577c90 HTTP/1.1" 404 173 0.004281 10.0.0.240 - - [2026-06-01 04:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.240 - - [2026-06-01 04:27:54] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005767 10.0.0.240 - - [2026-06-01 04:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.240 - - [2026-06-01 04:27:58] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008515 10.0.0.240 - - [2026-06-01 04:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.240 - - [2026-06-01 04:28:03] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006538 10.0.0.240 - - [2026-06-01 04:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.240 - - [2026-06-01 04:28:07] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005140 10.0.0.240 - - [2026-06-01 04:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011134 10.0.0.240 - - [2026-06-01 04:28:11] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.019433 10.0.0.240 - - [2026-06-01 04:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.240 - - [2026-06-01 04:28:15] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007254 10.0.0.240 - - [2026-06-01 04:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.240 - - [2026-06-01 04:28:19] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006716 10.0.0.240 - - [2026-06-01 04:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.240 - - [2026-06-01 04:28:23] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005502 10.0.0.240 - - [2026-06-01 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.240 - - [2026-06-01 04:28:27] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007643 10.0.0.240 - - [2026-06-01 04:28:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006248 10.0.0.240 - - [2026-06-01 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.240 - - [2026-06-01 04:28:29] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006252 10.0.0.240 - - [2026-06-01 04:28:29] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003429 10.0.0.240 - - [2026-06-01 04:28:29] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006383 10.0.0.240 - - [2026-06-01 04:28:35] "POST /neutron/port HTTP/1.1" 200 1234 0.019629 10.0.0.240 - - [2026-06-01 04:28:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008003 10.0.0.240 - - [2026-06-01 04:28:44] "POST /neutron/port HTTP/1.1" 200 1234 0.023693 10.0.0.240 - - [2026-06-01 04:28:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010126 10.0.0.240 - - [2026-06-01 04:28:51] "POST /neutron/port HTTP/1.1" 200 1104 0.023173 10.0.0.240 - - [2026-06-01 04:28:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005922 10.0.0.240 - - [2026-06-01 04:28:51] "POST /neutron/network HTTP/1.1" 200 924 0.011971 10.0.0.240 - - [2026-06-01 04:28:51] "POST /neutron/network HTTP/1.1" 200 1121 0.037813 10.0.0.240 - - [2026-06-01 04:28:51] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017405 10.0.0.240 - - [2026-06-01 04:28:52] "POST /neutron/network HTTP/1.1" 200 1111 0.011582 10.0.0.240 - - [2026-06-01 04:28:55] "POST /neutron/port HTTP/1.1" 200 1234 0.022056 10.0.0.240 - - [2026-06-01 04:28:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007907 10.0.0.240 - - [2026-06-01 04:28:56] "GET /virtual-machine/5f6f56cc-21b4-442c-a328-abe844476a3e HTTP/1.1" 200 1296 0.007331 10.0.0.240 - - [2026-06-01 04:28:56] "GET /virtual-machine-interface/85129863-1666-4a68-ba27-02cab038f7f3 HTTP/1.1" 200 3155 0.005750 10.0.0.240 - - [2026-06-01 04:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.240 - - [2026-06-01 04:28:56] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005702 10.0.0.240 - - [2026-06-01 04:28:56] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004243 10.0.0.240 - - [2026-06-01 04:28:56] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006744 10.0.0.240 - - [2026-06-01 04:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.240 - - [2026-06-01 04:28:57] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003545 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006185 10.0.0.240 - - [2026-06-01 04:28:57] "POST /neutron/port HTTP/1.1" 200 1234 0.020510 10.0.0.240 - - [2026-06-01 04:28:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007821 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-machine/6dd2dda2-f972-4885-92fb-b8596f13daf5 HTTP/1.1" 200 1296 0.006989 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-machine-interface/f6563c3b-4a46-4263-bf04-f22d63e2cc10 HTTP/1.1" 200 3156 0.005859 10.0.0.240 - - [2026-06-01 04:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.240 - - [2026-06-01 04:28:57] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003753 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003114 10.0.0.240 - - [2026-06-01 04:28:57] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006945 10.0.0.240 - - [2026-06-01 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.240 - - [2026-06-01 04:28:58] "GET /global-vrouter-config/4bc69d81-f2e1-45cc-9049-ae132af06a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003432 10.0.0.240 - - [2026-06-01 04:28:58] "GET /virtual-networks?parent_id=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003315 10.0.0.240 - - [2026-06-01 04:28:58] "GET /virtual-network/e36baf96-24ec-46c9-a365-ba21158e9a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006977 10.0.0.240 - - [2026-06-01 04:28:59] "GET /virtual-machine-interface/f6563c3b-4a46-4263-bf04-f22d63e2cc10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006390 10.0.0.240 - - [2026-06-01 04:28:59] "PUT /virtual-machine-interface/f6563c3b-4a46-4263-bf04-f22d63e2cc10 HTTP/1.1" 200 284 0.017390 10.0.0.65 - - [2026-06-01 04:29:27] "GET /obj-perms HTTP/1.1" 200 5075 0.056409 10.0.0.240 - - [2026-06-01 04:29:27] "GET /obj-perms HTTP/1.1" 200 5075 0.057501 10.0.0.65 - - [2026-06-01 04:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.65 - - [2026-06-01 04:29:36] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.240 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.249 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.240 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000721 10.0.0.65 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.000381 10.0.0.65 - - [2026-06-01 04:29:37] "GET /global-system-configs HTTP/1.1" 401 293 0.001179 10.0.0.249 - - [2026-06-01 04:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.249 - - [2026-06-01 04:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.240 - - [2026-06-01 04:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-06-01 04:29:38] "GET /global-system-configs HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2026-06-01 04:29:51] "POST /neutron/network HTTP/1.1" 200 1011 0.008046 10.0.0.240 - - [2026-06-01 04:29:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016790 10.0.0.240 - - [2026-06-01 04:29:51] "POST /neutron/network HTTP/1.1" 200 1001 0.014966 10.0.0.240 - - [2026-06-01 04:29:52] "POST /neutron/network HTTP/1.1" 200 934 0.006536 10.0.0.240 - - [2026-06-01 04:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001037 10.0.0.240 - - [2026-06-01 04:30:26] "POST /neutron/network HTTP/1.1" 400 204 0.021211 10.0.0.240 - - [2026-06-01 04:30:26] "POST /neutron/port HTTP/1.1" 200 1224 0.041717 10.0.0.240 - - [2026-06-01 04:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.345335 10.0.0.240 - - [2026-06-01 04:30:27] "POST /neutron/port HTTP/1.1" 200 151 0.425582 10.0.0.65 - - [2026-06-01 04:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057486 10.0.0.249 - - [2026-06-01 04:30:28] "GET /obj-perms HTTP/1.1" 200 5075 0.121843 10.0.0.65 - - [2026-06-01 04:30:29] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.240 - - [2026-06-01 04:30:29] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.052909 10.0.0.65 - - [2026-06-01 04:30:29] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001028 10.0.0.240 - - [2026-06-01 04:30:29] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?fields=virtual_networks HTTP/1.1" 200 1041 0.050958 10.0.0.65 - - [2026-06-01 04:30:30] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001402 10.0.0.240 - - [2026-06-01 04:30:30] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.048216 10.0.0.65 - - [2026-06-01 04:30:30] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001289 10.0.0.240 - - [2026-06-01 04:30:30] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?fields=security_groups HTTP/1.1" 200 1271 0.063625 10.0.0.240 - - [2026-06-01 04:30:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.029086 10.0.0.65 - - [2026-06-01 04:30:31] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.65 - - [2026-06-01 04:30:31] "GET /domains?obj_uuids=6a7c2c01-0945-4b55-86ca-3789a2d806b2&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.65 - - [2026-06-01 04:30:31] "GET /domain/6a7c2c01-0945-4b55-86ca-3789a2d806b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007377 10.0.0.65 - - [2026-06-01 04:30:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.006619 10.0.0.65 - - [2026-06-01 04:30:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.005831 10.0.0.65 - - [2026-06-01 04:30:31] "POST /security-groups HTTP/1.1" 200 591 0.034853 10.0.0.65 - - [2026-06-01 04:30:31] "POST /projects HTTP/1.1" 200 585 0.256555 10.0.0.65 - - [2026-06-01 04:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.335173 10.0.0.65 - - [2026-06-01 04:30:31] "POST /access-control-lists HTTP/1.1" 200 596 0.048000 10.0.0.240 - - [2026-06-01 04:30:31] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.489061 10.0.0.240 - - [2026-06-01 04:30:32] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.65 - - [2026-06-01 04:30:38] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.240 - - [2026-06-01 04:30:38] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045739 10.0.0.65 - - [2026-06-01 04:30:38] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.240 - - [2026-06-01 04:30:38] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?fields=virtual_networks HTTP/1.1" 200 1033 0.051491 10.0.0.65 - - [2026-06-01 04:30:38] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001685 10.0.0.240 - - [2026-06-01 04:30:38] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041021 10.0.0.65 - - [2026-06-01 04:30:38] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.240 - - [2026-06-01 04:30:38] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?fields=security_groups HTTP/1.1" 200 1259 0.044140 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /project/965e6de3f9554028a82cf6ddf0bdaa76 HTTP/1.1" 404 173 0.005364 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001010 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.066696 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.078873 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001862 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?fields=security_groups HTTP/1.1" 200 1376 0.079380 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?fields=security_groups HTTP/1.1" 200 1364 0.084602 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /security-group/0e964365-8781-499f-926b-4585fb011910 HTTP/1.1" 200 115 0.094983 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /security-group/c99fdf86-6471-4b4f-81e9-8bd38f467154 HTTP/1.1" 200 115 0.096071 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=9f542820-434d-48ce-9a4a-18af20577c90&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001035 10.0.0.65 - - [2026-06-01 04:30:54] "GET /projects?obj_uuids=965e6de3-f955-4028-a82c-f6ddf0bdaa76&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /access-control-list/467be42a-a9e5-4f34-8132-bace0aa5627b HTTP/1.1" 200 115 0.081290 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/9f542820-434d-48ce-9a4a-18af20577c90?fields=application_policy_sets HTTP/1.1" 200 1415 0.067000 10.0.0.65 - - [2026-06-01 04:30:54] "GET /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76?fields=application_policy_sets HTTP/1.1" 200 1403 0.082457 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /access-control-list/a276d691-057e-498f-b399-b92ca259fe77 HTTP/1.1" 200 115 0.064296 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /project/9f542820-434d-48ce-9a4a-18af20577c90 HTTP/1.1" 200 115 0.630024 10.0.0.65 - - [2026-06-01 04:30:54] "DELETE /project/965e6de3-f955-4028-a82c-f6ddf0bdaa76 HTTP/1.1" 200 115 0.661653 10.0.0.240 - - [2026-06-01 04:31:53] "POST /neutron/port HTTP/1.1" 200 1216 0.024811 10.0.0.240 - - [2026-06-01 04:31:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003832 10.0.0.240 - - [2026-06-01 04:31:54] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.240 - - [2026-06-01 04:31:54] "POST /neutron/port HTTP/1.1" 200 1216 0.025162 10.0.0.240 - - [2026-06-01 04:31:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004642 10.0.0.240 - - [2026-06-01 04:31:54] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.240 - - [2026-06-01 04:32:54] "POST /neutron/port HTTP/1.1" 200 1104 0.052001 10.0.0.240 - - [2026-06-01 04:32:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004299 10.0.0.240 - - [2026-06-01 04:32:54] "POST /neutron/network HTTP/1.1" 200 924 0.008749 10.0.0.240 - - [2026-06-01 04:32:54] "POST /neutron/network HTTP/1.1" 200 934 0.009287 10.0.0.240 - - [2026-06-01 04:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.001022 [Introspect:8084]10.0.0.65 - - [2026-06-01 04:33:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001201 [Introspect:8084]10.0.0.65 - - [2026-06-01 04:33:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3164 0.001274